diff options
author | Kenichi Handa <handa@m17n.org> | 2005-07-29 11:44:50 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-07-29 11:44:50 +0000 |
commit | 07bd7822113da5ae28d0db471453622a2ed5d6cd (patch) | |
tree | 7e5d1e7a62039173366bcf03e6d8fe0e32955d0b | |
parent | 38d035de172e41ad1e7d71586473236e9a25c79c (diff) | |
download | emacs-07bd7822113da5ae28d0db471453622a2ed5d6cd.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog.unicode | 5 | ||||
-rw-r--r-- | src/ChangeLog.unicode | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 3ca8b5168d2..51c563bba65 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode @@ -1,3 +1,8 @@ +2005-07-29 Naoto Takahashi <ntakahas@m17n.org> + + * international/robin.el (robin-define-package): Be sure to call + put-char-code-property. + 2005-07-29 Kenichi Handa <handa@m17n.org> * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 7bd3398db4a..e382c85f93b 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -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 |