Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2607:f8db302d6298
[xemacs-hg @ 2005-02-22 23:38:49 by ben]
Update glyph documentation
glyphs.el: Update documentation of `make-glyph' and `make-image-specifier'
to more clearly document image instantiators and describe how
errors are handled in make-glyph. Also fix symbol references in
doc strings to use `symbol' format, not 'symbol.
author | ben |
---|---|
date | Tue, 22 Feb 2005 23:38:50 +0000 |
parents | 3d8cce0303fa |
children | 16738b49b833 |
comparison
equal
deleted
inserted
replaced
2606:76568bec0cdb | 2607:f8db302d6298 |
---|---|
1 2005-02-21 Ben Wing <ben@xemacs.org> | |
2 | |
3 * glyphs.el: | |
4 * glyphs.el (make-image-specifier): | |
5 * glyphs.el (glyph-property): | |
6 * glyphs.el (convert-glyph-property-into-specifier): | |
7 * glyphs.el (set-glyph-property): | |
8 * glyphs.el (glyph-image): | |
9 * glyphs.el (set-glyph-image): | |
10 * glyphs.el (glyph-contrib-p): | |
11 * glyphs.el (glyph-contrib-p-instance): | |
12 * glyphs.el (set-glyph-contrib-p): | |
13 * glyphs.el (glyph-baseline): | |
14 * glyphs.el (set-glyph-baseline): | |
15 * glyphs.el (make-glyph): | |
16 Update documentation of `make-glyph' and `make-image-specifier' | |
17 to more clearly document image instantiators and describe how | |
18 errors are handled in make-glyph. Also fix symbol references in | |
19 doc strings to use `symbol' format, not 'symbol. | |
20 | |
1 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> | 21 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 22 |
3 * about.el (about-xemacs): | 23 * about.el (about-xemacs): |
4 Compute release date from xemacs-release-date. | 24 Compute release date from xemacs-release-date. |
5 | 25 |