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