From a58933d1a7a92d02cf5a9114ba27ce67999080b4 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 15 Apr 2005 11:28:48 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- 1.7.10.4