* lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
authoryamaoka <yamaoka>
Fri, 22 Jan 1999 05:34:53 +0000 (05:34 +0000)
committeryamaoka <yamaoka>
Fri, 22 Jan 1999 05:34:53 +0000 (05:34 +0000)
`gnus-current-headers' instead of article header.

ChangeLog

index 2b11a6d..2b09ba6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
+       `gnus-current-headers' instead of article header.
+
+1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
        * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
        position of the yanked articles -- apologize to SUTO-san, it has
        been supported in his original code, but I didn't.
@@ -17,7 +22,7 @@
        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
+       (message-header-format-alist): Use `message-shorten-references' for
        `References' in default.
 
 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,