comparison CHANGES-beta @ 3256:003a3fe2fd35

[xemacs-hg @ 2006-02-25 11:58:56 by stephent] Prep CHANGES-beta for 21.5.25 release.
author stephent
date Sat, 25 Feb 2006 11:58:56 +0000
parents 3d186ea47725
children c54b890e5d9d
comparison
equal deleted inserted replaced
3255:9fd2a71771d8 3256:003a3fe2fd35
1 to 21.5.25 "eggplant"
2
3 Major Features and Backward Incompatible Changes
4
5 -- Fix: crash due to broken initialization of syntax cache. -- Stephen Turnbull
6 -- Fix: crash due to incomplete Mule-ization of x_font_instance_truename. -- Stephen Turnbull
7 -- Improve: configure UI for packages. -- Mike Sperber
8
9 User-Visible Bug Fixes and Minor Improvements
10
11 -- Fix: default char-syntax of CJK to ?w failed. -- Aidan Kehoe
12 -- Fix: missing fonts due to MAX_FONT_COUNT = 5000 isn't infinite any more. -- Aidan Kehoe
13 -- Fix: missing setlocale(3) initialization in Mule. -- Aidan Kehoe
14 -- Improve: Java support in font-lock. -- Martin Buchholz
15 -- Improve: Russian C-x processing. -- Aidan Kehoe
16 -- Improve: use logical "beta" path to downloads. -- Adrian
17 -- New: euc-cn coding system alias for cn-gb-2312. -- Aidan Kehoe
18 -- Update: package download sites. -- Adrian Aichner
19
20 Build Infrastructure
21
22 -- Fix: conditionalization of checks for Xft library. -- Mike Sperber
23 -- Fix: deletion of user-created links in distclean. -- Mike Sperber
24 -- Fix: reporting of Xft in Installation. -- Stephen Turnbull
25 -- Improve: cygwin include and no-X Xpm handling in configure. -- Vin Shelton
26
27 Documentation
28
29 -- Improve: comments. -- Aidan Kehoe, Stephen Turnbull
30 -- New: node on keyboards with which one can't type Latin. -- Aidan Kehoe
31
32 Lisp API
33
34 -- New: rename command and binding in buffer menu mode. -- Stephen Turnbull
35
36 Internal API and Implementation
37
38 -- Fix: "not char-or-int-p: nil" bug in easymenu. -- Aidan Kehoe
39 -- Fix: C++ correctness. -- Marcus Crestani
40 -- Fix: buggy computation of dynarr size. -- Marcus Crestani
41 -- Fix: char/event confusion introduced by a GNU Emacs sync. -- Aidan Kehoe
42 -- Fix: missing hardware-specific X11 keycode initialization. -- Aidan Kehoe
43 -- Fix: syntax errors. -- Andrey Slusar
44 -- Fix: workaround missing d_ino field from 'struct dirent'. -- Rick Rankin
45 -- Fix: x_find_charset_font returned Qunboundp inefficiently. -- Aidan Kehoe
46 -- Fix: x_find_charset_font wasn't Mule-ized. -- Stephen Turnbull
47 -- Improve: Cygwin support in MC_ALLOC. -- Marcus Crestani
48 -- Improve: silence redundant gc cache warning. -- Marcus Crestani
49 -- Improve: syntax cache factoring and documentation. -- Stephen Turnbull
50
1 to 21.5.24 "dandelion" 51 to 21.5.24 "dandelion"
2 Major features 52 Major features
3 53
4 -- New: Xft font support. -- Stephen J. Turnbull, Aidan Kehoe, Daniel Pittman, Clemens Fruhwirth, Eric Knauel, Matthias Neuebaur, Hrvoje Niksic, Olivier Galibert 54 -- New: Xft font support. -- Stephen J. Turnbull, Aidan Kehoe, Daniel Pittman, Clemens Fruhwirth, Eric Knauel, Matthias Neuebaur, Hrvoje Niksic, Olivier Galibert
5 -- New: incremental garbage collector. -- Marcus Crestani 55 -- New: incremental garbage collector. -- Marcus Crestani