NEWS for 0.4
[geiser.git] / NEWS
bloba47c424c1a6aa28b42a0519f7bb5431bf2a5938f
1 * Version 0.4 (May 2, 2013)
3   New features:
5    - New command geiser-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 (thanks to Diogo).
23    - The REPL no longer hangs when company-mode is active (thanks to
24      Aleix Conchillo).
25    - Help manual lookup in Racket fixed for #lang racket/base modules.
27 * Version 0.3 (Jan 19, 2013)
29   New features:
31    - TAB in a string context in the REPL and Scheme buffers triggers
32      filename completion.
33    - User manual lookup command (C-c C-d i) available also in the
34      REPL.
35    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
36      all scheme output (thanks to Jonas Rodrigues).
37    - Indentation of scheme forms improved..
39   Bug fixes:
41    - Racket: fixes for problems entering modules sans main.rkt.
42    - Racket: image support in Windows fixed.
44 * Version 0.2.2 (Sep 30, 2012)
46    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
47      and Daniel Hackney.
49 * Version 0.2.1 (Sep 15, 2012)
51   Bug fixes:
53    - Racket: correctly reloading modules that contain submodules (this
54      one was breaking for instance code based on plai-typed).
55    - Racket: correctly jumping to symbols defined in files with .ss
56      extension.
58   New features:
60    - Racket: autodoc now displays argument names for constructors
61      defined by define-type (from either plai or plai-type).
62    - Racket: the included geiser-racket.sh script takes a new switch,
63      -n, to specify the network interface to listen to.
65 * Version 0.2 (Sep 3, 2012)
67   New features:
69    - Support for images in Racket, both in the REPL and during
70      evaluations.  Thanks to Michael Wilber for code, discussion and
71      testing.
72    - Support for Racket 5.3.  Older Rackets not actively supported.
73    - ,cd command in Racket's REPL.
74    - New customizable variable, geiser-guile-manual-lookup-nodes, to
75      specify the name of Guile's info nodes, if need be.
77   Bug fixes:
79    - We don't deactivate autodoc in the REPL unless requested.
80    - Indentation for syntax-id-rules and for/hash.
81    - Highlighting of [else forms in scheme buffers.
82    - Indentation for all 'for' forms in Racket.
83    - Correctly buttonizing paths with leading spaces in DBG buffers
84    - Autodoc was being deactivated in REPLs.
86 * Version 0.1.4 (Nov 26, 2011)
88   New features:
90    - Indentation for Racket's splicing-let and friends.
91    - Customizable prompt waiting time (geiser-repl-startup-time).
92    - New customizable faces: geiser-font-lock-repl-prompt and
93      geiser-font-lock-repl-input.
95   Bug fixes:
97    - C-c C-r and friends won't send unbalanced sexps to Scheme.
98    - C-c C-z works after run-geiser in a Scheme buffer.
99    - REPL: TAB indenting around whitespace.
100    - Racket: correct display of output to standard error (such as
101      rackunit's).
102    - Guile: ditto.
103    - Elisp: compatibility problems with filladapt fixed.
104    - Racket: autodoc in R5RS modules.
106 * Version 0.1.3 (Jun 24, 2011)
108   Bug fixes:
110     - The REPL doesn't break when one calls read (fixes bug #33090).
111     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
112       current module even before the define-module form (fixes bug
113       #33497).
114     - Racket can now use the GUI libraries (see bug #32844).
115     - Texinfo formatting fixes.
117 * Version 0.1.2 (Mar 9, 2011)
119   New features:
121     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
122       Scheme's load path.
123     - Guile 2.0 as lowest Guile version supported.
124     - New custom variable, geiser-guile-load-init-file-p, to allow
125       loading of ~/.guile.
127   Bug fixes:
129     - We no longer ignore geiser-repl-use-other-window.
130     - Company mode integration fixes (including #32231).
131     - M-x geiser-edit-module in REPL buffers fixed.
132     - We now respect user customizations of geiser-implementations-alist.
133     - Interaction with Guile's debugger fixed.
134     - "Clickable" paths in warnings buffer also for Guile 2.0.
135     - Fix for errors when entering r5rs modules in Racket.
137 * Version 0.1.1 (Jan 24, 2011)
139   New features:
141     - "Manual autodoc" command; C-c C-d s.
142     - Autodoc retrieval is now asynchronous, for better behaviour in
143       remote connections.
144     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
145     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
146     - Documentation typos, and grammar and layout fixes.
149   Bug fixes:
151     - Avoiding *spurious* buffers in case of communication errors.
152     - REPL: fixed problem with input history navigation in Racket.
153     - Autodoc no longer skips non-alphanumeric identifiers.
154     - Autodoc messages no longer interfere with active minibuffer.
155     - Fix for module name completion in Guile.
156     - Quack compatibility: avoiding problems with #f &c.
159 * Version 0.1 (Dec 20, 2010)
161   Initial release.