summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-10 03:01:12 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-10 03:01:12 +0100
commitf5a5313f480998d295bccac6a063085c49d296d4 (patch)
treeeb4b3fef3d6a74a8906c264a0960d7cda4f85cb7 /NEWS
parente1673221200c35bdacffebbcc26c2e562080a9fd (diff)
downloadgeiser-chez-f5a5313f480998d295bccac6a063085c49d296d4.tar.gz
geiser-chez-f5a5313f480998d295bccac6a063085c49d296d4.tar.bz2
NEWS and doc typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1b0f607..c2cbfb7 100644
--- a/NEWS
+++ b/NEWS
@@ -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)