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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 16 Jun 2006 11:52:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/06/16 11:52:49

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5138
retrieving revision 1.5139
diff -u -b -r1.5138 -r1.5139
--- ChangeLog   16 Jun 2006 11:42:53 -0000      1.5138
+++ ChangeLog   16 Jun 2006 11:52:48 -0000      1.5139
@@ -1,5 +1,21 @@
 2006-06-16  Kim F. Storm  <address@hidden>
 
+       * dispextern.h (struct it): Add union to iterator stack to save
+       image, composition, and stretch specific paramters.
+
+       * xdisp.c (next_overlay_string): Fix assert.
+       (push_it, pop_it): Handle composition and stretch specific values.
+       Only handle it->slice in image (for now).
+       (back_to_previous_visible_line_start): Continue search if newline is
+       part of a compisition.  Simplify.
+       (reseat_1): Set it->object to buffer.
+       (set_iterator_to_next): Set it->object to string or buffer, when
+       setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
+       (next_element_from_composition): Set it->object to buffer if not
+       from string.
+       (set_cursor_from_row): Only save start of string if not already
+       done to handle multiple strings in a row.
+
        * .gdbinit (pitx): Show composition parameters.
        (pgx, pg): New commands to print a glyph structure.
        (pgi, pgn): New commands to print specific/next glyph.




reply via email to

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