aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-09-26 08:04:18 +0000
committerKenichi Handa2002-09-26 08:04:18 +0000
commit54580ab2035a3d6960d181be08ffebba2eb65581 (patch)
tree6c13cb23facd83357be26efe4e37cd371635ba05 /src/ChangeLog
parentfc88015c7eda762e7e0e8a4fa4517f9aff877e1b (diff)
downloademacs-54580ab2035a3d6960d181be08ffebba2eb65581.tar.gz
emacs-54580ab2035a3d6960d181be08ffebba2eb65581.zip
(try_font_list): New arg PREFER_FACE_FAMILY. If it is
nonzero, try face's family at first. Otherwise try FAMILY at first. (choose_face_font): If C is a single byte char or latin-1, call try_font_list with PREFER_FACE_FAMILY 1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eda5d664c12..2396c9562ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12002-09-26 Kenichi Handa <handa@etl.go.jp>
2
3 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
4 nonzero, try face's family at first. Otherwise try FAMILY at
5 first.
6 (choose_face_font): If C is a single byte char or latin-1, call
7 try_font_list with PREFER_FACE_FAMILY 1.
8
12002-09-21 Richard M. Stallman <rms@gnu.org> 92002-09-21 Richard M. Stallman <rms@gnu.org>
2 10
3 * window.c (select_window_1): Don't select frame. 11 * window.c (select_window_1): Don't select frame.