X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=ea5eb2fdc1dd397a0a88de2ca04dbd2d11ed4255;hb=cb41b76f44f608bd86d99f308e4fc1fdf8010a84;hp=eeed53f1477b8c04f00b57b2b57e5b5c06fd3f3d;hpb=251f57f3f7fd73648b2672c43aa063de04923617;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index eeed53f..ea5eb2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,494 @@ +1998-12-02 Tatsuya Ichikawa + + * lisp/smtp.el: Abolished - Use smtp.el in FLIM. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.045. + + * Sync up with Pterodactyl Gnus 0.59. + +1998-12-01 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.044. + + * Sync up with Pterodactyl Gnus 0.58. + +1998-12-01 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.043. + + * Sync up with Pterodactyl Gnus 0.57. + +1998-11-30 Katsumi Yamaoka + + * lisp/base64.el (base64-decode-region): Use `defun-maybe'. + (base64-encode-region): Ditto. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.042. + + * Sync up with Pterodactyl Gnus 0.56. + +1998-11-29 Tatsuya Ichikawa + + * lisp/gnus-offline.el: Fix typo of DOC string. + + * lisp/score-mode.el: Change default value + score-mode-coding-system 'binary to 'ctext. + +1998-11-28 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.041. + + * Sync up with Pterodactyl Gnus 0.55. + +1998-11-26 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-summary-supersede-article): Bind + `gnus-message-setup-hook' to minimum setting. + + * lisp/message.el (message-supersede-setup-for-mime-edit): New + function. + (message-supersede-setup-function): New user option. Use + `message-supersede-setup-for-mime-edit' in default. + (message-supersede): Call `message-supersede-setup-function' if it + is non-nil. + (message-supersede-setup-hook): New user option. + + * lisp/message.el (message-bounce-setup-for-mime-edit): Don't + delete header separator. It is up to MIME-Edit to do so. + +1998-11-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.040. + + * Sync up with Pterodactyl Gnus 0.54. + +1998-11-24 Tatsuya Ichikawa + + * lisp/gnus-offline.el (gnus-offline-version-number): Update to + 2.00. + + * lisp/pop3-fma.el (pop3-fma-save-password-information): New + variable. Do not save password information when + `pop3-fma-save-password-information' set to nil (in default). + (pop3-fma-encode-string): abolished - because of difference of + FLIM API. + (pop3-fma-decode-string): Ditto. + +1998-11-21 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.039. + + * Sync up with Pterodactyl Gnus 0.53. + + * lisp/pop3-fma.el (pop3-fma-init-message-hook): Change + message-send-hook to mime-edit-translate-hook - enbug. + +1998-11-20 Tatsuya Ichikawa + + * lisp/gnus-offline.el: Update to beta5. + + * lisp/gnus-ofsetup.el: Update to beta5. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.038. + + * Sync up with Pterodactyl Gnus 0.52. + +1998-11-19 Keiichi Suzuki + + * lisp/message.el (message-get-reply-buffer): Abolished. + (message-get-original-reply-buffer): Abolished. + (message-get-parameter): New inline function. + (message-get-parameter-with-eval): New macro. + (message-fetch-reply-field): Do not use `message-get-reply-buffer'. + (message-yank-original): Ditto. + (message-setup): Use `message-get-parameter'. + (message-mime-insert-article): Use + `message-get-parameter-with-eval' instead of + `message-get-original-reply-buffer'. + + * lisp/gnus-msg.el (gnus-inews-add-send-actions): Do not add + `set-window-configuration' to action when + `message-use-multi-frames' is non-`nil'. + +1998-11-19 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.037. + + * Sync up with Pterodactyl Gnus 0.51. + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Force set + `use-miee' to t if `news-method' is equal to "nnspool". + (gnus-setup-for-offline): Put a question for "Agent directory" + only if `gnus-offline-news-fetch-method' is equal to `nnagent'. + (Top-Level): Defvar `use-miee' for avoiding byte-compile warning. + +1998-11-18 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-summary-save-article-rmail): Use + `gnus-summary-save-in-rmail' instead of + `rmail-output-to-rmail-file'. + +1998-11-18 Katsumi Yamaoka + + * lisp/message.el (message-mimic-kill-buffer): Rewrite. + +1998-11-18 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.036. + + * Sync up with Pterodactyl Gnus 0.50. + +1998-11-18 Katsumi Yamaoka + + * lisp/message.el (message-mimic-kill-buffer): New function. + (message-mode-map): Use it for `C-x k'. + +1998-11-18 Keiichi Suzuki + + * lisp/message.el (message-dont-send): Use `message-delete-frame'. + +1998-11-18 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.035. + + * Sync up with Pterodactyl Gnus 0.49. + +1998-11-17 Tsukamoto Tetsuo + + * lisp/message.el (message-dont-send): Use `message-save-drafts' + instead of `save-buffer'. + +1998-11-17 Hiroaki Matsui + + * lisp/message.el (message-clone-locals): Add + "user-mail-address" and "user-full-name" to matching pattern. + +1998-11-14 Kenji Itoh + + * lisp/nnmail.el (nnmail-read-passwd): Use `read-passwd' if it + exists as a function. + + * lisp/pop3.el (pop3-read-passwd): Ditto. + +1998-11-16 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.034. + (gnus-version): Modify for SEMI 1.11, FLIM 1.12. + +1998-11-16 Katsumi Yamaoka + + * make.bat: Replace line endings from `LF' to `CRLF'. + +1998-11-16 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.033. + + * Sync up with Pterodactyl Gnus 0.48. + +1998-11-16 Katsumi Yamaoka + + * texi/emacs-mime.texi: Fix iso-8859-1 chars. + + * lisp/message.el (message-send-news): Call + `message-maybe-split-and-send-news' with an arg `method'. + (message-maybe-split-and-send-news): Accept an arg `method'. + + * lisp/rfc1843.el: Defvar `gnus-decode-encoded-word-function'. + + * lisp/mm-uu.el: Require `gnus-mailcap'. + * lisp/mm-decode.el: Require `gnus-mailcap' instead of `mailcap'. + * lisp/mm-encode.el: Ditto. + * lisp/gnus-mailcap.el: Provide `gnus-mailcap' instead of `mailcap'. + +1998-11-16 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.032. + + * Sync up with Pterodactyl Gnus 0.47. + +1998-11-15 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.031. + + * Sync up with Pterodactyl Gnus 0.46. + +1998-11-14 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.030. + + * Sync up with Pterodactyl Gnus 0.44. + +1998-11-13 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-header-presentation-method): Use + `mime-insert-header' instead of `mime-insert-decoded-header'. + + * lisp/nnheader.el (nnheader-decode-subject): Change the 2nd arg of + `mime-find-field-decoder' to 'nov'. + (nnheader-decode-from): Ditto. + + * lisp/message.el (message-maybe-split-and-send-mail): Discard + a return from `message-send-mail-function'. + +1998-11-12 Tatsuya Ichikawa + + * lisp/gnus-offline.el: bug fix. + + * lisp/gnus-ofsetup.el: Bug fix. + +1998-11-12 Katsumi Yamaoka + + * texi/Makefile.in (.texi:): Don't escape double quote. + (texi2latex.elc:): Ditto. + +1998-11-12 Tatsuya Ichikawa + + * texi/gnus-ja.texi: Add infos about `pop3-fma' and `gnus-offline'. + +1998-11-12 Katsumi Yamaoka + + * lisp/message.el (message-maybe-split-and-send-mail): Use + `defsubst' instead of `defun'. + (message-maybe-split-and-send-news): Ditto. + +1998-11-12 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-summary-resend-bounced-mail): Bind + `gnus-message-setup-hook' to minimum setting. + + * lisp/message.el (message-bounce-setup-for-mime-edit): New + function. + (message-bounce-setup-function): New user option. Use + `message-bounce-setup-for-mime-edit' in default. + (message-bounce): Call `message-bounce-setup-function' if it is + non-nil. + (message-bounce-setup-hook): New user option. + (message-send-mail): Delete useless things. + +1998-11-12 Katsumi Yamaoka + + * lisp/message.el (message-maybe-split-and-send-mail): New function. + (message-send-mail): Use it. + (message-maybe-split-and-send-news): New function. + (message-send-news): Use it. + +1998-11-11 Tatsuya Ichikawa + + * lisp/gnus-offline.el: bug fix. + + * lisp/gnus-ofsetup.el: Bug fix. + +1998-11-11 Katsumi Yamaoka + + * lisp/message.el (message-send-mail): Protect against errors. + (message-send-news): Ditto. + +1998-11-11 Keiichi Suzuki + + * lisp/message.el (message-do-fcc): Sync up with Semi-gnus 6.8. + (message-8bit-encoding-list): New variable. + (message-check-encoding): Use `message-8bit-encoding-list'. Change + search pattern. + +1998-11-11 Keiichi Suzuki + + * lisp/gnus-bbdb.el (gnus-bbdb/extract-address-components): Normalize + return value. + (gnus-bbdb/update-record): Change condition for checking own message. + +1998-11-11 Yoshiki Hayashi + + * README.semi.ja, README.branch.ja: New file. + +1998-11-10 Tatsuya Ichikawa + + * lisp/gnus-offline.el: bug fix. + + * lisp/gnus-ofsetup.el: Bug fix. + +1998-11-09 Tatsuya Ichikawa + + * lisp/gnus-offline.el: v2.00b1 Separate setting part and + functional part - setting part move to gnus-ofsetup.el (New file). + + * lisp/gnus-ofsetup.el: New file - setting function for + gnus-offline. + +1998-11-09 Katsumi Yamaoka + + * lisp/nnheader.el (nnheader-decode-subject): Call + `mime-find-field-decoder' with `summary' as the 2nd arg. + (nnheader-decode-from): Ditto. + +1998-11-09 Katsumi Yamaoka + + * lisp/pop3-fma.el: Set the value of `nnmail-read-passwd' as a + symbol `pop3-fma-read-passwd'. + +1998-11-09 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.029. + + * Sync up with Pterodactyl Gnus 0.42. + +1998-11-09 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.028. + + * Sync up with Pterodactyl Gnus 0.41. + +1998-11-06 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-make-full-mail-header): New + function. + (gnus-article-mime-edit-article-setup): Use it. + (gnus-article-mime-edit-exit): Use it. + + (gnus-article-mime-edit-article-setup): Set `gnus-show-mime' to t. + + * lisp/gnus-bbdb.el: Modify header description. + +1998-11-05 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-edit-done): Remove + `gnus-article-mime-edit-article-unwind' from + `gnus-article-mode-hook' before run `gnus-article-edit-exit'. + (gnus-article-mime-edit-article-setup): Revised. + (gnus-article-mime-edit-article-unwind): New function. + (gnus-article-mime-edit-exit): New function. + + (gnus-insert-mime-button): Fix typo. + +1998-11-04 Yoshiki Hayashi + + * lisp/message.el: (message-do-fcc): Don't run message-header-hook + and message-before-do-fcc-hook. + +1998-11-04 MORIOKA Tomohiko + + * lisp/mmgnus.el (entity-buffer): Must move to (point-min) before + search boundary between header and body (to fix problem with + Emacs). + +1998-11-03 MORIOKA Tomohiko + + * lisp/nnmh.el (nnmh-retrieve-headers): Don't use + `nnheader-fold-continuation-lines'. + + * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Don't expect + unfolded (to fix problem when using gnus-cache). + +1998-11-04 Katsumi Yamaoka + + * lisp/message.el (message-make-in-reply-to): Quote date. + +1998-11-02 Keiichi Suzuki + + * lisp/gnus-bbdb.el (gnus-bbdb/canonicalize-full-name-methods): + New variable. (Merged from `mime-bbdb.el' in SEMI.) + (gnus-bbdb/extract-address-components): New function. (Merged from + `mime-bbdb.el' in SEMI.) + (gnus-bbdb/canonicalize-spaces): Ditto. + (gnus-bbdb/canonicalize-dots): Ditto. + (gnus-bbdb/update-record): Use + `gnus-bbdb/extract-address-components'. + (gnus-bbdb/lines-and-from): Ditto. + (gnus-bbdb/summary-get-author): Ditto. + (gnus-bbdb/summary-author-in-bbdb): Ditto. + (gnus-bbeb/decode-field-body-function): New variable. + (gnus-bbdb/decode-field-body): New macro. + (gnus-bbdb/update-record): Use `gnus-bbdb/decode-field-body'. + (gnus-bbdb/extract-field-value): Ditto. + (gnus-bbdb/decode-field-body-function): Fix typo. + (gnus-bbdb/decode-field-body): Ditto. + (gnus-bbdb/update-record): Use `save-excursion' and change timing + of `save-restriction'. + +1998-10-31 Katsumi Yamaoka + + * lisp/gnus-draft.el (gnus-draft-decoding-function): Use + `mime-edit-decode-message-in-buffer' instead of + `mime-edit-decode-buffer'. + +1998-10-31 Tatsuya Ichikawa + + * lisp/nnheader.el (nnheader-decode-field-body): New inline + function. + + * lisp/gnus-draft.el (gnus-draft-decoding-function): Use + `mime-edit-decode-buffer' and `mime-decode-header-in-buffer'. + + * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use + `nnheader-decode-field-body' instead of `mime-decode-field-body'. + (gnus-bbdb/extract-field-value): Ditto. + +1998-10-30 Keiichi Suzuki + + * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Check existance of + `To' field before decoding. + +1998-10-30 Katsumi Yamaoka + + * README-gnus-bbdb.en: New file, translated by courtesy of + Hiroshi Kawaguchi . + +1998-10-30 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-compile): Add `gnus-bbdb.el'. + + * lisp/gnus-bbdb.el: New file. By courtesy of Keiichi Suzuki. + * README-gnus-bbdb.ja: Ditto (A part of Nana-TIPS.ja). + +1998-10-30 Tatsuya Ichikawa + + * lisp/gnus.el: Add autoload setting for `gnus-offline' and + `pop3-fma'. + +1998-10-30 Katsumi Yamaoka + + * lisp/gnus-art.el (article-decode-encoded-words): Use + `mime-decode-header-in-buffer' instead of `eword-decode-header'. + (gnus-article-display-message-with-encoded-word): Likewise. + + * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Fix + typo. + +1998-10-29 MORIOKA Tomohiko + + * lisp/gnus-draft.el (gnus-draft-decoding-function): Use + `mime-edit-decode-buffer' simply as initial value. + + * lisp/message.el (message-make-forward-subject): Use + `nnheader-decode-subject' instead of + `eword-decode-unstructured-field-body'. + + * lisp/nnheader.el (nnheader-decode-subject): New alias. + (nnheader-decode-from): New alias. + (make-full-mail-header): Use `nnheader-decode-subject' and + `nnheader-decode-from' instead of + `eword-decode-and-unfold-unstructured-field' and + `eword-decode-and-unfold-structured-field'. + +1998-10-29 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Force + `font-lock' to turn on at the beginning. Turn off `font-lock' + after editing article. + +1998-10-29 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-summary-edit-article-done): Abolish + `gnus-article-decoded-p'. + + * lisp/nnheader.el: Delete useless comments. + + * lisp/gnus-art.el (gnus-article-edit-article): Call + `gnus-article-edit-article-setup-function' if it is non nil. + (gnus-article-mime-edit-article-setup): New function. + (gnus-article-mime-edit-article-setup-hook): New hook. + (gnus-article-edit-article-setup-function): New user option. Use + `gnus-article-mime-edit-article-setup' in default. + 1998-10-28 Tatsuya Ichikawa * lisp/pop3-fma.el: Determin base64 encode/decode function by FLIM.