changeset 555:93749ba3e629

[xemacs-hg @ 2001-05-21 08:07:13 by yoshiki] Karl M. Hegbloom's patch "[cus-edit.el] Edit faces: Support GTK Window System also.", <87d7bdfwxw.fsf@microsharp.com> * cus-edit.el (custom-display): Support the GTK Window System also.
author yoshiki
date Mon, 21 May 2001 08:07:14 +0000
parents bc4355ec8a32
children 44d2f69c70ad
files lisp/ChangeLog lisp/cus-edit.el
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 21 08:04:35 2001 +0000
+++ b/lisp/ChangeLog	Mon May 21 08:07:14 2001 +0000
@@ -1,3 +1,7 @@
+2001-03-19  Karl M. Hegbloom  <karlheg@microsharp.com>
+
+	* cus-edit.el (custom-display): Support the GTK Window System also.
+
 2001-05-21  Martin Buchholz  <martin@xemacs.org>
 
 	* byte-optimize.el (=): `=' is not a binary predicate!
--- a/lisp/cus-edit.el	Mon May 21 08:04:35 2001 +0000
+++ b/lisp/cus-edit.el	Mon May 21 08:07:14 2001 +0000
@@ -2351,6 +2351,10 @@
 					   :sibling-args (:help-echo "\
 The X11 Window System")
 					   x)
+				    (const :format "GTK "
+					   :sibling-args (:help-echo "\
+The GTK Window System")
+					   gtk)
 				    (const :format "PM "
 					   :sibling-args (:help-echo "\
 OS/2 Presentation Manager")