From 5e63968f431a40c0ea8dc7391ee95b869d9d9bff Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 3 Feb 2013 01:24:38 +0100 Subject: [PATCH] NEWS and version housekeeping --- NEWS | 11 +++++++++++ configure.ac | 2 +- doc/macros.texi | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b7dad4d..ec9ec9c 100644 --- a/NEWS +++ b/NEWS @@ -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 -- 2.11.4.GIT