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