Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4373:713ca3d356b4
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 31 Dec 2007 21:35:20 +0100 |
parents | ebb35ddea76a 9fdac4a4ae62 |
children | 53e507d77416 |
comparison
equal
deleted
inserted
replaced
4372:ebb35ddea76a | 4373:713ca3d356b4 |
---|---|
7 If a language environment doesn't have an associated POSIX locale | 7 If a language environment doesn't have an associated POSIX locale |
8 specified--which indicates we don't want it used except by those | 8 specified--which indicates we don't want it used except by those |
9 who know what they're doing--don't show its tutorial in the menu. | 9 who know what they're doing--don't show its tutorial in the menu. |
10 * behavior.el (behavior-menu-filter): | 10 * behavior.el (behavior-menu-filter): |
11 Byte compile the lambdas in the generated menu. | 11 Byte compile the lambdas in the generated menu. |
12 | |
13 2007-12-30 Aidan Kehoe <kehoea@parhasard.net> | |
14 | |
15 * iso8859-1.el: (provide 'iso8859-1) again, because one file uses | |
16 it in the packages. | |
17 | |
18 2007-12-30 Aidan Kehoe <kehoea@parhasard.net> | |
19 | |
20 * subr.el (with-case-table): New. | |
21 Idea and implementation taken from GNU's code of April 2007, | |
22 before GPL V3 was implied. Thank you GNU. | |
23 * iso8859-1.el (ascii-case-table): New. | |
24 Idea taken from GNU. | |
25 * iso8859-1.el : | |
26 Change Jamie's implicit compile-time call to a macro literal into | |
27 something comprehensible to and maintainable by mortals, using to | |
28 cl.el's #'loop. | |
29 * iso8859-1.el (ctl-arrow): | |
30 Initialise it to something more comprehensible. | |
31 | |
32 2007-12-30 Aidan Kehoe <kehoea@parhasard.net> | |
33 | |
34 * loadhist.el (symbol-file): | |
35 Accept a new TYPE argument, compatible with GNU, saying | |
36 whether function or variable definitions should be searched for. | |
37 Implement the functionality for autoloads, handling TYPE | |
38 correctly. | |
39 Pass the TYPE argument to built-in-symbol-file correctly. | |
40 Document that TYPE is not implemented for non-autoloaded Lisp | |
41 definitions. Our load-history doesn't have the relevant metadata. | |
42 | |
43 2007-12-25 Aidan Kehoe <kehoea@parhasard.net> | |
44 | |
45 * glyphs.el (init-glyphs): | |
46 Revert part of Didier's 2007-10-15 commit, which broke | |
47 #'make-image-specifier with string arguments, and more noticeably | |
48 truncation-glyph, continuation-glyph, octal-escape-glyph, | |
49 control-arrow-glyph. | |
50 | |
51 2007-12-23 Mike Sperber <mike@xemacs.org> | |
52 | |
53 * font.el (xft-font-create-object): Use | |
54 `fc-pattern-get-or-compute-size' instead of | |
55 `fc-pattern-get-size'. | |
56 | |
57 * fontconfig.el (fc-pattern-get-or-compute-size): Add. | |
12 | 58 |
13 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> | 59 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> |
14 | 60 |
15 Factor out lists of operators specially treated by `make-autoload'. | 61 Factor out lists of operators specially treated by `make-autoload'. |
16 | 62 |