# HG changeset patch # User youngs # Date 1052087466 0 # Node ID b627cfd39e8a8e330cd0536c0af95ade56e4ee48 # Parent 7a864bb03183a1cae3b4877596e8e5857b1e7f8e [xemacs-hg @ 2003-05-04 22:31:06 by youngs] 2003-05-05 Steve Youngs * CHANGES.beta: Update. diff -r 7a864bb03183 -r b627cfd39e8a CHANGES-beta --- a/CHANGES-beta Sun May 04 21:52:35 2003 +0000 +++ b/CHANGES-beta Sun May 04 22:31:06 2003 +0000 @@ -1,3 +1,39 @@ +to 21.5.13 "cauliflower" + + +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. + + + +Documentation + +-- New section in PROBLEMS auxilary programs for Windows - Turnbull. +-- FAQ updates + Q6.4.3 New aux programs for Windows - 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. + + +Lisp API + +-- Fix bug preventing installing new packages - Youngs. +-- 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. + + to 21.5.12 "carrot" Lots of updates, fixes, and features from Ben Wing (he never stops). diff -r 7a864bb03183 -r b627cfd39e8a ChangeLog --- a/ChangeLog Sun May 04 21:52:35 2003 +0000 +++ b/ChangeLog Sun May 04 22:31:06 2003 +0000 @@ -1,3 +1,7 @@ +2003-05-05 Steve Youngs + + * CHANGES.beta: Update. + 2003-05-04 Steve Youngs * configure: Regenerate. @@ -7,10 +11,6 @@ * configure.in: Don't look for Motif if it's already present in $x_includes and $x_libraries. -2003-05-04 Steve Youngs - - * configure: Regenerate. - 2003-05-01 Andrew Begel * configure.in: Move module detection to after src/ is added to