From c13f0a90f4ffda52ee43427d9218186f3dbf889c Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 20 Sep 2001 16:48:02 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 +++++++++ RELEASE | 10 +--------- libguile/ChangeLog | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61b2cc7df..596a795b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-09-20 Rob Browning + + * configure.in (AC_CONFIG_FILES): add libguile/version.h. + +2001-09-11 Rob Browning + + * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from + the testing list since they're no longer functional. + 2001-09-04 Thien-Thi Nguyen * TODO: diff --git a/RELEASE b/RELEASE index 8289964da..f1ae2e023 100644 --- a/RELEASE +++ b/RELEASE @@ -29,14 +29,6 @@ Tom Tromey : mips-sgi-irix6.3 sparc-sun-sunos4.1.4 -Ian Grant : - - alpha-dec-osf4.0e - -Julian Satchell : - - dec-mips-ultrix - Perry Metzger NetBSD @@ -201,7 +193,7 @@ Once you've got a disty that seems pretty solid: Punting checklist: -* Add "Guile N.M released." entry to the top-level ChangeLog, and commit it. +* Add "Guile X.Y.Z released." entry to the top-level ChangeLog, and commit it. * Tag the entire source tree with a tag of the form "release_X-Y-Z", i.e for release 1.6.0, use release_1-6-0 diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6da89ae34..ce096c2a2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,22 @@ +2001-09-20 Rob Browning + + * .cvsignore: add version.h + + * versiondat.h.in: removed (obsolete). + + * version.h.in: renamed from version.h. + (SCM_GUILE_MAJOR_VERSION): new public macro. + (SCM_GUILE_MINOR_VERSION): new public macro. + (SCM_GUILE_MICRO_VERSION): new public macro. + + * version.h: renamed to version.h.in. + + * version.c + (scm_major_version): support integer *_VERSION macros. + (scm_minor_version): support integer *_VERSION macros. + (scm_micro_version): support integer *_VERSION macros. + (scm_version): support integer *_VERSION macros. + 2001-09-20 Mikael Djurfeldt * error.c, error.h: Made error keys globally accessible.