From: Kenichi Handa Date: Tue, 30 Dec 2003 01:00:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=142077aa790291f9732e4f57c569efc6e24adf24;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 25c44e02e8a..6c92bf7cd88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,3 @@ -2003-12-02 Kenichi Handa - - * xdisp.c (handle_auto_composed_prop): Give limit to - Fnext_single_char_property_change. - 2003-07-31 Jan Dj,Ad(Brv * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2. diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 89e5c475acd..a5f715fce65 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -43,6 +43,11 @@ * xdisp.c (handle_auto_composed_prop): Fix setting of limit. +2003-12-02 Kenichi Handa + + * xdisp.c (handle_auto_composed_prop): Give limit to + Fnext_single_char_property_change. + 2003-12-02 Kenichi Handa * coding.c (detect_coding): Fix previous change.