Mercurial > emacs
changeset 38728:f0446bd63cd2
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 07 Aug 2001 14:53:15 +0000 |
parents | eafbae0b1100 |
children | 7d62f0684e99 |
files | lisp/ChangeLog lisp/gnus/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * vc.el (vc-transfer-file): Fix malformed autoload cookie. + * emulation/viper-util.el (viper-file-checked-in-p): Use `and' instead of `progn'.
--- 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 <gerd@gnu.org> + + * mm-uu.el (mm-uu-dissect, mm-uu-test): Fix autoload cookies. + 2001-08-01 Gerd Moellmann <gerd@gnu.org> * mm-view.el (autoload): Don't autoload `diff-mode' if it's
--- 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 <gerd@gnu.org> + * 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