comparison CHANGES-beta @ 3030:4ef02f359e19

[xemacs-hg @ 2005-10-26 13:15:44 by stephent] Update CHANGES-beta 2005-10-26.
author stephent
date Wed, 26 Oct 2005 13:15:44 +0000
parents dbcb61f7b06a
children e6da1de83013
comparison
equal deleted inserted replaced
3029:986cd22006a9 3030:4ef02f359e19
6 -- New: non-XPM color images can be mouse pointers. -- Ben Wing 6 -- New: non-XPM color images can be mouse pointers. -- Ben Wing
7 7
8 User-Visible Bug Fixes and Minor Improvements 8 User-Visible Bug Fixes and Minor Improvements
9 9
10 -- Fix: change address for crash reporting to xemacs-beta. -- Ben Wing 10 -- Fix: change address for crash reporting to xemacs-beta. -- Ben Wing
11 -- Fix: configure requires explicit choice of Motif (from 21.4). -- Malcolm Purvis
11 -- Fix: crash due to duplicate subrs with MC_ALLOC and modules. -- Marcus Crestani 12 -- Fix: crash due to duplicate subrs with MC_ALLOC and modules. -- Marcus Crestani
12 -- Improve: memory usage reporting, especially with MC_ALLOC. -- Ben Wing 13 -- Improve: memory usage reporting, especially with MC_ALLOC. -- Ben Wing
13 -- Improve: remove obsolete autoconf 2.13 files. -- Malcolm Purvis. 14 -- Improve: remove obsolete autoconf 2.13 files. -- Malcolm Purvis.
14 -- Improve: --with-cflags-optimization now forces optimization. -- Ben Wing 15 -- Improve: --with-cflags-optimization now forces optimization. -- Ben Wing
15 -- Update: sync package-get.el mirrors with website. -- Adrian Aichner, Ville Skyttä 16 -- Update: sync package-get.el mirrors with website. -- Adrian Aichner, Ville Skyttä
35 -- Fix: texinfmt.el can build all Info files again. -- Adrian Aichner 36 -- Fix: texinfmt.el can build all Info files again. -- Adrian Aichner
36 -- Fix: typos in Texinfo docs. -- Adrian Aichner 37 -- Fix: typos in Texinfo docs. -- Adrian Aichner
37 -- Improve: Texinfo docs about specifiers. -- Ben Wing 38 -- Improve: Texinfo docs about specifiers. -- Ben Wing
38 -- Improve: comment style, 'foo -> `foo'. -- Ben Wing 39 -- Improve: comment style, 'foo -> `foo'. -- Ben Wing
39 -- Improve: comments and docstrings. -- Stephen Turnbull 40 -- Improve: comments and docstrings. -- Stephen Turnbull
41 -- Improve: document --with/--enable, improve Mac OS X in INSTALL. -- Malcolm Purvis
40 -- Improve: emodules.texi tells how to add modules to core. -- Stephen Turnbull 42 -- Improve: emodules.texi tells how to add modules to core. -- Stephen Turnbull
43 -- Improve: FAQ includes examples of 21.5 configure options. -- Malcolm Purvis
41 -- Improve: nt/README tells how to compile optional libs. -- Ben Wing 44 -- Improve: nt/README tells how to compile optional libs. -- Ben Wing
42 -- New: FAQ on `rebaseall' under Cygwin. -- Ben Wing 45 -- New: FAQ on `rebaseall' under Cygwin. -- Ben Wing
43 -- New: internals documents XEmacs treatment of --with/--enable configure args. -- Malcolm Purvis 46 -- New: internals documents XEmacs treatment of --with/--enable configure args. -- Malcolm Purvis
44 47
45 Lisp API 48 Lisp API
49 -- Improve: GC now triggers on relative, not absolute, consing. -- Ben Wing 52 -- Improve: GC now triggers on relative, not absolute, consing. -- Ben Wing
50 -- Improve: memory usage reporting. -- Ben Wing 53 -- Improve: memory usage reporting. -- Ben Wing
51 -- Improve: sync build-report.el to Adrian's version. -- Stephen Turnbull 54 -- Improve: sync build-report.el to Adrian's version. -- Stephen Turnbull
52 -- Improve: sync read-buffer, line-number-at-pos, delete-dups, occur to GNU Emacs 22.0.50. -- Malcolm Purvis 55 -- Improve: sync read-buffer, line-number-at-pos, delete-dups, occur to GNU Emacs 22.0.50. -- Malcolm Purvis
53 -- New: batch-build-report command. -- Stephen Turnbull 56 -- New: batch-build-report command. -- Stephen Turnbull
57 -- New: inherit properties for faces and custom. -- Ben Wing
54 -- New: next-error from GNU Emacs. -- Malcolm Purvis 58 -- New: next-error from GNU Emacs. -- Malcolm Purvis
55 -- New: `specifier-instantiator' and related primitives. -- Ben Wing 59 -- New: `specifier-instantiator' and related primitives. -- Ben Wing
56 60
57 Internal API and Implementation 61 Internal API and Implementation
58 62
59 -- Fix: address of register variable can't be taken. -- Ben Wing 63 -- Fix: address of register variable can't be taken. -- Ben Wing
64 -- Fix: asserts in lwlib are now consistent with src. -- Ben Wing
60 -- Fix: bitrot in sysdep.c and nt.c. -- Ben Wing 65 -- Fix: bitrot in sysdep.c and nt.c. -- Ben Wing
61 -- Fix: bug in range tables with non-default closure. -- Ben Wing 66 -- Fix: bug in range tables with non-default closure. -- Ben Wing
62 -- Fix: don't use C++ reserved words "new" and "catch", append '_'. -- Ben Wing 67 -- Fix: don't use C++ reserved words "new" and "catch", append '_'. -- Ben Wing
63 -- Fix: initialization in mc-alloc. -- Marcus Crestani 68 -- Fix: initialization in mc-alloc. -- Marcus Crestani
64 -- Fix: non-MULE needs mswindows_current_locale too. -- Mike Alexander 69 -- Fix: non-MULE needs mswindows_current_locale too. -- Mike Alexander
65 -- Fix: setlocale return string is volatile, dup it. -- Olivier Galibert 70 -- Fix: setlocale return string is volatile, dup it. -- Olivier Galibert
66 -- Fix: unexec for _LP64 ELF architectures. -- Andrey Slusar 71 -- Fix: unexec for _LP64 ELF architectures. -- Andrey Slusar
67 -- Fix: use of config.h, especially in Windows files. -- Ben Wing 72 -- Fix: use of config.h, especially in Windows files. -- Ben Wing
73 -- Improve: refactor MC_ALLOC to reduce #ifdefs. -- Ben Wing
68 -- Improve: use _CRT_SECURE_NO_DEPRECATE to suppress VC8 warnings. -- Ben Wing 74 -- Improve: use _CRT_SECURE_NO_DEPRECATE to suppress VC8 warnings. -- Ben Wing
69 -- Improve: warning elimination. -- Ben Wing 75 -- Improve: warning elimination. -- Ben Wing, Stephen Turnbull
70 76
71 to 21.5.22 "cucumber" 77 to 21.5.22 "cucumber"
72 78
73 Major features 79 Major features
74 80