aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-04-21 06:36:21 +0000
committerKenichi Handa2009-04-21 06:36:21 +0000
commitdf80c7f014d343a8256136361203b731a95198f9 (patch)
tree0c7c3b27bfca0c102f364578792a655c52bac0dc /src/ChangeLog
parent0b4ff5dfa0bc860ae9296cb691b93f13b019b273 (diff)
downloademacs-df80c7f014d343a8256136361203b731a95198f9.tar.gz
emacs-df80c7f014d343a8256136361203b731a95198f9.zip
(decode_coding_utf_16): Reduce charbuf_end for the
worst case. (decode_coding_emacs_mule, decode_coding_iso_2022) (decode_coding_sjis, decode_coding_big5, decode_coding_charset): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cdde8a597f2..378bce3a07b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12009-04-21 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4 worst case.
5 (decode_coding_emacs_mule, decode_coding_iso_2022)
6 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
7 Likewise.
8
12009-04-19 Jason Rumney <jasonr@gnu.org> 92009-04-19 Jason Rumney <jasonr@gnu.org>
2 10
3 The following changes fix Bug#3005 for wide glyphs on each platform, 11 The following changes fix Bug#3005 for wide glyphs on each platform,