Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 5672:7c3e44003e0f
Update CHANGES-beta with about 26 changesets.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 03 Aug 2012 02:15:20 +0900 |
parents | baab2e3a4141 |
children | 93d231ffa106 |
comparison
equal
deleted
inserted
replaced
5671:f45338de7caa | 5672:7c3e44003e0f |
---|---|
66 -- Improve: Make #'built-in-symbol-file ignore non-built-ins. -- Aidan Kehoe | 66 -- Improve: Make #'built-in-symbol-file ignore non-built-ins. -- Aidan Kehoe |
67 -- Improve: Make #'make-modeline-command-wrapper evaluate COMMAND lazily. -- Aidan Kehoe | 67 -- Improve: Make #'make-modeline-command-wrapper evaluate COMMAND lazily. -- Aidan Kehoe |
68 -- Improve: Obsolete #'remassoc and friends, and remove instances from core. -- Aidan Kehoe | 68 -- Improve: Obsolete #'remassoc and friends, and remove instances from core. -- Aidan Kehoe |
69 -- Improve: Partial, undocumented support for #'macro-declaration-function in #'defmacro. -- Aidan Kehoe. | 69 -- Improve: Partial, undocumented support for #'macro-declaration-function in #'defmacro. -- Aidan Kehoe. |
70 -- Improve: Provide API for disabling symbol macros in cl-macroexpand. -- Aidan Kehoe | 70 -- Improve: Provide API for disabling symbol macros in cl-macroexpand. -- Aidan Kehoe |
71 -- Improve: Refactor completion code, improve GNU compatibility. -- Aidan Kehoe | 71 -- Improve: Refactor completion code, improve GNU compatibility. -- Aidan Kehoe-- Improve: Remove XEmacs-specific #'remassoc functions, and substitute CL-style #'delete* for uses. -- Aidan Kehoe |
72 -- Improve: Remove XEmacs-specific #'remassoc functions, and substitute CL-style #'delete* for uses. -- Aidan Kehoe | |
73 -- Improve: Remove cl-compat.el and related documentation. -- Aidan Kehoe | 72 -- Improve: Remove cl-compat.el and related documentation. -- Aidan Kehoe |
74 -- Improve: Remove long-obsolete cl-compat.el. -- Aidan Kehoe | 73 -- Improve: Remove long-obsolete cl-compat.el. -- Aidan Kehoe |
75 -- Improve: Remove obsolete compatibility aliases from cl*.el. -- Aidan Kehoe | 74 -- Improve: Remove obsolete compatibility aliases from cl*.el. -- Aidan Kehoe |
75 -- Improve: Support POSIX semantics in #'posix-string-match. -- Aidan Kehoe | |
76 -- Improve: Sync #'batch-byte-recompile-directory API. -- Mike Sperber | |
76 -- Improve: Sync #'shell-command{,-on-region}. -- Mats Lidell | 77 -- Improve: Sync #'shell-command{,-on-region}. -- Mats Lidell |
78 -- Improve: Sync #'truncate-string-to-width. -- Aidan Kehoe | |
79 -- Improve: Character syntax of JIT Unicode characters. -- Aidan Kehoe | |
80 -- Improve: Update #'file-name-remote-p. -- Mike Sperber | |
77 -- New: #'apply-partially. -- Aidan Kehoe | 81 -- New: #'apply-partially. -- Aidan Kehoe |
78 -- New: #'event-apply-modifiers. -- Aidan Kehoe | 82 -- New: #'event-apply-modifiers. -- Aidan Kehoe |
79 -- New: #'looking-back. -- Didier Verna | 83 -- New: #'looking-back. -- Didier Verna |
80 -- New: #'macro-declaration-function support (GNU compatibility). -- Aidan Kehoe | 84 -- New: #'macro-declaration-function support (GNU compatibility). -- Aidan Kehoe |
81 -- New: #'special-mode. -- Didier Verna | 85 -- New: #'special-mode. -- Didier Verna |
83 -- New: 'function-key-map-parent improves x-compose processing. -- Aidan Kehoe | 87 -- New: 'function-key-map-parent improves x-compose processing. -- Aidan Kehoe |
84 -- New: 'print-circle, 'print-continuous-numbering. -- Aidan Kehoe | 88 -- New: 'print-circle, 'print-continuous-numbering. -- Aidan Kehoe |
85 -- New: Add a defsetf for #'get-char-table. -- Aidan Kehoe | 89 -- New: Add a defsetf for #'get-char-table. -- Aidan Kehoe |
86 -- New: Implement #'load-time-value, #'labels. -- Aidan Kehoe | 90 -- New: Implement #'load-time-value, #'labels. -- Aidan Kehoe |
87 -- New: Sexp movement recognises notation for circular lists. -- Aidan Kehoe | 91 -- New: Sexp movement recognises notation for circular lists. -- Aidan Kehoe |
92 -- New: Support POSIX classes in regexps, #'skip-chars-{forward,backward}. -- Aidan Kehoe | |
88 -- New: syntax-ppss.el. -- Mats Lidell | 93 -- New: syntax-ppss.el. -- Mats Lidell |
89 | 94 |
90 Internal API and Implementation | 95 Internal API and Implementation |
91 | 96 |
92 -- Fix: Array declaration and bounds checks of syntax_spec_code. -- Stephen Turnbull | 97 -- Fix: Array declaration and bounds checks of syntax_spec_code. -- Stephen Turnbull |
93 -- Fix: Autoload `custom-set-face-bold'. -- Vin Shelton | 98 -- Fix: Autoload `custom-set-face-bold'. -- Vin Shelton |
94 -- Fix: Duplicate arglist info in autoloads. -- Aidan Kehoe | 99 -- Fix: Duplicate arglist info in autoloads. -- Aidan Kehoe |
95 -- Fix: Ignore extent info in select-convert-to-text functions, fixing a copy problem in ERC. -- Aidan Kehoe | 100 -- Fix: Ignore extent info in select-convert-to-text functions, fixing a copy problem in ERC. -- Aidan Kehoe |
96 -- Fix: Loss of precision in building FIXNUMs. -- Jerry James | 101 -- Fix: Loss of precision in building FIXNUMs. -- Jerry James |
102 -- Fix: Redundant division in bignum_ceil. -- Aidan Kehoe | |
97 -- Fix: Remove 'device' parameter from 'clear_region' methods. -- Didier Verna | 103 -- Fix: Remove 'device' parameter from 'clear_region' methods. -- Didier Verna |
98 -- Fix: Syntax error in #'get-other-frame. -- Didier Verna, Steven Mitchell | 104 -- Fix: Syntax error in #'get-other-frame. -- Didier Verna, Steven Mitchell |
99 -- Fix: pixel_to_glyph_translation to handle redisplay edge case. -- Mike Kupfer | 105 -- Fix: pixel_to_glyph_translation to handle redisplay edge case. -- Mike Kupfer |
100 -- Improve: #'copy-symbol handles non-list plists. -- Aidan Kehoe | 106 -- Improve: #'copy-symbol handles non-list plists. -- Aidan Kehoe |
101 -- Improve: Backward-compatible MATCHSPEC in face-property-matching-instance. -- Stephen Turnbull | 107 -- Improve: Backward-compatible MATCHSPEC in face-property-matching-instance. -- Stephen Turnbull |