diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-06-01 01:17:32 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-06-01 01:17:32 +0200 |
commit | bd0bf6458bcbf983bba09e88a4a20da315044ae7 (patch) | |
tree | d66bd605ac41c6da9dce5dde68e72c8783041c34 /NEWS | |
parent | a2120ff0d5aa960e53f7fc858640d96f21b65d04 (diff) | |
download | geiser-bd0bf6458bcbf983bba09e88a4a20da315044ae7.tar.gz geiser-bd0bf6458bcbf983bba09e88a4a20da315044ae7.tar.bz2 |
A bit of NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,8 @@ - New customizable variables `geiser-debug-jump-to-debug-p` and `geiser-debug-show-debug-p`. + - Better fontification of some scheme keywords (thanks to Diogo + F. S. Ramos). Bug fixes: @@ -12,6 +14,9 @@ - Better behaviour for geiser-eval-buffer in racket buffers that contain a #lang directive. But you'd better use C-c C-k instead. + - Better behaviour of C-c C-c when interrupting looping functions + in the REPL. + - Fixes for Makefile target html-am (as in now it works). * Version 0.5 (Dec 9, 2013) |