company-mode fixes (an attempt to fix #32231)
[geiser.git] / NEWS
blob84eec40abe29087ec4669097ebf1d50cdafb00a1
1 * Version 0.1.1 (Jan 24, 2011)
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     - Avoiding *spurious* buffers in case of communication errors.
16     - REPL: fixed problem with input history navigation in Racket.
17     - Autodoc no longer skips non-alphanumeric identifiers.
18     - Autodoc messages no longer interfere with active minibuffer.
19     - Fix for module name completion in Guile.
20     - Quack compatibility: avoiding problems with #f &c.
23 * Version 0.1 (Dec 20, 2010)
25   Initial release.