diff options
| author | Gerd Moellmann | 2001-08-07 14:53:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-07 14:53:15 +0000 |
| commit | 22d01aed2d0bb69630475f0283f506e63903a4f3 (patch) | |
| tree | 499daca599ea5588daf4624857d483c30fa7133e | |
| parent | 9b64fb1f7cf81a4bfaa76f3459f763e17d2498d8 (diff) | |
| download | emacs-22d01aed2d0bb69630475f0283f506e63903a4f3.tar.gz emacs-22d01aed2d0bb69630475f0283f506e63903a4f3.zip | |
*** 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 @@ | |||
| 1 | 2001-08-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * vc.el (vc-transfer-file): Fix malformed autoload cookie. | ||
| 4 | |||
| 3 | * emulation/viper-util.el (viper-file-checked-in-p): Use `and' | 5 | * emulation/viper-util.el (viper-file-checked-in-p): Use `and' |
| 4 | instead of `progn'. | 6 | instead of `progn'. |
| 5 | 7 | ||
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 @@ | |||
| 1 | 2001-08-07 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * mm-uu.el (mm-uu-dissect, mm-uu-test): Fix autoload cookies. | ||
| 4 | |||
| 1 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * mm-view.el (autoload): Don't autoload `diff-mode' if it's | 7 | * 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 @@ | |||
| 1 | 2001-08-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 |