diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 28 02:36:28 2005 +0000
+++ b/src/ChangeLog	Fri Jan 28 02:58:52 2005 +0000
@@ -1,3 +1,33 @@
+2005-01-27  Ben Wing  <ben@xemacs.org>
+
+	* console-impl.h (struct console_methods):
+	* objects-gtk.c:
+	* objects-gtk.c (gtk_color_list):
+	* objects-gtk.c (gtk_font_list):
+	* objects-gtk.c (console_type_create_objects_gtk):
+	* objects-gtk.c (__gtk_font_list_internal):
+	* objects-msw.c:
+	* objects-msw.c (mswindows_font_list):
+	* objects-msw.c (mswindows_find_charset_font):
+	* objects-msw.c (mswindows_color_list):
+	* objects-msw.c (syms_of_objects_mswindows):
+	* objects-msw.c (console_type_create_objects_mswindows):
+	* objects-tty.c (tty_color_list):
+	* objects-tty.c (tty_font_list):
+	* objects-tty.c (syms_of_objects_tty):
+	* objects-tty.c (console_type_create_objects_tty):
+	* objects-x.c:
+	* objects-x.c (x_color_list):
+	* objects-x.c (x_font_list):
+	* objects-x.c (console_type_create_objects_x):
+	* objects.c:
+	* objects.c (Fcolor_list):
+	* objects.c (Ffont_list):
+	* objects.c (syms_of_objects):
+	list-fonts->font-list.  Create color-list.  Abstract out
+	x/msw-specific versions and obsolete the x/msw-specific Lisp
+	functions.
+
 2005-01-27  Ben Wing  <ben@xemacs.org>
 
 	* nt.c: