comparison src/ChangeLog @ 50489:d100df2e7bdf

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 08 Apr 2003 11:28:57 +0000
parents daa79910d356
children 52dcc63018da
comparison
equal deleted inserted replaced
50488:a23ddd4b5a0b 50489:d100df2e7bdf
4 Vlast_coding_system_used to the argument. 4 Vlast_coding_system_used to the argument.
5 (code_convert_region): If post-read-conversion function changed 5 (code_convert_region): If post-read-conversion function changed
6 the value of last-coding-sytem, keep the new value in 6 the value of last-coding-sytem, keep the new value in
7 coding->symbol so that it won't be overridden. 7 coding->symbol so that it won't be overridden.
8 (run_pre_post_conversion_on_str): Likewise. 8 (run_pre_post_conversion_on_str): Likewise.
9 (coding_system_accept_latin_extra_p): New function.
10 (find_safe_codings): Pay attention to characters registered in
11 latin-extra-code-table.
9 12
10 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org> 13 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
11 14
12 * Makefile.in (md5.o): Add missing dependency info. 15 * Makefile.in (md5.o): Add missing dependency info.
13 16