summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-02 21:55:04 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-02 21:55:04 +0200
commit8f178f18c8e93ce1b507bfa35f10c818920835e7 (patch)
treef6d547fda220fac58b393d6ccc59e36d0f7a6609
parentbe2b66f12c3724f4e8953618d864fe7d52e8a26e (diff)
downloadgeiser-8f178f18c8e93ce1b507bfa35f10c818920835e7.tar.gz
geiser-8f178f18c8e93ce1b507bfa35f10c818920835e7.tar.bz2
Credits and boilerplate for the a new version
-rw-r--r--AUTHORS7
-rw-r--r--README4
-rw-r--r--THANKS3
-rw-r--r--configure.ac4
-rw-r--r--doc/macros.texi4
-rw-r--r--doc/thanks.texi3
6 files changed, 18 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index 22d96d7..8a726ea 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,7 @@
-Jose A. Ortega Ruiz <jao@gnu.org> designed and implemented Geiser. For
-more boring details about him, see <http://hacks-galore.org/jao>.
+Jose A. Ortega Ruiz <jao@gnu.org> designed and implemented Geiser and
+is its active maintainer. For more boring details about him, see
+<http://hacks-galore.org/jao>.
+
+Michael Wilber implemented the initial Racket image support modules.
See also the files THANKS and ChangeLog.
diff --git a/README b/README
index b55b93a..14d11a8 100644
--- a/README
+++ b/README
@@ -19,6 +19,8 @@
- Rudimentary support for debugging (list of
evaluation/compilation error in an Emacs' compilation-mode
buffer).
+ - Support for inline images in schemes, such as Racket, that treat
+ them as first order values.
NOTE: if you're not in a hurry, Geiser's website
(http://www.nongnu.org/geiser/) contains a nicer manual, also
@@ -29,7 +31,7 @@
Geiser needs Emacs 23.2 or better, and at least one of the
supported scheme implementations:
- Guile 2.0 or better.
- - PLT Racket 5.0.1 or better.
+ - PLT Racket 5.3 or better.
* Installation
Geiser can be used either directly from its uninstalled source tree
diff --git a/THANKS b/THANKS
index 1cfd08b..187e315 100644
--- a/THANKS
+++ b/THANKS
@@ -10,6 +10,9 @@ Ludovic Courtès, #geiser's citizen no. 1, joined the fun after a
while, and has since then been a continuous source of encouragement,
ideas and bug reports.
+Michael Wilber convinced me that image support for Racket was not only
+fun, but easy, with the best argument: actual code!
+
Eduardo Cavazos' contagious enthusiasm has helped in many ways to keep
Geiser alive, and he's become its best evangelist in R6RS circles.
diff --git a/configure.ac b/configure.ac
index 63cdcdc..ba54c95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 Jose A Ortega Ruiz.
+# Copyright (C) 2009, 2010, 2011, 2012 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.1.4],[geiser-users@nongnu.org],geiser)
+AC_INIT([Geiser],[0.2],[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 060be02..f47afbf 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -1,6 +1,6 @@
-@set VERSION 0.1.4
+@set VERSION 0.2
@set GUILE_VERSION 2.0
-@set RACKET_VERSION 5.1.3
+@set RACKET_VERSION 5.3
@set EMACS_VERSION 23.2
@set DOWN_BASE http://download.savannah.nongnu.org/@/releases/@/geiser
@set TARBALL geiser-@value{VERSION}.tar.gz
diff --git a/doc/thanks.texi b/doc/thanks.texi
index 42eb41d..87230c8 100644
--- a/doc/thanks.texi
+++ b/doc/thanks.texi
@@ -13,6 +13,9 @@ Ludovic Courtès, #geiser's citizen no. 1, joined the fun after a
while, and has since then been a continuous source of encouragement,
ideas and bug reports.
+Michael Wilber convinced me that image support for Racket was not only
+fun, but easy, with the best argument: actual code!
+
Eduardo Cavazos' contagious enthusiasm has helped in many ways to keep
Geiser alive, and he's become its best evangelist in R6RS circles.