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