Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2527:491f8cf78a9c
[xemacs-hg @ 2005-01-28 02:58:38 by ben]
Abstract font-list/color-list
font-menu.el, font.el, frame.el, gtk-font-menu.el, minibuf.el, msw-faces.el, msw-font-menu.el, obsolete.el, x-faces.el, x-font-menu.el: list-fonts->font-list. Create color-list. Abstract out
x/msw-specific versions and obsolete the x/msw-specific Lisp
functions.
console-impl.h, objects-gtk.c, objects-msw.c, objects-tty.c, objects-x.c, objects.c: list-fonts->font-list. Create color-list. Abstract out
x/msw-specific versions and obsolete the x/msw-specific Lisp
functions.
author | ben |
---|---|
date | Fri, 28 Jan 2005 02:58:52 +0000 |
parents | 52f00344a629 |
children | b7b90f750a78 |
comparison
equal
deleted
inserted
replaced
2526:902d5bd9b75c | 2527:491f8cf78a9c |
---|---|
1 2005-01-27 Ben Wing <ben@xemacs.org> | |
2 | |
3 * font-menu.el: | |
4 * font.el: | |
5 * font.el (internal-facep): | |
6 * font.el (x-font-build-cache): | |
7 * font.el (font-lookup-rgb-components): | |
8 * frame.el (set-frame-font): | |
9 * gtk-font-menu.el (gtk-reset-device-font-menus): | |
10 * minibuf.el (read-color-completion-table): | |
11 * minibuf.el (x-library-search-path): Removed. | |
12 * minibuf.el (x-read-color-completion-table)): Removed. | |
13 * msw-faces.el (mswindows-available-font-sizes): | |
14 * msw-font-menu.el (mswindows-reset-device-font-menus): | |
15 * obsolete.el: | |
16 * x-faces.el: | |
17 * x-faces.el (x-available-font-sizes): | |
18 * x-faces.el (x-library-search-path): New. | |
19 * x-faces.el (x-color-list-internal-cache)): New. | |
20 * x-faces.el (x-color-list-internal): New. | |
21 * x-font-menu.el (x-reset-device-font-menus): | |
22 list-fonts->font-list. Create color-list. Abstract out | |
23 x/msw-specific versions and obsolete the x/msw-specific Lisp | |
24 functions. | |
25 | |
1 2005-01-27 Ben Wing <ben@xemacs.org> | 26 2005-01-27 Ben Wing <ben@xemacs.org> |
2 | 27 |
3 * subr.el: | 28 * subr.el: |
4 * subr.el (macro-declaration-function): New. | 29 * subr.el (macro-declaration-function): New. |
5 Some synching with FSF 21.2. | 30 Some synching with FSF 21.2. |