From 0348ece4d614a3664289289d8c7daf3ec39a3975 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 1 Jul 2013 15:41:27 +0200 Subject: NEWS update --- NEWS | 4 ++++ configure.ac | 2 +- doc/macros.texi | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f282c76..03cedd1 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3