# HG changeset patch # User Kenichi Handa # Date 1122637490 0 # Node ID 709f273530245ac78f6442bccbd8afc171cfb458 # Parent 1448ae7fe324f9d18bbaf4aa291fe19f08fa3cb7 *** empty log message *** diff -r 1448ae7fe324 -r 709f27353024 lisp/ChangeLog.unicode --- a/lisp/ChangeLog.unicode Fri Jul 29 11:44:34 2005 +0000 +++ b/lisp/ChangeLog.unicode Fri Jul 29 11:44:50 2005 +0000 @@ -1,4 +1,4 @@ -2005-07-26 Naoto Takahashi +2005-07-29 Naoto Takahashi * international/robin.el (robin-define-package): Be sure to call put-char-code-property. diff -r 1448ae7fe324 -r 709f27353024 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Fri Jul 29 11:44:34 2005 +0000 +++ b/src/ChangeLog.unicode Fri Jul 29 11:44:50 2005 +0000 @@ -1,3 +1,15 @@ +2005-07-29 Kenichi Handa + + * coding.c (QCascii_compatible_p): New variable. + (syms_of_coding): Initialize it. + (ONE_MORE_BYTE): Decrement `src' before calling string_char. + (ONE_MORE_BYTE_NO_CHECK): Likewise. + (record_conversion_result): Add `default:' case. + (coding_charset_list): Delete unused variable `coding_type'. + (Fdefine_coding_system_internal): Add `ascii-compatible-p' + property in the plist of the coding system. + (Fcoding_system_put): Check QCascii_compatible_p. + 2005-06-09 Kenichi Handa * xdisp.c (get_next_display_element): Sync with the change in