diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-27 13:52:00 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-27 13:52:00 +0100 |
commit | 8e9389571057f3b0be4f43b54783cd202020d581 (patch) | |
tree | 26f971fa75f9080f19d63047b268088758ca711e | |
parent | f0b198ed2b8d4c8c07256cc200f9ce667d2e6368 (diff) | |
download | geiser-8e9389571057f3b0be4f43b54783cd202020d581.tar.gz geiser-8e9389571057f3b0be4f43b54783cd202020d581.tar.bz2 |
NEWS update
Now that the previous patch seems to work (thanks David Bremner!).
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |