Mercurial > emacs
comparison src/ChangeLog @ 35996:3d6ad164318c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 09 Feb 2001 05:29:17 +0000 |
parents | 5d5b201e0978 |
children | 6b1e74f1fcce |
comparison
equal
deleted
inserted
replaced
35995:b511edc4a348 | 35996:3d6ad164318c |
---|---|
1 2001-02-09 Kenichi Handa <handa@etl.go.jp> | 1 2001-02-09 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * charset.c (Fstring): If all arguments are less than 256, return | |
4 a unibyte string. | |
5 | |
6 * editfns.c (Fchar_to_string): If CHARACTER is less than 256, | |
7 return a unibyte string. | |
2 | 8 |
3 * coding.c (code_convert_region): After detecting a coding, if | 9 * coding.c (code_convert_region): After detecting a coding, if |
4 nothing found, set coding->composing to COMPOSITION_NO. | 10 nothing found, set coding->composing to COMPOSITION_NO. |
5 (decode_coding_string): Likewise. | 11 (decode_coding_string): Likewise. |
6 | 12 |