aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-12-04 06:27:02 +0000
committerKenichi Handa2000-12-04 06:27:02 +0000
commite225faa7f4e320380a6eed525638ccd4d1620f6c (patch)
tree1b13deabfd52e6be1be42b6e9ca2e77f5654a8d8
parent8e1b21a7db4a23759ec6423c035f5c5e4ccdcc42 (diff)
downloademacs-e225faa7f4e320380a6eed525638ccd4d1620f6c.tar.gz
emacs-e225faa7f4e320380a6eed525638ccd4d1620f6c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog8
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2828bb00ed0..df5e3fd96bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12000-12-04 Kenichi Handa <handa@etl.go.jp>
2
3 * faces.el (face-font-registry-alternatives): Add entries for CJK
4 fonts. Doc-string adjusted for the actual usage of this data.
5
6 * international/fontset.el: Change the font registries for CJK
7 fonts in the default fontset. Don't append '*' to registries.
8
12000-12-03 Stefan Monnier <monnier@cs.yale.edu> 92000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2 10
3 * emacs-lisp/easy-mmode.el (define-derived-mode) 11 * emacs-lisp/easy-mmode.el (define-derived-mode)
diff --git a/src/ChangeLog b/src/ChangeLog
index dde8ebc9cdc..08d4354eaa7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12000-12-04 Kenichi Handa <handa@etl.go.jp> 12000-12-04 Kenichi Handa <handa@etl.go.jp>
2 2
3 * xfaces.c (struct font_name): New member registry_priority.
4 (split_font_name): Initialize the above member to zero.
5 (concat_font_list): New function.
6 (font_list): Include fonts of all alternative registries.
7 (FONT_POINT_SIZE_QUANTUM): New macro.
8 (better_font_p): Ignore point size difference less than
9 FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
10
3 * xterm.c (x_produce_glyphs): If a font for a component of 11 * xterm.c (x_produce_glyphs): If a font for a component of
4 a composition is not found, use 1 pixel dot ascent and 0 dot 12 a composition is not found, use 1 pixel dot ascent and 0 dot
5 descent value to avoid displaying terribly tall empty boxes. 13 descent value to avoid displaying terribly tall empty boxes.