emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src ChangeLog
Date: Thu, 12 Feb 2009 06:06:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/02/12 06:06:30

Modified files:
        src            : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7351&r2=1.7352

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7351
retrieving revision 1.7352
diff -u -b -r1.7351 -r1.7352
--- ChangeLog   11 Feb 2009 09:45:12 -0000      1.7351
+++ ChangeLog   12 Feb 2009 06:06:29 -0000      1.7352
@@ -1,3 +1,29 @@
+2009-02-12  Kenichi Handa  <address@hidden>
+
+       * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
+       (composition_gstring_width): Fix handling of LGLYPH_YOFF.
+       (autocmp_chars): Use fast_looking_at.  Don't compose more
+       characters than MAX_COMPOSITION_COMPONENST.
+       (find_automatic_composition): While looking forward and backward,
+       check static composition.  Fix where to stop looking forward.
+       (composition_adjust_point): Fix checking of static composition.
+       (Fcomposition_get_gstring): Pay attention to
+       MAX_COMPOSITION_COMPONENST.
+
+       * lisp.h (fast_looking_at): Extern it.
+
+       * search.c (fast_looking_at): New function.
+
+       * term.c (encode_terminal_code): Adjusted for the change of
+       <struct glyph>.u.cmp.to.
+       (append_composite_glyph): Likewise.
+
+       * xdisp.c (fill_gstring_glyph_string): Adjusted for the change of
+       <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
+       composition.
+       (append_composite_glyph): Adjusted for the change of
+       <strcut glyph>.u.cmp.to.
+
 2009-02-11  Juanma Barranquero  <address@hidden>
 
        * casetab.c (init_casetab_once):




reply via email to

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