Compatibility with filladapt.
[geiser.git] / NEWS
blobb9321dd1950ef67877a01950ef4816e14258a8f5
1 * Version 0.1.4
3 New features:
5    - New customizable faces: geiser-font-lock-repl-prompt and
6      geiser-font-lock-repl-input.
8 Bug fixes:
10    - Racket: autodoc in R5RS modules
12 * Version 0.1.3 (Jun 24, 2011)
14   Bug fixes:
16     - The REPL doesn't break when one calls read (fixes bug #33090).
17     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
18       current module even before the define-module form (fixes bug
19       #33497).
20     - Racket can now use the GUI libraries (see bug #32844).
21     - Texinfo formatting fixes.
23 * Version 0.1.2 (Mar 9, 2011)
25   New features:
27     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
28       Scheme's load path.
29     - Guile 2.0 as lowest Guile version supported.
30     - New custom variable, geiser-guile-load-init-file-p, to allow
31       loading of ~/.guile.
33   Bug fixes:
35     - We no longer ignore geiser-repl-use-other-window.
36     - Company mode integration fixes (including #32231).
37     - M-x geiser-edit-module in REPL buffers fixed.
38     - We now respect user customizations of geiser-implementations-alist.
39     - Interaction with Guile's debugger fixed.
40     - "Clickable" paths in warnings buffer also for Guile 2.0.
41     - Fix for errors when entering r5rs modules in Racket.
43 * Version 0.1.1 (Jan 24, 2011)
45   New features:
47     - "Manual autodoc" command; C-c C-d s.
48     - Autodoc retrieval is now asynchronous, for better behaviour in
49       remote connections.
50     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
51     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
52     - Documentation typos, and grammar and layout fixes.
55   Bug fixes:
57     - Avoiding *spurious* buffers in case of communication errors.
58     - REPL: fixed problem with input history navigation in Racket.
59     - Autodoc no longer skips non-alphanumeric identifiers.
60     - Autodoc messages no longer interfere with active minibuffer.
61     - Fix for module name completion in Guile.
62     - Quack compatibility: avoiding problems with #f &c.
65 * Version 0.1 (Dec 20, 2010)
67   Initial release.