diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76f904a35e9..c7a4ffcdee9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-03-08 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_sjis): Do more rigid check. | ||
| 4 | (detect_coding_big5): Likewise. | ||
| 5 | (decode_coding_sjis_big5): Likewise. | ||
| 6 | (Fdetect_coding_region): Call detect_coding_system with tailing | ||
| 7 | anchor byte `\0' for more rigid detection. | ||
| 8 | (Fdetect_coding_string): Likewise. | ||
| 9 | |||
| 1 | 2001-03-07 Stefan Monnier <monnier@cs.yale.edu> | 10 | 2001-03-07 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 11 | ||
| 3 | * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is | 12 | * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is |