aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-02-28 02:57:50 +0000
committerKenichi Handa2008-02-28 02:57:50 +0000
commitec1c43540c86886be6a4c9280e89942d0db417a9 (patch)
tree1e11b059db0f819d3ff67603770bc721a106f4ab /src/ChangeLog
parent758710cb94511217f61909dbb48708a29503f44b (diff)
downloademacs-ec1c43540c86886be6a4c9280e89942d0db417a9.tar.gz
emacs-ec1c43540c86886be6a4c9280e89942d0db417a9.zip
(display_mode_element): Cancel the previous change.
(decode_mode_spec): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5311610b95a..20f1b129faf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * xdisp.c (display_mode_element): Cancel the previous change.
4 (decode_mode_spec): Likewise.
5
12008-02-27 Kim F. Storm <storm@cua.dk> 62008-02-27 Kim F. Storm <storm@cua.dk>
2 7
3 * lisp.h (GLYPH): Change type from int to struct with separate char 8 * lisp.h (GLYPH): Change type from int to struct with separate char
@@ -100,6 +105,11 @@
100 105
1012008-02-25 Kenichi Handa <handa@ni.aist.go.jp> 1062008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
102 107
108 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
109 1-pixel width.
110
1112008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
112
103 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p. 113 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
104 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1 114 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
105 if the glyph in the font is zero pixel with. 115 if the glyph in the font is zero pixel with.