comparison src/ChangeLog @ 56589:eb864aaf90b0

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 02 Aug 2004 15:30:37 +0000
parents 591c2d29ca4b
children a091aed32eb2
comparison
equal deleted inserted replaced
56588:79a8fffd55e9 56589:eb864aaf90b0
1 2004-08-02 Kim F. Storm <storm@cua.dk>
2
3 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
4 properly accounting for continuation glyph on non-window systems.
5 (Fcompute_motion): Use actual window width if WIDTH is nil, and
6 actual window width/height if TOPOS is nil, properly accounting for
7 continuation glyphs on non-window systems, and optional header lines.
8 (vmotion): Let compute_motion calculate actual window width.
9
10 * window.c (window_scroll_line_based): Let compute_motion
11 calculate actual window width.
12
1 2004-08-02 Kim F. Storm <storm@cua.dk> 13 2004-08-02 Kim F. Storm <storm@cua.dk>
2 14
3 * process.c (read_process_output): Use whole read buffer. 15 * process.c (read_process_output): Use whole read buffer.
4 Don't trigger adaptive read buffering on errors. 16 Don't trigger adaptive read buffering on errors.
5 17