aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-12-04 06:27:02 +0000
committerKenichi Handa2000-12-04 06:27:02 +0000
commite225faa7f4e320380a6eed525638ccd4d1620f6c (patch)
tree1b13deabfd52e6be1be42b6e9ca2e77f5654a8d8 /src
parent8e1b21a7db4a23759ec6423c035f5c5e4ccdcc42 (diff)
downloademacs-e225faa7f4e320380a6eed525638ccd4d1620f6c.tar.gz
emacs-e225faa7f4e320380a6eed525638ccd4d1620f6c.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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.