# HG changeset patch # User youngs # Date 1064555806 0 # Node ID 022d0f7850966a20be4e980f8fa3dffd875e9951 # Parent 8beaf796bca75ba745655f590e007ad0a8a6c26e [xemacs-hg @ 2003-09-26 05:56:29 by youngs] XEmacs 21.5.16 "celeriac" is released. diff -r 8beaf796bca7 -r 022d0f785096 CHANGES-beta --- a/CHANGES-beta Thu Sep 25 21:52:40 2003 +0000 +++ b/CHANGES-beta Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,65 @@ +to 21.5.16 "celeriac" + +Build + +-- Don't detect GNU DLD - James. +-- Better detection of sound on Solaris9 - Buchholz. +-- Add support detecting SunOS 5.10 in configure - Buchholz. +-- Use '-bundle' when testing ability to build shared libs, but use + '-bundle_loader' in ellcc - Begel. +-- Output separate declaration and definition for dump_id - James. +-- Add Makefile targets to build PDF docs - Wambold. +-- Don't mangle the unload function in `unload_postgresql' and + `unload_ldap' when compiling with C++ - James. +-- Use extern "C" for C++ builds - James. +-- Conditionally compile messages missing from the Cygwin headers - James. +-- Add cast to quiet compiler in unexcw.c - James. +-- Quiet compiler warnings about struct stat in syswindows.h - James. +-- Test \{m,n\} in regexp-tests - Turnbull. + +Documentation + +-- Propose bash as workaround for buggy Solaris sh in PROBLEMS - Sparapani. +-- Fix the PRINTED-MANUAL-TITLE arg for cross ref to "The XEmacs User's Manual" + - Aichner. +-- New node: "A Reader's Guide to XEmacs Coding Conventions" - Turnbull. +-- New node: "Customizing Message Display" - Golubev. + +Internals + +-- In ellcc.c don't mangle external symbols in generated doc file - James. +-- Add PARTIALLY parameter to support Fpos_visible_in_window_p parameter in + redisplay - James. +-- Use 'point_would_be_visible' parameter in `scrollbar_reset_cursor' - James. +-- Add PARTIALLY parameter fo `Fpos_visible_in_window_p' - James. +-- Use new 'point_would_be_visible' parameter in `window_scroll' - James. +-- dll_open now takes a Lisp_Object - James. +-- Remove useless call to dll_init - James. +-- char to CIbyte conversion in emodules.c, sysdll.c - James. +-- Do not mangle module initialisation function names - James. +-- char to Extbyte conversion in sysdll.c - James. +-- Return a Lisp_Object instead of a string in `dll_error' - James. +-- Make eval-related functions visible to modules - James. +-- Allow specifying elisp function for waithing user input while displaying + message while in minibuffer - Golubev. +-- Use OS_RELEASE=os_release_major*100+os_release_minor in s/sol2.h - Buchholz. +-- Add lrecord_memory_descriptions - Crestani. +-- Remove GetLongPathNameW - Harris. +-- A couple of new macros to compare w32api versions - James. +-- KKCC fixes - Crestani. + +Lisp API + +-- Allow user to specify alternative function for displaying message - Golubev. +-- New var to specify the maximum received fonts - LewisMoss. +-- Allow gnuserv to fallback to GTK if X device fails - LewisMoss. +-- Eval the initialisation value of `eol-detection-enabled-p' - Alexander. +-- Make sure `setbuffer-file-coding-system' sets the eol type - Alexander. +-- Remove unnecessary definitions of 'null-device' - Turnbull. +-- Actually implement the specified semantics for 'defvar' - Sperber. +-- Fix `shrink-to-fit' by calling `shrink-window-if-larger-than-buffer' - Aichner. + + to 21.5.15 "celery" Build diff -r 8beaf796bca7 -r 022d0f785096 ChangeLog --- a/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-21 Jerry James * configure.in: Remove detection of GNU DLD. diff -r 8beaf796bca7 -r 022d0f785096 etc/ChangeLog --- a/etc/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/etc/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-03 Steve Youngs * XEmacs 21.5.15 "celery" is released. diff -r 8beaf796bca7 -r 022d0f785096 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/lib-src/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-21 Jerry James * ellcc.c (do_init_mode): Do not mangle external symbols in the diff -r 8beaf796bca7 -r 022d0f785096 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/lisp/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-20 Ilya N. Golubev * simple.el (raw-append-message): Allow user to specify diff -r 8beaf796bca7 -r 022d0f785096 lwlib/ChangeLog --- a/lwlib/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/lwlib/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-03 Steve Youngs * XEmacs 21.5.15 "celery" is released. diff -r 8beaf796bca7 -r 022d0f785096 man/ChangeLog --- a/man/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/man/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-22 Adrian Aichner * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE diff -r 8beaf796bca7 -r 022d0f785096 modules/ChangeLog --- a/modules/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/modules/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-21 Jerry James * postgresql/postgresql.c (unload_postgresql): Do not mangle the diff -r 8beaf796bca7 -r 022d0f785096 netinstall/ChangeLog --- a/netinstall/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/netinstall/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-03 Steve Youngs * XEmacs 21.5.15 "celery" is released. @@ -487,6 +491,6 @@ * all: port from cygwin setup. -%%% $Id: ChangeLog,v 1.28 2003/09/04 00:05:12 youngs Exp $ -$Revision: 1.28 $ +%%% $Id: ChangeLog,v 1.29 2003/09/26 05:56:40 youngs Exp $ +$Revision: 1.29 $ diff -r 8beaf796bca7 -r 022d0f785096 nt/ChangeLog --- a/nt/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/nt/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-13 Adrian Aichner * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed. diff -r 8beaf796bca7 -r 022d0f785096 nt/installer/Wise/ChangeLog --- a/nt/installer/Wise/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/nt/installer/Wise/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-03 Steve Youngs * XEmacs 21.5.15 "celery" is released. diff -r 8beaf796bca7 -r 022d0f785096 src/ChangeLog --- a/src/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/src/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-09 Jerry James * redisplay.c (point_would_be_visible): Add PARTIALLY parameter to diff -r 8beaf796bca7 -r 022d0f785096 tests/ChangeLog --- a/tests/ChangeLog Thu Sep 25 21:52:40 2003 +0000 +++ b/tests/ChangeLog Fri Sep 26 05:56:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-26 Steve Youngs + + * XEmacs 21.5.16 "celeriac" is released. + 2003-09-25 Stephen J. Turnbull * automated/regexp-tests.el (multiple-match): Test \{m,n\}. diff -r 8beaf796bca7 -r 022d0f785096 version.sh --- a/version.sh Thu Sep 25 21:52:40 2003 +0000 +++ b/version.sh Fri Sep 26 05:56:46 2003 +0000 @@ -2,9 +2,9 @@ emacs_is_beta=t emacs_major_version=21 emacs_minor_version=5 -emacs_beta_version=15 -xemacs_codename="celery" -xemacs_extra_name="(+CVS-20030925)" +emacs_beta_version=16 +xemacs_codename="celeriac" +xemacs_extra_name= emacs_kit_version= infodock_major_version=4 infodock_minor_version=0