aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01a7cae2783..fad84ff38f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,6 +12,18 @@
12 12
132004-05-10 Kenichi Handa <handa@m17n.org> 132004-05-10 Kenichi Handa <handa@m17n.org>
14 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.
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