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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 01 Jul 2008 09:39:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/07/01 09:39:29

Index: src/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6644
retrieving revision 1.6645
diff -u -b -r1.6644 -r1.6645
--- src/ChangeLog       1 Jul 2008 03:03:21 -0000       1.6644
+++ src/ChangeLog       1 Jul 2008 09:39:26 -0000       1.6645
@@ -1,3 +1,20 @@
+2008-06-30  Miles Bader  <Miles Bader <address@hidden>>
+
+       * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
+       Add `avoid_cursor_p' field.
+
+       * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
+       (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
+       (append_glyph, append_composite_glyph, produce_image_glyph)
+       (append_stretch_glyph): Initialize avoid_cursor_p
+       (get_it_property): Renamed from `get_line_height_property'.
+       (x_produce_glyphs): Use get_it_property.
+       (handle_line_prefix, push_display_prop): New functions.
+       (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
+       (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix): New
+       variables.
+       (syms_of_xdisp): Initialize them.
+
 2008-06-30  Kenichi Handa  <address@hidden>
 
        * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and




reply via email to

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