5 - Support for images in Racket, both in the REPL and during
6 evaluations. Thanks to Michael Wilber for code, discussion and
8 - Support for Racket 5.3. Older Rackets not actively supported.
9 - ,cd command in Racket's REPL.
10 - New customizable variable, geiser-guile-manual-lookup-nodes, to
11 specify the name of Guile's info nodes, if need be.
15 - We don't deactivate autodoc in the REPL unless requested.
16 - Indentation for syntax-id-rules and for/hash.
17 - Highlighting of [else forms in scheme buffers.
18 - Indentation for all 'for' forms in Racket.
19 - Correctly buttonizing paths with leading spaces in DBG buffers
20 - Autodoc was being deactivated in REPLs.
22 * Version 0.1.4 (Nov 26, 2011)
26 - Indentation for Racket's splicing-let and friends.
27 - Customizable prompt waiting time (geiser-repl-startup-time).
28 - New customizable faces: geiser-font-lock-repl-prompt and
29 geiser-font-lock-repl-input.
33 - C-c C-r and friends won't send unbalanced sexps to Scheme.
34 - C-c C-z works after run-geiser in a Scheme buffer.
35 - REPL: TAB indenting around whitespace.
36 - Racket: correct display of output to standard error (such as
39 - Elisp: compatibility problems with filladapt fixed.
40 - Racket: autodoc in R5RS modules.
42 * Version 0.1.3 (Jun 24, 2011)
46 - The REPL doesn't break when one calls read (fixes bug #33090).
47 - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
48 current module even before the define-module form (fixes bug
50 - Racket can now use the GUI libraries (see bug #32844).
51 - Texinfo formatting fixes.
53 * Version 0.1.2 (Mar 9, 2011)
57 - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
59 - Guile 2.0 as lowest Guile version supported.
60 - New custom variable, geiser-guile-load-init-file-p, to allow
65 - We no longer ignore geiser-repl-use-other-window.
66 - Company mode integration fixes (including #32231).
67 - M-x geiser-edit-module in REPL buffers fixed.
68 - We now respect user customizations of geiser-implementations-alist.
69 - Interaction with Guile's debugger fixed.
70 - "Clickable" paths in warnings buffer also for Guile 2.0.
71 - Fix for errors when entering r5rs modules in Racket.
73 * Version 0.1.1 (Jan 24, 2011)
77 - "Manual autodoc" command; C-c C-d s.
78 - Autodoc retrieval is now asynchronous, for better behaviour in
80 - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
81 - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
82 - Documentation typos, and grammar and layout fixes.
87 - Avoiding *spurious* buffers in case of communication errors.
88 - REPL: fixed problem with input history navigation in Racket.
89 - Autodoc no longer skips non-alphanumeric identifiers.
90 - Autodoc messages no longer interfere with active minibuffer.
91 - Fix for module name completion in Guile.
92 - Quack compatibility: avoiding problems with #f &c.
95 * Version 0.1 (Dec 20, 2010)