aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-02-25 01:52:35 +0000
committerKenichi Handa2008-02-25 01:52:35 +0000
commitae185452070444d89db7f1069c58cfa27a5e15b0 (patch)
tree27bfe2dbcb22547206d8dcdf3c23f364f0b62679 /src/ChangeLog
parentde63f07f8151e740edf0db7bff142cd863820071 (diff)
downloademacs-ae185452070444d89db7f1069c58cfa27a5e15b0.tar.gz
emacs-ae185452070444d89db7f1069c58cfa27a5e15b0.zip
(struct glyph_string): New member padding_p.
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.