aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-09-06 07:30:39 +0000
committerMiles Bader2006-09-06 07:30:39 +0000
commitfae22cbf7f66b7adc732e46a27b821114c812fdd (patch)
treea1c7545e4579d1da9d7d00d98287b1bff4dd0c26 /src/ChangeLog
parentaf6ea8ad8d62810d901561ae4a56d89f22ebacf0 (diff)
parent04e28558df772845d83d5e870300b755b2528b57 (diff)
downloademacs-fae22cbf7f66b7adc732e46a27b821114c812fdd.tar.gz
emacs-fae22cbf7f66b7adc732e46a27b821114c812fdd.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 423-426) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 131-133) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-109
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)