# HG changeset patch # User Gerd Moellmann # Date 997195995 0 # Node ID f0446bd63cd217ea5ffb9b893b4a47dfb9a29b70 # Parent eafbae0b1100ef326a1e2cbe941ffd515d033a43 *** empty log message *** diff -r eafbae0b1100 -r f0446bd63cd2 lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 07 14:52:07 2001 +0000 +++ b/lisp/ChangeLog Tue Aug 07 14:53:15 2001 +0000 @@ -1,5 +1,7 @@ 2001-08-07 Gerd Moellmann + * vc.el (vc-transfer-file): Fix malformed autoload cookie. + * emulation/viper-util.el (viper-file-checked-in-p): Use `and' instead of `progn'. diff -r eafbae0b1100 -r f0446bd63cd2 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Aug 07 14:52:07 2001 +0000 +++ b/lisp/gnus/ChangeLog Tue Aug 07 14:53:15 2001 +0000 @@ -1,3 +1,7 @@ +2001-08-07 Gerd Moellmann + + * mm-uu.el (mm-uu-dissect, mm-uu-test): Fix autoload cookies. + 2001-08-01 Gerd Moellmann * mm-view.el (autoload): Don't autoload `diff-mode' if it's diff -r eafbae0b1100 -r f0446bd63cd2 src/ChangeLog --- a/src/ChangeLog Tue Aug 07 14:52:07 2001 +0000 +++ b/src/ChangeLog Tue Aug 07 14:53:15 2001 +0000 @@ -1,5 +1,9 @@ 2001-08-07 Gerd Moellmann + * window.c (Frecenter): If ARG < 0, and on a window system + frame, count in some empty lines when we can't move -ARG lines + down. + * xdisp.c (start_display): Don't try to determine the continuation lines width if lines are truncated. It's superfluous and leads to incorrect results if POS is not visible in the window after