Mercurial > hg > xemacs-beta
comparison src/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 | 902d5bd9b75c |
children | 7de8d9ab7bbd |
comparison
equal
deleted
inserted
replaced
2526:902d5bd9b75c | 2527:491f8cf78a9c |
---|---|
1 2005-01-27 Ben Wing <ben@xemacs.org> | |
2 | |
3 * console-impl.h (struct console_methods): | |
4 * objects-gtk.c: | |
5 * objects-gtk.c (gtk_color_list): | |
6 * objects-gtk.c (gtk_font_list): | |
7 * objects-gtk.c (console_type_create_objects_gtk): | |
8 * objects-gtk.c (__gtk_font_list_internal): | |
9 * objects-msw.c: | |
10 * objects-msw.c (mswindows_font_list): | |
11 * objects-msw.c (mswindows_find_charset_font): | |
12 * objects-msw.c (mswindows_color_list): | |
13 * objects-msw.c (syms_of_objects_mswindows): | |
14 * objects-msw.c (console_type_create_objects_mswindows): | |
15 * objects-tty.c (tty_color_list): | |
16 * objects-tty.c (tty_font_list): | |
17 * objects-tty.c (syms_of_objects_tty): | |
18 * objects-tty.c (console_type_create_objects_tty): | |
19 * objects-x.c: | |
20 * objects-x.c (x_color_list): | |
21 * objects-x.c (x_font_list): | |
22 * objects-x.c (console_type_create_objects_x): | |
23 * objects.c: | |
24 * objects.c (Fcolor_list): | |
25 * objects.c (Ffont_list): | |
26 * objects.c (syms_of_objects): | |
27 list-fonts->font-list. Create color-list. Abstract out | |
28 x/msw-specific versions and obsolete the x/msw-specific Lisp | |
29 functions. | |
30 | |
1 2005-01-27 Ben Wing <ben@xemacs.org> | 31 2005-01-27 Ben Wing <ben@xemacs.org> |
2 | 32 |
3 * nt.c: | 33 * nt.c: |
4 * fileio.c: | 34 * fileio.c: |
5 Fix sync comments. | 35 Fix sync comments. |