diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-10 03:01:12 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-10 03:01:12 +0100 |
commit | 3094aad8f4579518823cf6b6de464243ebf7d830 (patch) | |
tree | 2b0f1e9fa8f46133e9ec911774151487a13adc87 /NEWS | |
parent | e91aeb8443f0ff8d0296b97903defecc038d1060 (diff) | |
download | geiser-3094aad8f4579518823cf6b6de464243ebf7d830.tar.gz geiser-3094aad8f4579518823cf6b6de464243ebf7d830.tar.bz2 |
NEWS and doc typo
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -2,19 +2,21 @@ New features: - - "Manual autodoc" command; C-c C-d s + - "Manual autodoc" command; C-c C-d s. - Autodoc retrieval is now asynchronous, for better behaviour in remote connections. + - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'. - 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 + - 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 + - Avoiding *spurious* buffers in case of communication errors. + * Version 0.1 (Dec 20, 2010) |