Mercurial > hg > xemacs-beta
changeset 1457:b627cfd39e8a
[xemacs-hg @ 2003-05-04 22:31:06 by youngs]
2003-05-05 Steve Youngs <youngs@xemacs.org>
* CHANGES.beta: Update.
author | youngs |
---|---|
date | Sun, 04 May 2003 22:31:06 +0000 |
parents | 7a864bb03183 |
children | 60c5c2f74650 |
files | CHANGES-beta ChangeLog |
diffstat | 2 files changed, 40 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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).
--- 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 <youngs@xemacs.org> + + * CHANGES.beta: Update. + 2003-05-04 Steve Youngs <youngs@xemacs.org> * 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 <youngs@xemacs.org> - - * configure: Regenerate. - 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU> * configure.in: Move module detection to after src/ is added to