comparison lisp/ChangeLog @ 4370:b94710365f92

Automated merge with file:/Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 30 Dec 2007 16:19:21 +0100
parents ef9eb714f0e4 69e6352406f0
children 9fdac4a4ae62
comparison
equal deleted inserted replaced
4369:ef9eb714f0e4 4370:b94710365f92
9 Change Jamie's implicit compile-time call to a macro literal into 9 Change Jamie's implicit compile-time call to a macro literal into
10 something comprehensible to and maintainable by mortals, using to 10 something comprehensible to and maintainable by mortals, using to
11 cl.el's #'loop. 11 cl.el's #'loop.
12 * iso8859-1.el (ctl-arrow): 12 * iso8859-1.el (ctl-arrow):
13 Initialise it to something more comprehensible. 13 Initialise it to something more comprehensible.
14
15 2007-12-30 Aidan Kehoe <kehoea@parhasard.net>
16
17 * loadhist.el (symbol-file):
18 Accept a new TYPE argument, compatible with GNU, saying
19 whether function or variable definitions should be searched for.
20 Implement the functionality for autoloads, handling TYPE
21 correctly.
22 Pass the TYPE argument to built-in-symbol-file correctly.
23 Document that TYPE is not implemented for non-autoloaded Lisp
24 definitions. Our load-history doesn't have the relevant metadata.
25
26 2007-12-25 Aidan Kehoe <kehoea@parhasard.net>
27
28 * glyphs.el (init-glyphs):
29 Revert part of Didier's 2007-10-15 commit, which broke
30 #'make-image-specifier with string arguments, and more noticeably
31 truncation-glyph, continuation-glyph, octal-escape-glyph,
32 control-arrow-glyph.
33
34 2007-12-23 Mike Sperber <mike@xemacs.org>
35
36 * font.el (xft-font-create-object): Use
37 `fc-pattern-get-or-compute-size' instead of
38 `fc-pattern-get-size'.
39
40 * fontconfig.el (fc-pattern-get-or-compute-size): Add.
14 41
15 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> 42 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org>
16 43
17 Factor out lists of operators specially treated by `make-autoload'. 44 Factor out lists of operators specially treated by `make-autoload'.
18 45