Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 5758:a1f281776176
Merge in release commits.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 27 Aug 2013 01:26:29 +0900 |
parents | 6325dc8d791c |
children | cf0201de66df |
comparison
equal
deleted
inserted
replaced
5755:92028d89cc66 | 5758:a1f281776176 |
---|---|
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 -- Fix: Convert assert on menubar syntax errors to log warning and skip the menu -- Jerry James | |
6 | |
7 User-Visible Bug Fixes and Improvements | |
8 | |
9 -- Fix: Remove a reference to 'efs-ftp-path from #'file-remote-p -- Mike Sperber | |
10 -- Improve: Allow :visible in menu specs; document -- Jerry James | |
11 -- Improve: Allow a string the LHS of a syntax-alist entry in `font-lock-defaults' to be a string (sync to GNU Emacs) -- Mike Sperber | |
12 -- Improve: Make #'byte-compile-if suppress spurious warnings from `(if (fboundp ...' or `(if (boundp ...' constructs (port of Dave Love patch to Emacs) -- Mike Sperber | |
13 -- Improve: Silence warnings about throws out of #'post-command-hook' -- Mike Sperber | |
14 -- New: Support bignums with MPIR -- Jerry James | |
15 | |
16 Build Infrastructure and Source Tree | |
17 | |
18 -- Fix: Change several Mule-specific constructs to generic ones in core Lisp (paragraphs.el); fixes --without-mule build from tarballs -- Stephen Turnbull | |
19 -- Fix: Fix Windows portability issues -- Vin Shelton, Jerry James, Mats Lidell | |
20 -- Fix: Reverse sense of #if for insert-data-in-exec build -- Jerry James | |
21 -- Fix: Silence syntax warnings -- Jerry James | |
22 -- Improve: Update autoconf helpers to latest upstream version -- Jerry James | |
23 | |
24 Documentation | |
25 | |
26 -- Improve: Bignum documentation -- Jerry James | |
27 -- Improve: Port texi files to Texinfo 5, fix style -- Jerry James | |
28 | |
29 Lisp API | |
30 | |
31 -- Fix: Add optional ID-FORMAT to #'file-attributes (GNU compatibility); add tests -- Mats Lidell, Vin Shelton | |
32 -- Fix: Make #'apply-partially more intelligent about constructing compiled functions when making closures; add tests -- Aidan Kehoe | |
33 -- Improve: Add optional WHEN and DOCSTRING arguments to #'define-obsolete-function-alias, #'define-compatible-function-alias, #'define-obsolete-variable-alias, #'define-compatible-variable-alias (GNU compatibility) -- Stephen Turnbull, Mike Sperber, Jeff Sparkes | |
34 -- New: Add #'font-lock-extend-region-functions' from GNU Emacs, use it -- Mike Sperber | |
35 | |
36 Internal API and Implementation | |
37 | |
38 -- Fix: Canonicalize some ratios -- Jerry James | |
39 -- Fix: Change integer arithmetic to fixnums in check_valid_xbm_inline; adjust test to changed error -- Jerry James | |
40 -- Fix: Initialization of bignums from long longs -- Jerry James | |
41 -- Fix: Replace AC_FUNC_FSEEKO with HAVE_FSEEKO in config.h.in -- Jerry James | |
42 -- Improve: Add mp-specific allocation functions -- Jerry James | |
43 -- Improve: Prepare for large file support -- Jerry James | |
44 -- Improve: Reimplement #'process-synchronize-point as a label in #'call-process-internal -- Aidan Kehoe | |
45 -- Improve: Support for statically linked modules -- Jerry James | |
46 -- Improve: Use make_fixnum instead of make_integer where size is known to fit in many places -- Jerry James | |
47 | |
48 Testing and Debugging | |
49 | |
50 -- New: Add tests for #'file-attributes -- Mats Lidell | |
51 | |
2 | 52 |
3 to XEmacs 21.5.33 "horseradish" | 53 to XEmacs 21.5.33 "horseradish" |
4 | 54 |
5 Major Features, Bugfixes, and Backward Incompatible Changes | 55 Major Features, Bugfixes, and Backward Incompatible Changes |
6 | 56 |