Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4363:6a17ac5da3c4
Accept strings as glyph instantiators, fix control-arrow-glyph, etc.
2007-12-25 Aidan Kehoe <kehoea@parhasard.net>
* glyphs.el (init-glyphs):
Revert part of Didier's 2007-10-15 commit, which broke
#'make-image-specifier with string arguments, and more noticeably
truncation-glyph, continuation-glyph, octal-escape-glyph,
control-arrow-glyph.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 25 Dec 2007 14:19:45 +0100 |
parents | d2f4dd8611d9 |
children | c9ab656691c0 |
comparison
equal
deleted
inserted
replaced
4356:cc293ef846d2 | 4363:6a17ac5da3c4 |
---|---|
1 2007-12-25 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * glyphs.el (init-glyphs): | |
4 Revert part of Didier's 2007-10-15 commit, which broke | |
5 #'make-image-specifier with string arguments, and more noticeably | |
6 truncation-glyph, continuation-glyph, octal-escape-glyph, | |
7 control-arrow-glyph. | |
8 | |
1 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> | 9 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 Factor out lists of operators specially treated by `make-autoload'. | 11 Factor out lists of operators specially treated by `make-autoload'. |
4 | 12 |
5 * autoload.el (autoload-make-autoload-operators): New. | 13 * autoload.el (autoload-make-autoload-operators): New. |