aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.