Racket: use the proper interaction port for input (#32844)
[geiser.git] / NEWS
blobbaeed36e002d10136305d48a10015e614ca92c69
1 * Version 0.1.2 (Mar 9, 2001)
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.
7     - Guile 2.0 as lowest Guile version supported.
8     - New custom variable, geiser-guile-load-init-file-p, to allow
9       loading of ~/.guile.
11   Bug fixes:
13     - We no longer ignore geiser-repl-use-other-window.
14     - Company mode integration fixes (including #32231).
15     - M-x geiser-edit-module in REPL buffers fixed.
16     - We now respect user customizations of geiser-implementations-alist.
17     - Interaction with Guile's debugger fixed.
18     - "Clickable" paths in warnings buffer also for Guile 2.0.
19     - Fix for errors when entering r5rs modules in Racket.
21 * Version 0.1.1 (Jan 24, 2011)
23   New features:
25     - "Manual autodoc" command; C-c C-d s.
26     - Autodoc retrieval is now asynchronous, for better behaviour in
27       remote connections.
28     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
29     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
30     - Documentation typos, and grammar and layout fixes.
33   Bug fixes:
35     - Avoiding *spurious* buffers in case of communication errors.
36     - REPL: fixed problem with input history navigation in Racket.
37     - Autodoc no longer skips non-alphanumeric identifiers.
38     - Autodoc messages no longer interfere with active minibuffer.
39     - Fix for module name completion in Guile.
40     - Quack compatibility: avoiding problems with #f &c.
43 * Version 0.1 (Dec 20, 2010)
45   Initial release.