Little cleanups, and C-u variant for the lambda thing
[geiser.git] / NEWS
blobec9ec9cae089cdf265dac1033c47f157b6e32059
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).
8   Bug fixes:
10    - Filename completion should also work in emacs 23.2 now.
12 * Version 0.3 (Jan 19, 2013)
14   New features:
16    - TAB in a string context in the REPL and Scheme buffers triggers
17      filename completion.
18    - User manual lookup command (C-c C-d i) available also in the
19      REPL.
20    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
21      all scheme output (thanks to Jonas Rodrigues).
22    - Indentation of scheme forms improved..
24   Bug fixes:
26    - Racket: fixes for problems entering modules sans main.rkt.
27    - Racket: image support in Windows fixed.
29 * Version 0.2.2 (Sep 30, 2012)
31    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
32      and Daniel Hackney.
34 * Version 0.2.1 (Sep 15, 2012)
36   Bug fixes:
38    - Racket: correctly reloading modules that contain submodules (this
39      one was breaking for instance code based on plai-typed).
40    - Racket: correctly jumping to symbols defined in files with .ss
41      extension.
43   New features:
45    - Racket: autodoc now displays argument names for constructors
46      defined by define-type (from either plai or plai-type).
47    - Racket: the included geiser-racket.sh script takes a new switch,
48      -n, to specify the network interface to listen to.
50 * Version 0.2 (Sep 3, 2012)
52   New features:
54    - Support for images in Racket, both in the REPL and during
55      evaluations.  Thanks to Michael Wilber for code, discussion and
56      testing.
57    - Support for Racket 5.3.  Older Rackets not actively supported.
58    - ,cd command in Racket's REPL.
59    - New customizable variable, geiser-guile-manual-lookup-nodes, to
60      specify the name of Guile's info nodes, if need be.
62   Bug fixes:
64    - We don't deactivate autodoc in the REPL unless requested.
65    - Indentation for syntax-id-rules and for/hash.
66    - Highlighting of [else forms in scheme buffers.
67    - Indentation for all 'for' forms in Racket.
68    - Correctly buttonizing paths with leading spaces in DBG buffers
69    - Autodoc was being deactivated in REPLs.
71 * Version 0.1.4 (Nov 26, 2011)
73   New features:
75    - Indentation for Racket's splicing-let and friends.
76    - Customizable prompt waiting time (geiser-repl-startup-time).
77    - New customizable faces: geiser-font-lock-repl-prompt and
78      geiser-font-lock-repl-input.
80   Bug fixes:
82    - C-c C-r and friends won't send unbalanced sexps to Scheme.
83    - C-c C-z works after run-geiser in a Scheme buffer.
84    - REPL: TAB indenting around whitespace.
85    - Racket: correct display of output to standard error (such as
86      rackunit's).
87    - Guile: ditto.
88    - Elisp: compatibility problems with filladapt fixed.
89    - Racket: autodoc in R5RS modules.
91 * Version 0.1.3 (Jun 24, 2011)
93   Bug fixes:
95     - The REPL doesn't break when one calls read (fixes bug #33090).
96     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
97       current module even before the define-module form (fixes bug
98       #33497).
99     - Racket can now use the GUI libraries (see bug #32844).
100     - Texinfo formatting fixes.
102 * Version 0.1.2 (Mar 9, 2011)
104   New features:
106     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
107       Scheme's load path.
108     - Guile 2.0 as lowest Guile version supported.
109     - New custom variable, geiser-guile-load-init-file-p, to allow
110       loading of ~/.guile.
112   Bug fixes:
114     - We no longer ignore geiser-repl-use-other-window.
115     - Company mode integration fixes (including #32231).
116     - M-x geiser-edit-module in REPL buffers fixed.
117     - We now respect user customizations of geiser-implementations-alist.
118     - Interaction with Guile's debugger fixed.
119     - "Clickable" paths in warnings buffer also for Guile 2.0.
120     - Fix for errors when entering r5rs modules in Racket.
122 * Version 0.1.1 (Jan 24, 2011)
124   New features:
126     - "Manual autodoc" command; C-c C-d s.
127     - Autodoc retrieval is now asynchronous, for better behaviour in
128       remote connections.
129     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
130     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
131     - Documentation typos, and grammar and layout fixes.
134   Bug fixes:
136     - Avoiding *spurious* buffers in case of communication errors.
137     - REPL: fixed problem with input history navigation in Racket.
138     - Autodoc no longer skips non-alphanumeric identifiers.
139     - Autodoc messages no longer interfere with active minibuffer.
140     - Fix for module name completion in Guile.
141     - Quack compatibility: avoiding problems with #f &c.
144 * Version 0.1 (Dec 20, 2010)
146   Initial release.