emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 09 Sep 2008 11:09:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/09/09 11:09:32

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6957
retrieving revision 1.6958
diff -u -b -r1.6957 -r1.6958
--- ChangeLog   9 Sep 2008 02:29:02 -0000       1.6957
+++ ChangeLog   9 Sep 2008 11:09:31 -0000       1.6958
@@ -5,6 +5,10 @@
 
        * composite.c (FORWARD_CHAR): Fix calculation
        of (POSITION).pos_byte.
+       (composition_compute_stop_pos): Limit the search of composition to
+       at most 500 characters ahead.  If we reach the limit or find a
+       newline, set cmp_it->ch to -2 and return 0.
+       (composition_reseat_it): Handle the case that cmp_it->ch is -2.
 
 2008-09-08  Kenichi Handa  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]