Mercurial > emacs
changeset 90222:709f27353024
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 29 Jul 2005 11:44:50 +0000 |
parents | 1448ae7fe324 |
children | edf295560b5a |
files | lisp/ChangeLog.unicode src/ChangeLog.unicode |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <ntakahas@m17n.org> +2005-07-29 Naoto Takahashi <ntakahas@m17n.org> * international/robin.el (robin-define-package): Be sure to call put-char-code-property.
--- 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 <handa@m17n.org> + + * 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 <handa@m17n.org> * xdisp.c (get_next_display_element): Sync with the change in