summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-07-01 15:41:27 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-07-01 15:41:27 +0200
commit0348ece4d614a3664289289d8c7daf3ec39a3975 (patch)
treeaa878fbb24cd346a82e758f0c8f4ea1bb3ec635f
parente7786d09fa1a672770efcce970d52ba4649936e1 (diff)
downloadgeiser-0348ece4d614a3664289289d8c7daf3ec39a3975.tar.gz
geiser-0348ece4d614a3664289289d8c7daf3ec39a3975.tar.bz2
NEWS update
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--doc/macros.texi8
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