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