Mercurial > emacs
comparison src/ChangeLog @ 89226:7495988a54bc
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 16 Oct 2002 05:04:10 +0000 |
parents | d77928dacd87 |
children | b048cce71f64 |
comparison
equal
deleted
inserted
replaced
89225:32058afc72e2 | 89226:7495988a54bc |
---|---|
1 2002-10-16 Kenichi Handa <handa@m17n.org> | 1 2002-10-16 Kenichi Handa <handa@m17n.org> |
2 | 2 |
3 * coding.c (detect_coding): Fix previous change. | 3 * coding.c (detect_coding): Fix previous change. |
4 (detect_coding_charset): If only ASCII bytes are found, return 0. | |
5 (detect_coding_system): Fix previous change. | |
6 (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT | |
7 (attrs) correctly. | |
4 | 8 |
5 2002-10-15 Dave Love <fx@gnu.org> | 9 2002-10-15 Dave Love <fx@gnu.org> |
6 | 10 |
7 * coding.c (Fcheck_coding_system): Doc fix. | 11 * coding.c (Fcheck_coding_system): Doc fix. |
8 | 12 |