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