comparison lisp/ChangeLog @ 4365:c9ab656691c0

Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 27 Dec 2007 13:22:26 +0100
parents 6a17ac5da3c4 f5693b5f7f2d
children 69e6352406f0
comparison
equal deleted inserted replaced
4364:d74913294e87 4365:c9ab656691c0
3 * glyphs.el (init-glyphs): 3 * glyphs.el (init-glyphs):
4 Revert part of Didier's 2007-10-15 commit, which broke 4 Revert part of Didier's 2007-10-15 commit, which broke
5 #'make-image-specifier with string arguments, and more noticeably 5 #'make-image-specifier with string arguments, and more noticeably
6 truncation-glyph, continuation-glyph, octal-escape-glyph, 6 truncation-glyph, continuation-glyph, octal-escape-glyph,
7 control-arrow-glyph. 7 control-arrow-glyph.
8
9 2007-12-23 Mike Sperber <mike@xemacs.org>
10
11 * font.el (xft-font-create-object): Use
12 `fc-pattern-get-or-compute-size' instead of
13 `fc-pattern-get-size'.
14
15 * fontconfig.el (fc-pattern-get-or-compute-size): Add.
8 16
9 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> 17 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org>
10 18
11 Factor out lists of operators specially treated by `make-autoload'. 19 Factor out lists of operators specially treated by `make-autoload'.
12 20