diff options
-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) |