diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-09-25 05:10:00 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-09-25 05:10:00 +0200 |
commit | 5c08caccbec41d9c14781ece9a336f91da2c7ab8 (patch) | |
tree | 50ba59d50e70e83102a1c37fc2c5b5eedb90f221 /NEWS | |
parent | 401a15abc2302ccc870c1df386e5b7cb9880ab43 (diff) | |
download | geiser-5c08caccbec41d9c14781ece9a336f91da2c7ab8.tar.gz geiser-5c08caccbec41d9c14781ece9a336f91da2c7ab8.tar.bz2 |
Scheme version checks
And, if you happen to be launching it all the time, a way of skipping
them via a customizable variable.
Should address issue #15.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ New features: - - Geiser is now available from MELPA. + - Geiser is now available from MELPA, with the help of Steve Purcell. - Racket: new commands geiser-racket-{show, hide, toggle}-submodules, for folding submodule forms in code buffers. - Racket: interaction with submodules (entering them and evaluation @@ -12,6 +12,7 @@ - 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. Bug fixes: |