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