diff options
| author | Gerd Moellmann | 2001-01-03 19:19:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-03 19:19:39 +0000 |
| commit | a77dc1ecc3c03a316964177f488597e1c460999d (patch) | |
| tree | 930c5b4b726c557f67241859b37f954fa03e85b3 /src/ChangeLog | |
| parent | 1bf6b1bf093f40354035f72930f08f3f91f91953 (diff) | |
| download | emacs-a77dc1ecc3c03a316964177f488597e1c460999d.tar.gz emacs-a77dc1ecc3c03a316964177f488597e1c460999d.zip | |
(forward_to_next_line_start): Reset it->c if taking the
short cut at the start of the function. Add an assertion.
(reseat_at_next_visible_line_start): Add an assertion.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b47b5c69512..d218f86eeb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-01-03 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (forward_to_next_line_start): Reset it->c if taking the | ||
| 4 | short cut at the start of the function. Add an assertion. | ||
| 5 | (reseat_at_next_visible_line_start): Add an assertion. | ||
| 6 | |||
| 3 | * window.c (Frecenter): When changing the window start, set the | 7 | * window.c (Frecenter): When changing the window start, set the |
| 4 | window's window_end_valid to nil. | 8 | window's window_end_valid to nil. |
| 5 | (Fwindow_end): Fix window-end computation when UPDATE is non-nil. | 9 | (Fwindow_end): Fix window-end computation when UPDATE is non-nil. |