APPROVE COMMIT sjt-xft
Index: src/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.758.2.13
diff -u -U0 -r1.758.2.13 ChangeLog
--- src/ChangeLog 24 Feb 2005 05:24:38 -0000 1.758.2.13
+++ src/ChangeLog 24 Feb 2005 09:30:40 -0000
@@ -0,0 +1,5 @@
+2005-02-24 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * faces.c (complex_vars_of_faces): Default to monospace-12 for
+ Xft. (Suggestion by Aidan Kehoe.)
+
Index: src/faces.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/faces.c,v
retrieving revision 1.43.2.2
diff -u -r1.43.2.2 faces.c
--- src/faces.c 1 Feb 2005 15:46:53 -0000 1.43.2.2
+++ src/faces.c 24 Feb 2005 09:30:47 -0000
@@ -2016,10 +2016,10 @@
#ifdef USE_XFT
/************** Xft fonts *************/
- /* Blow me! there really doesn't seem to a standard Xft font.
- Note that fontconfig can search for several font families in one
+ /* Note that fontconfig can search for several font families in one
call. We should use this facility. */
- "Courier-12", /* Western #### add encoding info? */
+ "monospace-12", /* Western #### add encoding info? */
+ /* do we need to worry about non-Latin characters for monospace? */
"Sazanami Mincho-12", /* Japanese #### add encoding info? */
/* Arphic for Chinese? */
/* Korean */
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.