diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-11-26 08:12:35 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-11-26 08:37:13 +0100 | 
| commit | 4b1775a30663a0b4dfe4ef42d397bade69ef31ba (patch) | |
| tree | 044abd82b36a73b9c92ff0d90a72dc72a05f7096 /NEWS | |
| parent | 8a61de0ab4d29d777122a15734c68e9744a69d30 (diff) | |
| download | geiser-4b1775a30663a0b4dfe4ef42d397bade69ef31ba.tar.gz geiser-4b1775a30663a0b4dfe4ef42d397bade69ef31ba.tar.bz2  | |
NEWS update and version bump to 0.1.40.1.4
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 11 | 
1 files changed, 10 insertions, 1 deletions
@@ -2,12 +2,21 @@  New features: +   - Indentation for Racket's splicing-let and friends. +   - Customizable prompt waiting time (geiser-repl-startup-time).     - New customizable faces: geiser-font-lock-repl-prompt and       geiser-font-lock-repl-input.  Bug fixes: -   - Racket: autodoc in R5RS modules +   - C-c C-r and friends won't send unbalanced sexps to Scheme. +   - C-c C-z works after run-geiser in a Scheme buffer. +   - REPL: TAB indenting around whitespace. +   - Racket: correct display of output to standard error (such as +     rackunit's). +   - Guile: ditto. +   - Elisp: compatibility problems with filladapt fixed. +   - Racket: autodoc in R5RS modules.  * Version 0.1.3 (Jun 24, 2011)  | 
