aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-07 14:53:15 +0000
committerGerd Moellmann2001-08-07 14:53:15 +0000
commit22d01aed2d0bb69630475f0283f506e63903a4f3 (patch)
tree499daca599ea5588daf4624857d483c30fa7133e /src
parent9b64fb1f7cf81a4bfaa76f3459f763e17d2498d8 (diff)
downloademacs-22d01aed2d0bb69630475f0283f506e63903a4f3.tar.gz
emacs-22d01aed2d0bb69630475f0283f506e63903a4f3.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e9f0977f61..2d35ac31a4a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-08-07 Gerd Moellmann <gerd@gnu.org> 12001-08-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (Frecenter): If ARG < 0, and on a window system
4 frame, count in some empty lines when we can't move -ARG lines
5 down.
6
3 * xdisp.c (start_display): Don't try to determine the continuation 7 * xdisp.c (start_display): Don't try to determine the continuation
4 lines width if lines are truncated. It's superfluous and leads to 8 lines width if lines are truncated. It's superfluous and leads to
5 incorrect results if POS is not visible in the window after 9 incorrect results if POS is not visible in the window after