diff options
| author | Gerd Moellmann | 2001-06-25 11:13:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-06-25 11:13:57 +0000 |
| commit | 2b9c25e0c25b7d587b4518c3686d7262707e965a (patch) | |
| tree | 446b9666d4c0c0a059482fa5bbc48fffc229bbf8 /src/ChangeLog | |
| parent | 9501b9867cd1e6815ca857ca053a605ddb000fa4 (diff) | |
| download | emacs-2b9c25e0c25b7d587b4518c3686d7262707e965a.tar.gz emacs-2b9c25e0c25b7d587b4518c3686d7262707e965a.zip | |
(try_window_id) <all changes below window end>: Don't
take this shortcut if ZV is visible in the window.
(try_window_id): When checking for window start being in changed
text, don't check that the buffer's size has changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f9146af8e94..732dcbd3edf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-06-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window_id) <all changes below window end>: Don't | ||
| 4 | take this shortcut if ZV is visible in the window. | ||
| 5 | (try_window_id): When checking for window start being in changed | ||
| 6 | text, don't check that the buffer's size has changed. | ||
| 7 | |||
| 1 | 2001-06-23 Richard M. Stallman <rms@gnu.org> | 8 | 2001-06-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * minibuf.c (Fcompleting_read): Doc fix. | 10 | * minibuf.c (Fcompleting_read): Doc fix. |