aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-02-09 22:58:25 +0000
committerKim F. Storm2002-02-09 22:58:25 +0000
commit73df3b72f653c4c6ff557d2165672bab3e80a391 (patch)
tree25c0c747070fc5041c70942592ad018fe222ae8a /src/ChangeLog
parent06f5e6b48fba006c412178dee0b24a5030acd779 (diff)
downloademacs-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/ChangeLog6
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 @@
12002-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
12002-02-09 Eli Zaretskii <eliz@is.elta.co.il> 72002-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.