diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-09-19 18:24:00 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-09-19 18:24:00 +0200 |
commit | 438e26d9e1759b85785637efc0b64e818e289e57 (patch) | |
tree | 25f6881d1e934dd8542c20ca7e7f065adfccc1de /NEWS | |
parent | b6f8a04bfd53cd4fd77533a1f7a1d1db028ed8fd (diff) | |
download | geiser-guile-438e26d9e1759b85785637efc0b64e818e289e57.tar.gz geiser-guile-438e26d9e1759b85785637efc0b64e818e289e57.tar.bz2 |
News about MELPA support
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,7 @@ New features: + - Geiser is now available from MELPA. - 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,7 +13,6 @@ it, by Darren Hoo. - Improvements to syntax highlighting (define/match in racket). - Bug fixes: - Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès. @@ -20,6 +20,10 @@ chars: all UTF-8 characters should be fair game now. - Fixed problems with geiser-doc's history being handled by session.el (by not letting the latter handle it). + - Paths in `geiser-load-path' are now also added to + `%load-compiled-path'. Ditto for paths added via + `geiser-add-to-load-path`. + - Compatibility fixes for Emacs snapshots. * Version 0.4 (May 2, 2013) |