(Vconcord_ds_hash_table): New variable.
[chise/xemacs-chise.git.1] / src / ChangeLog
index 7216fb4..1130ffd 100644 (file)
@@ -1,3 +1,61 @@
+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.
+       (put_char_composition): Return `<-halfwidth' instead of
+       `=decomposition' for compatibility mapping to single character
+       tagged `narrow'.
+       (Fput_char_attribute): Convert char-specs in value of
+       `{<-|->}halfwidth[^*]*' to characters and put reverse links.
+       (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
+       for `<-halfwidth'.
+       (syms_of_chartab): Add new symbol `<-halfwidth'.
+
+2005-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chartab.c (put_char_composition): Return
+       `<-formed@{isolated|initial|medial|final}' for compatibility
+       mapping to single character tagged
+       `{isolated|initial|medial|final}'.
+
 2005-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chartab.c (Q_compat_of): Deleted.