aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2006-08-15 02:42:21 +0000
committerKenichi Handa2006-08-15 02:42:21 +0000
commit8db1f9fa0c11f5c2e1f4e5eb94911b573f61fd6f (patch)
tree30c726aa8998abb69a0128c34550b5e8c4f636e3 /src/ChangeLog
parenta7acd30f0cb170d96069065f0a60617cc0d75fa8 (diff)
downloademacs-8db1f9fa0c11f5c2e1f4e5eb94911b573f61fd6f.tar.gz
emacs-8db1f9fa0c11f5c2e1f4e5eb94911b573f61fd6f.zip
(ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
is exhausted, return with RET. (detect_coding_emacs_mule, detect_coding_iso2022) (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e97b91cf42e..5026f4f10f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12006-08-15 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
4 is exhausted, return with RET.
5 (detect_coding_emacs_mule, detect_coding_iso2022)
6 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
7 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
8 change.
9
12006-08-14 Chong Yidong <cyd@stupidchicken.com> 102006-08-14 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * keyboard.c (read_char): Don't reset idle timers if a time limit 12 * keyboard.c (read_char): Don't reset idle timers if a time limit