Simplified image display.
[geiser.git] / NEWS
blob4dc11b1f37b4c34c8e88992ef735c1d101569e0b
1 * Version 0.1.5
3 Bug fixes:
5    - We don't deactivate autodoc in the REPL unless requested.
6    - Indentation for syntax-id-rules and for/hash.
8 * Version 0.1.4 (Nov 26, 2011)
10 New features:
12    - Indentation for Racket's splicing-let and friends.
13    - Customizable prompt waiting time (geiser-repl-startup-time).
14    - New customizable faces: geiser-font-lock-repl-prompt and
15      geiser-font-lock-repl-input.
17 Bug fixes:
19    - C-c C-r and friends won't send unbalanced sexps to Scheme.
20    - C-c C-z works after run-geiser in a Scheme buffer.
21    - REPL: TAB indenting around whitespace.
22    - Racket: correct display of output to standard error (such as
23      rackunit's).
24    - Guile: ditto.
25    - Elisp: compatibility problems with filladapt fixed.
26    - Racket: autodoc in R5RS modules.
28 * Version 0.1.3 (Jun 24, 2011)
30   Bug fixes:
32     - The REPL doesn't break when one calls read (fixes bug #33090).
33     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
34       current module even before the define-module form (fixes bug
35       #33497).
36     - Racket can now use the GUI libraries (see bug #32844).
37     - Texinfo formatting fixes.
39 * Version 0.1.2 (Mar 9, 2011)
41   New features:
43     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
44       Scheme's load path.
45     - Guile 2.0 as lowest Guile version supported.
46     - New custom variable, geiser-guile-load-init-file-p, to allow
47       loading of ~/.guile.
49   Bug fixes:
51     - We no longer ignore geiser-repl-use-other-window.
52     - Company mode integration fixes (including #32231).
53     - M-x geiser-edit-module in REPL buffers fixed.
54     - We now respect user customizations of geiser-implementations-alist.
55     - Interaction with Guile's debugger fixed.
56     - "Clickable" paths in warnings buffer also for Guile 2.0.
57     - Fix for errors when entering r5rs modules in Racket.
59 * Version 0.1.1 (Jan 24, 2011)
61   New features:
63     - "Manual autodoc" command; C-c C-d s.
64     - Autodoc retrieval is now asynchronous, for better behaviour in
65       remote connections.
66     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
67     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
68     - Documentation typos, and grammar and layout fixes.
71   Bug fixes:
73     - Avoiding *spurious* buffers in case of communication errors.
74     - REPL: fixed problem with input history navigation in Racket.
75     - Autodoc no longer skips non-alphanumeric identifiers.
76     - Autodoc messages no longer interfere with active minibuffer.
77     - Fix for module name completion in Guile.
78     - Quack compatibility: avoiding problems with #f &c.
81 * Version 0.1 (Dec 20, 2010)
83   Initial release.