Mentioning Xiao Hanyu's ac-geiser package in the docs
[geiser.git] / NEWS
blobef96c7f454ac0bd84c7407f414ef6eb4cf852ed1
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, thanks to an
16      idea of B Batsov.
18   Bug fixes:
20    - Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès.
21    - Fixed problem when saving REPL history that contained non-ASCII
22      chars: all UTF-8 characters should be fair game now.
23    - Fixed problems with geiser-doc's history being handled by
24      session.el (by not letting the latter handle it).
25    - Paths in `geiser-load-path' are now also added to
26      `%load-compiled-path'.  Ditto for paths added via
27      `geiser-add-to-load-path`.
28    - Compatibility fixes for Emacs snapshots.
30 * Version 0.4 (May 2, 2013)
32   New features:
34    - New command geiser-insert-lambda, bound to C-c \ in Scheme
35      buffers (thanks to Ray Racine).
36    - Configurable case-sensitivity when highlighting keywords (thanks
37      to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and
38      geiser-racket-case-sensitive-pp
39    - C-u C-x C-e to insert evaluation result in buffer (thanks to
40      Diogo).
41    - New flag geiser-repl-query-on-kill-p to control whether emacs
42      will ask for confirmation before killing a buffer with a live
43      REPL process.
44    - New flag geiser-mode-start-repl-p to tell Geiser to start a new
45      REPL if one isn't active when geiser-mode is activated.
47   Bug fixes:
49    - Filename completion should also work in emacs 23.2 now.
50    - Racket filenames with spaces no longer break Geiser when entering
51      them (thanks to Diogo).
52    - The REPL no longer hangs when company-mode is active (thanks to
53      Aleix Conchillo).
54    - Help manual lookup in Racket fixed for #lang racket/base modules.
56 * Version 0.3 (Jan 19, 2013)
58   New features:
60    - TAB in a string context in the REPL and Scheme buffers triggers
61      filename completion.
62    - User manual lookup command (C-c C-d i) available also in the
63      REPL.
64    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
65      all scheme output (thanks to Jonas Rodrigues).
66    - Indentation of scheme forms improved..
68   Bug fixes:
70    - Racket: fixes for problems entering modules sans main.rkt.
71    - Racket: image support in Windows fixed.
73 * Version 0.2.2 (Sep 30, 2012)
75    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
76      and Daniel Hackney.
78 * Version 0.2.1 (Sep 15, 2012)
80   Bug fixes:
82    - Racket: correctly reloading modules that contain submodules (this
83      one was breaking for instance code based on plai-typed).
84    - Racket: correctly jumping to symbols defined in files with .ss
85      extension.
87   New features:
89    - Racket: autodoc now displays argument names for constructors
90      defined by define-type (from either plai or plai-type).
91    - Racket: the included geiser-racket.sh script takes a new switch,
92      -n, to specify the network interface to listen to.
94 * Version 0.2 (Sep 3, 2012)
96   New features:
98    - Support for images in Racket, both in the REPL and during
99      evaluations.  Thanks to Michael Wilber for code, discussion and
100      testing.
101    - Support for Racket 5.3.  Older Rackets not actively supported.
102    - ,cd command in Racket's REPL.
103    - New customizable variable, geiser-guile-manual-lookup-nodes, to
104      specify the name of Guile's info nodes, if need be.
106   Bug fixes:
108    - We don't deactivate autodoc in the REPL unless requested.
109    - Indentation for syntax-id-rules and for/hash.
110    - Highlighting of [else forms in scheme buffers.
111    - Indentation for all 'for' forms in Racket.
112    - Correctly buttonizing paths with leading spaces in DBG buffers
113    - Autodoc was being deactivated in REPLs.
115 * Version 0.1.4 (Nov 26, 2011)
117   New features:
119    - Indentation for Racket's splicing-let and friends.
120    - Customizable prompt waiting time (geiser-repl-startup-time).
121    - New customizable faces: geiser-font-lock-repl-prompt and
122      geiser-font-lock-repl-input.
124   Bug fixes:
126    - C-c C-r and friends won't send unbalanced sexps to Scheme.
127    - C-c C-z works after run-geiser in a Scheme buffer.
128    - REPL: TAB indenting around whitespace.
129    - Racket: correct display of output to standard error (such as
130      rackunit's).
131    - Guile: ditto.
132    - Elisp: compatibility problems with filladapt fixed.
133    - Racket: autodoc in R5RS modules.
135 * Version 0.1.3 (Jun 24, 2011)
137   Bug fixes:
139     - The REPL doesn't break when one calls read (fixes bug #33090).
140     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
141       current module even before the define-module form (fixes bug
142       #33497).
143     - Racket can now use the GUI libraries (see bug #32844).
144     - Texinfo formatting fixes.
146 * Version 0.1.2 (Mar 9, 2011)
148   New features:
150     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
151       Scheme's load path.
152     - Guile 2.0 as lowest Guile version supported.
153     - New custom variable, geiser-guile-load-init-file-p, to allow
154       loading of ~/.guile.
156   Bug fixes:
158     - We no longer ignore geiser-repl-use-other-window.
159     - Company mode integration fixes (including #32231).
160     - M-x geiser-edit-module in REPL buffers fixed.
161     - We now respect user customizations of geiser-implementations-alist.
162     - Interaction with Guile's debugger fixed.
163     - "Clickable" paths in warnings buffer also for Guile 2.0.
164     - Fix for errors when entering r5rs modules in Racket.
166 * Version 0.1.1 (Jan 24, 2011)
168   New features:
170     - "Manual autodoc" command; C-c C-d s.
171     - Autodoc retrieval is now asynchronous, for better behaviour in
172       remote connections.
173     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
174     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
175     - Documentation typos, and grammar and layout fixes.
178   Bug fixes:
180     - Avoiding *spurious* buffers in case of communication errors.
181     - REPL: fixed problem with input history navigation in Racket.
182     - Autodoc no longer skips non-alphanumeric identifiers.
183     - Autodoc messages no longer interfere with active minibuffer.
184     - Fix for module name completion in Guile.
185     - Quack compatibility: avoiding problems with #f &c.
188 * Version 0.1 (Dec 20, 2010)
190   Initial release.