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