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