changeset 1473:1fcb2428fee7

[xemacs-hg @ 2003-05-10 08:53:26 by youngs] XEmacs 21.5.13 "cauliflower" is released.
author youngs
date Sat, 10 May 2003 08:53:40 +0000
parents 4c87ece1e837
children 31855591d835
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, 67 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES-beta	Sat May 10 07:44:24 2003 +0000
+++ b/CHANGES-beta	Sat May 10 08:53:40 2003 +0000
@@ -1,16 +1,20 @@
 to 21.5.13 "cauliflower"
 
+Remember that bug that made return behave as linefeed in a TTY?  It's
+gone!  Thanks go out to Jerry James and Steve Turnbull for squashing
+this year old bug.  Of course, that wasn't the only bug fixed this
+time around.
 
 Here are the highlights:
 
 Build
 
 -- Don't look for Motif if it's already been found - Buchholz.
--- Autoconf fixes for building modules on MacOS X - Begel.
 -- Darwin, Cygwin, BerkDB autoconf fixes - Turnbull.
 -- Make DEFUNed functions be tags - Buchholz.
 -- Allow compiling with Motif 1 and linking with Motif 2 - Buchholz.
-
+-- Update regexp tests - Turnbull.
+-- Don't autodetect ESD (Enlightened Sound Daemon) - Turnbull.
 
 
 Documentation
@@ -18,12 +22,19 @@
 -- New section in PROBLEMS auxilary programs for Windows - Turnbull.
 -- FAQ updates
 	Q6.4.3 New aux programs for Windows - Turnbull.
+-- Document failed match preserves data - Turnbull.
 
 
 Internals
 
 -- Don't use the u_int8_t etc typedefs on FreeBSD in database.c - Pluim.
 -- Better support for externally defined lrecord types - Begel.
+-- Only call `xm_update_progress' if Motif is defined - Youngs.
+-- Define __STDC__ for BerkeleyDB - Buchholz.
+-- Fix bug where XEmacs couldn't find its .dmp file - Buchholz.
+-- Move `filemodestring' from lisp.h to sysfile.h - Golubev.
+-- Clean ups against the possibility of sys/stat.h defining stat - Turnbull.
+-- Search/match updates - Turnbull.
 
 
 Lisp API
@@ -32,6 +43,7 @@
 -- Put exit message on separate line in `command-error' - Turnbull.
 -- Temporarily turn off PGP verification of package-index - Youngs.
 -- Remove keymapings for 'function-key-error' - James.
+-- Fix bug that mapped RET to LFD in TTYs - James.
 
 
 to 21.5.12 "carrot"
--- a/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-10  Steve Youngs  <youngs@xemacs.org>
 
 	* Revert this patch:
--- a/etc/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/etc/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-03  Steve Youngs  <youngs@xemacs.org>
 
 	* package-index.LATEST.gpg: Updated to current reality.
--- a/lib-src/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/lib-src/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-04-24  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.12 "carrot" is released.
--- a/lisp/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/lisp/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-08  Jerry James  <james@xemacs.org>
 
 	* code-init.el (coding-system-variable-default-value-table): Use
--- a/lwlib/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/lwlib/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-05  Steve Youngs  <youngs@xemacs.org>
 
 	* lwlib-Xm.c (xm_update_one_widget): Only call
--- a/man/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/man/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* lispref/searching.texi (Match Data): Failed match preserves data.
--- a/modules/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/modules/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-04-24  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.12 "carrot" is released.
--- a/netinstall/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/netinstall/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-04-24  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.12 "carrot" is released.
@@ -475,6 +479,6 @@
 
 	* all: port from cygwin setup.
 
-%%% $Id: ChangeLog,v 1.25 2003/04/24 23:41:40 youngs Exp $
-$Revision: 1.25 $
+%%% $Id: ChangeLog,v 1.26 2003/05/10 08:53:35 youngs Exp $
+$Revision: 1.26 $
 
--- a/nt/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/nt/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-04-24  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.12 "carrot" is released.
--- a/nt/installer/Wise/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/nt/installer/Wise/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-04-24  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.12 "carrot" is released.
--- a/src/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/src/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* search.c (search_regs): Make comment reflect reality.
--- a/tests/ChangeLog	Sat May 10 07:44:24 2003 +0000
+++ b/tests/ChangeLog	Sat May 10 08:53:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-10  Steve Youngs  <youngs@xemacs.org>
+
+	* XEmacs 21.5.13 "cauliflower" is released.
+
 2003-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* automated/regexp-tests.el (replace-match): Revert test to Assert
--- a/version.sh	Sat May 10 07:44:24 2003 +0000
+++ b/version.sh	Sat May 10 08:53:40 2003 +0000
@@ -2,9 +2,9 @@
 emacs_is_beta=t
 emacs_major_version=21
 emacs_minor_version=5
-emacs_beta_version=12
-xemacs_codename="carrot"
-xemacs_extra_name="(+CVS-20030509)"
+emacs_beta_version=13
+xemacs_codename="cauliflower"
+xemacs_extra_name=
 emacs_kit_version=
 infodock_major_version=4
 infodock_minor_version=0