comparison src/ChangeLog @ 34592:726f3f38d889

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 15 Dec 2000 08:30:10 +0000
parents eccc63bf2540
children d5285e74768f
comparison
equal deleted inserted replaced
34591:9d5d795f9315 34592:726f3f38d889
1 2000-12-15 Kenichi Handa <handa@etl.go.jp> 1 2000-12-15 Kenichi Handa <handa@etl.go.jp>
2 2
3 * coding.c (setup_coding_system): Clear all members of the struct 3 * coding.c (setup_coding_system): Clear all members of the struct
4 coding_system at first. 4 coding_system at first.
5 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
6 argument.
7 (code_convert_region): Don't override coding->src_multibyte and
8 coding->dst_multibyte.
5 9
6 * fns.c (Fmd5): Docstring improved. 10 * fns.c (Fmd5): Docstring improved.
7 11
8 2000-12-15 Miles Bader <miles@gnu.org> 12 2000-12-15 Miles Bader <miles@gnu.org>
9 13