diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-08-07 14:53:15 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-08-07 14:53:15 +0000 |
commit | 22d01aed2d0bb69630475f0283f506e63903a4f3 (patch) | |
tree | 499daca599ea5588daf4624857d483c30fa7133e | |
parent | 9b64fb1f7cf81a4bfaa76f3459f763e17d2498d8 (diff) | |
download | emacs-22d01aed2d0bb69630475f0283f506e63903a4f3.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6ee9c8cbb7..d8d66ce469a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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'. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6b12e52554a..072195b6139 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index 1e9f0977f61..2d35ac31a4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 |