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