diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-09-25 05:15:13 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-09-25 05:15:13 +0200 |
commit | e11f7a94a1f2981673abff1dafc241eb7a808716 (patch) | |
tree | 80c85e3ec4220db3c8f0764c1e3b7de8b08252d8 | |
parent | 5c08caccbec41d9c14781ece9a336f91da2c7ab8 (diff) | |
download | geiser-e11f7a94a1f2981673abff1dafc241eb7a808716.tar.gz geiser-e11f7a94a1f2981673abff1dafc241eb7a808716.tar.bz2 |
Credit where credit is due
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ - Pressing return on a previous expression in the REPL will resend it, by Darren Hoo. - Improvements to syntax highlighting (define/match in racket). - - Version checks for the underlying Scheme process. + - Version checks for the underlying Scheme process, thanks to an + idea of B Batsov. Bug fixes: |