Mercurial > emacs
changeset 34530:8739ed222334
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 13 Dec 2000 23:24:13 +0000 |
parents | 8e38e93616a7 |
children | 37f85e931855 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 13 22:56:38 2000 +0000 +++ b/src/ChangeLog Wed Dec 13 23:24:13 2000 +0000 @@ -1,3 +1,13 @@ +2000-12-14 Kenichi Handa <handa@etl.go.jp> + + * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. + (detect_coding_emacs_mule, detect_coding_iso2022,) + (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) + (detect_coding_utf_16, detect_coding_ccl): Make them static. New + argument MULTIBYTEP. Callers changed. + (detect_coding_mask, detect_coding_system): New argument + MULTIBYTEP. Callers changed. + 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.