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