Mercurial > hg > xemacs-beta
changeset 981:0205cafe98ff
[xemacs-hg @ 2002-08-30 08:25:48 by youngs]
Don't look now, but 21.5.9 is on its way out the door!
Don't forget what good 'ol Ma used to say...
"Eat your brussels sprouts, little Johnny, so you
can grow up big and strong."
author | youngs |
---|---|
date | Fri, 30 Aug 2002 08:26:22 +0000 |
parents | 2ec85ed291da |
children | 2fcd301d8a6f |
files | CHANGES-beta ChangeLog etc/ChangeLog lib-src/ChangeLog lisp/ChangeLog lwlib/ChangeLog man/ChangeLog modules/ChangeLog netinstall/ChangeLog nt/ChangeLog nt/installer/Wise/ChangeLog src/ChangeLog tests/ChangeLog version.sh |
diffstat | 14 files changed, 103 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES-beta Fri Aug 30 08:05:32 2002 +0000 +++ b/CHANGES-beta Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,51 @@ +to 21.5.9 "brussels sprouts" + +The main thrust of this release is the new GC algorithms. If you want +to test this out configure with '--use-kkcc'. + +There are of course, the usual swag of bug fixes, typo fixes, and +document updates. + +-- Add an extra element to the version string that can be used to + include a date in the version string - Youngs. +-- Improve help string for --with-widgets configure option - Skyttä. +-- Define runtime & build problems, and rewrite "Hannibal Lecter" + stuff in PROBLEMS - Turnbull. +-- Add builtin and constant faces to font-lock-face-list - Skyttä. +-- Japanese language fixes - Yamaoka. +-- Fix find-library to allow Mule XEmacsen to find compressed + libraries - Youngs. +-- New alias for 'delete-indentation' (join-line) - Wallington. +-- Support docstring for define-derived-mode - Turnbull +-- Doc fix for keybindings in term.texi and misc.texi - Skyttä. +-- Bring package list up to date in packages.texi - Skyttä. +-- Document purecopy as a no-op - Josefsson. +-- New document chapter "Regression Testing XEmacs" - Turnbull. +-- Add "USE_KKCC" option to ./nt/xemacs.mak - Aichner. +-- New GC algorithms implemented (Turn them on with --use-kkcc + configure option) - Sperber, Crestani, Kaltenbach, Bush. +-- Define HAVE_WCHAR_H for native Win32 builds - Harris. +-- Fix x_locate_pixmap_file make sure path is not 0 - MacLennan. +-- Fix memory leak - Verna. +-- Add missing call to 'xfree (newname)' in 'make_coding_system_1 + - Verna. +-- Fix --with-mule --with-gtk builds - Barta. +-- Make SEPCHAR a required arg to Fsplit_string_by_char - Palmer. +-- Make locate_file indicate success with nonnegative return if MODE + is nonnegative - James. +-- Fix splitting window horizontally not splitting evenly - James. +-- ORDINARY_LINK OK for Linux - James. +-- Don't bogusly reinitialise ascii_character property in + maybe_define_x_key_as_self_inserting_character - Astapov. +-- Add warning to SOE_DEBUG about not using until debugging functions + are rewritten - Turnbull. +-- Update 'do_autoload' to GCPRO both arguments - Turnbull. +-- Update automated tests so they don't barf if required packages + aren't present - Turnbull. +-- Organise NSIG setting code for SVR4 in a better way - James. +-- Various typo fixes - Skyttä, Turnbull, James. + + to 21.5.8 "broccoli" Lots of fixes and changes. This release is primarily been done to @@ -11,7 +59,7 @@ algorithms - Sperber. -- Identify "--with-modules" as an autodetected configure option - James. --- Add a couple of configuration questions to PROBLEMS - Turnball. +-- Add a couple of configuration questions to PROBLEMS - Turnbull. -- Test for wchar.h in configure - Sperber. -- Update package-index files - Youngs. -- s/Xemacs/XEmacs/ doc fixes - Aichner. @@ -33,7 +81,7 @@ -- GC fixes - Sperber. -- Updates to lisp.h, symbols.c for DSO's - James. -- Fix to mswindows_need_event - Alexander. --- Declare Fcdr_safe to be callable from C - Turnball. +-- Declare Fcdr_safe to be callable from C - Turnbull. -- Ffunctionp return nil for autoloaded macros & keymaps - Niksic. -- Subwindow fixes - Ueno. -- Include wchar.h only if available, define wclsen if not - Sperber.
--- a/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-08-16 Steve Youngs <youngs@xemacs.org> * version.sh (xemacs_extra_name): New var to identify XEmacs
--- a/etc/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/etc/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released.
--- a/lib-src/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/lib-src/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-08-21 Jerry James <james@xemacs.org> * gnuserv.h: Revert previous patch. Include syssignal.h instead
--- a/lisp/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/lisp/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-08-16 Steve Youngs <youngs@xemacs.org> * build-report.el (build-report-installation-version-regexp):
--- a/lwlib/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/lwlib/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released.
--- a/man/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/man/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> * internals/internals.texi (Regression Testing XEmacs): Document
--- a/modules/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/modules/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released.
--- a/netinstall/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/netinstall/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released. @@ -459,6 +463,6 @@ * all: port from cygwin setup. -%%% $Id: ChangeLog,v 1.21 2002/07/27 03:53:00 youngs Exp $ -$Revision: 1.21 $ +%%% $Id: ChangeLog,v 1.22 2002/08/30 08:26:13 youngs Exp $ +$Revision: 1.22 $
--- a/nt/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/nt/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-07-31 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (USE_KKCC): New. Default it to 1 to get it noticed.
--- a/nt/installer/Wise/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/nt/installer/Wise/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released.
--- a/src/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/src/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-08-29 Jerry James <james@xemacs.org> * lisp.h: structrures -> structures. @@ -11,15 +15,6 @@ * s/usg5-4.h: Don't include signal.h. Remove NSIG setting code, since signal.h has not yet been included. -2002-08-21 Jerry James <james@xemacs.org> - - * getloadavg.c: Substitute syssignal.h for signal.h. - * malloc.c: Ditto. - * unexhp9k3.c: Ditto. - * syssignal.h: Put NSIG setting code for SVR4 here. - * s/usg5-4.h: Don't include signal.h. Remove NSIG setting code, - since signal.h has not yet been included. - 2002-08-16 Steve Youngs <youngs@xemacs.org> * config.h.in (XEMACS_EXTRA_NAME): New.
--- a/tests/ChangeLog Fri Aug 30 08:05:32 2002 +0000 +++ b/tests/ChangeLog Fri Aug 30 08:26:22 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 Steve Youngs <youngs@xemacs.org> + + * XEmacs 21.5.9 "brussels sprouts" is released. + 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> * automated/test-harness.el (test-harness-from-buffer):
--- a/version.sh Fri Aug 30 08:05:32 2002 +0000 +++ b/version.sh Fri Aug 30 08:26:22 2002 +0000 @@ -2,9 +2,9 @@ emacs_is_beta=t emacs_major_version=21 emacs_minor_version=5 -emacs_beta_version=8 -xemacs_codename="broccoli" -xemacs_extra_name="(+CVS-20020830)" +emacs_beta_version=9 +xemacs_codename="brussels sprouts" +xemacs_extra_name= emacs_kit_version= infodock_major_version=4 infodock_minor_version=0