Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 5711:99e10b10008c
Minor reordering of CHANGES.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sat, 05 Jan 2013 01:35:58 +0900 |
parents | b953a6ce2635 |
children | 6325dc8d791c |
comparison
equal
deleted
inserted
replaced
5710:b953a6ce2635 | 5711:99e10b10008c |
---|---|
1 # DO NOT PUT A VERSION MARKER HERE, ADDED AT RELEASE | 1 # DO NOT PUT A VERSION MARKER HERE, ADDED AT RELEASE |
2 | 2 |
3 to XEmacs 21.5.33 "horseradish" | |
4 | |
3 Major Features, Bugfixes, and Backward Incompatible Changes | 5 Major Features, Bugfixes, and Backward Incompatible Changes |
4 | 6 |
5 -- Nothing major this time. | 7 -- Nothing major this time. -- nobody |
6 | 8 |
7 User-Visible Bug Fixes and Improvements | 9 User-Visible Bug Fixes and Improvements |
8 | 10 |
9 -- Fix: Implement :active in submenu specs. -- Byrel Mitchell | |
10 -- Improve: Reorganize default menubar. -- Stephen J. Turnbull | 11 -- Improve: Reorganize default menubar. -- Stephen J. Turnbull |
11 | 12 |
12 Build Infrastructure and Source Tree | 13 Build Infrastructure and Source Tree |
13 | 14 |
14 -- Fix: Prevent make distclean from deleting configure in modules. -- Mats Lidell | 15 -- Fix: Prevent make distclean from deleting configure in modules. -- Mats Lidell |
22 -- Improve: Documentation of menus. -- Byrel Mitchell, Vin Shelton | 23 -- Improve: Documentation of menus. -- Byrel Mitchell, Vin Shelton |
23 -- Improve: INSTALL. -- Steven Mitchell, Stephen J. Turnbull, Robert D. Royar | 24 -- Improve: INSTALL. -- Steven Mitchell, Stephen J. Turnbull, Robert D. Royar |
24 | 25 |
25 Lisp API | 26 Lisp API |
26 | 27 |
28 -- Fix: Implement :active in submenu specs. -- Byrel Mitchell | |
27 -- New: Adopt GNU's ## syntax for the interned symbol with the zero-length name. -- Aidan Kehoe | 29 -- New: Adopt GNU's ## syntax for the interned symbol with the zero-length name. -- Aidan Kehoe |
28 -- New: Command remapping in keymaps from GNU. -- Aidan Kehoe | 30 -- New: Command remapping in keymaps from GNU. -- Aidan Kehoe |
29 -- New: call-process-shell-command from GNU. -- Mats Lidell | 31 -- New: call-process-shell-command from GNU. -- Mats Lidell |
30 -- New: delete-trailing-lines, delete-trailing-whitespace from GNU. -- Aidan Kehoe | 32 -- New: delete-trailing-lines, delete-trailing-whitespace from GNU. -- Aidan Kehoe |
31 -- New: recenter-positions, recenter-top-bottom, recenter-last-op from GNU. -- Mats Lidell | 33 -- New: recenter-positions, recenter-top-bottom, recenter-last-op from GNU. -- Mats Lidell |