From 592e3e3d8707279f155801b8d36b6d56e2574c28 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 2 Feb 2004 18:42:50 +0000 Subject: [PATCH] update. --- src/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 67819ca..44f3802 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +2004-02-01 MORIOKA Tomohiko + + * chartab.c (Fget_composite_char): Use `Fchar_feature' instead of + `Fget_char_attribute'. + (Fchar_variants): Likewise. + (get_char_table): Likewise. + (Fchar_feature): New function. + (put_char_composition): Use `Fchar_feature' instead of + `Fget_char_attribute'. + (Fput_char_attribute): Likewise; don't put the target character + into its `->unified' value. + (syms_of_chartab): Add new builtin function `char-feature'. + +2004-01-31 MORIOKA Tomohiko + + * text-coding.c (COMPOSE_ADD_CHAR): Use `Fchar_feature' instead of + `Fget_char_attribute'. + (char_encode_utf8): Likewise. + + * chartab.h: Add an EXFUN for `Fchar_feature'. + 2004-01-20 MORIOKA Tomohiko * chartab.c (Vnext_defined_char_id): New variable. -- 1.7.10.4