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