# HG changeset patch # User youngs # Date 1062633917 0 # Node ID bb216a3e537fde8515d6e055cc0943512a20ea94 # Parent 6b0f041b52527e1df58395100d4670d8639e5cc6 [xemacs-hg @ 2003-09-04 00:05:04 by youngs] XEmacs 21.5.15 "celery" is released. diff -r 6b0f041b5252 -r bb216a3e537f CHANGES-beta --- a/CHANGES-beta Wed Sep 03 21:52:16 2003 +0000 +++ b/CHANGES-beta Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,83 @@ +to 21.5.15 "celery" + +Build + +-- Autoconf configure updates - James, Turnbull. +-- Makefile updates - James. +-- Minor updates to make-docfile.c - Begel. +-- Wrap assert_failed with EXTERN_C for modules - James. +-- Updates to modules Makefile.common - James. +-- Include emodules.h when building modules in postgresql.c + and ldap.c - James. +-- Updates to xemacs.mak - Aichner. +-- Add some extern "C" declarations for C++ module builds + - James. +-- Add casts for C++ builds in mule-canna.c - James. +-- Add type casts in database.c to satisy C++ compilers. +-- Log result summary of tests when the testsuite is running + noninteractive - Aichner. +-- Add some tests for weak-lists - Crestani, Kaltenbach. + + +Documentation + +-- Update README.(HYPERBOLE|OO-BROWSER) - Turnbull. +-- Update etc/PACKAGES - Turnbull, Koch, Youngs. +-- Update etc/sample.Xresources - Turnbull. +-- Major update and audit of all documents relating to PUI - Youngs. +-- Mention `line-move-ignore-invisible' (display.texi "Invisible Text") + - Kyllingstad. +-- Document that end-glyph is still displayed when invisible + is set (extents.texi "Extent Properties") - Kyllingstad. +-- Document that only begin-glyph is highlighted (extents.texi "Extents + and Events") - Kyllingstad. +-- Various typo and docstring fixes - Turnbull, Sperber. +-- Add missing '@end' defun in lists.texi - Shelton. +-- Document ?\x00 read syntax and range limitations on ?\000 and + ?\x00 read syntaxes (objects.texi "Character Type") - Turnbull. +-- Document `true-list-p' (lists.texi "List-related Predicates") + - Turnbull. + + +Internals + +-- KKCC updates - Crestani, Kyllingstad. +-- Define DECLARE_MODULE_API_LRECORD when not ERROR_CHECK_TYPES + - James. +-- Updates to DSO code - James. +-- Remove unused (X)OPAQUE_MARKFUN definitions - James. +-- GCPRO updates - Sperber. +-- Mouse wheel fixes in event-msw.c - Kyllingstad. +-- Use 'HAVE_DLD_INIT' instead of 'HAVE_INIT_DLD' in sysdll.c - James. +-- Rewrite ephemeron marker code - Sperber. +-- Fix printing of symbol names in .gdbinit - Golubev. +-- Fixes to `update_frame_toolbars_geometry' - Sperber. +-- Fix missing commas in `fonts' initialiser - Golubev. +-- Add `opaque_ptr_description' - Crestani. +-- Add `allocate_big_string_chars' - Turnbull, Buchholz. + + +Lisp API + +-- New alias `apropos-customize' -> `customize-apropos' - Aichner. +-- Remove unecessary arg from `pui-set-local-package-get-directory - Youngs. +-- New key bindings in mwheel.el - Kyllingstad. +-- Make `insert-directory' to be more like FSF version - Sperber. +-- Window configuration fixes in isearch code - Sperber. +-- Implement simple object finalisation in post-gc.el - Sperber. +-- Updates to etags.el - Turnbull. +-- Updates to cl-macs.el - Pakoulin. +-- Fix "do-nothing" bug in `derived-mode-merge-syntax-tables' - Turnbull. +-- Fixes to `restore-saved-window' - James. +-- Handle missing "EMACSPACKAGEPATH" env var in + `package-get-package-index-file-location' - Aichner. +-- Fix substring errors in `package-admin-find-top-directory' - Aichner. +-- Fix `byte-compile-lambda' so it only discards the docstring if it is + not also the value of the lambda - Turnbull. +-- Don't insist in lib-src directory in `path-emacs-root-p' on WinNT - Aichner. +-- Don't include '(' in `font-lock-function-name-face' - Aichner. + + to 21.5.14 "cassava" This release has a few documentation updates thanks to Steve diff -r 6b0f041b5252 -r bb216a3e537f ChangeLog --- a/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-28 Jerry James * configure.in: Link modules with -lstdc++ if g++ is used. diff -r 6b0f041b5252 -r bb216a3e537f etc/ChangeLog --- a/etc/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/etc/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-28 Steve Youngs * PACKAGES: Update. diff -r 6b0f041b5252 -r bb216a3e537f lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/lib-src/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-29 Nickolay Pakoulin * make-dump-id.c (main): Set "C" linking rule for dump_id diff -r 6b0f041b5252 -r bb216a3e537f lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/lisp/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-30 Adrian Aichner * cus-edit.el (apropos-customize): New autoloaded alias making it diff -r 6b0f041b5252 -r bb216a3e537f lwlib/ChangeLog --- a/lwlib/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/lwlib/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-28 Jerry James * lwlib-internal.h: Wrap assert_failed with EXTERN_C for modules. diff -r 6b0f041b5252 -r bb216a3e537f man/ChangeLog --- a/man/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/man/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-28 Steve Youngs * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to diff -r 6b0f041b5252 -r bb216a3e537f modules/ChangeLog --- a/modules/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/modules/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-28 Jerry James * common/Makefile.common (LIBSTDCPP): New. diff -r 6b0f041b5252 -r bb216a3e537f netinstall/ChangeLog --- a/netinstall/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/netinstall/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-06-01 Steve Youngs * XEmacs 21.5.14 "cassava" is released. @@ -483,6 +487,6 @@ * all: port from cygwin setup. -%%% $Id: ChangeLog,v 1.27 2003/06/01 05:10:25 youngs Exp $ -$Revision: 1.27 $ +%%% $Id: ChangeLog,v 1.28 2003/09/04 00:05:12 youngs Exp $ +$Revision: 1.28 $ diff -r 6b0f041b5252 -r bb216a3e537f nt/ChangeLog --- a/nt/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/nt/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-31 Adrian Aichner * xemacs.mak (makeinfo-test): Moved after variable initialization diff -r 6b0f041b5252 -r bb216a3e537f nt/installer/Wise/ChangeLog --- a/nt/installer/Wise/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/nt/installer/Wise/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-06-01 Steve Youngs * XEmacs 21.5.14 "cassava" is released. diff -r 6b0f041b5252 -r bb216a3e537f src/ChangeLog --- a/src/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/src/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-30 Mike Sperber * bytecode.c (execute_optimized_program): Remove broken diff -r 6b0f041b5252 -r bb216a3e537f tests/ChangeLog --- a/tests/ChangeLog Wed Sep 03 21:52:16 2003 +0000 +++ b/tests/ChangeLog Thu Sep 04 00:05:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-03 Steve Youngs + + * XEmacs 21.5.15 "celery" is released. + 2003-08-31 Adrian Aichner * automated/test-harness.el (test-harness-from-buffer): Log diff -r 6b0f041b5252 -r bb216a3e537f version.sh --- a/version.sh Wed Sep 03 21:52:16 2003 +0000 +++ b/version.sh Thu Sep 04 00:05:17 2003 +0000 @@ -2,9 +2,9 @@ emacs_is_beta=t emacs_major_version=21 emacs_minor_version=5 -emacs_beta_version=14 -xemacs_codename="cassava" -xemacs_extra_name="(+CVS-20030903)" +emacs_beta_version=15 +xemacs_codename="celery" +xemacs_extra_name= emacs_kit_version= infodock_major_version=4 infodock_minor_version=0