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