Racket: show images with print, write and display
[geiser.git] / NEWS
blob0bd1506522c30db9012bda45bedac26bd02c0ee6
1 * Version 0.7
3   New features:
5    - `company-mode' support completed with a method for `doc-buffer'.
7 * Version 0.6 (Aug 9, 2014)
9   New features:
11    - New customizable variables `geiser-debug-jump-to-debug-p` and
12      `geiser-debug-show-debug-p`.
13    - Better fontification of some scheme keywords (thanks to Diogo
14      F. S. Ramos).
16   Bug fixes:
18    - Better support for Typed Racket: (re)definitions now work for
19      typed/racket modules (thanks to Sam Tobin-Hochstadt).
20    - Better behaviour for geiser-eval-buffer in racket
21      buffers that contain a #lang directive.  But you'd better use C-c
22      C-k instead.
23    - Better behaviour of C-c C-c when interrupting looping functions
24      in the REPL.
25    - Fixes for Makefile target html-am (as in now it works).
27 * Version 0.5 (Dec 9, 2013)
29   New features:
31    - Geiser is now available from MELPA, with the help of Steve Purcell.
32    - Racket: new commands geiser-racket-{show, hide, toggle}-submodules,
33      for folding submodule forms in code buffers.
34    - Racket: interaction with submodules (entering them and evaluation
35      within their scope).
36    - New commands geiser-eval-buffer (C-c C-b) and
37      geiser-eval-buffer-and-go (C-c M-b), by Nick Parker.
38    - Pressing return on a previous expression in the REPL will resend
39      it, by Darren Hoo.
40    - Improvements to syntax highlighting (define/match in racket).
41    - Version checks for the underlying Scheme process, thanks to an
42      idea of B Batsov.
44   Bug fixes:
46    - Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès.
47    - Fixed problem when saving REPL history that contained non-ASCII
48      chars: all UTF-8 characters should be fair game now.
49    - Fixed problems with geiser-doc's history being handled by
50      session.el (by not letting the latter handle it).
51    - Paths in `geiser-load-path' are now also added to
52      `%load-compiled-path'.  Ditto for paths added via
53      `geiser-add-to-load-path`.
54    - Compatibility fixes for Emacs snapshots.
56 * Version 0.4 (May 2, 2013)
58   New features:
60    - New command geiser-insert-lambda, bound to C-c \ in Scheme
61      buffers (thanks to Ray Racine).
62    - Configurable case-sensitivity when highlighting keywords (thanks
63      to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and
64      geiser-racket-case-sensitive-pp
65    - C-u C-x C-e to insert evaluation result in buffer (thanks to
66      Diogo).
67    - New flag geiser-repl-query-on-kill-p to control whether emacs
68      will ask for confirmation before killing a buffer with a live
69      REPL process.
70    - New flag geiser-mode-start-repl-p to tell Geiser to start a new
71      REPL if one isn't active when geiser-mode is activated.
73   Bug fixes:
75    - Filename completion should also work in emacs 23.2 now.
76    - Racket filenames with spaces no longer break Geiser when entering
77      them (thanks to Diogo).
78    - The REPL no longer hangs when company-mode is active (thanks to
79      Aleix Conchillo).
80    - Help manual lookup in Racket fixed for #lang racket/base modules.
82 * Version 0.3 (Jan 19, 2013)
84   New features:
86    - TAB in a string context in the REPL and Scheme buffers triggers
87      filename completion.
88    - User manual lookup command (C-c C-d i) available also in the
89      REPL.
90    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
91      all scheme output (thanks to Jonas Rodrigues).
92    - Indentation of scheme forms improved..
94   Bug fixes:
96    - Racket: fixes for problems entering modules sans main.rkt.
97    - Racket: image support in Windows fixed.
99 * Version 0.2.2 (Sep 30, 2012)
101    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
102      and Daniel Hackney.
104 * Version 0.2.1 (Sep 15, 2012)
106   Bug fixes:
108    - Racket: correctly reloading modules that contain submodules (this
109      one was breaking for instance code based on plai-typed).
110    - Racket: correctly jumping to symbols defined in files with .ss
111      extension.
113   New features:
115    - Racket: autodoc now displays argument names for constructors
116      defined by define-type (from either plai or plai-type).
117    - Racket: the included geiser-racket.sh script takes a new switch,
118      -n, to specify the network interface to listen to.
120 * Version 0.2 (Sep 3, 2012)
122   New features:
124    - Support for images in Racket, both in the REPL and during
125      evaluations.  Thanks to Michael Wilber for code, discussion and
126      testing.
127    - Support for Racket 5.3.  Older Rackets not actively supported.
128    - ,cd command in Racket's REPL.
129    - New customizable variable, geiser-guile-manual-lookup-nodes, to
130      specify the name of Guile's info nodes, if need be.
132   Bug fixes:
134    - We don't deactivate autodoc in the REPL unless requested.
135    - Indentation for syntax-id-rules and for/hash.
136    - Highlighting of [else forms in scheme buffers.
137    - Indentation for all 'for' forms in Racket.
138    - Correctly buttonizing paths with leading spaces in DBG buffers
139    - Autodoc was being deactivated in REPLs.
141 * Version 0.1.4 (Nov 26, 2011)
143   New features:
145    - Indentation for Racket's splicing-let and friends.
146    - Customizable prompt waiting time (geiser-repl-startup-time).
147    - New customizable faces: geiser-font-lock-repl-prompt and
148      geiser-font-lock-repl-input.
150   Bug fixes:
152    - C-c C-r and friends won't send unbalanced sexps to Scheme.
153    - C-c C-z works after run-geiser in a Scheme buffer.
154    - REPL: TAB indenting around whitespace.
155    - Racket: correct display of output to standard error (such as
156      rackunit's).
157    - Guile: ditto.
158    - Elisp: compatibility problems with filladapt fixed.
159    - Racket: autodoc in R5RS modules.
161 * Version 0.1.3 (Jun 24, 2011)
163   Bug fixes:
165     - The REPL doesn't break when one calls read (fixes bug #33090).
166     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
167       current module even before the define-module form (fixes bug
168       #33497).
169     - Racket can now use the GUI libraries (see bug #32844).
170     - Texinfo formatting fixes.
172 * Version 0.1.2 (Mar 9, 2011)
174   New features:
176     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
177       Scheme's load path.
178     - Guile 2.0 as lowest Guile version supported.
179     - New custom variable, geiser-guile-load-init-file-p, to allow
180       loading of ~/.guile.
182   Bug fixes:
184     - We no longer ignore geiser-repl-use-other-window.
185     - Company mode integration fixes (including #32231).
186     - M-x geiser-edit-module in REPL buffers fixed.
187     - We now respect user customizations of geiser-implementations-alist.
188     - Interaction with Guile's debugger fixed.
189     - "Clickable" paths in warnings buffer also for Guile 2.0.
190     - Fix for errors when entering r5rs modules in Racket.
192 * Version 0.1.1 (Jan 24, 2011)
194   New features:
196     - "Manual autodoc" command; C-c C-d s.
197     - Autodoc retrieval is now asynchronous, for better behaviour in
198       remote connections.
199     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
200     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
201     - Documentation typos, and grammar and layout fixes.
204   Bug fixes:
206     - Avoiding *spurious* buffers in case of communication errors.
207     - REPL: fixed problem with input history navigation in Racket.
208     - Autodoc no longer skips non-alphanumeric identifiers.
209     - Autodoc messages no longer interfere with active minibuffer.
210     - Fix for module name completion in Guile.
211     - Quack compatibility: avoiding problems with #f &c.
214 * Version 0.1 (Dec 20, 2010)
216   Initial release.