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