From: yamaoka Date: Fri, 23 Oct 1998 05:32:30 +0000 (+0000) Subject: Update. X-Git-Tag: pgnus-ichikawa-199811302358~146 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=253b81713f5c4637bfe517c0b52fd0b9c197f2c3;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index cecfc0e..6717038 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +1998-10-23 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.026. + (gnus-version): Modify supported version for FLIM and SEMI. + +1998-10-22 Katsumi Yamaoka + + * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Use + `mime-fetch-field' for getting Subject and From field. + +1998-10-20 MORIOKA Tomohiko + + * lisp/nnheader.el (nnheader-insert-nov): Use `mime-fetch-field' + for Subject and From field. + +1998-10-20 Katsumi Yamaoka + + * lisp/nnheader.el (nnheader-parse-nov): Use + `make-full-mail-header'. + +1998-10-20 MORIOKA Tomohiko + + * lisp/nnheader.el (nnheader-parse-head): Use + `make-full-mail-header'. + +1998-10-20 Katsumi Yamaoka + + * lisp/nnheader.el (make-full-mail-header): Sync up with + "chao-6_9" branch. + (mail-header-set-xref): Use `mime-entity-set-xref-internal'. + (mail-header-xref): Use `mime-entity-xref-internal' + (mail-header-set-lines): mime-entity-set-lines-internal'. + (mail-header-lines): Use `mime-entity-lines-internal' + (mail-header-set-chars): Use `mime-entity-set-chars-internal'. + (mail-header-chars): Use `mime-entity-chars-internal'. + (mail-header-set-references): Use + `mime-entity-set-references-internal'. + (mail-header-references): Use `mime-entity-references-internal'. + (mail-header-set-message-id): Use + `mime-entity-set-message-id-internal'. + (mail-header-message-id): Use `mime-entity-message-id-internal'. + (mail-header-set-date): Use `mime-entity-set-date-internal'. + (mail-header-date): Use `mime-entity-date-internal'. + (mail-header-set-from): Use + `mime-entity-set-decoded-from-internal'. + (mail-header-from): Use `mime-entity-decoded-from-internal'. + (mail-header-set-subject): Use + `mime-entity-set-decoded-subject-internal'. + (mail-header-subject): Use `mime-entity-decoded-subject-internal'. + All changes are imported from "chao-6_9" branch. + + * lisp/message.el (message-reply): Use + `make-full-mail-header-from-decoded-header`. + (message-followup): Ditto. + (message-get-reply-buffer-function): Abolished. + (message-fill-address): Don't fold if the current column number is + less than 79. + + * lisp/gnus-sum.el (gnus-summary-insert-line): Use + `gnus-put-text-property-excluding-characters-with-faces' instead + of `gnus-put-text-property'. + (gnus-summary-mode-map): Abolish key definition + "b" for `gnus-article-view-part'. + (gnus-encoded-word-method-alist): Abolished. + (gnus-multi-decode-encoded-word-string) Abolished. + + * lisp/gnus-int.el (gnus-request-replace-article): Don't encode + message body. + + * lisp/gnus-i18n.el (gnus-get-summary-default-charset): Abolished. + (gnus-set-summary-default-charset): Sync up with "chao-6_9" branch. + + * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word): + Abolished. + (gnus-article-display-message-with-encoded-word): Abolished. + +1998-10-14 MORIOKA Tomohiko + + * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use + `mime-read-field', `std11-address-string' and + `std11-full-name-string' instead of + `gnus-extract-address-components'. + (gnus-article-sort-by-author): Likewise. + +1998-10-12 MORIOKA Tomohiko + + * lisp/nnheader.el (make-full-mail-header-from-decoded-header): + New function. + +1998-10-05 MORIOKA Tomohiko + + * lisp/gnus-art.el (gnus-article-display-mime-message): Set up + buffer local variable `default-mime-charset' of + `gnus-original-article-buffer' and `gnus-article-buffer'. + +1998-09-30 MORIOKA Tomohiko + + * lisp/nnheader.el: Use `mime-entity' as gnus-header structure. + (mail-header-number): Use `mime-entity-location-internal'. + (mail-header-set-number): Use `mime-entity-set-location-internal'. + - Change other `mail-header-*' and `mail-header-set-*' to alias of + reference and set functions for mime-entity-internal. + + * lisp/mmgnus.el: New module. + + * lisp/gnus-sum.el: Abolish variable + `gnus-structured-field-decoder' and + `gnus-unstructured-field-decoder'. + (gnus-nov-parse-line): Don't decode from and subject. + (gnus-get-newsgroup-headers): Likewise. + + * lisp/gnus-score.el (gnus-header-index): Modify to use + mime-entity structure as gnus-header structure. + + * lisp/gnus-art.el (gnus-article-prepare-display): Use content of + `gnus-current-headers' as mime-message-structure. + +1998-09-29 MORIOKA Tomohiko + + * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Use + `make-full-mail-header'. + +1997-11-27 MORIOKA Tomohiko + + (gnus-parse-headers-hook): Use + `(gnus-set-summary-default-charset)' in default. + + 1998-10-21 Katsumi Yamaoka * lisp/gnus-xmas.el (gnus-tilde-pad-form): Guard for non string @@ -6,7 +134,7 @@ 1998-10-21 Katsumi Yamaoka * lisp/gnus.el (gnus-version-number): Update to 6.10.025. - Fix supported version for FLIM and SEMI. + (gnus-version): Fix supported version for FLIM and SEMI. * Sync up with Pterodactyl Gnus 0.36. @@ -235,7 +363,7 @@ only if `group' name is neither "queue" nor "draft". Fix typo (at 23:25). - *lisp/message.el (message-send-mail): Add different Message-ID in + * lisp/message.el (message-send-mail): Add different Message-ID in each message/partial 1998-09-26 Katsumi Yamaoka @@ -432,9 +560,9 @@ implementations for testing. * lisp/gnus-agent.el (gnus-agent-expire) (gnus-agent-fetch-headers) - (gnus-agent-flush-cache) (gnus-agent-save-history) - (gnus-agent-save-groups): Bind `coding-system-for-write' by - `gnus-agent-file-coding-system' while writing a file. + (gnus-agent-flush-cache) (gnus-agent-save-history) + (gnus-agent-save-groups): Bind `coding-system-for-write' by + `gnus-agent-file-coding-system' while writing a file. * lisp/gnus-agent.el (gnus-agent-file-coding-system): Renamed from `gnus-agent-article-file-coding-system'. @@ -567,9 +695,9 @@ * lisp/gnus.el: Delete autoload settings for `hexl-hex-string-to-integer', `mm-decode-words-region', - `mm-decode-words-string', `gnus-hack-decode-rfc1522', + `mm-decode-words-string', `gnus-hack-decode-rfc1522', `gnus-article-de-quoted-unreadable', `gnus-decode-rfc1522' and - `article-decode-rfc1522'. + `article-decode-rfc1522'. * lisp/gnus-sum.el: Delete key definitions for `gnus-article-decode-mime-words', `gnus-article-decode-mime-words' @@ -684,9 +812,9 @@ 1998-08-25 Tatsuya Ichikawa - * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): - (gnus-cache-save-buffers): Write file in raw-text - coding system. + * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Write + file in raw-text coding system. + (gnus-cache-save-buffers): Ditto. * lisp/gnus-cache.el (gnus-cache-write-file-coding-system): New variable. * lisp/gnus-util.el (gnus-write-buffer): Undo change. @@ -752,7 +880,7 @@ * Sync up with Gnus 5.6.37. - *lisp/gnus-offline.el (gnus-offline-setup) : To create spol directory + * lisp/gnus-offline.el (gnus-offline-setup) : To create spol directory if not exists. Change default value of gnus-offline-drafts-queue-type 'miee to 'agent @@ -820,7 +948,7 @@ 1998-08-06 Katsumi Yamaoka - *lisp/smtp.el: Do not insert empty line at the end of message. + * lisp/smtp.el: Do not insert empty line at the end of message. 1998-08-06 Tatsuya Ichikawa @@ -832,7 +960,7 @@ * lisp/gnus-start.el (gnus-read-init-file): Fix indent. * lisp/gnus-ems.el (gnus-tilde-max-form): Redefine instead of - (gnus-summary-line-format-spec) to display Japanese character + (gnus-summary-line-format-spec) to display Japanese character correctly in Gnus summaly. 1998-08-05 Keiichi Suzuki @@ -1107,7 +1235,7 @@ 1998-06-13 Tatsuya Ichikawa * lisp/pop3-fma.el: New function pop3-fma-cypher-string - New variable pop3-fma-cypher-key + New variable pop3-fma-cypher-key 1998-06-12 Shuhei KOBAYASHI @@ -1215,7 +1343,7 @@ (gnus-version): Modify for SEMI 1.4. * lisp/gnus-sum.el: Use 'mime-add-condition to set up - acting-condition. + acting-condition. 1998-05-04 MORIOKA Tomohiko @@ -1238,8 +1366,8 @@ * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus 5.6.7. * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el, - lisp/gnus-msg.el, lisp/gnus-cache.el, lisp/gnus-art.el: Sync up - with Gnus 5.6.7. + lisp/gnus-msg.el, lisp/gnus-cache.el, lisp/gnus-art.el: Sync up + with Gnus 5.6.7. 1998-04-28 Shuhei KOBAYASHI @@ -1262,7 +1390,7 @@ 1998-04-25 MORIOKA Tomohiko * README.semi (How to get? (via CVS)): Modify descriptions about - TAG. + TAG. 1998-04-23 MORIOKA Tomohiko @@ -1271,11 +1399,11 @@ 1998-04-23 MORIOKA Tomohiko * lisp/message.el (message-make-forward-subject): Use - `eword-decode-unstructured-field-body' for subject. + `eword-decode-unstructured-field-body' for subject. * lisp/gnus-msg.el (gnus-summary-mail-forward): Make local - variable `default-mime-charset' of `gnus-original-article-buffer' - and set up by `default-mime-charset' of `gnus-summary-buffer'. + variable `default-mime-charset' of `gnus-original-article-buffer' + and set up by `default-mime-charset' of `gnus-summary-buffer'. 1998-04-23 MORIOKA Tomohiko @@ -1297,7 +1425,7 @@ (gnus-version): Modify for SEMI 1.3. * lisp/gnus-sum.el: Use 'ctree-set-calist-strictly instead of - 'set-atype to set up for 'mime-acting-condition. + 'set-atype to set up for 'mime-acting-condition. 1998-04-21 Yoshiki Hayashi @@ -1308,7 +1436,7 @@ * texi/gnus-ja.texi: Modify styles. * texi/gnus.texi: Modify for Semi-gnus (sync up with - gnus-ja.texi). + gnus-ja.texi). 1998-04-20 Yoshiki Hayashi @@ -1333,7 +1461,7 @@ 1998-04-19 MORIOKA Tomohiko * lisp/gnus-art.el (gnus-following-method): New function; set up - for 'mime-view-following-method-alist. + for 'mime-view-following-method-alist. 1998-04-18 MORIOKA Tomohiko @@ -1390,25 +1518,25 @@ 1998-03-14 MORIOKA Tomohiko * lisp/gnus-art.el: Add setting for - `mime-raw-buffer-coding-system-alist'. + `mime-raw-buffer-coding-system-alist'. 1998-03-13 MORIOKA Tomohiko * lisp/gnus-art.el: Rename `mime-view-quitting-method-for-gnus' -> - `mime-preview-quitting-method-for-gnus'. + `mime-preview-quitting-method-for-gnus'. * lisp/gnus-art.el: Rename `mime-view-quitting-method-alist' -> - `mime-preview-quitting-method-alist'. + `mime-preview-quitting-method-alist'. * lisp/gnus-art.el: Rename `mime-view-kill-buffer' -> - `mime-preview-kill-buffer'. + `mime-preview-kill-buffer'. * lisp/gnus.el (gnus-version-number): Update to 6.0.10. * lisp/gnus-sum.el: Add code to check latest SEMI. (mime-acting-condition): Separate type and subtype; rename - `mime-combine-message/partials-automatically' -> - `mime-method-to-combine-message/partial-pieces'. + `mime-combine-message/partials-automatically' -> + `mime-method-to-combine-message/partial-pieces'. 1998-03-08 Shuhei KOBAYASHI @@ -1422,7 +1550,7 @@ 1998-03-01 Tatsuya Ichikawa * lisp/gnus-ems.el: Change variable name - gnus-bdf-image-file to gnus-mule-bitmap-image-file. + gnus-bdf-image-file to gnus-mule-bitmap-image-file. 1998-02-28 MORIOKA Tomohiko @@ -1489,7 +1617,7 @@ 1998-02-20 Christophe Broult * README.semi (How to get?): The command `update' must come before - `-r semi-gnus'. (cf. [tm-en:1559]) + `-r semi-gnus'. (cf. [tm-en:1559]) 1998-02-17 MORIOKA Tomohiko @@ -1498,16 +1626,16 @@ * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.28. * lisp/message.el: Abolish variable - `message-references-generator'. Abolish function - `message-generate-filled-references', - `message-generate-folded-references' and - `message-generate-unfolded-references'. + `message-references-generator'. Abolish function + `message-generate-filled-references', + `message-generate-folded-references' and + `message-generate-unfolded-references'. (message-reply): Don't use `message-references-generator'. (message-followup): Don't use `message-references-generator'. (message-fill-references): New function. (message-header-format-alist): Use `message-fill-references' for - References. + References. 1998-02-17 MORIOKA Tomohiko @@ -1517,21 +1645,21 @@ * lisp/gnus-sum.el: Check SEMI-0.118.2 (Otomaru) or later. (gnus-structured-field-decoder): Use - `eword-decode-and-unfold-structured-field'. + `eword-decode-and-unfold-structured-field'. * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use charset - conversion option of `eword-decode-header'. + conversion option of `eword-decode-header'. (gnus-article-decode-encoded-word): Use charset conversion option - of `eword-decode-header'; use `gnus-run-hooks'. + of `eword-decode-header'; use `gnus-run-hooks'. (gnus-content-header-filter): Use charset conversion option of - `eword-decode-header'. + `eword-decode-header'. * README.semi (How to get?): Should specify "-r semi-gnus". 1998-02-16 MORIOKA Tomohiko * lisp/gnus-art.el (gnus-article-decode-rfc1522): Decode header by - localized code. + localized code. 1998-02-16 MORIOKA Tomohiko @@ -1554,15 +1682,15 @@ * lisp/nnmail.el, lisp/nnmh.el: Use original. * lisp/gnus.el, lisp/gnus-draft.el, lisp/gnus-sum.el, - lisp/message.el, lisp/gnus-art.el: Sync up with qgnus-0.25. + lisp/message.el, lisp/gnus-art.el: Sync up with qgnus-0.25. 1998-02-11 Shuhei Kobayashi * texi/message.texi, texi/gnus.texi, texi/ChangeLog, - lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el, - lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el, - lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-art.el, - lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.24 + lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el, + lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el, + lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-art.el, + lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.24 1998-02-10 MORIOKA Tomohiko @@ -1597,7 +1725,7 @@ 1998-01-17 MORIOKA Tomohiko * lisp/message.el (message-send-mail-with-sendmail): Guard - `coding-system-for-write' by binary. + `coding-system-for-write' by binary. (message-send-mail-with-qmail): Likewise. 1998-01-16 MORIOKA Tomohiko @@ -1616,27 +1744,27 @@ 1998-01-12 MORIOKA Tomohiko * lisp/smtp.el (smtp-deduce-address-list): Don't use - `smtp-recipient-address-list' as global variable. + `smtp-recipient-address-list' as global variable. * lisp/message.el (message-send-mail-with-smtp): Don't use - `smtp-recipient-address-list' as global variable. + `smtp-recipient-address-list' as global variable. * lisp/smtpmail.el (smtpmail-recipient-address-list): New - variable; renamed from `smtp-recipient-address-list'. + variable; renamed from `smtp-recipient-address-list'. (smtpmail-send-it): Remove `(not (null ...))'. (smtpmail-send-queued-mail): Likewise. 1998-01-12 MORIOKA Tomohiko * lisp/message.el (message-send-mail-with-smtp): Don't generate - temporary buffer for message; don't generate and kill - `smtp-address-buffer' for `smtp-deduce-address-list'. + temporary buffer for message; don't generate and kill + `smtp-address-buffer' for `smtp-deduce-address-list'. * lisp/smtpmail.el (smtpmail-send-it): Don't generate and kill - `smtp-address-buffer' for `smtp-deduce-address-list'. + `smtp-address-buffer' for `smtp-deduce-address-list'. * lisp/smtp.el (smtp-deduce-address-list): Bind and generate - `smtp-address-buffer' in itself. + `smtp-address-buffer' in itself. 1998-01-12 MORIOKA Tomohiko @@ -1649,7 +1777,7 @@ * lisp/smtpmail.el: Split basic features into smtp.el. * lisp/message.el (message-send-mail-function): Add - `message-send-mail-with-smtp' as an item. + `message-send-mail-with-smtp' as an item. (message-send-mail-with-smtp): New function. * ChangeLog: New file. diff --git a/README.ichikawa b/README.ichikawa index 2469d40..28c6b0b 100644 --- a/README.ichikawa +++ b/README.ichikawa @@ -16,7 +16,8 @@ NEWS: * New Features Use T-gnus in offline(Unplugged) status using gnus-offline. - T-gnus have also features that have "shuhei-k" branch and MainTrunk. + T-gnus have also features that have "shuhei-k" branch, "chao-6_9" branch + and the MainTrunk. Enable to get Multiple Pop server in POP and APOP using pop3-fma.el (pop3 For Multi Account). @@ -28,6 +29,7 @@ NEWS: See TODO.ja * T-gnus 6.8.19 is the last version Gnus 5.6 base. - After this , T-gnus 6.10 - this is based on pgnus. + After this , T-gnus 6.10 - this is based on Pterodactyl Gnus. Latest T-gnus is T-gnus 6.10.025 (Based on pgnus-0.36). + diff --git a/README.semi b/README.semi index b297fe7..ec84659 100644 --- a/README.semi +++ b/README.semi @@ -10,6 +10,12 @@ Gnus to use it, and you must not use gnus-mime for SEMI. It requires SEMI package, so please get and install SEMI package before to install it. + T-gnus major change has been done. It won't work with the old versions +of SEMI packages, e.g. FLIM 1.10.5, SEMI 1.9.1, etc. If you have that one, +please update your environment before installing it. The recommended +versions of SEMI packages are APEL 9.5, FLIM 1.11.1, and SEMI 1.10.1 at +the present time. + How to get? (via CVS) =====================