diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-23 21:55:57 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-23 21:55:57 +0100 |
commit | 961349906f0e48139152ac1b77fa0a2273bbdbbb (patch) | |
tree | 7f962ac7a3dbe6891115e4cabc6a01ffc46cc0be /NEWS | |
parent | 9af0e2f94eaf277ad8f4e3e57b9c0fb76327da00 (diff) | |
download | geiser-guile-961349906f0e48139152ac1b77fa0a2273bbdbbb.tar.gz geiser-guile-961349906f0e48139152ac1b77fa0a2273bbdbbb.tar.bz2 |
Documentation nits
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -* Version 0.1.1 +* Version 0.1.1 (Jan 24, 2011) New features: @@ -12,11 +12,12 @@ Bug fixes: + - Avoiding *spurious* buffers in case of communication errors. - REPL: fixed problem with input history navigation in Racket. - Autodoc no longer skips non-alphanumeric identifiers. - Autodoc messages no longer interfere with active minibuffer. + - Fix for module name completion in Guile. - Quack compatibility: avoiding problems with #f &c. - - Avoiding *spurious* buffers in case of communication errors. * Version 0.1 (Dec 20, 2010) |