Dummy entry in NEWS for 0.2.3
[geiser.git] / NEWS
blob37bb7ce8cacc18344a4a437c0ef858a9b8931165
1 * Version 0.2.3 ()
4 * Version 0.2.2 (Sep 30, 2012)
6    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
7      and Daniel Hackney.
9 * Version 0.2.1 (Sep 15, 2012)
11 Bug fixes:
13    - Racket: correctly reloading modules that contain submodules (this
14      one was breaking for instance code based on plai-typed).
15    - Racket: correctly jumping to symbols defined in files with .ss
16      extension.
18 New features:
20    - Racket: autodoc now displays argument names for constructors
21      defined by define-type (from either plai or plai-type).
22    - Racket: the included geiser-racket.sh script takes a new switch,
23      -n, to specify the network interface to listen to.
25 * Version 0.2 (Sep 3, 2012)
27 New features:
29    - Support for images in Racket, both in the REPL and during
30      evaluations.  Thanks to Michael Wilber for code, discussion and
31      testing.
32    - Support for Racket 5.3.  Older Rackets not actively supported.
33    - ,cd command in Racket's REPL.
34    - New customizable variable, geiser-guile-manual-lookup-nodes, to
35      specify the name of Guile's info nodes, if need be.
37 Bug fixes:
39    - We don't deactivate autodoc in the REPL unless requested.
40    - Indentation for syntax-id-rules and for/hash.
41    - Highlighting of [else forms in scheme buffers.
42    - Indentation for all 'for' forms in Racket.
43    - Correctly buttonizing paths with leading spaces in DBG buffers
44    - Autodoc was being deactivated in REPLs.
46 * Version 0.1.4 (Nov 26, 2011)
48 New features:
50    - Indentation for Racket's splicing-let and friends.
51    - Customizable prompt waiting time (geiser-repl-startup-time).
52    - New customizable faces: geiser-font-lock-repl-prompt and
53      geiser-font-lock-repl-input.
55 Bug fixes:
57    - C-c C-r and friends won't send unbalanced sexps to Scheme.
58    - C-c C-z works after run-geiser in a Scheme buffer.
59    - REPL: TAB indenting around whitespace.
60    - Racket: correct display of output to standard error (such as
61      rackunit's).
62    - Guile: ditto.
63    - Elisp: compatibility problems with filladapt fixed.
64    - Racket: autodoc in R5RS modules.
66 * Version 0.1.3 (Jun 24, 2011)
68   Bug fixes:
70     - The REPL doesn't break when one calls read (fixes bug #33090).
71     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
72       current module even before the define-module form (fixes bug
73       #33497).
74     - Racket can now use the GUI libraries (see bug #32844).
75     - Texinfo formatting fixes.
77 * Version 0.1.2 (Mar 9, 2011)
79   New features:
81     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
82       Scheme's load path.
83     - Guile 2.0 as lowest Guile version supported.
84     - New custom variable, geiser-guile-load-init-file-p, to allow
85       loading of ~/.guile.
87   Bug fixes:
89     - We no longer ignore geiser-repl-use-other-window.
90     - Company mode integration fixes (including #32231).
91     - M-x geiser-edit-module in REPL buffers fixed.
92     - We now respect user customizations of geiser-implementations-alist.
93     - Interaction with Guile's debugger fixed.
94     - "Clickable" paths in warnings buffer also for Guile 2.0.
95     - Fix for errors when entering r5rs modules in Racket.
97 * Version 0.1.1 (Jan 24, 2011)
99   New features:
101     - "Manual autodoc" command; C-c C-d s.
102     - Autodoc retrieval is now asynchronous, for better behaviour in
103       remote connections.
104     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
105     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
106     - Documentation typos, and grammar and layout fixes.
109   Bug fixes:
111     - Avoiding *spurious* buffers in case of communication errors.
112     - REPL: fixed problem with input history navigation in Racket.
113     - Autodoc no longer skips non-alphanumeric identifiers.
114     - Autodoc messages no longer interfere with active minibuffer.
115     - Fix for module name completion in Guile.
116     - Quack compatibility: avoiding problems with #f &c.
119 * Version 0.1 (Dec 20, 2010)
121   Initial release.