diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-05 13:28:34 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-05 13:28:34 +0100 |
commit | 5846152ba151bbd9da1e361059dd1337d23506c2 (patch) | |
tree | 7df69c247b40fe409488211eb4898a9cb657b85d /NEWS | |
parent | 8e9389571057f3b0be4f43b54783cd202020d581 (diff) | |
download | geiser-5846152ba151bbd9da1e361059dd1337d23506c2.tar.gz geiser-5846152ba151bbd9da1e361059dd1337d23506c2.tar.bz2 |
Bug fix: honour geiser-repl-use-other-window
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,12 +8,13 @@ Bug fixes: + - We no longer ignore geiser-repl-use-other-window. - 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. - - Navigable paths in warnings buffer for Guile 2.0. - - Fix for errors when entering R5RS modules in Racket. + - "Clickable" paths in warnings buffer also for Guile 2.0. + - Fix for errors when entering r5rs modules in Racket. * Version 0.1.1 (Jan 24, 2011) |