comparison src/ChangeLog.unicode @ 90222:709f27353024

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 29 Jul 2005 11:44:50 +0000
parents 7597b4a23c3b
children eab32348047a
comparison
equal deleted inserted replaced
90221:1448ae7fe324 90222:709f27353024
1 2005-07-29 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (QCascii_compatible_p): New variable.
4 (syms_of_coding): Initialize it.
5 (ONE_MORE_BYTE): Decrement `src' before calling string_char.
6 (ONE_MORE_BYTE_NO_CHECK): Likewise.
7 (record_conversion_result): Add `default:' case.
8 (coding_charset_list): Delete unused variable `coding_type'.
9 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
10 property in the plist of the coding system.
11 (Fcoding_system_put): Check QCascii_compatible_p.
12
1 2005-06-09 Kenichi Handa <handa@m17n.org> 13 2005-06-09 Kenichi Handa <handa@m17n.org>
2 14
3 * xdisp.c (get_next_display_element): Sync with the change in 15 * xdisp.c (get_next_display_element): Sync with the change in
4 HEAD (2005-06-08). 16 HEAD (2005-06-08).
5 17