Racket: no errors ,entering an R5RS module
[geiser.git] / NEWS
blob82e950d646775ee82490dea2f8af3e6fdf255858
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     - Updates to play nice with Guile 2.0.
9   Bug fixes:
11     - Company mode integration fixes (including #32231).
12     - M-x geiser-edit-module in REPL buffers fixed.
13     - Interaction with Guile's debugger fixed.
14     - We now respect customized geiser-implementations-alist.
16 * Version 0.1.1 (Jan 24, 2011)
18   New features:
20     - "Manual autodoc" command; C-c C-d s.
21     - Autodoc retrieval is now asynchronous, for better behaviour in
22       remote connections.
23     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
24     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
25     - Documentation typos, and grammar and layout fixes.
28   Bug fixes:
30     - Avoiding *spurious* buffers in case of communication errors.
31     - REPL: fixed problem with input history navigation in Racket.
32     - Autodoc no longer skips non-alphanumeric identifiers.
33     - Autodoc messages no longer interfere with active minibuffer.
34     - Fix for module name completion in Guile.
35     - Quack compatibility: avoiding problems with #f &c.
38 * Version 0.1 (Dec 20, 2010)
40   Initial release.