Bug fix: M-x geiser-edit-module works again in the REPL
[geiser.git] / NEWS
blob0a6e859ff01e646e96e471c9d6461c7ecadbae77
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.
8   Bug fixes:
10     - Company mode integration fixes (including #32231)
11     - M-x geiser-edit-module in REPL buffers fixed
13 * Version 0.1.1 (Jan 24, 2011)
15   New features:
17     - "Manual autodoc" command; C-c C-d s.
18     - Autodoc retrieval is now asynchronous, for better behaviour in
19       remote connections.
20     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
21     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
22     - Documentation typos, and grammar and layout fixes.
25   Bug fixes:
27     - Avoiding *spurious* buffers in case of communication errors.
28     - REPL: fixed problem with input history navigation in Racket.
29     - Autodoc no longer skips non-alphanumeric identifiers.
30     - Autodoc messages no longer interfere with active minibuffer.
31     - Fix for module name completion in Guile.
32     - Quack compatibility: avoiding problems with #f &c.
35 * Version 0.1 (Dec 20, 2010)
37   Initial release.