summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2016-10-05 23:41:33 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2016-10-06 19:52:38 +0200
commite784bdb754803eba05e792f5c1912ab69bbd8337 (patch)
tree4a680a0f38baf9b978206f06f86976f146c2fa51
parentefd195896e4eca471329cf2035c9c6c7ea9b400d (diff)
downloadgeiser-e784bdb754803eba05e792f5c1912ab69bbd8337.tar.gz
geiser-e784bdb754803eba05e792f5c1912ab69bbd8337.tar.bz2
Release 0.90.9
-rw-r--r--AUTHORS7
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
-rw-r--r--doc/geiser.texi2
-rw-r--r--doc/macros.texi13
-rw-r--r--doc/thanks.texi3
-rw-r--r--doc/web.texi4
7 files changed, 22 insertions, 15 deletions
diff --git a/AUTHORS b/AUTHORS
index 747be44..17c7ea8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,6 +5,9 @@ is its active maintainer. For more boring details about him, see
Daniel J. Leslie implemented and maintains Geiser's support for
Chicken.
+Peter Feigl implemented and maintins Geiser's support for GNU/MIT
+Scheme, Chibi and Chez.
+
Contributors:
Michael Wilber
@@ -17,5 +20,9 @@ Ludovic Courtès
Alex Kost
Mario Rodas
Christoph Egger
+Chunyang Xu
+Fice T
+Syohei Yoshida
+Mario Domenech
See also <https://github.com/jaor/geiser/contributors>.
diff --git a/NEWS b/NEWS
index d57ddf7..7c7f36d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-* Version 0.8.2
+* Version 0.9 (Oct 2016)
- Chicken: improvements by Dan Leslie.
- Guile: support for Guile 2.2 (with help from Raffik Naccache and
David Thompson).
+ - Preliminary support for GNU/MIT, Chibi and Chez by Peter Feigl.
+ - Lots of bug fixes.
* Version 0.8.1 (Oct 13, 2015)
diff --git a/configure.ac b/configure.ac
index a068bd9..7ca94d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jose A Ortega Ruiz.
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Jose A Ortega Ruiz.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -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.8.1],[geiser-users@nongnu.org],geiser)
+AC_INIT([Geiser],[0.9],[geiser-users@nongnu.org],geiser)
AC_CONFIG_SRCDIR([elisp/geiser.el])
AM_INIT_AUTOMAKE
diff --git a/doc/geiser.texi b/doc/geiser.texi
index b1420ff..b609d91 100644
--- a/doc/geiser.texi
+++ b/doc/geiser.texi
@@ -9,7 +9,7 @@
@copying
This manual documents Geiser, an Emacs environment to hack in Scheme.
-Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015 Jose Antonio Ortega Ruiz
+Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015, 2016 Jose Antonio Ortega Ruiz
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/macros.texi b/doc/macros.texi
index ebd1127..4ad5436 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -1,6 +1,6 @@
-@set VERSION 0.8.1
+@set VERSION 0.9
@set VERSION_NICK
-@set RELEASE_DATE October 2015
+@set RELEASE_DATE October 2016
@set GUILE_VERSION 2.0.9
@set RACKET_VERSION 6.0
@set CHICKEN_VERSION 4.8.0
@@ -17,21 +17,16 @@
@uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\}
@end macro
-@macro vblurb{GVERS, CVERS, RVERS, DATE}
+@macro vblurb{}
@html
<div class="version" align="right">
@end html
-@downfile{@value{TARBALL},
- Version @value{VERSION} @value{VERSION_NICK} (\DATE\) Guile \GVERS\+ Chicken \CVERS\+ and Racket \RVERS\+}
+@downfile{@value{TARBALL}, Version @value{VERSION} @value{VERSION_NICK} (@value{RELEASE_DATE}) for Guile @value{GUILE_VERSION} Chicken @value{CHICKEN_VERSION} GNU/MIT @value{MIT_VERSION} Chez @value{CHEZ_VERSION} Chibi @value{CHIBI_VERSION} and Racket @value{RACKET_VERSION}}
@html
</div>
@end html
@end macro
-@macro dvblurb{}
-@vblurb{@value{GUILE_VERSION}, @value{CHICKEN_VERSION}, @value{RACKET_VERSION}, @value{RELEASE_DATE}}
-@end macro
-
@macro altr{LINK, TXT, TLINK, TRAIL}
@ifhtml
@ref{\LINK\,,\TXT\}\TRAIL\
diff --git a/doc/thanks.texi b/doc/thanks.texi
index c4a73fe..3b08155 100644
--- a/doc/thanks.texi
+++ b/doc/thanks.texi
@@ -1,9 +1,12 @@
@node No hacker is an island, Index, Cheat sheet, Top
@chapter No hacker is an island
@cindex thanks
+
Dan Leslie, with the help of his three-months old daughter Freija,
proved there's a smidgen of sense in this madness by adding support
for Chicken to version 0.7 of Geiser, several years after it was born.
+And Peter Feigl reinforced that feeling soon afterwards with his work on
+supporting GNU/MIT Scheme, Chib and Chez in one fell swoop.
Andy Wingo, Geiser's first user, has been a continuous source of
encouragement and suggestions, and keeps improving Guile and heeding
diff --git a/doc/web.texi b/doc/web.texi
index 315d5d3..b397f62 100644
--- a/doc/web.texi
+++ b/doc/web.texi
@@ -7,7 +7,7 @@
@node Top, Introduction, (dir), (dir)
@include top.texi
-@dvblurb{}
+@vblurb{}
@menu
* Introduction::
@@ -26,7 +26,7 @@
href="http://savannah.nongnu.org/news/?group=geiser">News</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="navlink"
href="http://savannah.nongnu.org/files/?group=geiser">Downloads</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="navlink"
href="https://github.com/jaor/geiser/issues">Bugs</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="navlink"
-href="http://git.savannah.gnu.org/cgit/geiser.git">Source</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="navlink"
+href="https://github.com/jaor/geiser.git">Source</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="navlink"
href="http://lists.nongnu.org/mailman/listinfo/geiser-users">Mailing
list</a>&nbsp;
</div>