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