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