diff options
| author | Kim F. Storm | 2002-02-09 22:58:25 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-02-09 22:58:25 +0000 |
| commit | 73df3b72f653c4c6ff557d2165672bab3e80a391 (patch) | |
| tree | 25c0c747070fc5041c70942592ad018fe222ae8a /src/ChangeLog | |
| parent | 06f5e6b48fba006c412178dee0b24a5030acd779 (diff) | |
| download | emacs-73df3b72f653c4c6ff557d2165672bab3e80a391.tar.gz emacs-73df3b72f653c4c6ff557d2165672bab3e80a391.zip | |
(make_gap_smaller): Preserve BEG_UNCHANGED during gap
reduction. This fixes a display problem where stray newlines were
inserted in the window (corrected by C-l). Clarified code (IMHO).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 044eb6c75a5..a7bb9948838 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-09 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap | ||
| 4 | reduction. This fixes a display problem where stray newlines were | ||
| 5 | inserted in the window (corrected by C-l). Clarified code (IMHO). | ||
| 6 | |||
| 1 | 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change. | 9 | * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change. |