diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-25 16:15:16 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-25 16:15:16 +0100 |
commit | fe4e0939ad8e30044809c355fa8b1885225d4d49 (patch) | |
tree | 7e97c96cb36ced3625ad7b9da69dc4d6ba8f994c | |
parent | 5aabaeb8e672ae6799166708166ecd30cb6c716d (diff) | |
download | geiser-fe4e0939ad8e30044809c355fa8b1885225d4d49.tar.gz geiser-fe4e0939ad8e30044809c355fa8b1885225d4d49.tar.bz2 |
NEWS update
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,11 +4,14 @@ - 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 Bug fixes: - - Company mode integration fixes (including #32231) - - M-x geiser-edit-module in REPL buffers fixed + - Company mode integration fixes (including #32231). + - M-x geiser-edit-module in REPL buffers fixed. + - Interaction with Guile's debugger fixed. + - We now respect customized geiser-implementations-alist. * Version 0.1.1 (Jan 24, 2011) |