aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 71026e1d77e..263168d128b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
4 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
5 if the glyph in the font is zero pixel with.
6
7 * dispextern.h (struct glyph_string): New member padding_p.
8
9 * w32font.c (w32font_draw): Pay attention to s->padding_p.
10
11 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12
13 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14
15 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16
17 * font.c: If the font driver doesn't have `shape' function, return
18 Qnil.
19
12008-02-25 Jason Rumney <jasonr@gnu.org> 202008-02-25 Jason Rumney <jasonr@gnu.org>
2 21
3 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode. 22 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.