From: tomo Date: Wed, 27 Jul 2005 04:22:45 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-17-chise-0_22-4^20~366 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=6a7a0f47aae5654f7365082cfd73421c3bb26b8b update. --- diff --git a/src/ChangeLog b/src/ChangeLog index bddcb7f..b8a42f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2005-07-26 MORIOKA Tomohiko + * chartab.c (Q_compatibility_of): New variable. + (put_char_composition): Use XCAR/XCDR instead of Fcar/Fcdr if an + object is proved to be a cons cell; return `<-compatibility' if + the first element of argument `value' is `compat'. + (Fput_char_attribute): Eliminate the first value if + `put_char_composition' returns `<-compatibility'. + (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs' + for `<-compatibility'. + (syms_of_chartab): Add new symbol `<-compatibility'. + +2005-07-26 MORIOKA Tomohiko + * chartab.c (Q_canonical): New variable. (put_char_composition): Return a feature name: return `->canonical' if argument `value' specifies single character.