diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-01 15:41:27 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-01 15:41:27 +0200 |
commit | bee2bd29087b21087caca10104d5251c7ed92800 (patch) | |
tree | 011e92f2b6290cef3bff4f643d1b479f031dec93 /NEWS | |
parent | d7d502df035d05b82bed3bf9d1ada2aafaaa0fcd (diff) | |
download | geiser-guile-bee2bd29087b21087caca10104d5251c7ed92800.tar.gz geiser-guile-bee2bd29087b21087caca10104d5251c7ed92800.tar.bz2 |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,8 @@ New features: + - Racket: interaction with submodules (entering them and evaluation + within their scope). - New commands geiser-eval-buffer (C-c C-b) and geiser-eval-buffer-and-go (C-c M-b), by Nick Parker. - Pressing return on a previous expression in the REPL will resend @@ -12,6 +14,8 @@ Bug fixes: - Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès. + - Fixed problems with geiser-doc's history being handled by + session.el (by not letting the latter handle it). * Version 0.4 (May 2, 2013) |