User: james
Date: 06/05/11 16:57:06
Modified: xemacs/lisp ChangeLog x-font-menu.el
Log:
Always pass a device as the 4th argument to x-font-menu-font-data-xft. See
xemacs-patches message with ID <m3u07xsyly.fsf(a)jerrypc.cs.usu.edu>.
Revision Changes Path
1.743 +5 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.742
retrieving revision 1.743
diff -u -p -r1.742 -r1.743
--- ChangeLog 2006/04/29 18:55:27 1.742
+++ ChangeLog 2006/05/11 14:57:04 1.743
@@ -1,3 +1,8 @@
+2006-05-10 Jerry James <james(a)xemacs.org>
+
+ * x-font-menu.el (x-font-menu-font-data): Always pass a device as
+ the 4th argument to x-font-menu-font-data-xft.
+
2006-04-29 Aidan Kehoe <kehoea(a)parhasard.net>
* mule/ethio-util.el (ethio-fidel-to-java-buffer):
1.17 +1 -1 XEmacs/xemacs/lisp/x-font-menu.el
Index: x-font-menu.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/x-font-menu.el,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- x-font-menu.el 2006/04/25 14:01:54 1.16
+++ x-font-menu.el 2006/05/11 14:57:05 1.17
@@ -270,7 +270,7 @@ or if you change your font path, you can
;; #### this call to x-font-menu-font-data-core originally
;; had 4 args, and that's probably the right way to go
(x-font-menu-font-data-core face dcache)
- (x-font-menu-font-data-xft face dcache name domain))
+ (x-font-menu-font-data-xft face dcache name (selected-device)))
;; #### this one, too
(x-font-menu-font-data-core face dcache))))
Show replies by date