diff options
| author | Kim F. Storm <storm@cua.dk> | 2004-08-02 15:30:37 +0000 |
|---|---|---|
| committer | Kim F. Storm <storm@cua.dk> | 2004-08-02 15:30:37 +0000 |
| commit | 0f7a93c1c6d940cc7691834a7936b800af6c0d6f (patch) | |
| tree | c4c6b967c9944da9b8fa0abab5f942faead2cc41 /src | |
| parent | 7316f52cab8b75ef9f9c1e3bee9198d4fd8c1c4b (diff) | |
| download | emacs-0f7a93c1c6d940cc7691834a7936b800af6c0d6f.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 74a2281988b..84538195917 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2004-08-02 Kim F. Storm <storm@cua.dk> + * indent.c (compute_motion): Use actual window width if WIDTH is -1, + properly accounting for continuation glyph on non-window systems. + (Fcompute_motion): Use actual window width if WIDTH is nil, and + actual window width/height if TOPOS is nil, properly accounting for + continuation glyphs on non-window systems, and optional header lines. + (vmotion): Let compute_motion calculate actual window width. + + * window.c (window_scroll_line_based): Let compute_motion + calculate actual window width. + +2004-08-02 Kim F. Storm <storm@cua.dk> + * process.c (read_process_output): Use whole read buffer. Don't trigger adaptive read buffering on errors. |
