diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-01-19 15:10:00 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-01-19 15:10:00 +0100 |
commit | 3eaa8bc8522ffd341d9036fc3e4be555dc9687c6 (patch) | |
tree | 89674df6dc5ad6eccabce11ae34fed8a41b301a6 /NEWS | |
parent | 7c2ca2bb6e59e312019613db85fd86e7918ee1dc (diff) | |
download | geiser-guile-3eaa8bc8522ffd341d9036fc3e4be555dc9687c6.tar.gz geiser-guile-3eaa8bc8522ffd341d9036fc3e4be555dc9687c6.tar.bz2 |
Preparations for 0.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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) |