changeset 34630:3d5061d0047f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sat, 16 Dec 2000 01:44:23 +0000
parents 10675adcbf6f
children aeb6db8df2b9
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Dec 16 01:15:05 2000 +0000
+++ b/etc/NEWS	Sat Dec 16 01:44:23 2000 +0000
@@ -3175,8 +3175,17 @@
 
 Setting `face-font-family-alternatives' allows the user to specify
 alternative font families to try if a family specified by a face
-doesn't exist.  Likewise, `face-font-registry-alternatives' allows to
-specify alternative font registry names to try.
+doesn't exist.  
+
+Setting `face-font-registry-alternatives' allows the user to specify
+all alternative font registry names to try for a face speciying a
+registry.
+
+Please note that the iterpretations of the above two variables are
+slightly different.
+
+Setting face-ignored-fonts allows the user to ignore specific fonts.
+
 
 +++
 **** Scalable fonts
--- a/lisp/ChangeLog	Sat Dec 16 01:15:05 2000 +0000
+++ b/lisp/ChangeLog	Sat Dec 16 01:44:23 2000 +0000
@@ -1,5 +1,8 @@
 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
 
+	* international/mule-diag.el (mule-diag): Insert information about
+	configure options, multibyte awareness, language env.
+
 	* international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
 	regexp to search for candidates.
 
--- a/src/ChangeLog	Sat Dec 16 01:15:05 2000 +0000
+++ b/src/ChangeLog	Sat Dec 16 01:44:23 2000 +0000
@@ -1,3 +1,9 @@
+2000-12-16  Kenichi Handa  <handa@etl.go.jp>
+
+	* xfaces.c (Vface_ignored_fonts): New variable.
+	(x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
+	(syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
+
 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
 
 	* dispnew.c (update_window): Detect pending input every nth line