diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 17:47:24 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 17:47:24 +0100 |
commit | 346061dff4ffb45940bafe0bb9a76f6a6f3a39e6 (patch) | |
tree | 4de4fdd08fbfcca9466b35e6860111a91ad36983 | |
parent | 4de9b9b06a3350d89f012c9ef7d22f8ece72a122 (diff) | |
download | geiser-346061dff4ffb45940bafe0bb9a76f6a6f3a39e6.tar.gz geiser-346061dff4ffb45940bafe0bb9a76f6a6f3a39e6.tar.bz2 |
NEWS update
-rw-r--r-- | NEWS | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,21 @@ +* Version 0.1.1 + + New features: + + - "Manual autodoc" command; C-c C-d s + - Autodoc retrieval is now asynchronous, for better behaviour in + remote connections. + - Documentation typos, and grammar and layout fixes. + + + Bug fixes: + + - REPL: fixed problem with input history navigation in Racket + - Autodoc no longer skips non-alphanumeric identifiers + - Autodoc messages no longer interfere with active minibuffer + - Quack compatibility: avoiding problems with #f &c. + - Avoiding *spurious* buffers in case of communication errors * Version 0.1 (Dec 20, 2010) - - Initial release. + Initial release. |