Mercurial > emacs
comparison src/ChangeLog @ 90600:84dd84b43e1b
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
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 06 Sep 2006 07:30:39 +0000 |
parents | c358d0861b16 65db3e72f648 |
children | a1a25ac6c88a |
comparison
equal
deleted
inserted
replaced
90599:c358d0861b16 | 90600:84dd84b43e1b |
---|---|
1 2006-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 | |
6 2006-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 | |
1 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 27 2006-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) |
4 [USE_CARBON_EVENTS]: Handle kEventWindowClose. | 30 [USE_CARBON_EVENTS]: Handle kEventWindowClose. |
5 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for | 31 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for |