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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 28 May 2006 20:18:35 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.5098 emacs/src/ChangeLog:1.5099
--- emacs/src/ChangeLog:1.5098  Sat May 27 22:36:40 2006
+++ emacs/src/ChangeLog Sun May 28 20:18:34 2006
@@ -1,5 +1,14 @@
 2006-05-28  Kim F. Storm  <address@hidden>
 
+       * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
+       don't update w->cursor and return 0.  Return 1 on success.
+       (try_cursor_movement): Repeat set_cursor_from_row on successive rows
+       until it succeeds.
+
+       * dispextern.h (set_cursor_from_row): Update prototype.
+
+2006-05-28  Kim F. Storm  <address@hidden>
+
        * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
        parameters.  Adjust x and width in case cursor in on a partially
        visible stretch glyph on the left edge.




reply via email to

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