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