X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=175f5582ab865a444abb0953e142da64d2d33e89;hb=80b842e9933517d38ca7aceb7c8e4ef525789b30;hp=d1ad499364276a63c65ef4f8fb141bc60bd69dfe;hpb=65186efa366653e14f955c5a8c4b6c4db84c2501;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1ad49936..175f5582a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,405 @@ +2006-05-23 Reiner Steib + + * gnus-sum.el (gnus-summary-make-menu-bar): Add + gnus-article-browse-html-article. + +2006-05-23 Hynek Schlawack + + * gnus-sum.el (gnus-summary-mime-map): Add + gnus-article-browse-html-article. + +2006-05-23 Reiner Steib + + * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some + suitable coding systems in customize. + +2006-05-18 Reiner Steib + + * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string. + (gnus-summary-expire-articles-now): Shorten prompt. + + * gmm-utils.el (wid-edit): Require. + (defun-gmm): Renamed from `gmm-defun-compat'. + (gmm-image-search-load-path): Use it. + (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'. + +2006-05-17 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-save-article-coding-system): New + variable. + (gnus-summary-save-article): Add optional `decode' argument. If + it is set and gnus-summary-save-article-coding-system is non-nil, + save decoded article. + (gnus-summary-write-article-file): Save decoded article if + gnus-summary-save-article-coding-system is non-nil. + + * ecomplete.el (ecomplete-database-file-coding-system): Fix custom + type. + +2006-05-16 Katsumi Yamaoka + + * gnus-art.el (easy-menu-define): Use :active instead of :enable. + +2006-05-12 Katsumi Yamaoka + + * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer + first to test gnus-single-article-buffer which may be buffer-local. + + * gnus-sum.el (gnus-summary-setup-buffer): Make + gnus-single-article-buffer buffer-local and nil in ephemeral + group; make gnus-article-buffer, gnus-article-current, and + gnus-original-article-buffer always buffer-local. + (gnus-summary-exit): Kill article buffer belonging to ephemeral + group. + (gnus-handle-ephemeral-exit): Don't move to next summary line. + +2006-05-08 Reiner Steib + + * nnml.el (nnml-request-compact-group): Compressed files might not + have .gz extension. + +2006-05-04 Stefan Monnier + + * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment. + (mm-copy-to-buffer): Use with-current-buffer. + (mm-display-part): Simplify. + (mm-inlinable-p): Add optional arg `type'. + +2006-05-03 Stefan Monnier + + * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED + argument. + (gnus-mime-view-part-externally, gnus-mime-view-part-internally): + Try harder to show the attachment internally or externally using + gnus-mime-view-part-as-type. + +2006-05-02 Reiner Steib + + * message.el (message-from-style, message-signature-separator) + (message-user-organization-file, message-send-mail-function) + (message-citation-line-function, message-yank-prefix) + (message-indent-citation-function, message-signature) + (message-signature-file, message-signature-insert-empty-line): + Remove autoloads. + + * gnus-art.el (gnus-buttonized-mime-types): Remove + "multipart/signed". Revert 2006-04-26 change. + +2006-05-01 Lars Magne Ingebrigtsen + + * gnus.el (gnus-version-number): Bump version. + +2006-05-01 Lars Magne Ingebrigtsen + + * gnus.el: No Gnus v0.5 is released. + +2006-04-30 Andreas Seltenreich + + * nnweb.el (nnweb-request-article): Do proper xwfu encoding when + fetching articles by message-id. + +2006-04-30 Lars Magne Ingebrigtsen + + * message.el (hashcash): Require hashcash as normal. + + * ecomplete.el (ecomplete-highlight-match-line): Use + point-at-eol. + (ecomplete-highlight-match-line): Use `highlight', because that + face exists in both Emacs and XEmacs. + + * message.el (message-display-abbrev): Use point-at-bol. + + * mail-source.el: Don't require timer/timer-funcs. + + * gnus-async.el: Ditto. + + * password.el: Ditto. + + * nnheaderxm.el (nnheader-cancel-timer): Ditto. + + * mm-url.el: Ditto. + + * gnus-xmas.el: Don't require timer-funcs. + + * mm-util.el: Require timer/timer-funcs. + +2006-04-23 Andreas Seltenreich + + * mm-url.el (mm-url-insert-file-contents): Don't set Connection: + Close. + +2006-04-28 Katsumi Yamaoka + + * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made + unibyte after clear-decrypt function runs. + + * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg + returns as a unibyte string. + +2006-04-27 Katsumi Yamaoka + + * lpath.el: Revert. + + * pgg-gpg.el (pgg-string-to-multibyte): Remove. + (pgg-gpg-process-sentinel): Revert. + + * pgg-pgp.el (pgg-pgp-process-region): Revert. + (pgg-pgp-lookup-key): Revert. + + * pgg-pgp5.el (pgg-pgp5-process-region): Revert. + (pgg-pgp5-lookup-key): Revert. + + * pgg.el (pgg-fetch-key): Revert. + +2006-04-27 Katsumi Yamaoka + + * lpath.el: Fbind string-as-multibyte for XEmacs. + + * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is + always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el. + (mml1991-pgg-encrypt): Ditto. + + * pgg-gpg.el (pgg-string-to-multibyte): New function. + (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always + a multibyte buffer. + + * pgg-pgp.el (pgg-pgp-process-region): Ditto. + (pgg-pgp-lookup-key): Ditto. + + * pgg-pgp5.el (pgg-pgp5-process-region): Ditto. + (pgg-pgp5-lookup-key): Ditto. + + * pgg.el (pgg-fetch-key): Ditto. + +2006-04-26 Reiner Steib + + * message.el (message-user-organization-file): Check several + locations of the organization file. + + * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar): + Add gnus-article-view-part-as-type. + + * gnus-art.el (gnus-article-view-part-as-type): New function. + + * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs, + .mobi and .travel. Remove .nato, .bitnet and .uucp. + + * mml.el: Simplify autoload. + (mml-mode): defvar dnd-protocol-alist instead of using + symbol-value. + (mml-default-directory): New variable. + (mml-minibuffer-read-file): Use it. + (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version. + + * message.el (message-citation-line-format): New variable. + (message-insert-formated-citation-line): New function. + (message-citation-line-function): Add + `message-insert-formated-citation-line' to custom type. + + * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types + to doc string. + + * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed" + depending on mm-verify-option. + +2006-04-26 Katsumi Yamaoka + + * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before + binding pgg-* variables; reimplement the section which prevents + MIME header from being signed. + (mml1991-pgg-encrypt): Make sure to load pgg.el before binding + pgg-text-mode; remove a blank line at the top of body. + + * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank + lines at the top of body; use gnus-newsgroup-charset if there's no + Charset header. + +2006-04-25 Katsumi Yamaoka + + * message.el (message-self-insert-commands): Doc fix. + + * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt. + (mm-uu-pgp-encrypted-test): Ditto. + (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line + between header and body; return application/pgp-encrypted handle + if decryption failed; decode decrypted body by charset. + + * mm-decode.el (mm-automatic-display): Don't make application/pgp + element match to application/pgp-*. + +2006-04-23 Andreas Seltenreich + + * nnweb.el (nnweb-google-wash-article): Sync up to new Google + HTML. + +2006-04-23 Lars Magne Ingebrigtsen + + * mail-source.el (mail-source-call-script): Message the error + string. + +2006-04-22 Lars Magne Ingebrigtsen + + * gnus-util.el (gnus-byte-compile): Use it. + +2006-04-22 xyblor (Tiny change.) + + * gnus-util.el (kill-empty-logs): New function. + +2006-04-22 Lars Magne Ingebrigtsen + + * message.el (message-mail-alias-type): Doc fix. + (message-mail-alias-type-p): New function. + (message-send): Use it. + (message-mode): Ditto. + (message-strip-forbidden-properties): Ditto. + + * ecomplete.el (ecomplete-database-file-coding-system): New + variable. + (ecomplete-save): Use it. + (ecomplete-setup): Use it. + +2006-04-22 Katsumi Yamaoka + + * message.el (message-self-insert-commands): New variable. + (message-strip-forbidden-properties): Use it. + +2006-04-22 Lars Magne Ingebrigtsen + + * message.el (message-put-addresses-in-ecomplete): Use a regexp + that doesn't make XEmacs choke. + +2006-04-20 Reiner Steib + + * gnus-util.el (gnus-replace-in-string): Prefer + replace-regexp-in-string over of replace-in-string. + +2006-04-20 Katsumi Yamaoka + + * gnus-util.el (gnus-select-frame-set-input-focus): Use + select-frame-set-input-focus if it is available in XEmacs; use + definition defined in Emacs 22 for old Emacsen. + + * dgnushack.el: Autoload unmorse-region for XEmacs. + + * lpath.el: Bind cursor-in-non-selected-windows and + select-frame-set-input-focus for XEmacs. + +2006-04-19 Katsumi Yamaoka + + * mm-view.el (mm-inline-text): Use equal instead of equalp. + +2006-04-18 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-cache-save): remove text + properties when saving via the temp buffer + +2006-04-18 Reiner Steib + + * message.el (message-generate-hashcash): Honor custom type. + +2006-04-18 Lars Magne Ingebrigtsen + + * message.el (message-generate-hashcash): Default to non-nil when + hashcash is found. + + * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt. + (gnus-refer-thread-limit): Increase default to 500. + + * mm-view.el (mm-inline-text): Supply delsp to flow-fill. + + * flow-fill.el (fill-flowed): Allow delete-space. + +2006-04-18 Reiner Steib + + * deuglify.el (gnus-outlook-deuglify-unwrap-min) + (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook): + Remove autoloads. + +2006-04-18 Simon Josefsson + + * message.el (message-generate-hashcash): Default to. + +2006-04-18 Katsumi Yamaoka + + * rfc2231.el (rfc2231-parse-string): Decode encoded value after + concatenating segments rather than before concatenating them. + +2006-04-17 Reiner Steib + + * gnus-group.el: Move comment to gnus-group-update-tool-bar. + +2006-04-17 Lars Magne Ingebrigtsen + + * rfc2231.el (rfc2231-parse-string): Sort the parameters first. + + * message.el (message-forward-make-body-plain): Allow + message-forward-ignored-headers to be a list. + (message-remove-ignored-headers): Factor out into function. + (message-forward-make-body-mml): Use it. + + * imap.el (imap-quote-specials): New function. + (imap-login-auth): Quote specials. + + * rfc2231.el (rfc2231-parse-string): Remove dead code. + (rfc2231-parse-string): Allow concatanation of parameters that + aren't contiguous. The test case is + (mail-header-parse-content-type "message/external-body; + name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f; + access-type=LOCAL-FILE; + name*1*=plugh%2fhello-sailor%2fbing.pdf") + +2006-04-17 Stefan Monnier + + * nntp.el (nntp-accept-process-output): Return the value of + `nnheader-accept-process-output'. + +2006-04-17 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-article-treat-types): Add text/x-patch. + (gnus-button-alist): Recognize more diff formats. + (gnus-button-patch): Strip directory. + +2006-04-17 Reiner Steib + + * gnus-util.el (gnus-select-frame-set-input-focus): Check for + Emacs 22 when setting focus. + +2006-04-17 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-article-treat-types): Do treatment of + text/x-verbatim parts. + (gnus-button-patch): New command. + + * ietf-drums.el (ietf-drums-parse-address): Attempt parsing + addresses that contain invalid characters. + +2006-04-16 Lars Magne Ingebrigtsen + + * message.el (message-put-addresses-in-ecomplete): Use + gnus-replace-in-string. + (message-is-yours-p): Use the more correct + mail-header-parse-address instead of + mail-extract-address-components. + (message-put-addresses-in-ecomplete): Fix typo. + + * gnus-sum.el (gnus-summary-limit-to-bodies): New command and + keystroke. + + * gnus-art.el (gnus-treatment-function-alist): Change order of + newsgroups/generic header folding to avoid double-folding. + + * message.el (message-hidden-headers): Add X-Draft-From. + + * gnus-sum.el (gnus-summary-repeat-search-article-forward): New + command. + (gnus-summary-repeat-search-article-backward): New command. + + * gnus-topic.el (gnus-topic-display-missing-topic): Skip past + groups in the parent topic. + 2006-04-16 Jo,Ac(Bo Cachopo (tiny change) - * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status. + * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status. (spam-extra-header-to-number): Return the CRM114 number as a number instead of a string. @@ -14,11 +413,11 @@ 2006-04-15 Lars Magne Ingebrigtsen * message.el (message-strip-forbidden-properties): Only display on - self-insert-command. + self-insert-command. * hashcash.el (hashcash-insert-payment-async): Remove dead code; - reindent. - (hashcash-insert-payment-async-2): Make sure the buffer is alive. + reindent. + (hashcash-insert-payment-async-2): Make sure the buffer is alive. 2006-04-15 NAKAJI Hiroyuki (tiny change) @@ -50,29 +449,29 @@ 2006-04-14 Lars Magne Ingebrigtsen * nnagent.el (nnagent-request-set-mark): Silence log file - writing. + writing. (nnagent-request-set-mark): Use write-region instead of - append-to-file. + append-to-file. * gnus-sum.el (gnus-read-header): Fudge article number if using a strange select method. * ecomplete.el (ecomplete-display-matches): Get highlightling - right. + right. (ecomplete-display-matches): Use literals. (ecomplete-display-matches): Disable message logging. * message.el (message-display-abbrev): Small optimization. * ecomplete.el (ecomplete-display-matches): Allow automatic - display. + display. * message.el (message-strip-forbidden-properties): Display - abbrevs. + abbrevs. (message-display-abbrev): Get automatic display right. * ecomplete.el (ecomplete-display-matches): Use M-n/M-p - keystrokes. + keystrokes. 2006-04-13 Romain Francoise @@ -8458,6 +8857,7 @@ See ChangeLog.2 for earlier changes. ;; Local Variables: ;; coding: iso-2022-7bit +;; fill-column: 79 ;; End: ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4