diff options
| author | ShengHuo ZHU | 2002-02-03 05:18:23 +0000 |
|---|---|---|
| committer | ShengHuo ZHU | 2002-02-03 05:18:23 +0000 |
| commit | 5ea0e32b8a51ff08a2d924a89dad85a4689a495b (patch) | |
| tree | 1a6f0ac0332e6160a62f472476f2da66e175d200 /lisp/gnus/ChangeLog | |
| parent | 95c11956e9b24d3644d9ecd2c7652b90f434dd15 (diff) | |
| download | emacs-5ea0e32b8a51ff08a2d924a89dad85a4689a495b.tar.gz emacs-5ea0e32b8a51ff08a2d924a89dad85a4689a495b.zip | |
* message.el (message-forward-rmail-make-body): Directly use
rmail-msg-restore-non-pruned-header to avoid calling
vertical-motion.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 20fc14ba42e..1d0d5868071 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-03 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 2 | |||
| 3 | * message.el (message-forward-rmail-make-body): Directly use | ||
| 4 | rmail-msg-restore-non-pruned-header to avoid calling | ||
| 5 | vertical-motion. | ||
| 6 | |||
| 1 | 2002-01-27 Richard M. Stallman <rms@gnu.org> | 7 | 2002-01-27 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * time-date.el: Add autoload cookies. Many doc fixes. | 9 | * time-date.el: Add autoload cookies. Many doc fixes. |
| @@ -5,17 +11,20 @@ | |||
| 5 | (time-subtract): Renamed from subtract-time. | 11 | (time-subtract): Renamed from subtract-time. |
| 6 | (subtract-time): New alias for time-subtract. | 12 | (subtract-time): New alias for time-subtract. |
| 7 | 13 | ||
| 8 | 2002-01-08 ShengHuo ZHU <zsh@cs.rochester.edu> | 14 | 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 9 | 15 | ||
| 10 | * gnus-start.el (gnus-read-init-file): Cleaned up. | 16 | * gnus-start.el (gnus-read-init-file): Cleaned up. |
| 17 | |||
| 18 | 2002-01-03 Dave Love <d.love@dl.ac.uk> | ||
| 19 | |||
| 11 | * gnus-start.el (gnus-startup-file-coding-system): Removed. | 20 | * gnus-start.el (gnus-startup-file-coding-system): Removed. |
| 12 | (gnus-read-init-file): Don't use it. | 21 | (gnus-read-init-file): Don't use it. |
| 13 | * gnus-start.el (gnus-read-init-file): Don't force coding system | ||
| 14 | for ~/.gnus. | ||
| 15 | From Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 16 | From Dave Love <fx@gnu.org> | ||
| 17 | From Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 18 | 22 | ||
| 23 | 2002-01-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 24 | |||
| 25 | * gnus-start.el (gnus-read-init-file): Don't force coding system | ||
| 26 | for ~/.gnus. From Dave Love <fx@gnu.org>. | ||
| 27 | |||
| 19 | 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu> | 28 | 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 20 | 29 | ||
| 21 | * mm-util.el (mm-charset-to-coding-system): Don't setq charset. | 30 | * mm-util.el (mm-charset-to-coding-system): Don't setq charset. |