aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 64b3b884bfa..a1194906fbb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,29 @@
12006-09-06 Kenichi Handa <handa@m17n.org>
2
3 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
4 a Lisp string from the result of emacs_memftimeu call.
5
62006-09-06 Kim F. Storm <storm@cua.dk>
7
8 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
9 so always calculate heights even when pos-visible-in-window-p is
10 called with partially = t. Don't overshoot last_visible_y in move_it_to.
11 Return row height and row number in new rowh and vpos args.
12 (cursor_row_fully_visible_p): First line is always "fully visible".
13 (try_window): Don't clear matrix if vscrolled.
14
15 * lisp.h (pos_visible_p): Update prototype.
16
17 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
18 Return row height and row number for partially visible rows.
19 Modify return value to a 2 element list for fully visible rows
20 and 6 for partially visible row.
21 (window_scroll_pixel_based): Use pos_visible_p directly instead of
22 Fpos_visible_in_window_p. Fix auto vscrolling for partially visible lines.
23 Only vscroll backwards if already vscrolled forwards. Unconditionally
24 vscroll forwards if PT is first (and only) line. Set new window start
25 instead of scrolling at start/end of tall line.
26
12006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 272006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 28
3 * macterm.c (install_window_handler, mac_handle_window_event) 29 * macterm.c (install_window_handler, mac_handle_window_event)