[Top][All Lists]
[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: |
Wed, 13 Jul 2005 06:02:22 -0400 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4510 emacs/src/ChangeLog:1.4511
*** emacs/src/ChangeLog:1.4510 Wed Jul 13 09:35:20 2005
--- emacs/src/ChangeLog Wed Jul 13 10:02:20 2005
***************
*** 1,5 ****
--- 1,23 ----
2005-07-13 Kim F. Storm <address@hidden>
+ * xdisp.c (start_display): Don't reseat to next visible line start
+ if current start position is in a string or image.
+ (move_it_vertically_backward): Be sure to move out of strings and
+ images when moving it2 forward.
+ (move_it_by_lines): When moving forward, move to next buffer
+ position if we end up in a string or image. When moving backward,
+ count rows moved over when moving to start of current row in case
+ row starts in middle of a string or image. Also move further
+ backward if we end up in a string or image.
+ (try_cursor_movement): if overlay string spans multiple lines,
+ move backward to set cursor on start of an overlay string.
+ (cursor_row_p): Row is ok if cursor is at newline from string, but
+ string starts on this line (so we always position cursor at start
+ of string).
+
+ * indent.c (Fvertical_motion): If start position is on an image,
+ don't move back if we move too far (that's almost certain to happen).
+
* xdisp.c (cursor_row_fully_visible_p): Allow partially visible
row in minibuffer windows.
(try_window): Don't check margins in minibuffer windows.
- [Emacs-diffs] Changes to emacs/src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Steven Tamm, 2005/07/10
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Jan Djärv, 2005/07/11
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/07/11
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Stefan Monnier, 2005/07/11
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/07/12
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/12
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/12
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Stefan Monnier, 2005/07/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/07/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Kim F . Storm <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2005/07/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/07/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Jason Rumney, 2005/07/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/15
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/07/15
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/07/16
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2005/07/16
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/07/17