summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-06-01 01:17:32 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-06-01 01:17:32 +0200
commitf55181bc0f231ca54ad40267aa2f75e4e5cf4055 (patch)
tree1f5b79c422a3bc8dae0748477c9c7670c0cedff0
parentc961e6097c896b952bf6ccbb8ebbb794c8d50294 (diff)
downloadgeiser-guile-f55181bc0f231ca54ad40267aa2f75e4e5cf4055.tar.gz
geiser-guile-f55181bc0f231ca54ad40267aa2f75e4e5cf4055.tar.bz2
A bit of NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fae671a..0879483 100644
--- a/NEWS
+++ b/NEWS
@@ -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)