summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-11-26 08:12:35 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-11-26 08:37:13 +0100
commit4b1775a30663a0b4dfe4ef42d397bade69ef31ba (patch)
tree044abd82b36a73b9c92ff0d90a72dc72a05f7096
parent8a61de0ab4d29d777122a15734c68e9744a69d30 (diff)
downloadgeiser-0.1.4.tar.gz
geiser-0.1.4.tar.bz2
NEWS update and version bump to 0.1.40.1.4
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
-rw-r--r--doc/macros.texi2
-rw-r--r--doc/web.texi2
4 files changed, 13 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index b9321dd..68d334b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,21 @@
New features:
+ - Indentation for Racket's splicing-let and friends.
+ - Customizable prompt waiting time (geiser-repl-startup-time).
- New customizable faces: geiser-font-lock-repl-prompt and
geiser-font-lock-repl-input.
Bug fixes:
- - Racket: autodoc in R5RS modules
+ - C-c C-r and friends won't send unbalanced sexps to Scheme.
+ - C-c C-z works after run-geiser in a Scheme buffer.
+ - REPL: TAB indenting around whitespace.
+ - Racket: correct display of output to standard error (such as
+ rackunit's).
+ - Guile: ditto.
+ - Elisp: compatibility problems with filladapt fixed.
+ - Racket: autodoc in R5RS modules.
* Version 0.1.3 (Jun 24, 2011)
diff --git a/configure.ac b/configure.ac
index 49e58a3..63cdcdc 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.1.3],[geiser-users@nongnu.org],geiser)
+AC_INIT([Geiser],[0.1.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 8f84627..060be02 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -1,4 +1,4 @@
-@set VERSION 0.1.3
+@set VERSION 0.1.4
@set GUILE_VERSION 2.0
@set RACKET_VERSION 5.1.3
@set EMACS_VERSION 23.2
diff --git a/doc/web.texi b/doc/web.texi
index f429559..538ebc0 100644
--- a/doc/web.texi
+++ b/doc/web.texi
@@ -7,7 +7,7 @@
@node Top, Introduction, (dir), (dir)
@include top.texi
-@dvblurb{June 2011}
+@dvblurb{November 2011}
@menu
* Introduction::