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: Tue, 05 Sep 2006 22:49:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/05 22:49:25

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5267
retrieving revision 1.5268
diff -u -b -r1.5267 -r1.5268
--- ChangeLog   5 Sep 2006 01:03:33 -0000       1.5267
+++ ChangeLog   5 Sep 2006 22:49:24 -0000       1.5268
@@ -1,3 +1,24 @@
+2006-09-06  Kim F. Storm  <address@hidden>
+
+       * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
+       so always calculate heights even when pos-visible-in-window-p is
+       called with partially = t.  Don't overshoot last_visible_y in 
move_it_to.
+       Return row height and row number in new rowh and vpos args.
+       (cursor_row_fully_visible_p): First line is always "fully visible".
+       (try_window): Don't clear matrix if vscrolled.
+
+       * lisp.h (pos_visible_p): Update prototype.
+
+       * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
+       Return row height and row number for partially visible rows.
+       Modify return value to a 2 element list for fully visible rows
+       and 6 for partially visible row.
+       (window_scroll_pixel_based): Use pos_visible_p directly instead of
+       Fpos_visible_in_window_p.  Fix auto vscrolling for partially visible 
lines.
+       Only vscroll backwards if already vscrolled forwards.  Unconditionally
+       vscroll forwards if PT is first (and only) line.  Set new window start
+       instead of scrolling at start/end of tall line.
+
 2006-09-05  YAMAMOTO Mitsuharu  <address@hidden>
 
        * macterm.c (install_window_handler, mac_handle_window_event)




reply via email to

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