NEWS update
[geiser.git] / NEWS
blob94d2de34327e2cde36413697f7e4fb79afa2862f
1 * Version 0.1.1
3   New features:
5     - "Manual autodoc" command; C-c C-d s.
6     - Autodoc retrieval is now asynchronous, for better behaviour in
7       remote connections.
8     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
9     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
10     - Documentation typos, and grammar and layout fixes.
13   Bug fixes:
15     - REPL: fixed problem with input history navigation in Racket.
16     - Autodoc no longer skips non-alphanumeric identifiers.
17     - Autodoc messages no longer interfere with active minibuffer.
18     - Quack compatibility: avoiding problems with #f &c.
19     - Avoiding *spurious* buffers in case of communication errors.
22 * Version 0.1 (Dec 20, 2010)
24   Initial release.