diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-03 01:24:38 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-03 01:24:38 +0100 |
commit | ef3f37013a92a00bdf1921ee51bbc0a74a426606 (patch) | |
tree | 20290730203415b7ac45693b5ea03a4794cc36d3 | |
parent | 2d99bc42dc3165c24d27f8c48ed0bd5944a334cd (diff) | |
download | geiser-ef3f37013a92a00bdf1921ee51bbc0a74a426606.tar.gz geiser-ef3f37013a92a00bdf1921ee51bbc0a74a426606.tar.bz2 |
NEWS and version housekeeping
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/macros.texi | 4 |
3 files changed, 14 insertions, 3 deletions
@@ -1,3 +1,14 @@ +* Version 0.4 () + + New features: + + - New command geiser-edit-insert-lambda, bound to C-c \ in Scheme + buffers (thanks to Ray Racine). + + Bug fixes: + + - Filename completion should also work in emacs 23.2 now. + * Version 0.3 (Jan 19, 2013) New features: diff --git a/configure.ac b/configure.ac index 1e3fe52..bc4939b 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.3],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.4],[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 1290bfd..80c5213 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,5 +1,5 @@ -@set VERSION 0.3 -@set RELEASE_DATE January 2013 +@set VERSION 0.4 +@set RELEASE_DATE 2013 @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.3 @set EMACS_VERSION 23.2 |