summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-02 21:35:18 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-02 21:35:18 +0200
commit1854a6b537d2e462d15b90af9e14719cbaeb8829 (patch)
tree37f5c2aa06180c0c89b781740c2de6675e8f0627
parentcfed599a48b36b412a08b08df96fee230b58c06b (diff)
downloadgeiser-guile-1854a6b537d2e462d15b90af9e14719cbaeb8829.tar.gz
geiser-guile-1854a6b537d2e462d15b90af9e14719cbaeb8829.tar.bz2
NEWS update
... in preparation for 0.2.
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4dc11b1..d7361f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,23 @@
-* Version 0.1.5
+* Version 0.2
+
+New features:
+
+ - Support for images in Racket, both in the REPL and during
+ evaluations. Thanks to Michael Wilber for code, discussion and
+ testing.
+ - Support for Racket 5.3. Older Rackets not actively supported.
+ - ,cd command in Racket's REPL.
+ - New customizable variable, geiser-guile-manual-lookup-nodes, to
+ specify the name of Guile's info nodes, if need be.
Bug fixes:
- We don't deactivate autodoc in the REPL unless requested.
- Indentation for syntax-id-rules and for/hash.
+ - Highlighting of [else forms in scheme buffers.
+ - Indentation for all 'for' forms in Racket.
+ - Correctly buttonizing paths with leading spaces in DBG buffers
+ - Autodoc was being deactivated in REPLs.
* Version 0.1.4 (Nov 26, 2011)