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