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