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