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