Mercurial > emacs
comparison src/ChangeLog.unicode @ 91026:9bc2c20f3866
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 13 Sep 2007 11:03:28 +0000 |
parents | faf8aab4bdda |
children | 532c5466a06d |
comparison
equal
deleted
inserted
replaced
91025:3cb16c370b58 | 91026:9bc2c20f3866 |
---|---|
1 2007-09-13 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * xftfont.c (xftfont_draw): Adjusted for the change of struct | |
4 glyph_string. | |
5 | |
6 * xterm.c (x_set_glyph_string_clipping): Use | |
7 get_glyph_string_clip_rects. | |
8 (x_set_glyph_string_clipping_exactly): Adjusted for the change of | |
9 struct glyph_string. | |
10 (x_draw_glyph_string): Likewise. | |
11 | |
12 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to | |
13 the resulting clip(s}. | |
14 (expose_overlaps): Add arg r. Callers changed. Set it ot | |
15 row->clip temporarily. | |
16 (expose_window): Redraw rows overlapping the exposed area. | |
17 | |
18 * dispextern.h (struct glyph_row): New member clip. | |
19 (struct glyph_string): Delete members clip_x, clip_y, clip_width, | |
20 clip_height, new member clip, and num_clips. | |
21 | |
1 2007-09-07 Kenichi Handa <handa@m17n.org> | 22 2007-09-07 Kenichi Handa <handa@m17n.org> |
2 | 23 |
3 * data.c (Fchar_or_string_p): Fix docstring. | 24 * data.c (Fchar_or_string_p): Fix docstring. |
4 | 25 |
5 2007-08-22 Kenichi Handa <handa@m17n.org> | 26 2007-08-22 Kenichi Handa <handa@m17n.org> |