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