(Vconcord_ds_hash_table): New variable.
[chise/xemacs-chise.git.1] / src / ChangeLog
index 0626fb7..1130ffd 100644 (file)
@@ -1,3 +1,42 @@
+2006-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * concord.c (struct closure_for_each_object): Add new member
+       `ret'.
+       (func_for_each_object): Setup the return value to
+       `for_each_object_closure->ret'.
+       (Fconcord_foreach_object_in_feature): If FUNCTION returns non-nil,
+       returns the value instead of Qt.
+
+2005-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * concord.c: New file.
+
+2005-12-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * lrecord.h (enum lrecord_type): Add `lrecord_type_concord_ds' and
+       `lrecord_type_concord_object'.
+
+2005-09-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * symsinit.h (syms_of_concord): New prototype.
+       (vars_of_concord): New prototype.
+
+       * emacs.c (main_1): Setup symbols and variable about concord if
+       HAVE_CONCORD is defined.
+
+       * config.h.in (HAVE_CONCORD): New macro.
+
+2005-09-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chartab.c (Fput_char_attribute): For each character relation
+       feature `{<-|->}FOO', set up the reversed link `{->|<-}FOO'.
+
+2005-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chartab.c (Fput_char_attribute): Use
+       `Fchar_refs_simplify_char_specs' for `=>decomposition' before
+       calling `put_char_composition'.
+
 2005-08-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chartab.c (Q_halfwidth_of): New variable.