summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-01-19 15:10:00 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-01-19 15:10:00 +0100
commitb1a18752dd1bb450548cb307e02dccffd0232344 (patch)
treed3d5d5879c8831656437eb26f1bbd286042d2a72 /NEWS
parente896e08cfabd87d1a2d2e06c178bf47c41aaa85d (diff)
downloadgeiser-b1a18752dd1bb450548cb307e02dccffd0232344.tar.gz
geiser-b1a18752dd1bb450548cb307e02dccffd0232344.tar.bz2
Preparations for 0.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d8ca850..c100afe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,19 @@
-* Version 0.2.3 ()
+* Version 0.3 (Jan 19, 2013)
+
+New features:
- TAB in a string context in the REPL and Scheme buffers triggers
filename completion.
- - Indentation of scheme forms improved (specially for those of you
- using a single implementation).
+ - User manual lookup command (C-c C-d i) available also in the
+ REPL.
- New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
all scheme output (thanks to jxonas).
+ - Indentation of scheme forms improved..
+
+Bug fixes:
+
+ - Racket: fixes for problems entering modules sans main.rkt.
+ - Racket: image support in Windows fixed.
* Version 0.2.2 (Sep 30, 2012)