Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 5710:b953a6ce2635
Prep 21.5.33.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 04 Jan 2013 20:46:30 +0900 |
parents | 93d231ffa106 |
children | 99e10b10008c |
comparison
equal
deleted
inserted
replaced
5709:93d231ffa106 | 5710:b953a6ce2635 |
---|---|
1 # DO NOT PUT A VERSION MARKER HERE, ADDED AT RELEASE | 1 # DO NOT PUT A VERSION MARKER HERE, ADDED AT RELEASE |
2 | |
3 Major Features, Bugfixes, and Backward Incompatible Changes | |
4 | |
5 -- Nothing major this time. | |
6 | |
7 User-Visible Bug Fixes and Improvements | |
8 | |
9 -- Fix: Implement :active in submenu specs. -- Byrel Mitchell | |
10 -- Improve: Reorganize default menubar. -- Stephen J. Turnbull | |
11 | |
12 Build Infrastructure and Source Tree | |
13 | |
14 -- Fix: Prevent make distclean from deleting configure in modules. -- Mats Lidell | |
15 -- Improve: Make configure warn about missing system package hierarchies. -- Stephen J. Turnbull | |
16 | |
17 Documentation | |
18 | |
19 -- Fix: Description of Mercurial repositories. -- Stephen J. Turnbull | |
20 -- Fix: TUTORIAL to describe recenter-top-bottom correctly. -- Mats Lidell | |
21 -- Improve: Description of `mark-defun'. -- Steven Mitchell | |
22 -- Improve: Documentation of menus. -- Byrel Mitchell, Vin Shelton | |
23 -- Improve: INSTALL. -- Steven Mitchell, Stephen J. Turnbull, Robert D. Royar | |
24 | |
25 Lisp API | |
26 | |
27 -- 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 | |
29 -- New: call-process-shell-command from GNU. -- Mats Lidell | |
30 -- 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 | |
32 -- Improve: Accept GNU's UNIVERSAL argument in format-time-string. -- Aidan Kehoe | |
33 -- Improve: Allow noninteractive call of self-insert-command with null count. -- Stephen J. Turnbull | |
34 | |
35 Internal API and Implementation | |
36 | |
37 -- Fix: Avoid malloc'ing inside search. -- Aidan Kehoe | |
38 -- Fix: GCPRO etc in define-specifier-tag. -- Aidan Kehoe | |
39 -- Fix: Incorrect handling of empty sets in subsetp. -- Stephen J. Turnbull, Benson Mitchell, Steven Mitchell | |
40 -- Fix: Inhibit error at compile time in equal, member, assoc, rassoc. -- Aidan Kehoe | |
41 -- Fix: Regexp in describe-register-1. -- Stephen Turnbull, Mats Lidell | |
42 -- Fix: Respect face and display table information in the minibuffer prompt. -- Aidan Kehoe | |
43 -- Improve: Charset not in table warning message. -- Stephen J. Turnbull | |
44 -- Improve: find-coding-system-magic-cookie-in-file moved to C. -- Aidan Kehoe | |
45 | |
46 Testing and Debugging | |
47 | |
48 -- New: Simple test cases for call-process-shell-command. -- Mats Lidell | |
49 -- New: Test regular expression in describe-register-1. -- Mats Lidell | |
50 -- New: Test search for character ranges with dirty syntax table. -- Aidan Kehoe | |
51 -- New: Test the new command remapping functionality. -- Aidan Kehoe | |
52 -- New: Tests of #'subsetp. -- Stephen J. Turnbull, Steven Mitchell, Benson Mitchell | |
2 | 53 |
3 to XEmacs 21.5.32 "habanero" | 54 to XEmacs 21.5.32 "habanero" |
4 | 55 |
5 Major Features, Bugfixes, and Backward Incompatible Changes | 56 Major Features, Bugfixes, and Backward Incompatible Changes |
6 | 57 |