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 | 978e3ac1b6cb35bd2d74203e9b094e7527f67b64 (patch) | |
tree | e4e63636c408d18aecad5eeb79cc60301e29aeee /NEWS | |
parent | cb2a357948086e06efa21525c10b907fdde5fd25 (diff) | |
download | geiser-978e3ac1b6cb35bd2d74203e9b094e7527f67b64.tar.gz geiser-978e3ac1b6cb35bd2d74203e9b094e7527f67b64.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) |