X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=997ae8e34dd118b2f97c4c42538b398a1688a0af;hb=2d4f549b932d2a31485e927d0c6baf575bdf01f2;hp=4b80440d6a73f1ad9e3580b42ecbe8bf05360361;hpb=bc90b68ca7c9bc1fecee5a3198e0a93c3c9c6c4e;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 4b80440..997ae8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,765 @@ +1999-04-28 Keiichi Suzuki + + * Nana-gnus: Version 6.12.15 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.15. + + * README-gnus-bbdb.ja: New section `gnus-bbdb/split-mail'. + + * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): New function. + + * lisp/gnus-bbdb.el, lisp/gnus-offline.el, lisp/mess-bbdb.el, + lisp/mess-lcl.el, lisp/message.el, lisp/pop3-fma.el: Modify my + mail address. + +1999-04-16 Keiichi Suzuki + + * Nana-gnus: Version 6.12.14 released. + + * lisp/mess-lcl.el: New file. + + * lisp/message.el: Separate locale control to `mess-lcl.el'. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.14. + + +1999-04-16 Keiichi Suzuki + + * Nana-gnus: Version 6.12.13 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.13. + + * lisp/message.el (message-charsets-mime-charset-alist): + Abolished. + (message-mime-charset-recover-args-set): New macro. + (message-mime-charset-recover-args): New macro. + (message-mime-charset-recover-args-original): New macro. + (message-maybe-encode): Save values to + `message-mime-charset-recover-args'. + (message-mime-charset-recover-by-ask): Use + 'message-mime-charset-recover-args'. + (message-mime-encode): Restore original values for auto saveing. + + +1999-04-13 Keiichi Suzuki + + * Nana-gnus: Version 6.12.12 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.12. + + * lisp/gnus-sum.el (gnus-summary-move-article): Fix, + `gnus-article-mark-lists' will be broken by side effect. + + +1999-03-31 Keiichi Suzuki + + * Nana-gnus: Version 6.12.11 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.11. + + * Sync up with gnus-6_10. + +*1999-03-30 Yoshiki Hayashi + + * lisp/nnheader.el (nnheader-skip-field): New macro. + (nnheader-nov-field): Use it. + Merged from pgnus 0.80. + +*1999-03-26 Katsumi Yamaoka + + * lisp/pop3.el (pop3-munge-message-separator): If a retrieved + message has a illegal date field, use `(current-time)' instead. + +*1999-03-25 Katsumi Yamaoka + + * lisp/message.el (message-send): Kill `message-encoding-buffer' + after sending. + (message-maybe-encode): Inherit the buffer local variable + `mime-edit-pgp-processing' and call `mime-edit-pgp-enclose-buffer'. + +*1999-02-26 20:35:57 Lars Magne Ingebrigtsen + + * pop3.el (pop3-movemail): Use write-region instead of + append-to-file to avoid excessive messaging. + +*1999-03-24 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the + buffer local variable `default-mime-charset' of + `gnus-article-buffer' before `mime-display-message' is called. + + * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also + matched with the group name which has a method name and/or a + foreign server name. + (gnus-set-summary-default-charset): Cancel the last change. + +*1999-03-24 Katsumi Yamaoka + + * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip + method and foreign server name from the newsgroup name. + +*1999-03-22 Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix. + +*1999-03-22 Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that + the title of a popup menu is displayed under Emacs 19.34. + (gnus-offline-define-menu-and-key): Rewrite the function to change + the behavior of "Get new news" button, under XEmacs. + +*1999-03-09 Katsumi Yamaoka + + * lisp/message.el (message-yank-original): Keep the existing + references. + +*1999-03-04 Tsukamoto Tetsuo + + * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that + `pop3-fma-password' can be saved in .newsrc.eld. + * lisp/pop3-fma.el: Ditto. + + * README-offline.en: Update. + * README-offline.ja: Ditto. + +*1999-03-01 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-install-package): Don't refer to + `configure-package-path'. Use `early-packages', `late-packages' or + `last-packages' instead. + + * README.semi: Note that APEL 9.13 or later is required. + * README.semi.ja: Likewise. + + * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished. + This function is given in APEL 9.13 by now. + +*1999-02-26 Katsumi Yamaoka + + * Makefile.in (add-info-suffix, remove-info-suffix): New targets. + (package, install-package, package-ja, install-package-ja): Use + them. + (xinfo, xinfo-ja): Only build infos. + + * texi/Makefile.in (add-info-suffix): Chdir ../lisp first. + + * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir + ../texi first. + (dgnushack-install-package): Don't refer to `package-path'; error + if the package path does not found. + (TopLevel): Don't define `gnus-revision-number', + `gnus-version-number' and `package-path'. + +1999-03-29 Keiichi Suzuki + + * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for + MIME en/decoding. + +1999-03-24 Keiichi Suzuki + + * Nana-gnus: Version 6.12.10 released. + + * Nana-TIPS.ja: Reformatted for `outline-mode'. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.10. + + * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for + MIME en/decoding. + + +1999-03-18 Keiichi Suzuki + + * Nana-gnus: Version 6.12.9 released. + + * lisp/gnus.el (gnus-version-number): Up date to 6.12.9. + + * Nana-TIPS.ja (none): Update. + + * lisp/message.el (message-mime-charset-recover-by-ask): Use + `message-highlight-illegal-chars'. + (message-illegal-charset-face): New face. + (message-warning-charset-face): New face. + (message-highlight-illegal-chars): New function. + (message-set-charsets-face): New function. + + * lisp/gnus-sum.el (gnus-simplify-subject-fuzzy): Enable group + parameters; `gnus-simplify-subject-fuzzy-regexp' and + `gnus-simplify-ignored-prefixes'. + + +1999-03-04 Keiichi Suzuki + + * Nana-gnus: Version 6.12.8 released. + + * lisp/nnml.el (nnml-request-list): Use + `nnmail-find-active-file'. + + * lisp/nnmail.el (nnmail-file-coding-system): Abolished. + (nnmail-file-coding-system-for-write): New variable. + (nnmail-file-coding-system-for-read): Ditto. + (nnmail-active-file-coding-system): Abolished. + (nnmail-active-coding-system-for-read): New variable. + (nnmail-active-coding-system-for-write): Ditto. + (nnmail-find-active-file): New function. + + * lisp/nnheader.el (nnheader-message-coding-system-for-read): New + variable. + (nnheader-message-coding-system-for-write): Ditto. + + * lisp/nnfolder.el, lisp/nnmail.el, lisp/nnmh.el, lisp/nnml.el: + Use `nnheader-pathname-coding-system'. + + * lisp/nnfolder.el (nnfolder-request-list): Use + `nnmail-find-active-file'. + + * lisp/message.el: Use `nnheader-message-coding-system-for-write'. + +1999-03-03 Keiichi Suzuki + + * lisp/gnus.el (gnus-version-number): Update to 6.12.8. + + * lisp/message.el (message-after-save-hook): New function. + (message-mime-setup): Set buffer file coding system. Make local + hook `after-save-hook'. + + +1999-03-01 Keiichi Suzuki + + * Nana-gnus: Version 6.12.7 released. + + * lisp/nnspool.el (nnspool-file-coding-system): Abolished. + +1999-03-01 Keiichi Suzuki + + * lisp/gnus.el (gnus-version-number): Update to 6.12.7. + + * Nana-TIPS.ja: New section `nnheader-file-coding-system' and + `nnspool-file-coding-system'. + + * lisp/nnspool.el (nnspool-retrieve-headers): Don't use + `nnheader-file-coding-system'. + (nnspool-retrieve-headers-with-nov): Ditto. + (nnspool-find-file): Ditto. + + +1999-02-26 Keiichi Suzuki + + * lisp/message.el (message-locale-detect): Fix, when no locale + detected. + + * Nana-gnus: Version 6.12.6 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.6. + + * Sync up with gnus-6_10 (version 6.10.9+). + +* 1999-02-24 Katsumi Yamaoka + + * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting, + and make remove-info-suffix. + + * texi/Makefile.in (.texi): Don't specify the output filename when + makeinfo command is used. + (add-info-suffix, remove-info-suffix): New targets. + + * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New + function. It will be used for adding ".info" suffix to @setfilename + line in each .texi files. + (dgnushack-texi-file-regexp): New constant. + (dgnushack-info-file-regexp): Add ".info" suffix. + +* 1999-02-24 Katsumi Yamaoka + + * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and + "custom-load.el" as well. + + * Makefile.in (xlick, xinfo, xinfo-ja): New targets. + (install-package-ja, package-ja, install-package, package): Use + them; use $XEMACS instead of $EMACS. + (osome): Use $XEMACS instead of "xemacs". + + * lisp/dgnushack.el (dgnushack-install-package): Remove extra files + in destination lisp directory. + (dgnushack-make-package): Don't generate "_pkg.el" file; don't + remove "auto-autoloads.el*" files. + (dgnushack-compile): Don't remove "_pkg.el" from the list. + +* 1999-02-18 Tsukamoto Tetsuo + + * README-offline.en: Update. + + * README-offline.ja: Fix typo. + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set + `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to + nil when null string is given. + +* 1999-02-18 Tatsuya Ichikawa + + * texi/Makefile.in: Change to work on Windows environment and + other platforms. + +* 1999-02-17 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-make-package): Fix typo. + + * Makefile.in (install-package-ja, package-ja, install-package, + package): New targets. + (PACKAGEDIR): New user option. + + * lisp/Makefile.in (install-package, package): New targets. + (PACKAGEDIR): New user option. + + * lisp/dgnushack.el (dgnushack-install-package): New function. + (dgnushack-make-package): New function. + (dgnushack-info-file-regexp): New constant. + (dgnushack-compile): Remove "_pkg.el" from the list. + +* 1999-02-17 Yoshiki Hayashi + + * aclocal.m4: install .el files to site-lisp/gnus instead of + site-lisp. + * configure: Ditto. + * Makefile.in: add new rule `all-ja'. + +* 1999-02-15 Tatsuya Ichikawa + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when + using nnspool. + + * lisp/pop3-fma.el (pop3-fma-movemail): Delete meadow specific + code. + +* 1999-02-12 Katsumi Yamaoka + + * lisp/gnus-art.el (article-hide-headers): Show all headers when + unhiding. + + * lisp/message.el (message-make-forward-subject): Use "(none)" if + the original article has no subject. + +* 1999-02-09 Katsumi Yamaoka + + * lisp/gnus-start.el (gnus-save-newsrc-file): Use + `save-buffer-as-coding-system' instead of + `write-region-as-coding-system'. + (save-buffer-as-coding-system): New function defined with + `defun-maybe'. NOTE: It should be deleted in the future. + + * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile. + +* 1999-02-09 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New + implementation. + +* 1999-02-08 Masatoshi Tsuchiya + + * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in + default instead of `gnus-large-newsgroup'. + +* 1999-02-08 Masatoshi Tsuchiya + Katsumi Yamaoka , + Keiichi Suzuki + + * lisp/gnus-sum.el (gnus-articles-to-read): If the number of + unread articles is more than `gnus-large-newsgroup', use it in + default instead of the maximum number. + +* 1999-02-08 MORIOKA Tomohiko , + Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function; + add it to the acting-condition for extracting mulitpart messages. + (gnus-mime-extract-message/rfc822): New function; add it to the + acting-condition for extracting message/rfc822 or message/news. + +* 1999-02-08 Tsukamoto Tetsuo + + * README-offline.ja: Change for current version. + * README-offline.en: Ditto. + +* 1999-02-05 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-nov-parse-line): Use `nnheader-nov-field', + `nnheader-nov-read-integer' and `nnheader-nov-read-message-id' + instead of `gnus-nov-field', `gnus-nov-read-integer' or + `nnheader-generate-fake-message-id'; use `eobp' instead of + `(= (following-char) ?\n)' for checking whether a misc field + exists or not. + (gnus-nov-field): Abolished. + (gnus-nov-skip-field): Abolished. + (gnus-nov-read-integer): Abolished. + + * lisp/nnheader.el (nnheader-parse-nov): Use + `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or + `nnheader-generate-fake-message-id'. + (nnheader-nov-read-message-id): New macro. + (nnheader-nov-read-integer): New implementation. + (nnheader-nov-field): New implementation. + (nnheader-nov-next-field): New macro. + + +1999-02-26 Keiichi Suzuki + + * Nana-gnus: Version 6.12.5 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.5. + + * lisp/nnheader.el (nnheader-file-coding-system): Abolished. + (nnheader-insert-file-contents): Use + `insert-file-contents-as-raw-text-CRLF'. + (nnheader-find-file-noselect): Use + `find-file-noselect-raw-text-CRLF'. + + +1999-02-24 Keiichi Suzuki + + * Nana-gnus: Version 6.12.4 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.4. + + * Nana-TIPS.ja: Add new section message-locale-* and + message-mime-charset-recover-*. + + * lisp/message.el (message-locale-detect): Fix, save restriction. + + +1999-02-23 Keiichi Suzuki + + * Nana-gnus: Version 6.12.3 released. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.3. + + * lisp/message.el (message-mime-charset-detect-method): Abolished. + (message-mime-charset-specify-method): Ditto. + (message-mime-charset-detect-args): Ditto. + (message-maybe-encode-with-specified-charset): Ditto. + (message-mime-charset-detect-by-ask): Ditto. + (message-mime-charset-specify-none): Ditto. + (message-mime-charset-recover-function): New variable. + (message-mime-charset-recover-args): Ditto. + (message-charsets-mime-charset-alist): Ditto. + (message-locale-default): Ditto. + (message-locale-detect-for-mail): Ditto. + (message-locale-detect-for-news): Ditto. + (message-locale-newsgroup-alist): Ditto. + (message-locale-mail-address-alist): Ditto. + (message-mime-charset-recover-ask-function): Ditto. + (message-locale-mime-charsets-alist): Ditto. + (message-maybe-encode): New implementation. + (message-locale-detect): New function. + (message-locale-detect-with-newsgroup-alist): Ditto. + (message-locale-detect-with-mail-address-alist): Ditto. + (message-mime-charset-recover-by-ask): Ditto. + (message-mime-charset-recover-ask-y-or-n): Ditto. + (message-mime-charset-recover-ask-charset): Ditto. + (message-mime-charset-setup): Ditto. + + +1999-02-23 Keiichi Suzuki + + * Nana-gnus: Version 6.12.2 released. + +1999-02-12 Keiichi Suzuki + + * lisp/message.el (message-maybe-encode-with-specified-charset): + Renamed to `message-maybe-encode'. + (message-mime-charset-detect-by-ask): Pop up encoding region when + ask charset to user. + (message-mime-charset-detect-method): Change default value to nil. + (message-mime-charset-specify-method): Ditto. + (message-mime-charset-detect-ask-metod): New variable. + (message-mime-charset-detect-by-ask): Use + `message-mime-charset-ask-metod'. + (message-mime-charset-detect-ask-y-or-n): New function. + (message-mime-charset-detect-ask-charset): New function. + (message-mime-charset-alias-alist): New variable. + (message-mime-charset-newsgroup-alist): Ditto. + (message-mime-charset-mail-address-alist): Ditto. + +1999-02-08 Keiichi Suzuki + + * lisp/gnus.el (gnus-version-number): Update to 6.12.2. + + * lisp/mess-bbdb.el: New file. + + * lisp/message.el (message-mail-follow-up-address-checker): New + variable. + (message-reply): Use `message-mail-follow-up-address-checker'. + (message-mailing-list-address-list): New variable. + (message-check-mailing-list-with-address-list): New function. + (message-mailing-list-address-p): New variable. + (message-check-mailing-list-with-function): New function. + + * lisp/gnus-bbdb.el: Update required Gnus version. + + * lisp/dgnushack.el (dgnushack-compile): New file `mess-bbdb.el'. + + * Nana-TIPS.ja: New section + `message-mail-follow-up-address-checker'. + +1999-02-05 Keiichi Suzuki + + * lisp/gnus.el (gnus-version-number): Update to 6.12.1. + + * Sync up with gnus-6_10. + +* 1999-02-04 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char' + instead of `char-after'. NOTE: It's a temporary step. + +* 1999-02-03 Tatsuya Ichikawa + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value. + +* 1999-02-02 Tatsuya Ichikawa + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password + information to .newsrc file. + +* 1999-02-02 Tatsuya Ichikawa + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with + external movemail program. + +* 1999-02-01 Katsumi Yamaoka + + * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo + the last changes -- don't sync with chaos-1_12. + +* 1999-02-01 Tatsuya Ichikawa + + * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my + change. + +* 1999-02-01 Katsumi Yamaoka + + * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close + parentheses. + (gnus-offline-define-menu-on-agent): Ditto. + +1999-02-01 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead + of `following-char'. + +* 1999-02-01 Tatsuya Ichikawa + + * README-offline.ja: Add description written by YOSHIZAWA Masahiro + . + +* 1999-01-31 MORIOKA Tomohiko + + * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer', + `gnus-nov-skip-field' and `gnus-nov-field'. + (gnus-nov-parse-line): Use `nnheader-nov-field' and + `nnheader-nov-read-integer' instead of `gnus-nov-field' and + `gnus-nov-read-integer'. + (gnus-get-newsgroup-headers-xover): Use + `gnus-retrieve-parsed-headers'. + + * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use + `gnus-cache-braid-headers', + `nnheader-get-newsgroup-headers-xover*' and + `nnheader-retrieve-headers-from-directory*' instead of + `gnus-get-newsgroup-headers-xover'. + (gnus-cache-braid-headers): New function. + + * lisp/nnheader.el (nnheader-nov-read-integer): Use + `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as + same as `gnus-nov-read-integer'. + (nnheader-retrieve-headers-from-directory*): New function. + (nnheader-retrieve-headers-from-directory): Use + `nnheader-retrieve-headers-from-directory*'. + (nnheader-get-newsgroup-headers-xover*): New function. + +* 1999-01-30 MORIOKA Tomohiko + + * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use + `nnheader-retrieve-headers-from-directory'. + + * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New + function. + +* 1999-01-29 MORIOKA Tomohiko + + * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use + `gnus-cache-retrieve-parsed-headers' instead of + `gnus-cache-retrieve-headers'. + + * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New + function. + +* 1999-01-28 Katsumi Yamaoka + + * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated + select methods. + +* 1999-01-25 MORIOKA Tomohiko + + * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed. + +* 1999-01-12 MORIOKA Tomohiko + + * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new + optional arguments `dependencies' and `force-new'; new + implementation; call `retrieve-parsed-headers' if it is found. + + * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function. + +* 1999-01-12 MORIOKA Tomohiko + + * lisp/gnus-sum.el (gnus-select-newsgroup): Use + `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers' + and `gnus-get-newsgroup-headers-xover' or + `gnus-get-newsgroup-headers'. + + * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function. + +* 1999-02-01 Tatsuya Ichikawa + Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for + pGnus 0.73 or later. + + * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later) + to check pGnus 0.73 or later instead of (locate-library "mail-source") + +* 1999-01-30 Tatsuya Ichikawa + + * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus. + * lisp/gnus-ofsetup.el: Ditto. + +* 1999-01-28 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-summary-mail-digest): 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-26 Tsukamoto Tetsuo + + * lisp/gnus-offline.el: Add security notice. + +* 1999-01-25 Tatsuya Ichikawa + + * README-offline.ja: New file - Variable and command description + for gnus-offline(Japanese edition). + * README-offline.en: New file - Ditto (English edition). + +* 1999-01-25 Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-pop-password-file): New + variable. + (gnus-offline-pop-password-decoding-function): New variable. + (gnus-offline-get-new-news): When `gnus-offline-pop-password-file' + is non-nil, get one's password information from a file specified + by this variable, and don't store the passwords as a variable. + * lisp/smiley.el (smiley-buffer): Avoid a few duplicate + translations. + +1999-01-28 Keiichi Suzuki + + * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not + respool article. + +1999-01-25 Keiichi Suzuki + + * lisp/message.el (message-mime-charset-detect-method): New + user optional variable. + (message-mime-charset-specify-method): Ditto. + (message-mime-charset-detect-args): New variable. + (message-maybe-encode-with-specified-charset): New function. + (message-mime-charset-detect-by-ask): Ditto. + (message-mime-charset-specify-none): Ditto. + + * lisp/gnus.el (gnus-version-number): Update to 6.12.0. + (gnus-version): Change required version of SEMI/FLIM. + + * Sync up with gnus-6_10. + +* 1999-01-23 Kiyokazu SUTO + + * lisp/gnus-msg.el (gnus-inews-yank-articles): Use + `message-list-references' for gathering IDs from yanked articles. + + * lisp/message.el (message-list-references): New function. + (message-yank-original): Use it for gathering IDs from a yanked + article. + +* 1999-01-22 Katsumi Yamaoka + + * lisp/message.el (message-reply): Get the references from + `In-Reply-To' field if there were no references and `In-Reply-To' + field looks promising. + (message-yank-original): Try to fetch ID from `In-Reply-To' field + if `References' field does not exist. + (message-yank-original): Use `std11-narrow-to-header' instead of + `message-narrow-to-head'. + +* 1999-01-22 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from + `gnus-current-headers' instead of article header. + +* 1999-01-22 Katsumi Yamaoka + + * 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. + +* 1999-01-20 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.2. + + * lisp/gnus-draft.el: Add Ichikawa-san to authors. + * lisp/message.el: Likewise. + + * 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-ignored-resent-headers): Default to "^Return-Receipt". + +* 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 Keiichi Suzuki + + * Sync up with gnus-6_10. + +* 1999-01-19 Katsumi Yamaoka + + * README.semi.ja: Delete "ichikawa" from the branches info, and + add "keiichi" and "nana-gnus" to there. Modify the directory name + for the daily snapshots. + * README.semi: Likewise. + +* 1999-01-19 Katsumi Yamaoka + + * lisp/message.el (message-reply): Cancel the last change. + (message-followup): Cancel the last change. + (message-wide-reply): Cancel the last change. + + * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished. + (gnus-summary-reply): Cancel the last change. + (gnus-post-news): Cancel the last change. + 1999-01-18 Keiichi Suzuki * lisp/gnus.el (gnus-version-number): Update to 6.11.5. @@ -27,7 +789,7 @@ (message-wide-reply): Likewise. * lisp/gnus-msg.el (gnus-summary-gather-references): New function. - (gnus-summary-reply): Use it + (gnus-summary-reply): Use it. (gnus-post-news): Use it. * 1999-01-13 Kiyokazu SUTO