Mercurial > emacs
comparison src/ChangeLog @ 72665:93d475a647a1
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 05 Sep 2006 22:52:17 +0000 |
parents | dccec68de80c |
children | 65db3e72f648 |
comparison
equal
deleted
inserted
replaced
72664:17130b0d4269 | 72665:93d475a647a1 |
---|---|
1 2006-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 | |
1 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 22 2006-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) |
4 [USE_CARBON_EVENTS]: Handle kEventWindowClose. | 25 [USE_CARBON_EVENTS]: Handle kEventWindowClose. |
5 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for | 26 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for |