X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=59c41b6d581f7f56a5b30a44811cfeec6e2750f0;hb=032fa01988c08909d017f7e1ef922335a55fd7c5;hp=5d232903bd9dc45bc3e736ee0c26f2a1569db5ce;hpb=d94b579ceae20192db566db7ce569b49489c1138;p=m17n%2Fm17n-lib.git diff --git a/src/ChangeLog b/src/ChangeLog index 5d23290..59c41b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,18 @@ +2005-11-25 Kenichi Handa + + * font-flt.c (run_command): Print debug info for + left/rigth_padding + + * draw.c (layout_glyphs): Fix handling of left/right_padding. + + * face.c (mface__for_chars): Check rfont before accessing the + members. + 2005-11-21 Kenichi Handa + * Makefile.am (lib_LTLIBRARIES): Define it conditionaly on + WITH_GUI. + * fontset.c (fontset_table): New variable. (free_fontset): Call M17N_OBJECT_UNREGISTER. (mfont__fontset_init): Add fontset_table as an object array. @@ -18,6 +31,9 @@ (resolve_expression): New function. (parse_action_list): Handle expressions by parse_expression. (take_action_list): Handle expressions by resolve_expression. + (parse_nested_list_value): Fix previous change. + (resolve_command): Fix handling of the return value of + get_nested_list. 2005-11-18 Kenichi Handa