X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2FChangeLog;h=50b4a1de1813608cbdb4187bf01b360cf76bf67c;hb=f9e54240fc63f1ead8962e2afbc9b75e53994cd5;hp=7d41394750edd8d11c2e9e138d5930f5013f6b64;hpb=1311bf688b89ba0f4428dd4cf205416bbd55b811;p=elisp%2Fgnus.git- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d41394..50b4a1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,127 @@ +2001-06-03 Dale Hagglund + + * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split + restrict clauses. + +2001-06-07 16:00:00 ShengHuo ZHU + + From Benjamin Rutt + + * message.el (message-wide-reply-confirm-recipients): New variable. + +2001-06-06 Mark Thomas + + * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To + fix so it works with XEmacs. + +2001-06-07 16:00:00 ShengHuo ZHU + + * nnrss.el (nnrss-retrieve-headers): Support description as extra + headers. + +2001-06-07 15:00:00 ShengHuo ZHU + + * nnrss.el: Fix a few bugs. + +2001-06-05 Simon Josefsson + + * mm-decode.el (mm-handle-set-external-undisplayer): Don't + generate compiler warnings. From Alex Schroeder . + +2001-06-04 Hrvoje Niksic + + * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to + binary so that we don't transmit ISO 2022 garbage to the process. + This is needed under XEmacs. + +2001-06-03 Simon Josefsson + + * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is + autoloaded incorrectly below because ssl-program-* is bound.) + Thanks to Amos Gouaux for report. + +2001-06-02 Simon Josefsson + + * imap.el (imap-kerberos4-open): + (imap-gssapi-open): + (imap-ssl-open): + (imap-network-open): + (imap-shell-open): + (imap-starttls-open): Set buffer to workaround spurious + `accept-process-output' buffer changes. Thanks to Mats Lidell + for report and partial patch and Jake + Colman for report. + +2001-05-31 13:00:00 ShengHuo ZHU + + * gnus-sum.el (gnus-summary-catchup): New argument. + (gnus-summary-catchup-from-here): New function. + +2001-05-30 Kai Gro,A_(Bjohann + + * mm-view.el (mm-inline-image-xemacs): Insert newline, then move + back, then insert glyph. (Before, the glyph was inserted first, + then the newline.) This works around a behavior in XEmacs where + it is not possible to insert a character after a glyph which is at + the end of a buffer. Patch by Lloyd Zusman . + +2001-05-28 Kai Gro,A_(Bjohann + + From Jaap-Henk Hoepman (jhh@xs4all.nl). + + * mm-decode.el (mm-keep-viewer-alive-types): New variable. + (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer, + mm-destroy-postponed-undisplay-list): New functions. + (mm-display-external): Use them. + +2001-05-27 Kai Gro,A_(Bjohann + + * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and + `default-low' when evaluating `gnus-summary-highlight'. + From Raja R Harinath . + +2001-05-27 Simon Josefsson + + * message.el (message-yank-cited-prefix): New variable. + (message-indent-citation): Use it. + + * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output + as details. + (mml2015-mailcrypt-clear-verify): Ditto. + +2001-05-24 Kai Gro,A_(Bjohann + From Nevin Kapur . + + * gnus-sum.el (gnus-summary-default-high-score, + gnus-summary-default-low-score): New variables. + (gnus-summary-highlight): Use them. + +2001-05-16 Didier Verna + + * message.el (message-mail): pass the 'send-actions argument to + `message-setup'. + +2001-05-16 Simon Josefsson + From Raymond Scholz + + * gnus-art.el (gnus-mime-view-part-as-charset): + (gnus-mime-internalize-part): Doc fixes. + +2001-05-11 Simon Josefsson + + * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type + status lines without any text ("^215$"). + +2001-05-06 21:00:00 ShengHuo ZHU + + * nnrss.el (nnrss-check-group): Reverse. + +2001-05-07 Simon Josefsson + + * message.el (message-get-reply-headers): + (message-followup): Fix typo, suggested by David Green + + 2001-05-05 15:00:00 ShengHuo ZHU * nnslashdot.el (nnslashdot-request-expire-articles): Fix. @@ -58,7 +182,7 @@ 2001-04-15 14:55:03 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Return all - available headers. + available headers. * gnus-sum.el (gnus-read-all-available-headers): New variable. (gnus-get-newsgroup-headers-xover): Use it. @@ -87,7 +211,7 @@ gnus-newsrc-file-version may be nil. * nnmail.el (nnmail-get-new-mail): Use the exact file only. - Suggested by Michael Sperber [Mr. Preprocessor] + Suggested by Michael Sperber [Mr. Preprocessor] . 2001-04-25 Per Abrahamsen @@ -138,7 +262,7 @@ * gnus-sum.el (gnus-summary-find-matching): Clean up. (gnus-find-matching-articles): New function. - (gnus-summary-limit-include-matching-articles): New command. + (gnus-summary-limit-include-matching-articles): New command. (gnus-summary-limit-include-thread): Include articles that have matching subjects. (gnus-offer-save-summaries): Clean up. @@ -157,7 +281,7 @@ * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the newsgroup names when the original article is a news message. - + 2001-04-12 19:00:00 ShengHuo ZHU * message.el (message-cite-prefix-regexp): Use POSIX regexp if @@ -190,12 +314,12 @@ 2001-04-05 21:43:25 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid - date. + date. 2001-04-04 16:13:17 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-quit): Check that the dribble buffer - lives. + lives. 2001-04-02 00:40:12 Lars Magne Ingebrigtsen @@ -206,7 +330,7 @@ * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty. * gnus-start.el (gnus-read-newsrc-el-file): Nix out - gnus-format-specs. + gnus-format-specs. * message.el (message-check-news-header-syntax): Question even when Gnus doesn't know the group names. @@ -221,13 +345,13 @@ * gnus-score.el (gnus-score-orphans): Clean up. - * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window. + * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window. * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit - later. + later. * gnus-start.el (gnus-close-all-servers): Find the right items to - close. + close. * qp.el (quoted-printable-decode-region): Just message malformation; don't quit. @@ -244,7 +368,7 @@ `assq-delete-all', if that function exists; otherwise use the old definition. Documentation changed to match the one in `assq-delete-all'. - + 2001-04-01 00:37:14 Lars Magne Ingebrigtsen * gnus-start.el (gnus-close-all-servers): New function. @@ -253,7 +377,7 @@ (gnus-server-remove-denials): Clean up. * gnus-sum.el (gnus-summary-sort-by-original): New command and - keystroke. + keystroke. 2001-03-31 02:56:55 Lars Magne Ingebrigtsen @@ -267,9 +391,9 @@ * mm-decode.el (mm-default-directory): Customized. (mm-tmp-directory): Ditto. - * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. + * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. (gnus-get-newsgroup-headers): Return -1 for articles without Lines - or Chars. + or Chars. (gnus-summary-line-format-alist): ?l is now a string. (gnus-summary-prepare-threads): Output ? for unknown lines. (gnus-summary-insert-line): Ditto. @@ -288,7 +412,7 @@ when forcing news. * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a - command. + command. 2001-03-31 01:04:54 Francis Litterio @@ -305,14 +429,14 @@ * gnus-msg.el (gnus-put-message): Clean up. (gnus-summary-reply): Mark all replied-to articles as replied to. (gnus-inews-add-send-actions): Also mark as forwarded. - (gnus-summary-mail-forward): Mark as forwarded. + (gnus-summary-mail-forward): Mark as forwarded. * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list - of articles. + of articles. (gnus-summary-mark-article-as-forwarded): Ditto. * gnus-msg.el (gnus-summary-resend-message): Mark article as - forwarded. + forwarded. (gnus-summary-mail-forward): Clean up. * gnus.el (gnus-article-mark-lists): Added forward. @@ -328,7 +452,7 @@ (gnus-summary-very-wide-reply): New command and keystroke. (gnus-summary-very-wide-reply-with-original): Ditto. - * gnus-score.el (gnus-adaptive-word-length-limit): New variable. + * gnus-score.el (gnus-adaptive-word-length-limit): New variable. (gnus-score-adaptive): Use it. * gnus-start.el (gnus-get-unread-articles): Clean up. @@ -336,7 +460,7 @@ 2001-03-21 20:00:43 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Work for other - boards. + boards. 2001-03-21 Didier Verna