Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 3321:4309d96fb8b7
[xemacs-hg @ 2006-03-31 17:50:38 by stephent]
prepare for 21.5.26
author | stephent |
---|---|
date | Fri, 31 Mar 2006 17:50:38 +0000 |
parents | c54b890e5d9d |
children | c5d1e8c7bde9 |
comparison
equal
deleted
inserted
replaced
3320:a921f5f2aa11 | 3321:4309d96fb8b7 |
---|---|
1 to 21.5.26 "endive" | |
2 | |
3 Major Features and Backward Incompatible Changes | |
4 | |
5 -- Improve: search for package roots on Windows. -- Vin Shelton | |
6 -- Improve: support asynchronous finalization, remove explicit finalizers, and support for statistics for explicitly finalized objects. -- Marcus Crestani, Adrian Aichner | |
7 -- New: support ALSA sound on Linux. -- Jerry James | |
8 | |
9 User-Visible Bug Fixes and Minor Improvements | |
10 | |
11 -- Fix: GC cursor display in mc-alloc. -- Marcus Crestani | |
12 -- Fix: next-error.el vs. compile.el name clashes. -- Malcolm Purvis | |
13 -- Fix: restore memory usage stats (fix regexp). -- Marcus Crestani | |
14 -- Fix: synch widget-move-and-invoke, used by Gnus. -- Jerry James | |
15 -- Fix: uncomment-region in C files. -- Jerry James | |
16 -- Fix: use set-text-properties, not remove-list-of-text-properties. -- Jerry James | |
17 -- Improve: convert decode-coding-region, encode-coding-region to interactive commands. -- Stephen Turnbull | |
18 -- Improve: synch regex failure limits with GNU Emacs, avoiding asserts. -- Malcolm Purvis | |
19 | |
20 Build Infrastructure | |
21 | |
22 -- Fix: eliminate configure idioms obsolete in Autoconf 2.59. -- Jerry James, Ilya Golubev | |
23 -- Improve: merge mc-alloc features into --with-newgc. -- Marcus Crestani | |
24 | |
25 Documentation | |
26 | |
27 -- Fix: document dependence of `run-lisp' on os-utils package. -- Mike Sperber | |
28 -- Improve: move historical READMEs, etc, to internals.texi. -- Stephen Turnbull | |
29 | |
30 Lisp API | |
31 | |
32 -- Improve: remove dead API (lisp-send-defun). -- Mike Sperber | |
33 | |
34 Internal API and Implementation | |
35 | |
36 -- Fix: add missing do to RETURN_UNGCPRO_EXIT_PROFILING. -- Jerry James | |
37 -- Fix: avoid malloc in vdb signal handler. -- Marcus Crestani | |
38 -- Fix: broken use of memset in vdb_install_signal_handler. -- Mike Fabian | |
39 -- Fix: eliminate bogus pointer to nowhere. -- Stephen Turnbull, Jerry James | |
40 -- Fix: malloc size in Dynarr_realloc. -- Marcus Crestani | |
41 -- Improve: add internal API to zero uninitialized string. -- Marcus Crestani | |
42 -- Improve: dynamic array cleanup, remove duplicate code. -- Marcus Crestani | |
43 -- Improve: handle memory shortage in mc-alloc properly. -- Marcus Crestani | |
44 -- Improve: mc-alloc APIs now return number of pages processed. -- Marcus Crestani | |
45 | |
1 to 21.5.25 "eggplant" | 46 to 21.5.25 "eggplant" |
2 | 47 |
3 Major Features and Backward Incompatible Changes | 48 Major Features and Backward Incompatible Changes |
4 | 49 |
5 -- Fix: crash due to broken initialization of syntax cache. -- Stephen Turnbull | 50 -- Fix: crash due to broken initialization of syntax cache. -- Stephen Turnbull |