From 1b994ef480cae0814f1c9b6c214021e8b00b5ecb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 20 Jan 1999 10:52:00 +0000 Subject: [PATCH] * lisp/message.el (message-yank-original): If `message-yank-add-new-references' is non-nil and this command is called interactively, new IDs from the yanked article will be added to `References' field. (message-yank-add-new-references): New user option. (message-header-format-alist): Use `message-shorten-reference' for `References' in default. * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References' field with the gathered Message-IDs and References if more than one articles are given. --- ChangeLog | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d5d021..4e46a66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,26 @@ 1999-01-20 Katsumi Yamaoka - * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the - message frame after selecting a new article if the value of - `message-use-multi-frames' is non-nil and plural articles are - given. + * lisp/message.el (message-yank-original): If + `message-yank-add-new-references' is non-nil and this command is + called interactively, new IDs from the yanked article will be added + to `References' field. + (message-yank-add-new-references): New user option. + (message-header-format-alist): Use `message-shorten-reference' for + `References' in default. + +1999-01-20 Kiyokazu SUTO , + Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References' + field with the gathered Message-IDs and References if more than one + articles are given. + +1999-01-20 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message + frame after selecting a new article if the value of + `message-use-multi-frames' is non-nil and more than one articles + are given. 1999-01-20 Katsumi Yamaoka @@ -15,10 +32,10 @@ * README.semi.ja: Add keiichi and nana-gnus to the branches info. Modify the directory name for the daily snapshots. - * README.semi: Likewise. + * README.semi: Ditto. * README.branch.ja: Modified for Semi-gnus 6.10, etc. - * README.branch: Likewise. + * README.branch: Ditto. 1999-01-19 Katsumi Yamaoka -- 1.7.10.4