Missing require form
[geiser.git] / NEWS
blob10f5c1dd87671837993a25bea5f4ef2e6e56374b
1 * Version 0.1.2
3   New features:
5     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
6       Scheme's load path.
7     - Guile 2.0 as lowest Guile version supported.
9   Bug fixes:
11     - We no longer ignore geiser-repl-use-other-window.
12     - Company mode integration fixes (including #32231).
13     - M-x geiser-edit-module in REPL buffers fixed.
14     - We now respect user customizations of geiser-implementations-alist.
15     - Interaction with Guile's debugger fixed.
16     - "Clickable" paths in warnings buffer also for Guile 2.0.
17     - Fix for errors when entering r5rs modules in Racket.
19 * Version 0.1.1 (Jan 24, 2011)
21   New features:
23     - "Manual autodoc" command; C-c C-d s.
24     - Autodoc retrieval is now asynchronous, for better behaviour in
25       remote connections.
26     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
27     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
28     - Documentation typos, and grammar and layout fixes.
31   Bug fixes:
33     - Avoiding *spurious* buffers in case of communication errors.
34     - REPL: fixed problem with input history navigation in Racket.
35     - Autodoc no longer skips non-alphanumeric identifiers.
36     - Autodoc messages no longer interfere with active minibuffer.
37     - Fix for module name completion in Guile.
38     - Quack compatibility: avoiding problems with #f &c.
41 * Version 0.1 (Dec 20, 2010)
43   Initial release.