comparison CHANGES-beta @ 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 b627cfd39e8a
children a326a8b73148
comparison
equal deleted inserted replaced
1472:4c87ece1e837 1473:1fcb2428fee7
1 to 21.5.13 "cauliflower" 1 to 21.5.13 "cauliflower"
2 2
3 Remember that bug that made return behave as linefeed in a TTY? It's
4 gone! Thanks go out to Jerry James and Steve Turnbull for squashing
5 this year old bug. Of course, that wasn't the only bug fixed this
6 time around.
3 7
4 Here are the highlights: 8 Here are the highlights:
5 9
6 Build 10 Build
7 11
8 -- Don't look for Motif if it's already been found - Buchholz. 12 -- Don't look for Motif if it's already been found - Buchholz.
9 -- Autoconf fixes for building modules on MacOS X - Begel.
10 -- Darwin, Cygwin, BerkDB autoconf fixes - Turnbull. 13 -- Darwin, Cygwin, BerkDB autoconf fixes - Turnbull.
11 -- Make DEFUNed functions be tags - Buchholz. 14 -- Make DEFUNed functions be tags - Buchholz.
12 -- Allow compiling with Motif 1 and linking with Motif 2 - Buchholz. 15 -- Allow compiling with Motif 1 and linking with Motif 2 - Buchholz.
13 16 -- Update regexp tests - Turnbull.
17 -- Don't autodetect ESD (Enlightened Sound Daemon) - Turnbull.
14 18
15 19
16 Documentation 20 Documentation
17 21
18 -- New section in PROBLEMS auxilary programs for Windows - Turnbull. 22 -- New section in PROBLEMS auxilary programs for Windows - Turnbull.
19 -- FAQ updates 23 -- FAQ updates
20 Q6.4.3 New aux programs for Windows - Turnbull. 24 Q6.4.3 New aux programs for Windows - Turnbull.
25 -- Document failed match preserves data - Turnbull.
21 26
22 27
23 Internals 28 Internals
24 29
25 -- Don't use the u_int8_t etc typedefs on FreeBSD in database.c - Pluim. 30 -- Don't use the u_int8_t etc typedefs on FreeBSD in database.c - Pluim.
26 -- Better support for externally defined lrecord types - Begel. 31 -- Better support for externally defined lrecord types - Begel.
32 -- Only call `xm_update_progress' if Motif is defined - Youngs.
33 -- Define __STDC__ for BerkeleyDB - Buchholz.
34 -- Fix bug where XEmacs couldn't find its .dmp file - Buchholz.
35 -- Move `filemodestring' from lisp.h to sysfile.h - Golubev.
36 -- Clean ups against the possibility of sys/stat.h defining stat - Turnbull.
37 -- Search/match updates - Turnbull.
27 38
28 39
29 Lisp API 40 Lisp API
30 41
31 -- Fix bug preventing installing new packages - Youngs. 42 -- Fix bug preventing installing new packages - Youngs.
32 -- Put exit message on separate line in `command-error' - Turnbull. 43 -- Put exit message on separate line in `command-error' - Turnbull.
33 -- Temporarily turn off PGP verification of package-index - Youngs. 44 -- Temporarily turn off PGP verification of package-index - Youngs.
34 -- Remove keymapings for 'function-key-error' - James. 45 -- Remove keymapings for 'function-key-error' - James.
46 -- Fix bug that mapped RET to LFD in TTYs - James.
35 47
36 48
37 to 21.5.12 "carrot" 49 to 21.5.12 "carrot"
38 50
39 Lots of updates, fixes, and features from Ben Wing (he never stops). 51 Lots of updates, fixes, and features from Ben Wing (he never stops).