Mercurial > emacs
comparison src/ChangeLog @ 55494:510785c43ed0
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 May 2004 12:58:20 +0000 |
parents | 22eeb2c849a0 |
children | 0658d9d79cd7 |
comparison
equal
deleted
inserted
replaced
55493:a318c79b8463 | 55494:510785c43ed0 |
---|---|
9 | 9 |
10 * xdisp.c (calc_line_height_property): Use string position when | 10 * xdisp.c (calc_line_height_property): Use string position when |
11 object is a string. | 11 object is a string. |
12 | 12 |
13 2004-05-10 Kenichi Handa <handa@m17n.org> | 13 2004-05-10 Kenichi Handa <handa@m17n.org> |
14 | |
15 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and | |
16 inhibit-modification-hooks to t temporarily before calling | |
17 Ferase_buffer. | |
18 | |
19 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and | |
20 inhibit-modification-hooks to t temporarily before calling | |
21 Ferase_buffer. | |
22 | |
23 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and | |
24 inhibit-modification-hooks to t temporarily before calling | |
25 Ferase_buffer. | |
14 | 26 |
15 * fns.c (count_combining): Delete it. | 27 * fns.c (count_combining): Delete it. |
16 (concat): Don't check combining bytes. | 28 (concat): Don't check combining bytes. |
17 | 29 |
18 2004-05-09 Jason Rumney <jasonr@gnu.org> | 30 2004-05-09 Jason Rumney <jasonr@gnu.org> |