User: stephent
Date: 05/02/24 10:32:31
Modified: xemacs/src Tag: sjt-xft ChangeLog faces.c
Log:
sane default to monospace-12 <87d5uqwbgt.fsf(a)tleepslib.sk.tsukuba.ac.jp>
Revision Changes Path
No revision
No revision
1.758.2.14 +5 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.758.2.13
retrieving revision 1.758.2.14
diff -u -r1.758.2.13 -r1.758.2.14
--- ChangeLog 2005/02/24 05:24:38 1.758.2.13
+++ ChangeLog 2005/02/24 09:32:25 1.758.2.14
@@ -1,3 +1,8 @@
+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.)
+
2005-02-24 Hrvoje Niksic <hniksic(a)xemacs.org>
* xgccache.h (XE_GCONTEXT): Move out of DEBUG_XEMACS block.
1.43.2.3 +3 -3 XEmacs/xemacs/src/faces.c
Index: faces.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/faces.c,v
retrieving revision 1.43.2.2
retrieving revision 1.43.2.3
diff -u -r1.43.2.2 -r1.43.2.3
--- faces.c 2005/02/01 15:46:53 1.43.2.2
+++ faces.c 2005/02/24 09:32:27 1.43.2.3
@@ -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 */
Show replies by date