Mercurial > emacs
comparison src/ChangeLog @ 72396:81a9e1707ab9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 15 Aug 2006 02:42:21 +0000 |
parents | b2e68179adaa |
children | 949ddf473439 |
comparison
equal
deleted
inserted
replaced
72395:94e4795b333d | 72396:81a9e1707ab9 |
---|---|
1 2006-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 | |
1 2006-08-14 Chong Yidong <cyd@stupidchicken.com> | 10 2006-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 |
4 is supplied. | 13 is supplied. |
5 | 14 |