diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jan 28 02:36:28 2005 +0000
+++ b/lisp/ChangeLog	Fri Jan 28 02:58:52 2005 +0000
@@ -1,3 +1,28 @@
+2005-01-27  Ben Wing  <ben@xemacs.org>
+
+	* font-menu.el:
+	* font.el:
+	* font.el (internal-facep):
+	* font.el (x-font-build-cache):
+	* font.el (font-lookup-rgb-components):
+	* frame.el (set-frame-font):
+	* gtk-font-menu.el (gtk-reset-device-font-menus):
+	* minibuf.el (read-color-completion-table):
+	* minibuf.el (x-library-search-path): Removed.
+	* minibuf.el (x-read-color-completion-table)): Removed.
+	* msw-faces.el (mswindows-available-font-sizes):
+	* msw-font-menu.el (mswindows-reset-device-font-menus):
+	* obsolete.el:
+	* x-faces.el:
+	* x-faces.el (x-available-font-sizes):
+	* x-faces.el (x-library-search-path): New.
+	* x-faces.el (x-color-list-internal-cache)): New.
+	* x-faces.el (x-color-list-internal): New.
+	* x-font-menu.el (x-reset-device-font-menus):
+	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>
 
 	* subr.el: