From f2a75d811b8b1b3af536214ef03a08484146b8f5 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 27 Apr 2001 21:05:11 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 +++++++++ NEWS | 20 ++++++++++++++------ README | 18 ++++++++++++------ RELEASE | 11 +++-------- 4 files changed, 38 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ea454c98..f979331be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-04-27 Rob Browning + + * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to + the new odd/even ustable/stable version numbering scheme. + (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and + libguile. In the future, libguile and libguileqthreads may not + stay in sync. This still doesn't appear to affect + libguileqthreads, but we'll fix that next. + 2001-04-25 Martin Grabmueller * configure.in: Don't treat srfi directory specially, just create diff --git a/NEWS b/NEWS index 5386d4db3..26391dbce 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,20 @@ Changes since Guile 1.4: * Changes to the distribution -** New SRFI modules: +** As per RELEASE directions, deprecated items have been removed + +*** Macros removed + + SCM_INPORTP, SCM_OUTPORTP SCM_ICHRP, SCM_ICHR, SCM_MAKICHR + SCM_SETJMPBUF SCM_NSTRINGP SCM_NRWSTRINGP SCM_NVECTORP + +*** Functions removed + + scm_sysmissing + + gc-thunk - replaced by after-gc-hook. + +** New SRFI modules have been added: (srfi srfi-2) exports and-let*. @@ -985,11 +998,6 @@ an exception with a key of 'unbound-variable instead of 'misc-error. ** The initial default output port is now unbuffered if it's using a tty device. Previously in this situation it was line-buffered. -** gc-thunk is deprecated - -gc-thunk will be removed in next release of Guile. It has been -replaced by after-gc-hook. - ** New hook: after-gc-hook after-gc-hook takes over the role of gc-thunk. This hook is run at diff --git a/README b/README index 85c290797..0598f6ef3 100644 --- a/README +++ b/README @@ -2,11 +2,18 @@ This is not a Guile release; it is a source tree retrieved via anonymous CVS or as a nightly snapshot at some random time after the Guile 1.4 release. -This is version 1.4.1 of Guile, Project GNU's extension language -library. Guile is an interpreter for Scheme, packaged as a library -that you can link into your applications to give them their own -scripting language. Guile will eventually support other languages as -well, giving users of Guile-based applications a choice of languages. +This is a 1.5 development version of Guile, Project GNU's extension +language library. Guile is an interpreter for Scheme, packaged as a +library that you can link into your applications to give them their +own scripting language. Guile will eventually support other languages +as well, giving users of Guile-based applications a choice of +languages. + +Guile versions with an odd middle number, i.e. 1.5.* are unstable +development versions. Even middle numbers indicate stable versions. +This has been the case since the 1.3.* series. + +The next stable release will be version 1.6.0. Please send bug reports to bug-guile@gnu.org. @@ -174,4 +181,3 @@ The mailing list `guile-user@gnu.org' carries discussions, questions, and often answers, about Guile. To subscribe, use the Mailman mailing list interface at Of course, please send bug reports (and fixes!) to bug-guile@gnu.org. - diff --git a/RELEASE b/RELEASE index d49ea0942..1c7b0f969 100644 --- a/RELEASE +++ b/RELEASE @@ -9,7 +9,7 @@ for." * Remove compatability module (ice-9 and-let*) eventually (when a major release with the real module (ice-9 and-let-star) has been out - long enough, probably release 1.6). + long enough, probably release 1.8). * Deprecate `read-only-string?'. @@ -17,12 +17,7 @@ After signal handling and threading have been fixed: - remove the code corresponding to GUILE_OLD_ASYNC_CLICK and the corresponding GUILE_OLD_ASYNC_CLICK macro. -In release 1.5: -- remove deprecated macros: SCM_INPORTP, SCM_OUTPORTP, SCM_CRDY, SCM_ICHRP, - SCM_ICHR, SCM_MAKICHR, SCM_SETJMPBUF, SCM_NSTRINGP, SCM_NRWSTRINGP, - SCM_NVECTORP -- remove gc-thunk (It has been replaced by after-gc-hook.) -- remove scm_sysmissing +In release 1.6.0: - remove gh_int2scmb (replaced by gh_bool2scm) - remove scm_fseek (replaced by scm_seek) - remove scm_tag @@ -39,7 +34,7 @@ In release 1.5: SCM_REALPART, scm_makdbl, SCM_SINGP, SCM_NUM2DBL, SCM_NO_BIGDIG - remove deprecated macro from tags.h: SCM_DOUBLE_CELLP -In release 1.6: +In release 1.8.0: - remove support for autoloading compiled-code modules: try-module-linked try-module-dynamic-link -- 2.20.1