diff options
| author | Kim F. Storm | 2004-08-02 15:30:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-02 15:30:37 +0000 |
| commit | 0f7a93c1c6d940cc7691834a7936b800af6c0d6f (patch) | |
| tree | c4c6b967c9944da9b8fa0abab5f942faead2cc41 /src | |
| parent | 7316f52cab8b75ef9f9c1e3bee9198d4fd8c1c4b (diff) | |
| download | emacs-0f7a93c1c6d940cc7691834a7936b800af6c0d6f.tar.gz emacs-0f7a93c1c6d940cc7691834a7936b800af6c0d6f.zip | |
*** 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 @@ | |||
| 1 | 2004-08-02 Kim F. Storm <storm@cua.dk> | 1 | 2004-08-02 Kim F. Storm <storm@cua.dk> |
| 2 | 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 | |||
| 13 | 2004-08-02 Kim F. Storm <storm@cua.dk> | ||
| 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 | ||