From: handa Date: Fri, 15 Apr 2005 11:28:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-0~330 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a58933d1a7a92d02cf5a9114ba27ce67999080b4;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/example/ChangeLog b/example/ChangeLog index cb47b22..533449b 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,5 +1,19 @@ 2005-04-15 Kenichi Handa + * medit.c: Include dlfcn.h. + (Mword): New variable. + (show_cursor): Check Mlanguage text property of the cursor + position only. + (delete_char): Pay attention to the change of line beginning + position because of filling. + (insert_chars): Likewise. + (word_constituent_p, forward_word, backward_word): New functions. + (KeyProc): Assign XK_b and XK_f for back/foreward word. + (line_break): Delete extern. + (LineBreakProc): Use mdraw_default_line_break. + (FilterProc): New function. + (main): Handle --filter arg. Initialize Mword. + * mdump.c (main): Set control.line_break to mdraw_default_line_break.