changeset 1716:022d0f785096

[xemacs-hg @ 2003-09-26 05:56:29 by youngs] XEmacs 21.5.16 "celeriac" is released.
author youngs
date Fri, 26 Sep 2003 05:56:46 +0000
parents 8beaf796bca7
children adcbad629af5
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, 115 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-21  Jerry James  <james@xemacs.org>
 
 	* configure.in: Remove detection of GNU DLD.
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-03  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.15 "celery" is released.
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-21  Jerry James  <james@xemacs.org>
 
 	* ellcc.c (do_init_mode): Do not mangle external symbols in the
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-20  Ilya N. Golubev  <gin@mo.msk.ru>
 
 	* simple.el (raw-append-message): Allow user to specify
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-03  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.15 "celery" is released.
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-22  Adrian Aichner  <adrian@xemacs.org>
 
 	* lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-21  Jerry James  <james@xemacs.org>
 
 	* postgresql/postgresql.c (unload_postgresql): Do not mangle the
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-03  Steve Youngs  <youngs@xemacs.org>
 
 	* 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 $
 
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-13  Adrian Aichner  <adrian@xemacs.org>
 
 	* xemacs.mak (TEMACS_BATCH_PACKAGES): Removed.
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-03  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.15 "celery" is released.
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-09  Jerry James  <james@xemacs.org>
 
 	* redisplay.c (point_would_be_visible): Add PARTIALLY parameter to
--- 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  <youngs@xemacs.org>
+
+	* XEmacs 21.5.16 "celeriac" is released.
+
 2003-09-25  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* automated/regexp-tests.el (multiple-match): Test \{m,n\}.
--- 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