comparison CHANGES-beta @ 2929:92ef390fc71f

[xemacs-hg @ 2005-09-14 04:07:08 by stephent] update for cucumber
author stephent
date Wed, 14 Sep 2005 04:07:08 +0000
parents 8561ab9ff319
children ee5ea7af39e1
comparison
equal deleted inserted replaced
2928:8561ab9ff319 2929:92ef390fc71f
1 to 21.5.22 "cucumber" 1 to 21.5.22 "cucumber"
2 2
3 Major features 3 Major features
4 4
5 --New: support for Unnnn-style keysyms on X11. (Aidan Kehoe)
6
5 User-Visible Bug Fixes and Minor Improvements 7 User-Visible Bug Fixes and Minor Improvements
6 8
9 -- Fix: window configuration subsystem. (Michael Sperber, Fabrice Popineau)
10
7 Build Infrastructure 11 Build Infrastructure
8 12
13 -- Fix: add generated dumper files to .cvsignore. (Marcus Crestani)
14 -- Fix: add generated makefiles to .cvsignore in ./modules. (Craig Lanning)
15
9 Documentation 16 Documentation
10 17
18 -- Fix: lispref - compose processing now goes direct to character, not
19 keysym. (Aidan Kehoe)
20 -- Improve: lispref - Mule explanations. (Aidan Kehoe)
21 -- Improve: lispref - remove discussion of pure storage, long disabled.
22 (Aidan Kehoe)
23 -- New: lispref - face aliasing. (Didier Verna)
24
11 Lisp API 25 Lisp API
12 26
27 -- New: face aliasing. (Didier Verna)
28
13 Internal API and Implementation 29 Internal API and Implementation
30
31 -- Fix: DLL implementation for Mac OS X "Tiger". (Atanu Ghosh)
32 -- Fix: false load path shadows after package update. (Jeff Mincy,
33 Adrian Aichner)
34 -- Fix: make CCL check for existence before using characters. (Aidan Kehoe)
35 -- Fix: memory descriptions for gap variables for better 64-bit support.
36 (Darryl Okahata)
37 -- Fix: various cleanups for MC_ALLOC. (Marcus Crestani)
38 -- Improve: use characters instead of keysyms in x-compose.el. Remove
39 iso8859 .els from dumped-lisp.el. (Aidan Kehoe)
14 40
15 to 21.5.21 "corn" 41 to 21.5.21 "corn"
16 42
17 Major features 43 Major features
18 44