Cleaner Chicken and Gambit sections in install docs
[geiser.git] / NEWS
blobb11106485d34288f5d5333b31f001cd152d571cb
1 * Version 0.11.2 (February 2020)
3   - Bug fixes
5 * Version 0.11.1 (February 2020)
7   - Bug fixes
9 * Version 0.11 (February 2020)
11   - Bug fixes for all supported implementations
12   - New support for Gambit
14 * Version 0.10 (March 2018)
16   - Better support for Guile 2.2
17   - Better support for Chicken (Dan Leslie, John Whitbeck)
18   - Better support for Chez (Chaos Eternal)
19   - Bug fixes (Peter Wang, Diog F. S. Ramos, Mario Rodas, Jordan Brown)
20   - Documentation fixes (Jonas Bernoulli, Andrew Sackville-West, Ziyi
21     Yan, James C. De Ricco, George D. Plymale II)
23 * Version 0.9 (Oct 2016)
25   - Chicken: improvements by Dan Leslie.
26   - Guile: support for Guile 2.2 (with help from Raffik Naccache and
27     David Thompson).
28   - Preliminary support for GNU/MIT, Chibi and Chez by Peter Feigl.
29   - Lots of bug fixes.
31 * Version 0.8.1 (Oct 13, 2015)
33   Bug fix: font-lock-ensure is from the future.
35 * Version 0.8 (Oct 12, 2015)
37   Improved features:
39     - Lots of improvements to Chicken support, by Dan Leslie.
40     - Better interoperability with xscheme.
41     - Much better performance for long lists of completions or
42       evaluated values.
43     - Better highlighting and indentation rules, by Alex Kost and Dan
44       Leslie.
45     - Make completion work for quoted symbols.
47   Bug fixes:
49     - geiser-connect-local working again.
51 * Version 0.7 "Freija" (Feb 21, 2015)
53   This release is dedicated to Dan's three-months-old daughter Freija,
54   who shared her dad's lap with his laptop while he was hacking on the
55   new Chicken scheme support for Geiser.
57   New features:
59    - Chicken support, by Dan Leslie.
61   Improved features:
63    - `company-mode' support completed with a method for `doc-buffer'.
64    - Support for multiple image display in Racket, including image
65      objects embedded in structured values (thanks to Greg Hendershott).
67 * Version 0.6 (Aug 9, 2014)
69   New features:
71    - New customizable variables `geiser-debug-jump-to-debug-p` and
72      `geiser-debug-show-debug-p`.
73    - Better fontification of some scheme keywords (thanks to Diogo
74      F. S. Ramos).
76   Bug fixes:
78    - Better support for Typed Racket: (re)definitions now work for
79      typed/racket modules (thanks to Sam Tobin-Hochstadt).
80    - Better behaviour for geiser-eval-buffer in racket
81      buffers that contain a #lang directive.  But you'd better use C-c
82      C-k instead.
83    - Better behaviour of C-c C-c when interrupting looping functions
84      in the REPL.
85    - Fixes for Makefile target html-am (as in now it works).
87 * Version 0.5 (Dec 9, 2013)
89   New features:
91    - Geiser is now available from MELPA, with the help of Steve Purcell.
92    - Racket: new commands geiser-racket-{show, hide, toggle}-submodules,
93      for folding submodule forms in code buffers.
94    - Racket: interaction with submodules (entering them and evaluation
95      within their scope).
96    - New commands geiser-eval-buffer (C-c C-b) and
97      geiser-eval-buffer-and-go (C-c M-b), by Nick Parker.
98    - Pressing return on a previous expression in the REPL will resend
99      it, by Darren Hoo.
100    - Improvements to syntax highlighting (define/match in racket).
101    - Version checks for the underlying Scheme process, thanks to an
102      idea of B Batsov.
104   Bug fixes:
106    - Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès.
107    - Fixed problem when saving REPL history that contained non-ASCII
108      chars: all UTF-8 characters should be fair game now.
109    - Fixed problems with geiser-doc's history being handled by
110      session.el (by not letting the latter handle it).
111    - Paths in `geiser-load-path' are now also added to
112      `%load-compiled-path'.  Ditto for paths added via
113      `geiser-add-to-load-path`.
114    - Compatibility fixes for Emacs snapshots.
116 * Version 0.4 (May 2, 2013)
118   New features:
120    - New command geiser-insert-lambda, bound to C-c \ in Scheme
121      buffers (thanks to Ray Racine).
122    - Configurable case-sensitivity when highlighting keywords (thanks
123      to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and
124      geiser-racket-case-sensitive-pp
125    - C-u C-x C-e to insert evaluation result in buffer (thanks to
126      Diogo).
127    - New flag geiser-repl-query-on-kill-p to control whether emacs
128      will ask for confirmation before killing a buffer with a live
129      REPL process.
130    - New flag geiser-mode-start-repl-p to tell Geiser to start a new
131      REPL if one isn't active when geiser-mode is activated.
133   Bug fixes:
135    - Filename completion should also work in emacs 23.2 now.
136    - Racket filenames with spaces no longer break Geiser when entering
137      them (thanks to Diogo).
138    - The REPL no longer hangs when company-mode is active (thanks to
139      Aleix Conchillo).
140    - Help manual lookup in Racket fixed for #lang racket/base modules.
142 * Version 0.3 (Jan 19, 2013)
144   New features:
146    - TAB in a string context in the REPL and Scheme buffers triggers
147      filename completion.
148    - User manual lookup command (C-c C-d i) available also in the
149      REPL.
150    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
151      all scheme output (thanks to Jonas Rodrigues).
152    - Indentation of scheme forms improved..
154   Bug fixes:
156    - Racket: fixes for problems entering modules sans main.rkt.
157    - Racket: image support in Windows fixed.
159 * Version 0.2.2 (Sep 30, 2012)
161    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
162      and Daniel Hackney.
164 * Version 0.2.1 (Sep 15, 2012)
166   Bug fixes:
168    - Racket: correctly reloading modules that contain submodules (this
169      one was breaking for instance code based on plai-typed).
170    - Racket: correctly jumping to symbols defined in files with .ss
171      extension.
173   New features:
175    - Racket: autodoc now displays argument names for constructors
176      defined by define-type (from either plai or plai-type).
177    - Racket: the included geiser-racket.sh script takes a new switch,
178      -n, to specify the network interface to listen to.
180 * Version 0.2 (Sep 3, 2012)
182   New features:
184    - Support for images in Racket, both in the REPL and during
185      evaluations.  Thanks to Michael Wilber for code, discussion and
186      testing.
187    - Support for Racket 5.3.  Older Rackets not actively supported.
188    - ,cd command in Racket's REPL.
189    - New customizable variable, geiser-guile-manual-lookup-nodes, to
190      specify the name of Guile's info nodes, if need be.
192   Bug fixes:
194    - We don't deactivate autodoc in the REPL unless requested.
195    - Indentation for syntax-id-rules and for/hash.
196    - Highlighting of [else forms in scheme buffers.
197    - Indentation for all 'for' forms in Racket.
198    - Correctly buttonizing paths with leading spaces in DBG buffers
199    - Autodoc was being deactivated in REPLs.
201 * Version 0.1.4 (Nov 26, 2011)
203   New features:
205    - Indentation for Racket's splicing-let and friends.
206    - Customizable prompt waiting time (geiser-repl-startup-time).
207    - New customizable faces: geiser-font-lock-repl-prompt and
208      geiser-font-lock-repl-input.
210   Bug fixes:
212    - C-c C-r and friends won't send unbalanced sexps to Scheme.
213    - C-c C-z works after run-geiser in a Scheme buffer.
214    - REPL: TAB indenting around whitespace.
215    - Racket: correct display of output to standard error (such as
216      rackunit's).
217    - Guile: ditto.
218    - Elisp: compatibility problems with filladapt fixed.
219    - Racket: autodoc in R5RS modules.
221 * Version 0.1.3 (Jun 24, 2011)
223   Bug fixes:
225     - The REPL doesn't break when one calls read (fixes bug #33090).
226     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
227       current module even before the define-module form (fixes bug
228       #33497).
229     - Racket can now use the GUI libraries (see bug #32844).
230     - Texinfo formatting fixes.
232 * Version 0.1.2 (Mar 9, 2011)
234   New features:
236     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
237       Scheme's load path.
238     - Guile 2.0 as lowest Guile version supported.
239     - New custom variable, geiser-guile-load-init-file-p, to allow
240       loading of ~/.guile.
242   Bug fixes:
244     - We no longer ignore geiser-repl-use-other-window.
245     - Company mode integration fixes (including #32231).
246     - M-x geiser-edit-module in REPL buffers fixed.
247     - We now respect user customizations of geiser-implementations-alist.
248     - Interaction with Guile's debugger fixed.
249     - "Clickable" paths in warnings buffer also for Guile 2.0.
250     - Fix for errors when entering r5rs modules in Racket.
252 * Version 0.1.1 (Jan 24, 2011)
254   New features:
256     - "Manual autodoc" command; C-c C-d s.
257     - Autodoc retrieval is now asynchronous, for better behaviour in
258       remote connections.
259     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
260     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
261     - Documentation typos, and grammar and layout fixes.
264   Bug fixes:
266     - Avoiding *spurious* buffers in case of communication errors.
267     - REPL: fixed problem with input history navigation in Racket.
268     - Autodoc no longer skips non-alphanumeric identifiers.
269     - Autodoc messages no longer interfere with active minibuffer.
270     - Fix for module name completion in Guile.
271     - Quack compatibility: avoiding problems with #f &c.
274 * Version 0.1 (Dec 20, 2010)
276   Initial release.