summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-09 17:47:24 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-09 17:47:24 +0100
commita6570238dae92bbd9e9a66ea3d148d1db259bd55 (patch)
tree59f7dc1e65a4380b4153885d179b48666e14707a
parentd4e243581e6e00be43ddfd829d4a960f1dfb4c2f (diff)
downloadgeiser-guile-a6570238dae92bbd9e9a66ea3d148d1db259bd55.tar.gz
geiser-guile-a6570238dae92bbd9e9a66ea3d148d1db259bd55.tar.bz2
NEWS update
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd09ebb..1b0f607 100644
--- a/NEWS
+++ b/NEWS
@@ -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.