A better solution to the funky filename problem
[geiser.git] / NEWS
blobbe037dffcd5f90cfbb0f7db0e677c273ee992b9c
1 * Version 0.4 ()
3   New features:
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
10    - C-u C-x C-e to insert evaluation result in buffer (thanks to
11      Diogo).
12    - New flag geiser-repl-query-on-kill-p to control whether emacs
13      will ask for confirmation before killing a buffer with a live
14      REPL process.
15    - New flag geiser-mode-start-repl-p to tell Geiser to start a new
16      REPL if one isn't active when geiser-mode is activated.
18   Bug fixes:
20    - Filename completion should also work in emacs 23.2 now.
21    - Racket filenames with spaces no longer break Geiser when entering
22      them.
24 * Version 0.3 (Jan 19, 2013)
26   New features:
28    - TAB in a string context in the REPL and Scheme buffers triggers
29      filename completion.
30    - User manual lookup command (C-c C-d i) available also in the
31      REPL.
32    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
33      all scheme output (thanks to Jonas Rodrigues).
34    - Indentation of scheme forms improved..
36   Bug fixes:
38    - Racket: fixes for problems entering modules sans main.rkt.
39    - Racket: image support in Windows fixed.
41 * Version 0.2.2 (Sep 30, 2012)
43    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
44      and Daniel Hackney.
46 * Version 0.2.1 (Sep 15, 2012)
48   Bug fixes:
50    - Racket: correctly reloading modules that contain submodules (this
51      one was breaking for instance code based on plai-typed).
52    - Racket: correctly jumping to symbols defined in files with .ss
53      extension.
55   New features:
57    - Racket: autodoc now displays argument names for constructors
58      defined by define-type (from either plai or plai-type).
59    - Racket: the included geiser-racket.sh script takes a new switch,
60      -n, to specify the network interface to listen to.
62 * Version 0.2 (Sep 3, 2012)
64   New features:
66    - Support for images in Racket, both in the REPL and during
67      evaluations.  Thanks to Michael Wilber for code, discussion and
68      testing.
69    - Support for Racket 5.3.  Older Rackets not actively supported.
70    - ,cd command in Racket's REPL.
71    - New customizable variable, geiser-guile-manual-lookup-nodes, to
72      specify the name of Guile's info nodes, if need be.
74   Bug fixes:
76    - We don't deactivate autodoc in the REPL unless requested.
77    - Indentation for syntax-id-rules and for/hash.
78    - Highlighting of [else forms in scheme buffers.
79    - Indentation for all 'for' forms in Racket.
80    - Correctly buttonizing paths with leading spaces in DBG buffers
81    - Autodoc was being deactivated in REPLs.
83 * Version 0.1.4 (Nov 26, 2011)
85   New features:
87    - Indentation for Racket's splicing-let and friends.
88    - Customizable prompt waiting time (geiser-repl-startup-time).
89    - New customizable faces: geiser-font-lock-repl-prompt and
90      geiser-font-lock-repl-input.
92   Bug fixes:
94    - C-c C-r and friends won't send unbalanced sexps to Scheme.
95    - C-c C-z works after run-geiser in a Scheme buffer.
96    - REPL: TAB indenting around whitespace.
97    - Racket: correct display of output to standard error (such as
98      rackunit's).
99    - Guile: ditto.
100    - Elisp: compatibility problems with filladapt fixed.
101    - Racket: autodoc in R5RS modules.
103 * Version 0.1.3 (Jun 24, 2011)
105   Bug fixes:
107     - The REPL doesn't break when one calls read (fixes bug #33090).
108     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
109       current module even before the define-module form (fixes bug
110       #33497).
111     - Racket can now use the GUI libraries (see bug #32844).
112     - Texinfo formatting fixes.
114 * Version 0.1.2 (Mar 9, 2011)
116   New features:
118     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
119       Scheme's load path.
120     - Guile 2.0 as lowest Guile version supported.
121     - New custom variable, geiser-guile-load-init-file-p, to allow
122       loading of ~/.guile.
124   Bug fixes:
126     - We no longer ignore geiser-repl-use-other-window.
127     - Company mode integration fixes (including #32231).
128     - M-x geiser-edit-module in REPL buffers fixed.
129     - We now respect user customizations of geiser-implementations-alist.
130     - Interaction with Guile's debugger fixed.
131     - "Clickable" paths in warnings buffer also for Guile 2.0.
132     - Fix for errors when entering r5rs modules in Racket.
134 * Version 0.1.1 (Jan 24, 2011)
136   New features:
138     - "Manual autodoc" command; C-c C-d s.
139     - Autodoc retrieval is now asynchronous, for better behaviour in
140       remote connections.
141     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
142     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
143     - Documentation typos, and grammar and layout fixes.
146   Bug fixes:
148     - Avoiding *spurious* buffers in case of communication errors.
149     - REPL: fixed problem with input history navigation in Racket.
150     - Autodoc no longer skips non-alphanumeric identifiers.
151     - Autodoc messages no longer interfere with active minibuffer.
152     - Fix for module name completion in Guile.
153     - Quack compatibility: avoiding problems with #f &c.
156 * Version 0.1 (Dec 20, 2010)
158   Initial release.