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