diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/macros.texi | 8 |
3 files changed, 9 insertions, 5 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) diff --git a/configure.ac b/configure.ac index bc4939b..6b59842 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([Geiser],[0.4],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.5],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE diff --git a/doc/macros.texi b/doc/macros.texi index 948784d..84904d3 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,7 +1,7 @@ -@set VERSION 0.4 -@set RELEASE_DATE May 2013 -@set GUILE_VERSION 2.0 -@set RACKET_VERSION 5.3 +@set VERSION 0.5 +@set RELEASE_DATE July 2013 +@set GUILE_VERSION 2.0.9 +@set RACKET_VERSION 5.3.4 @set EMACS_VERSION 23.2 @set DOWN_BASE http://download.savannah.gnu.org/@/releases/@/geiser @set PACKAGE_REPO @value{DOWN_BASE}/@/packages |