summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-27 13:52:00 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-27 13:52:00 +0100
commit8e9389571057f3b0be4f43b54783cd202020d581 (patch)
tree26f971fa75f9080f19d63047b268088758ca711e
parentf0b198ed2b8d4c8c07256cc200f9ce667d2e6368 (diff)
downloadgeiser-8e9389571057f3b0be4f43b54783cd202020d581.tar.gz
geiser-8e9389571057f3b0be4f43b54783cd202020d581.tar.bz2
NEWS update
Now that the previous patch seems to work (thanks David Bremner!).
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 82e950d..563a9f3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,14 +4,16 @@
- New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
Scheme's load path.
- - Updates to play nice with Guile 2.0.
+ - Guile 2.0 as lowest Guile version supported.
Bug fixes:
- Company mode integration fixes (including #32231).
- M-x geiser-edit-module in REPL buffers fixed.
+ - We now respect user customizations of geiser-implementations-alist.
- Interaction with Guile's debugger fixed.
- - We now respect customized geiser-implementations-alist.
+ - Navigable paths in warnings buffer for Guile 2.0.
+ - Fix for errors when entering R5RS modules in Racket.
* Version 0.1.1 (Jan 24, 2011)