aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-09-05 22:52:17 +0000
committerKim F. Storm2006-09-05 22:52:17 +0000
commit902f06edb1a49047be86f1483eb5d03a766d8f4c (patch)
tree8710d9cc5f4575a1f7f8bfa571d59ad7b92709f5 /src/ChangeLog
parent7ca2645091d9620d4d62449929fa883cfd07c4d7 (diff)
downloademacs-902f06edb1a49047be86f1483eb5d03a766d8f4c.tar.gz
emacs-902f06edb1a49047be86f1483eb5d03a766d8f4c.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d5f766025be..5e39f084e9f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12006-09-06 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
4 so always calculate heights even when pos-visible-in-window-p is
5 called with partially = t. Don't overshoot last_visible_y in move_it_to.
6 Return row height and row number in new rowh and vpos args.
7 (cursor_row_fully_visible_p): First line is always "fully visible".
8 (try_window): Don't clear matrix if vscrolled.
9
10 * lisp.h (pos_visible_p): Update prototype.
11
12 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
13 Return row height and row number for partially visible rows.
14 Modify return value to a 2 element list for fully visible rows
15 and 6 for partially visible row.
16 (window_scroll_pixel_based): Use pos_visible_p directly instead of
17 Fpos_visible_in_window_p. Fix auto vscrolling for partially visible lines.
18 Only vscroll backwards if already vscrolled forwards. Unconditionally
19 vscroll forwards if PT is first (and only) line. Set new window start
20 instead of scrolling at start/end of tall line.
21
12006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 222006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 23
3 * macterm.c (install_window_handler, mac_handle_window_event) 24 * macterm.c (install_window_handler, mac_handle_window_event)