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