aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-02-01 00:38:48 +0000
committerKenichi Handa2008-02-01 00:38:48 +0000
commit0acdaf8df50ab7c7ce9836e1246a4214a00e7c8f (patch)
tree12029d6b2177e5c1899f98b4f90ed4cb0bddf764 /src/ChangeLog
parentece646ab10fa72c96ccb354bf963e2ee4445dd02 (diff)
downloademacs-0acdaf8df50ab7c7ce9836e1246a4214a00e7c8f.tar.gz
emacs-0acdaf8df50ab7c7ce9836e1246a4214a00e7c8f.zip
(CCL_WRITE_CHAR): Fix overflow checking.
(CCL_WRITE_MULTIBYTE_CHAR): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bef208cc3f9..54678a2dccf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * ccl.c (CCL_WRITE_CHAR): Fix overflow checking.
4 (CCL_WRITE_MULTIBYTE_CHAR): Likewise.
5
12008-01-31 Kenichi Handa <handa@ni.aist.go.jp> 62008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
2 7
3 * keyboard.c (make_ctrl_char): If C is a multibyte character, just 8 * keyboard.c (make_ctrl_char): If C is a multibyte character, just