5 - New command geiser-edit-insert-lambda, bound to C-c \ in Scheme
6 buffers (thanks to Ray Racine).
7 - Configurable case-sensitivity when highlighting keywords (thanks
8 to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and
9 geiser-racket-case-sensitive-pp
13 - Filename completion should also work in emacs 23.2 now.
15 * Version 0.3 (Jan 19, 2013)
19 - TAB in a string context in the REPL and Scheme buffers triggers
21 - User manual lookup command (C-c C-d i) available also in the
23 - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
24 all scheme output (thanks to Jonas Rodrigues).
25 - Indentation of scheme forms improved..
29 - Racket: fixes for problems entering modules sans main.rkt.
30 - Racket: image support in Windows fixed.
32 * Version 0.2.2 (Sep 30, 2012)
34 - ELPA support. We have now ELPA packages. Thanks to Grant Rettke
37 * Version 0.2.1 (Sep 15, 2012)
41 - Racket: correctly reloading modules that contain submodules (this
42 one was breaking for instance code based on plai-typed).
43 - Racket: correctly jumping to symbols defined in files with .ss
48 - Racket: autodoc now displays argument names for constructors
49 defined by define-type (from either plai or plai-type).
50 - Racket: the included geiser-racket.sh script takes a new switch,
51 -n, to specify the network interface to listen to.
53 * Version 0.2 (Sep 3, 2012)
57 - Support for images in Racket, both in the REPL and during
58 evaluations. Thanks to Michael Wilber for code, discussion and
60 - Support for Racket 5.3. Older Rackets not actively supported.
61 - ,cd command in Racket's REPL.
62 - New customizable variable, geiser-guile-manual-lookup-nodes, to
63 specify the name of Guile's info nodes, if need be.
67 - We don't deactivate autodoc in the REPL unless requested.
68 - Indentation for syntax-id-rules and for/hash.
69 - Highlighting of [else forms in scheme buffers.
70 - Indentation for all 'for' forms in Racket.
71 - Correctly buttonizing paths with leading spaces in DBG buffers
72 - Autodoc was being deactivated in REPLs.
74 * Version 0.1.4 (Nov 26, 2011)
78 - Indentation for Racket's splicing-let and friends.
79 - Customizable prompt waiting time (geiser-repl-startup-time).
80 - New customizable faces: geiser-font-lock-repl-prompt and
81 geiser-font-lock-repl-input.
85 - C-c C-r and friends won't send unbalanced sexps to Scheme.
86 - C-c C-z works after run-geiser in a Scheme buffer.
87 - REPL: TAB indenting around whitespace.
88 - Racket: correct display of output to standard error (such as
91 - Elisp: compatibility problems with filladapt fixed.
92 - Racket: autodoc in R5RS modules.
94 * Version 0.1.3 (Jun 24, 2011)
98 - The REPL doesn't break when one calls read (fixes bug #33090).
99 - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
100 current module even before the define-module form (fixes bug
102 - Racket can now use the GUI libraries (see bug #32844).
103 - Texinfo formatting fixes.
105 * Version 0.1.2 (Mar 9, 2011)
109 - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
111 - Guile 2.0 as lowest Guile version supported.
112 - New custom variable, geiser-guile-load-init-file-p, to allow
117 - We no longer ignore geiser-repl-use-other-window.
118 - Company mode integration fixes (including #32231).
119 - M-x geiser-edit-module in REPL buffers fixed.
120 - We now respect user customizations of geiser-implementations-alist.
121 - Interaction with Guile's debugger fixed.
122 - "Clickable" paths in warnings buffer also for Guile 2.0.
123 - Fix for errors when entering r5rs modules in Racket.
125 * Version 0.1.1 (Jan 24, 2011)
129 - "Manual autodoc" command; C-c C-d s.
130 - Autodoc retrieval is now asynchronous, for better behaviour in
132 - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
133 - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
134 - Documentation typos, and grammar and layout fixes.
139 - Avoiding *spurious* buffers in case of communication errors.
140 - REPL: fixed problem with input history navigation in Racket.
141 - Autodoc no longer skips non-alphanumeric identifiers.
142 - Autodoc messages no longer interfere with active minibuffer.
143 - Fix for module name completion in Guile.
144 - Quack compatibility: avoiding problems with #f &c.
147 * Version 0.1 (Dec 20, 2010)