Guile: 'format' added to the warning list
[geiser.git] / NEWS
blob63202dffdd897384dececa337a375af4eda1e4ce
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)
12 * Version 0.1.1 (Jan 24, 2011)
14   New features:
16     - "Manual autodoc" command; C-c C-d s.
17     - Autodoc retrieval is now asynchronous, for better behaviour in
18       remote connections.
19     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
20     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
21     - Documentation typos, and grammar and layout fixes.
24   Bug fixes:
26     - Avoiding *spurious* buffers in case of communication errors.
27     - REPL: fixed problem with input history navigation in Racket.
28     - Autodoc no longer skips non-alphanumeric identifiers.
29     - Autodoc messages no longer interfere with active minibuffer.
30     - Fix for module name completion in Guile.
31     - Quack compatibility: avoiding problems with #f &c.
34 * Version 0.1 (Dec 20, 2010)
36   Initial release.