comparison CHANGES-beta @ 2970:adda8fccb13d

[xemacs-hg @ 2005-10-04 16:43:29 by stephent] Improve style and documentation of `register-input-method
author stephent
date Tue, 04 Oct 2005 16:43:38 +0000
parents 82598180972e
children 79943d344216
comparison
equal deleted inserted replaced
2969:67a25e57557e 2970:adda8fccb13d
1 to 21.5.23 "daikon" 1 to 21.5.23 "daikon"
2 2
3 Major features 3 Major features
4 4
5 -- New: non-XPM color images can be mouse pointers. -- Ben Wing
6
5 User-Visible Bug Fixes and Minor Improvements 7 User-Visible Bug Fixes and Minor Improvements
6 8
9 -- Fix: crash due to duplicate subrs with MC_ALLOC and modules. -- Marcus Crestani
10
7 Build Infrastructure 11 Build Infrastructure
8 12
13 -- Fix: Cygwin, non-X build needs XPM header and library files in XE_CFLAGS. -- Mike Alexander, Rick Rankin
14 -- Fix: Stop installexe.sh from adding redundant exe extension. -- Rick Rankin
15 -- Fix: variable initialization misordering in xemacs.mak. -- Adrian Aichner
16 -- Improve: replace support for autoconf 2.13 with warning to use autoconf 2.59. -- Malcolm Purvis
17 -- Improve: update config.inc.samp to recent versions and add gmp, db, postgresql, ldap support; also optimization in non-debug builds. -- Ben Wing
18 -- Improve: xemacs.mak now caters to VC++ version, support for building gmp, db, postgresql, ldap; other fixes. -- Ben Wing
19
9 Documentation 20 Documentation
10 21
22 -- Fix: texinfmt.el can build all Info files again. -- Adrian Aichner
23 -- Fix: typos in Texinfo docs. -- Adrian Aichner
24 -- Improve: Texinfo docs about specifiers. -- Ben Wing
25 -- Improve: comment style, 'foo -> `foo'. -- Ben Wing
26 -- Improve: rewrite nt/README
27
11 Lisp API 28 Lisp API
12 29
30 -- Improve: GC now triggers on relative, not absolute, consing. -- Ben Wing
31 -- Improve: memory usage reporting. -- Ben Wing
32 -- New: `specifier-instantiator' and related primitives. -- Ben Wing
33
13 Internal API and Implementation 34 Internal API and Implementation
14 35
36 -- Fix: Non-MULE needs mswindows_current_locale too. -- Mike Alexander
37 -- Fix: address of register variable can't be taken. -- Ben Wing
38 -- Fix: bitrot in sysdep.c and nt.c. -- Ben Wing
39 -- Fix: bug in range tables with non-default closure. -- Ben Wing
40 -- Fix: don't use C++ reserved words "new" and "catch", append '_'. -- Ben Wing
41 -- Fix: initialization in mc-alloc. -- Marcus Crestani
42 -- Fix: setlocale return string is volatile, dup it. -- Olivier Galibert
43 -- Improve: include from ../src so <config.h> works in lib-src. -- Ben Wing
44 -- Improve: minitar.c now includes config.h. -- Ben Wing
45 -- Improve: warning elimination. -- Ben Wing
46
15 to 21.5.22 "cucumber" 47 to 21.5.22 "cucumber"
16 48
17 Major features 49 Major features
18 50
19 --New: support for Unnnn-style keysyms on X11. -- Aidan Kehoe 51 -- New: support for Unnnn-style keysyms on X11. -- Aidan Kehoe
20 52
21 User-Visible Bug Fixes and Minor Improvements 53 User-Visible Bug Fixes and Minor Improvements
22 54
23 -- Fix: window configuration subsystem. -- Michael Sperber, Fabrice Popineau 55 -- Fix: window configuration subsystem. -- Michael Sperber, Fabrice Popineau
24 56