diff options
Diffstat (limited to 'lisp/gnus/ChangeLog.2')
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 982 |
1 files changed, 460 insertions, 522 deletions
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 50b978e7e75..14b4c23c38a 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 1 | 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2 | 2 | ||
| 3 | * gnus.el: Gnus v5.10.6 is released. | 3 | * gnus.el: Gnus v5.10.6 is released. |
| 4 | 4 | ||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | * gnus.el (gnus-version-number): Bump. | 11 | * gnus.el (gnus-version-number): Bump. |
| 12 | 12 | ||
| 13 | 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 13 | 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 14 | 14 | ||
| 15 | * gnus.el: Gnus v5.10.5 is released. | 15 | * gnus.el: Gnus v5.10.5 is released. |
| 16 | 16 | ||
| @@ -58,7 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | * gnus.el (gnus-version-number): Bump. | 59 | * gnus.el (gnus-version-number): Bump. |
| 60 | 60 | ||
| 61 | 2004-01-03 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 61 | 2004-01-03 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 62 | 62 | ||
| 63 | * gnus.el: Gnus v5.10.4 is released. | 63 | * gnus.el: Gnus v5.10.4 is released. |
| 64 | 64 | ||
| @@ -81,10 +81,9 @@ | |||
| 81 | * gnus-nocem.el (gnus-nocem-enter-article): Use the real group | 81 | * gnus-nocem.el (gnus-nocem-enter-article): Use the real group |
| 82 | hashtb (tiny patch). | 82 | hashtb (tiny patch). |
| 83 | 83 | ||
| 84 | 2004-01-02 Kai Grossjohann <kai@emptydomain.de> | 84 | 2004-01-02 Michael Albinus <Michael.Albinus@alcatel.de> |
| 85 | 85 | ||
| 86 | * nnml.el (nnml-save-mail): Grok compressed articles. From | 86 | * nnml.el (nnml-save-mail): Grok compressed articles. |
| 87 | Michael Albinus <Michael.Albinus@alcatel.de>. | ||
| 88 | 87 | ||
| 89 | 2004-01-02 Teodor Zlatanov <tzz@lifelogs.com> | 88 | 2004-01-02 Teodor Zlatanov <tzz@lifelogs.com> |
| 90 | 89 | ||
| @@ -144,20 +143,16 @@ | |||
| 144 | (gnus-summary-goto-article): Allow `%40'. | 143 | (gnus-summary-goto-article): Allow `%40'. |
| 145 | (gnus-summary-refer-article): Convert `%40' to `@'. | 144 | (gnus-summary-refer-article): Convert `%40' to `@'. |
| 146 | 145 | ||
| 147 | 2003-12-30 Simon Josefsson <jas@extundo.com> | 146 | 2003-12-30 Arne J,Ax(Brgensen <arne@arnested.dk> |
| 148 | 147 | ||
| 149 | * smime.el (smime-crl-check): New. | 148 | * smime.el (smime-crl-check): New. |
| 150 | (smime-verify-region): Use it. From Arne J,Ax(Brgensen | 149 | (smime-verify-region): Use it. |
| 151 | <arne@arnested.dk> in <87llpk9v5q.fsf@seamus.arnested.dk> (tiny | ||
| 152 | change). | ||
| 153 | 150 | ||
| 154 | 2003-12-30 Reiner Steib <Reiner.Steib@gmx.de> | 151 | 2003-12-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 155 | 152 | ||
| 156 | * gnus-score.el (gnus-score-edit-file-at-point): Consider the | 153 | (gnus-score-find-trace): Use gnus-score-edit-file-at-point. Added |
| 157 | whole match element. From Karl Pfl,Ad(Bsterer <sigurd@12move.de>. | 154 | `f' and `t' commands, added quick help. With some suggestions |
| 158 | (gnus-score-find-trace): Use it. Added `f' and `t' commands, | 155 | from Karl Pfl,Ad(Bsterer <sigurd@12move.de>. |
| 159 | added quick help. With some suggestions from Karl Pfl,Ad(Bsterer | ||
| 160 | <sigurd@12move.de>. | ||
| 161 | 156 | ||
| 162 | * gnus-util.el (gnus-emacs-version): Added doc-string. | 157 | * gnus-util.el (gnus-emacs-version): Added doc-string. |
| 163 | 158 | ||
| @@ -165,6 +160,11 @@ | |||
| 165 | (mml-attach-file): Use it. | 160 | (mml-attach-file): Use it. |
| 166 | (mml-preview): Added MIME preview to gnus-buffers. | 161 | (mml-preview): Added MIME preview to gnus-buffers. |
| 167 | 162 | ||
| 163 | 2003-12-30 Karl Pfl,Ad(Bsterer <sigurd@12move.de> | ||
| 164 | |||
| 165 | * gnus-score.el (gnus-score-edit-file-at-point): Consider the | ||
| 166 | whole match element. | ||
| 167 | |||
| 168 | 2003-12-30 Jesper Harder <harder@ifa.au.dk> | 168 | 2003-12-30 Jesper Harder <harder@ifa.au.dk> |
| 169 | 169 | ||
| 170 | * gnus-sum.el (gnus-summary-make-menu-bar): Add ellipses. | 170 | * gnus-sum.el (gnus-summary-make-menu-bar): Add ellipses. |
| @@ -179,7 +179,7 @@ | |||
| 179 | (gnus-secondary-method-p): Extend servers to methods before comparing. | 179 | (gnus-secondary-method-p): Extend servers to methods before comparing. |
| 180 | (gnus-secondary-method-p): Revert. | 180 | (gnus-secondary-method-p): Revert. |
| 181 | 181 | ||
| 182 | 2003-12-30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 182 | 2003-12-30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 183 | 183 | ||
| 184 | * gnus.el: Gnus v5.10.3 is released. | 184 | * gnus.el: Gnus v5.10.3 is released. |
| 185 | 185 | ||
| @@ -189,7 +189,7 @@ | |||
| 189 | Suggested by Steinar Bang <sb@dod.no>. | 189 | Suggested by Steinar Bang <sb@dod.no>. |
| 190 | (gnus-agent-auto-agentize-methods): Customize. | 190 | (gnus-agent-auto-agentize-methods): Customize. |
| 191 | 191 | ||
| 192 | 2003-12-29 Kevin Greiner <kgreiner@xpediantsolutions.com> | 192 | 2003-12-29 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 193 | * gnus.el (gnus-server-to-method): Fixed bug in 2003-12-22 | 193 | * gnus.el (gnus-server-to-method): Fixed bug in 2003-12-22 |
| 194 | check-in. | 194 | check-in. |
| 195 | 195 | ||
| @@ -210,10 +210,9 @@ | |||
| 210 | * mml1991.el (mml1991-pgg-encrypt): Decode according to CTE before | 210 | * mml1991.el (mml1991-pgg-encrypt): Decode according to CTE before |
| 211 | encrypting. | 211 | encrypting. |
| 212 | 212 | ||
| 213 | 2003-12-28 Jesper Harder <harder@ifa.au.dk> | 213 | 2003-12-28 Ivan Boldyrev <boldyrev@uiggm.nsc.ru> (tiny change). |
| 214 | 214 | ||
| 215 | * mml1991.el (mml1991-pgg-sign): Use unibyte when re-encoding. | 215 | * mml1991.el (mml1991-pgg-sign): Use unibyte when re-encoding. |
| 216 | From Ivan Boldyrev <boldyrev@uiggm.nsc.ru> (tiny change). | ||
| 217 | 216 | ||
| 218 | 2003-12-26 Katsumi Yamaoka <yamaoka@jpl.org> | 217 | 2003-12-26 Katsumi Yamaoka <yamaoka@jpl.org> |
| 219 | 218 | ||
| @@ -243,7 +242,7 @@ | |||
| 243 | * dgnushack.el (dgnushack-compile): Increase the value for | 242 | * dgnushack.el (dgnushack-compile): Increase the value for |
| 244 | max-specpdl-size when compiling Gnus with Emacs 20. | 243 | max-specpdl-size when compiling Gnus with Emacs 20. |
| 245 | 244 | ||
| 246 | 2003-12-22 Kevin Greiner <kgreiner@xpediantsolutions.com> | 245 | 2003-12-22 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 247 | * gnus-int.el (gnus-open-server): Fixed the server status such | 246 | * gnus-int.el (gnus-open-server): Fixed the server status such |
| 248 | that an agentized server, when opened offline, has a status of | 247 | that an agentized server, when opened offline, has a status of |
| 249 | offline. Also fixes bug whereby the agent's backend was called | 248 | offline. Also fixes bug whereby the agent's backend was called |
| @@ -268,7 +267,7 @@ | |||
| 268 | * gnus-agent.el (gnus-agent-read-agentview): Use | 267 | * gnus-agent.el (gnus-agent-read-agentview): Use |
| 269 | car-less-than-car. | 268 | car-less-than-car. |
| 270 | 269 | ||
| 271 | 2003-12-20 Artem Chuprina <ran@ran.pp.ru> (tiny change) | 270 | 2003-12-20 Artem Chuprina <ran@ran.pp.ru> (tiny change) |
| 272 | 271 | ||
| 273 | * message.el (message-yank-buffer): Bind message-reply-buffer to | 272 | * message.el (message-yank-buffer): Bind message-reply-buffer to |
| 274 | a buffer rather than a string. | 273 | a buffer rather than a string. |
| @@ -379,7 +378,7 @@ | |||
| 379 | 378 | ||
| 380 | * pgg.el (pgg-run-at-time): Ditto. | 379 | * pgg.el (pgg-run-at-time): Ditto. |
| 381 | 380 | ||
| 382 | 2003-12-11 Kevin Greiner <kgreiner@xpediantsolutions.com> | 381 | 2003-12-11 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 383 | 382 | ||
| 384 | * gnus-agent.el (gnus-agent-possibly-alter-active): New Function. | 383 | * gnus-agent.el (gnus-agent-possibly-alter-active): New Function. |
| 385 | (gnus-agent-regenerate-group): When necessary, alter the group's | 384 | (gnus-agent-regenerate-group): When necessary, alter the group's |
| @@ -401,17 +400,14 @@ | |||
| 401 | 400 | ||
| 402 | * message.el (message-get-reply-headers): Narrow to headers. | 401 | * message.el (message-get-reply-headers): Narrow to headers. |
| 403 | 402 | ||
| 404 | 2003-12-10 Teodor Zlatanov <tzz@lifelogs.com> | 403 | 2003-12-10 L,Bu(Brentey K,Ba(Broly <lorentey@elte.hu> |
| 405 | 404 | ||
| 406 | * spam.el (spam-disable-spam-split-during-ham-respool): new | 405 | * spam.el (spam-disable-spam-split-during-ham-respool): New |
| 407 | variable. From lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly) | 406 | variable. |
| 408 | (spam-ham-copy-or-move-routine): respect | 407 | (spam-ham-copy-or-move-routine): Respect |
| 409 | spam-disable-spam-split-during-ham-respool. From | 408 | spam-disable-spam-split-during-ham-respool. |
| 410 | lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly) | 409 | (spam-split-disabled): New variable. |
| 411 | (spam-split-disabled): new variable. From | 410 | (spam-split): Respect spam-split-disabled. |
| 412 | lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly) | ||
| 413 | (spam-split): respect spam-split-disabled. From | ||
| 414 | lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly) | ||
| 415 | 411 | ||
| 416 | 2003-12-10 Katsumi Yamaoka <yamaoka@jpl.org> | 412 | 2003-12-10 Katsumi Yamaoka <yamaoka@jpl.org> |
| 417 | 413 | ||
| @@ -427,19 +423,21 @@ | |||
| 427 | input. | 423 | input. |
| 428 | (pgg-decode-armor-region): Don't parse packet if decoding fail. | 424 | (pgg-decode-armor-region): Don't parse packet if decoding fail. |
| 429 | 425 | ||
| 430 | 2003-12-09 Teodor Zlatanov <tzz@lifelogs.com> | 426 | 2003-12-09 L,Bu(Brentey K,Ba(Broly <lorentey@elte.hu> |
| 431 | 427 | ||
| 432 | * spam.el (spam-check-bogofilter): run in the correct buffer. | 428 | * spam.el (spam-check-bogofilter): run in the correct buffer. |
| 433 | From lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly). | 429 | |
| 434 | (spam-bogofilter-database-directory): correct customization | 430 | 2003-12-09 Xavier Maillard <zedek@gnu-rox.org> |
| 435 | group. From Xavier Maillard <zedek@gnu-rox.org>. | 431 | |
| 432 | * spam.el (spam-bogofilter-database-directory): correct | ||
| 433 | customization group. | ||
| 436 | 434 | ||
| 437 | 2003-12-09 Per Abrahamsen <abraham@dina.kvl.dk> | 435 | 2003-12-09 Per Abrahamsen <abraham@dina.kvl.dk> |
| 438 | 436 | ||
| 439 | * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets. | 437 | * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets. |
| 440 | (nnmail-split-fancy): Use it. | 438 | (nnmail-split-fancy): Use it. |
| 441 | 439 | ||
| 442 | 2003-12-08 Joel Ray Holveck <joelh@piquan.org> (tiny change) | 440 | 2003-12-08 Joel Ray Holveck <joelh@piquan.org> (tiny change) |
| 443 | 441 | ||
| 444 | * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name" | 442 | * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name" |
| 445 | parameter of Content-Type. | 443 | parameter of Content-Type. |
| @@ -509,32 +507,32 @@ | |||
| 509 | * gnus-util.el: Require alist and provide tm-view when compiling | 507 | * gnus-util.el: Require alist and provide tm-view when compiling |
| 510 | with XEmacs. | 508 | with XEmacs. |
| 511 | 509 | ||
| 512 | 2003-12-03 Steve Youngs <sryoungs@bigpond.net.au> | 510 | 2003-12-03 Jerry James <james@xemacs.org> (tiny change) |
| 513 | 511 | ||
| 514 | * gnus-xmas.el: Add autoloads for macros defined in gnus.el. | 512 | * gnus-xmas.el: Add autoloads for macros defined in gnus.el. |
| 515 | From Jerry James <james@xemacs.org>. | ||
| 516 | 513 | ||
| 517 | * gnus-util.el: Get rmail definitions when compiling. | 514 | * gnus-util.el: Get rmail definitions when compiling. |
| 518 | From Jerry James <james@xemacs.org>. | ||
| 519 | 515 | ||
| 520 | * dns.el: Require gnus-xmas at compile time instead of trying to | 516 | * dns.el: Require gnus-xmas at compile time instead of trying to |
| 521 | autoload `gnus-xmas-open-network-stream' because it wasn't picking | 517 | autoload `gnus-xmas-open-network-stream' because it wasn't picking |
| 522 | up the macro. | 518 | up the macro. |
| 523 | From Jerry James <james@xemacs.org>. | ||
| 524 | 519 | ||
| 525 | 2003-12-01 Kevin Greiner <kgreiner@xpediantsolutions.com> | 520 | 2003-12-01 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 521 | |||
| 526 | * gnus-agent.el (gnus-agent-consider-all-articles): Updated | 522 | * gnus-agent.el (gnus-agent-consider-all-articles): Updated |
| 527 | docstring. | 523 | docstring. |
| 528 | (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1): | 524 | (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1): |
| 529 | Fixed implementation such that the predicate `true' no longer | 525 | Fixed implementation such that the predicate `true' no longer |
| 530 | evaluates to t. | 526 | evaluates to t. |
| 531 | 527 | ||
| 532 | 2003-12-01 Teodor Zlatanov <tzz@lifelogs.com> | 528 | 2003-12-01 Adrian Lanz <lanz@fowi.ethz.ch> (tiny change) |
| 533 | 529 | ||
| 534 | * spam.el (spam-check-bogofilter): check the bogofilter headers | 530 | * spam.el (spam-check-bogofilter): check the bogofilter headers |
| 535 | AFTER the save-excursion scope is over. From Adrian Lanz | 531 | AFTER the save-excursion scope is over. |
| 536 | <lanz@fowi.ethz.ch>. | 532 | |
| 537 | (spam-fetch-field-message-id-fast): doc fix | 533 | 2003-12-01 Teodor Zlatanov <tzz@lifelogs.com> |
| 534 | |||
| 535 | * spam.el (spam-fetch-field-message-id-fast): Doc fix | ||
| 538 | 536 | ||
| 539 | 2003-12-01 Simon Josefsson <jas@extundo.com> | 537 | 2003-12-01 Simon Josefsson <jas@extundo.com> |
| 540 | 538 | ||
| @@ -549,24 +547,26 @@ | |||
| 549 | (gnus-agent-expire-group-1): Only print a message for an article | 547 | (gnus-agent-expire-group-1): Only print a message for an article |
| 550 | when there actually was something done to it. | 548 | when there actually was something done to it. |
| 551 | 549 | ||
| 550 | * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix. | ||
| 551 | |||
| 552 | 2003-11-30 Kenichi Handa <handa@m17n.org> | ||
| 553 | |||
| 552 | * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with | 554 | * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with |
| 553 | 'to argument. Fixes something or other in Emacs 22, and is | 555 | 'to argument. Fixes something or other in Emacs 22, and is |
| 554 | backwards compatible. From Kenichi Handa <handa@m17n.org>. | 556 | backwards compatible. |
| 555 | |||
| 556 | * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix. | ||
| 557 | 557 | ||
| 558 | 2003-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 558 | 2003-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 559 | 559 | ||
| 560 | * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods. | 560 | * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods. |
| 561 | 561 | ||
| 562 | 2003-11-29 Kevin Greiner <kgreiner@xpediantsolutions.com> | 562 | 2003-11-29 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 563 | * gnus-start.el (gnus-activate-group): The active range of the | 563 | * gnus-start.el (gnus-activate-group): The active range of the |
| 564 | group must include the articles known to the agent. | 564 | group must include the articles known to the agent. |
| 565 | 565 | ||
| 566 | * gnus.el (gnus-agent-method-p): Accept a server name as the | 566 | * gnus.el (gnus-agent-method-p): Accept a server name as the |
| 567 | method being tested. | 567 | method being tested. |
| 568 | 568 | ||
| 569 | 2003-11-29 Alexander Kreuzer <alex@freesources.org> (tiny change) | 569 | 2003-11-29 Alexander Kreuzer <alex@freesources.org> (tiny change) |
| 570 | 570 | ||
| 571 | * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t. | 571 | * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t. |
| 572 | 572 | ||
| @@ -669,7 +669,7 @@ | |||
| 669 | 669 | ||
| 670 | * dgnushack.el (mapc): Add the compiler macro for Emacs 20. | 670 | * dgnushack.el (mapc): Add the compiler macro for Emacs 20. |
| 671 | 671 | ||
| 672 | 2003-11-24 Kevin Greiner <kgreiner@xpediantsolutions.com> | 672 | 2003-11-24 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 673 | * gnus-srvr.el (gnus-server-insert-server-line): The server names | 673 | * gnus-srvr.el (gnus-server-insert-server-line): The server names |
| 674 | used in gnus-agent are different (for example, the native server | 674 | used in gnus-agent are different (for example, the native server |
| 675 | uses the alias "native") from the names in gnus-srvr. | 675 | uses the alias "native") from the names in gnus-srvr. |
| @@ -681,7 +681,7 @@ | |||
| 681 | new gnus-server-named-server function to get gnus-agent compatible | 681 | new gnus-server-named-server function to get gnus-agent compatible |
| 682 | names from the server buffer. | 682 | names from the server buffer. |
| 683 | 683 | ||
| 684 | 2003-11-20 Kevin Greiner <kgreiner@xpediantsolutions.com> | 684 | 2003-11-20 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 685 | 685 | ||
| 686 | * gnus.el (gnus-agent-covered-methods): Documented use of | 686 | * gnus.el (gnus-agent-covered-methods): Documented use of |
| 687 | named servers, not methods, to identity agentized groups. | 687 | named servers, not methods, to identity agentized groups. |
| @@ -762,12 +762,12 @@ | |||
| 762 | * gnus-score.el (gnus-decay-score): Return a surely smaller value | 762 | * gnus-score.el (gnus-decay-score): Return a surely smaller value |
| 763 | than the argument in XEmacs. | 763 | than the argument in XEmacs. |
| 764 | 764 | ||
| 765 | 2003-11-18 Reiner Steib <Reiner.Steib@gmx.de> | 765 | 2003-11-18 Sam Steingold <sds@gnu.org> |
| 766 | 766 | ||
| 767 | * message.el (message-insert-to): Don't use `gnus-message'. | 767 | * message.el (message-insert-to): Don't use `gnus-message'. |
| 768 | (message-header-synonyms): New variable. | 768 | (message-header-synonyms): New variable. |
| 769 | (message-carefully-insert-headers): Use it (check for synonyms). | 769 | (message-carefully-insert-headers): Use it (check for synonyms). |
| 770 | Added doc-string. From Sam Steingold <sds@gnu.org>. | 770 | Added doc-string. |
| 771 | 771 | ||
| 772 | 2003-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | 772 | 2003-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 773 | 773 | ||
| @@ -848,13 +848,16 @@ | |||
| 848 | 848 | ||
| 849 | 2003-11-10 Reiner Steib <Reiner.Steib@gmx.de> | 849 | 2003-11-10 Reiner Steib <Reiner.Steib@gmx.de> |
| 850 | 850 | ||
| 851 | * message.el (message-insert-to): Do error out when the user | 851 | * message.el (message-mode-field-menu): Moved some entries, added |
| 852 | requested no Cc. Don't insert empty To. Can be added to | ||
| 853 | `message-setup-hook' now. From Sam Steingold <sds@gnu.org>. | ||
| 854 | (message-mode-field-menu): Moved some entries, added | ||
| 855 | `message-insert-wide-reply'. | 852 | `message-insert-wide-reply'. |
| 856 | (message-change-subject): Fixed comment. | 853 | (message-change-subject): Fixed comment. |
| 857 | 854 | ||
| 855 | 2003-11-10 Sam Steingold <sds@gnu.org> | ||
| 856 | |||
| 857 | * message.el (message-insert-to): Do error out when the user | ||
| 858 | requested no Cc. Don't insert empty To. Can be added to | ||
| 859 | `message-setup-hook' now. | ||
| 860 | |||
| 858 | 2003-11-10 Simon Josefsson <jas@extundo.com> | 861 | 2003-11-10 Simon Josefsson <jas@extundo.com> |
| 859 | 862 | ||
| 860 | * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t. | 863 | * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t. |
| @@ -865,13 +868,12 @@ | |||
| 865 | key id too (for decryption). | 868 | key id too (for decryption). |
| 866 | (pgg-gpg-sign-region): Likewise. | 869 | (pgg-gpg-sign-region): Likewise. |
| 867 | 870 | ||
| 868 | 2003-11-09 Simon Josefsson <jas@extundo.com> | 871 | 2003-11-09 Satyaki Das <satyakid@stanford.edu> |
| 869 | 872 | ||
| 870 | * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable. | 873 | * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable. |
| 871 | (pgg-gpg-lookup-all-secret-keys): New function. | 874 | (pgg-gpg-lookup-all-secret-keys): New function. |
| 872 | (pgg-gpg-select-matching-key): Likewise. | 875 | (pgg-gpg-select-matching-key): Likewise. |
| 873 | (pgg-gpg-decrypt-region): Use new functions. From Satyaki Das | 876 | (pgg-gpg-decrypt-region): Use new functions. |
| 874 | <satyakid@stanford.edu>. | ||
| 875 | 877 | ||
| 876 | 2003-11-07 Teodor Zlatanov <tzz@lifelogs.com> | 878 | 2003-11-07 Teodor Zlatanov <tzz@lifelogs.com> |
| 877 | 879 | ||
| @@ -1322,8 +1324,9 @@ | |||
| 1322 | * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head, | 1324 | * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head, |
| 1323 | it's done by nnmail-article-group. | 1325 | it's done by nnmail-article-group. |
| 1324 | 1326 | ||
| 1327 | 2003-10-12 Mark Hood <markhood@speakeasy.net> (tiny change) | ||
| 1328 | |||
| 1325 | * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens. | 1329 | * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens. |
| 1326 | From Mark Hood <markhood@speakeasy.net> (tiny change) | ||
| 1327 | 1330 | ||
| 1328 | 2003-10-10 Jesper Harder <harder@ifa.au.dk> | 1331 | 2003-10-10 Jesper Harder <harder@ifa.au.dk> |
| 1329 | 1332 | ||
| @@ -1387,10 +1390,10 @@ | |||
| 1387 | 1390 | ||
| 1388 | * spam.el (spam-install-hooks-function): Added Autoload cookie. | 1391 | * spam.el (spam-install-hooks-function): Added Autoload cookie. |
| 1389 | 1392 | ||
| 1390 | 2003-10-02 Jesper Harder <harder@ifa.au.dk> | 1393 | 2003-10-02 Michael Shields <shields@msrl.com> |
| 1391 | 1394 | ||
| 1392 | * pgg-def.el (pgg-default-keyserver-address): Change to | 1395 | * pgg-def.el (pgg-default-keyserver-address): Change to |
| 1393 | subkeys.pgp.net. From Michael Shields <shields@msrl.com> | 1396 | subkeys.pgp.net. |
| 1394 | 1397 | ||
| 1395 | 2003-10-01 Simon Josefsson <jas@extundo.com> | 1398 | 2003-10-01 Simon Josefsson <jas@extundo.com> |
| 1396 | 1399 | ||
| @@ -1464,19 +1467,21 @@ | |||
| 1464 | 1467 | ||
| 1465 | * gnus.el (gnus-group-charter-alist): Update. | 1468 | * gnus.el (gnus-group-charter-alist): Update. |
| 1466 | 1469 | ||
| 1470 | 2003-09-10 Eric Knauel <knauel@informatik.uni-tuebingen.de> | ||
| 1471 | |||
| 1472 | * spam-report.el: Use mm-url.el functions for external URL loading | ||
| 1473 | when the built-in HTTP GET is insufficient (e.g. proxies are in | ||
| 1474 | the way). | ||
| 1475 | |||
| 1467 | 2003-09-10 Teodor Zlatanov <tzz@lifelogs.com> | 1476 | 2003-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
| 1468 | 1477 | ||
| 1469 | * spam-report.el: use mm-url.el functions for external URL | 1478 | * spam-report.el (spam-report-url-ping-function): New option, |
| 1470 | loading when the built-in HTTP GET is insufficient (e.g. proxies | 1479 | defaults to the built-in HTTP GET (spam-report-url-ping-plain). |
| 1471 | are in the way). From Eric Knauel | 1480 | (spam-report-url-ping): Call spam-report-url-ping-function. |
| 1472 | <knauel@informatik.uni-tuebingen.de>. | 1481 | (spam-report-url-ping-plain): New function, does what |
| 1473 | (spam-report-url-ping-function): new option, defaults to the | 1482 | spam-report-url-ping used to do. |
| 1474 | built-in HTTP GET (spam-report-url-ping-plain) | 1483 | (spam-report-url-ping-mm-url): Function that delegates to |
| 1475 | (spam-report-url-ping): calls spam-report-url-ping-function now | 1484 | mm-url.el (autoloaded). |
| 1476 | (spam-report-url-ping-plain): new function, does what | ||
| 1477 | spam-report-url-ping used to do | ||
| 1478 | (spam-report-url-ping-mm-url): function that delegates to | ||
| 1479 | mm-url.el (autoloaded) | ||
| 1480 | 1485 | ||
| 1481 | 2003-09-08 Teodor Zlatanov <tzz@lifelogs.com> | 1486 | 2003-09-08 Teodor Zlatanov <tzz@lifelogs.com> |
| 1482 | 1487 | ||
| @@ -1577,12 +1582,11 @@ | |||
| 1577 | (mml-insert-mime-headers): Use it. Based on (tiny) patch from | 1582 | (mml-insert-mime-headers): Use it. Based on (tiny) patch from |
| 1578 | Lars Balker Rasmussen <lars@balker.org>. | 1583 | Lars Balker Rasmussen <lars@balker.org>. |
| 1579 | 1584 | ||
| 1580 | 2003-08-30 Simon Josefsson <jas@extundo.com> | 1585 | 2003-08-30 Gaute Strokkenes <gs234@srcf.ucam.org> (tiny change) |
| 1581 | 1586 | ||
| 1582 | * mail-source.el (mail-source-fetch-imap): Pass correct buffer to | 1587 | * mail-source.el (mail-source-fetch-imap): Pass correct buffer to |
| 1583 | imap-open, reverts 2003-03-17 change. Reverse remove before | 1588 | imap-open, reverts 2003-03-17 change. Reverse remove before |
| 1584 | calling gnus-compress-sequence. From Gaute Strokkenes | 1589 | calling gnus-compress-sequence. |
| 1585 | <gs234@srcf.ucam.org> (tiny change). | ||
| 1586 | 1590 | ||
| 1587 | 2003-08-29 Simon Josefsson <jas@extundo.com> | 1591 | 2003-08-29 Simon Josefsson <jas@extundo.com> |
| 1588 | 1592 | ||
| @@ -1602,11 +1606,10 @@ | |||
| 1602 | the files it may be using. Reported by David Coe | 1606 | the files it may be using. Reported by David Coe |
| 1603 | <davidc@debian.org>. | 1607 | <davidc@debian.org>. |
| 1604 | 1608 | ||
| 1605 | 2003-08-27 Jesper Harder <harder@ifa.au.dk> | 1609 | 2003-08-27 Vagn Johansen <v@johansen.mail.dk> (tiny change) |
| 1606 | 1610 | ||
| 1607 | * gnus-cache.el (gnus-cache-generate-active): Fix bug in | 1611 | * gnus-cache.el (gnus-cache-generate-active): Fix bug in |
| 1608 | replacement. From Vagn Johansen <v@johansen.mail.dk> (tiny | 1612 | replacement. |
| 1609 | change). | ||
| 1610 | 1613 | ||
| 1611 | 2003-08-25 Katsumi Yamaoka <yamaoka@jpl.org> | 1614 | 2003-08-25 Katsumi Yamaoka <yamaoka@jpl.org> |
| 1612 | 1615 | ||
| @@ -1712,10 +1715,9 @@ | |||
| 1712 | * gnus.el (gnus-refer-article-method): Ditto. | 1715 | * gnus.el (gnus-refer-article-method): Ditto. |
| 1713 | * message.el (message-courtesy-message): Ditto. | 1716 | * message.el (message-courtesy-message): Ditto. |
| 1714 | 1717 | ||
| 1715 | 2003-08-06 Jesper Harder <harder@ifa.au.dk> | 1718 | 2003-08-06 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch) |
| 1716 | 1719 | ||
| 1717 | * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry. | 1720 | * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry. |
| 1718 | From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch) | ||
| 1719 | 1721 | ||
| 1720 | 2003-08-05 Katsumi Yamaoka <yamaoka@jpl.org> | 1722 | 2003-08-05 Katsumi Yamaoka <yamaoka@jpl.org> |
| 1721 | 1723 | ||
| @@ -1841,8 +1843,7 @@ | |||
| 1841 | * imap.el (imap-arrival-filter): Fix test for missing process | 1843 | * imap.el (imap-arrival-filter): Fix test for missing process |
| 1842 | buffer. | 1844 | buffer. |
| 1843 | 1845 | ||
| 1844 | 2003-07-09 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 1846 | 2003-07-09 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch). |
| 1845 | From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch). | ||
| 1846 | 1847 | ||
| 1847 | * imap.el (imap-wait-for-tag): Clarify comment. Use timeout zero | 1848 | * imap.el (imap-wait-for-tag): Clarify comment. Use timeout zero |
| 1848 | for second, after-process-has-died, accept-process-output. | 1849 | for second, after-process-has-died, accept-process-output. |
| @@ -1898,25 +1899,25 @@ | |||
| 1898 | (message-canlock-generate) | 1899 | (message-canlock-generate) |
| 1899 | (message-generate-new-buffer-clone-locals): Docstring fixes. | 1900 | (message-generate-new-buffer-clone-locals): Docstring fixes. |
| 1900 | 1901 | ||
| 1901 | 2003-07-07 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 1902 | 2003-07-07 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch) |
| 1902 | 1903 | ||
| 1903 | * imap.el (imap-wait-for-tag): After the process has died, look | 1904 | * imap.el (imap-wait-for-tag): After the process has died, look |
| 1904 | for more output still pending. From Gaute B Strokkenes | 1905 | for more output still pending. |
| 1905 | <gs234@cam.ac.uk> (tiny patch). | ||
| 1906 | 1906 | ||
| 1907 | 2003-07-07 Teodor Zlatanov <tzz@lifelogs.com> | 1907 | 2003-07-07 Teodor Zlatanov <tzz@lifelogs.com> |
| 1908 | 1908 | ||
| 1909 | * spam.el (spam-bogofilter-score): redisplay article normally | 1909 | * spam.el (spam-bogofilter-score): redisplay article normally |
| 1910 | after spam-bogofilter-score is called | 1910 | after spam-bogofilter-score is called |
| 1911 | 1911 | ||
| 1912 | 2003-07-06 Michael Piotrowski <mxp@dynalabs.de> (tiny change) | ||
| 1913 | |||
| 1914 | * gnus-sum.el (gnus-print-buffer): Apply emphasis. | ||
| 1915 | |||
| 1912 | 2003-07-06 Jesper Harder <harder@ifa.au.dk> | 1916 | 2003-07-06 Jesper Harder <harder@ifa.au.dk> |
| 1913 | 1917 | ||
| 1914 | * message.el (message-send-mail-with-sendmail): Handle | 1918 | * message.el (message-send-mail-with-sendmail): Handle |
| 1915 | non-numeric return values. | 1919 | non-numeric return values. |
| 1916 | 1920 | ||
| 1917 | * gnus-sum.el (gnus-print-buffer): Apply emphasis. | ||
| 1918 | From Michael Piotrowski <mxp@dynalabs.de> (tiny change). | ||
| 1919 | |||
| 1920 | * gnus-start.el (gnus-clear-system): Revert change from | 1921 | * gnus-start.el (gnus-clear-system): Revert change from |
| 1921 | 2003-06-19. | 1922 | 2003-06-19. |
| 1922 | 1923 | ||
| @@ -2013,11 +2014,13 @@ | |||
| 2013 | 2014 | ||
| 2014 | 2003-06-20 Jesper Harder <harder@ifa.au.dk> | 2015 | 2003-06-20 Jesper Harder <harder@ifa.au.dk> |
| 2015 | 2016 | ||
| 2016 | * gnus-msg.el (gnus-configure-posting-styles): Remove unused | ||
| 2017 | variable. From Jan Rychter <jan@rychter.com>. | ||
| 2018 | |||
| 2019 | * spam.el (spam-spamoracle-learn): insert-string is obsolete. | 2017 | * spam.el (spam-spamoracle-learn): insert-string is obsolete. |
| 2020 | 2018 | ||
| 2019 | 2003-06-20 Jan Rychter <jan@rychter.com> | ||
| 2020 | |||
| 2021 | * gnus-msg.el (gnus-configure-posting-styles): Remove unused | ||
| 2022 | variable. | ||
| 2023 | |||
| 2021 | 2003-06-19 Teodor Zlatanov <tzz@lifelogs.com> | 2024 | 2003-06-19 Teodor Zlatanov <tzz@lifelogs.com> |
| 2022 | 2025 | ||
| 2023 | * spam.el (spam-enter-list): do not enter duplicate addresses into | 2026 | * spam.el (spam-enter-list): do not enter duplicate addresses into |
| @@ -2050,11 +2053,10 @@ | |||
| 2050 | * gnus-util.el (gnus-extract-address-components): Added | 2053 | * gnus-util.el (gnus-extract-address-components): Added |
| 2051 | doc-string. | 2054 | doc-string. |
| 2052 | 2055 | ||
| 2053 | 2003-06-16 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 2056 | 2003-06-16 Michael Albinus <Michael.Albinus@alcatel.de> |
| 2054 | 2057 | ||
| 2055 | * nnml.el (nnml-current-group-article-to-file-alist): Don't read | 2058 | * nnml.el (nnml-current-group-article-to-file-alist): Don't read |
| 2056 | overview when using compressed files. From Michael Albinus | 2059 | overview when using compressed files. |
| 2057 | <Michael.Albinus@alcatel.de>. | ||
| 2058 | 2060 | ||
| 2059 | 2003-06-16 Katsumi Yamaoka <yamaoka@jpl.org> | 2061 | 2003-06-16 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2060 | 2062 | ||
| @@ -2072,8 +2074,7 @@ | |||
| 2072 | * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind | 2074 | * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind |
| 2073 | `gnus-article-emulate-mime'. | 2075 | `gnus-article-emulate-mime'. |
| 2074 | 2076 | ||
| 2075 | 2003-06-15 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 2077 | 2003-06-15 Tommi Vainikainen <thv+gnus@iki.fi> |
| 2076 | From Tommi Vainikainen <thv+gnus@iki.fi>. | ||
| 2077 | 2078 | ||
| 2078 | * message.el (message-is-yours-p): New function. Separated common | 2079 | * message.el (message-is-yours-p): New function. Separated common |
| 2079 | code from message-cancel-news and message-supersede. Added | 2080 | code from message-cancel-news and message-supersede. Added |
| @@ -2081,10 +2082,10 @@ | |||
| 2081 | resort. | 2082 | resort. |
| 2082 | (message-cancel-news, message-supersede): Use message-is-yours-p. | 2083 | (message-cancel-news, message-supersede): Use message-is-yours-p. |
| 2083 | 2084 | ||
| 2084 | 2003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 2085 | 2003-06-13 Niklas Morberg <niklas.morberg@axis.com> |
| 2085 | 2086 | ||
| 2086 | * nnimap.el (nnimap-split-articles): Narrow the right buffer to | 2087 | * nnimap.el (nnimap-split-articles): Narrow the right buffer to |
| 2087 | the headers. From Niklas Morberg <niklas.morberg@axis.com>. | 2088 | the headers. |
| 2088 | 2089 | ||
| 2089 | 2003-06-12 Dave Love <fx@gnu.org> | 2090 | 2003-06-12 Dave Love <fx@gnu.org> |
| 2090 | 2091 | ||
| @@ -2101,9 +2102,7 @@ | |||
| 2101 | * spam.el (spam-check-bogofilter-headers): fix for when the score | 2102 | * spam.el (spam-check-bogofilter-headers): fix for when the score |
| 2102 | is requested but the message is not spam | 2103 | is requested but the message is not spam |
| 2103 | 2104 | ||
| 2104 | 2003-06-09 Teodor Zlatanov <tzz@lifelogs.com> | 2105 | 2003-06-09 Eric Knauel <knauel@informatik.uni-tuebingen.de> |
| 2105 | From Eric | ||
| 2106 | <knauel@informatik.uni-tuebingen.de> | ||
| 2107 | 2106 | ||
| 2108 | * spam.el (spam-use-spamoracle): new variable | 2107 | * spam.el (spam-use-spamoracle): new variable |
| 2109 | (spam-install-hooks): add spamoracle to the list of conditions | 2108 | (spam-install-hooks): add spamoracle to the list of conditions |
| @@ -2146,8 +2145,7 @@ | |||
| 2146 | * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP | 2145 | * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP |
| 2147 | groups correctly. | 2146 | groups correctly. |
| 2148 | 2147 | ||
| 2149 | 2003-06-06 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 2148 | 2003-06-06 Benjamin Rutt <rutt+news@cis.ohio-state.edu>. |
| 2150 | From Benjamin Rutt <rutt+news@cis.ohio-state.edu>. | ||
| 2151 | 2149 | ||
| 2152 | * message.el (message-fetch-field): Augment documentation to state | 2150 | * message.el (message-fetch-field): Augment documentation to state |
| 2153 | the narrowed-to-headers restriction. | 2151 | the narrowed-to-headers restriction. |
| @@ -2173,11 +2171,9 @@ | |||
| 2173 | * rfc2047.el (rfc2047-encode-region): Don't error out on invalid | 2171 | * rfc2047.el (rfc2047-encode-region): Don't error out on invalid |
| 2174 | strings. | 2172 | strings. |
| 2175 | 2173 | ||
| 2176 | 2003-06-04 Jesper Harder <harder@ifa.au.dk> | 2174 | 2003-06-04 Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny change) |
| 2177 | 2175 | ||
| 2178 | * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte. | 2176 | * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte. |
| 2179 | From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny | ||
| 2180 | change) | ||
| 2181 | 2177 | ||
| 2182 | 2003-06-03 Dave Love <fx@gnu.org> | 2178 | 2003-06-03 Dave Love <fx@gnu.org> |
| 2183 | 2179 | ||
| @@ -2204,11 +2200,10 @@ | |||
| 2204 | * message.el (message-fetch-field): Mention narrow-to-headers | 2200 | * message.el (message-fetch-field): Mention narrow-to-headers |
| 2205 | requirement. | 2201 | requirement. |
| 2206 | 2202 | ||
| 2207 | 2003-06-03 Jesper Harder <harder@ifa.au.dk> | 2203 | 2003-06-03 Eric Eide <eeide@cs.utah.edu> |
| 2208 | 2204 | ||
| 2209 | * gnus-xmas.el (gnus-xmas-create-image): Use | 2205 | * gnus-xmas.el (gnus-xmas-create-image): Use |
| 2210 | insert-file-contents-literally. From: Eric Eide | 2206 | insert-file-contents-literally. |
| 2211 | <eeide@cs.utah.edu> | ||
| 2212 | 2207 | ||
| 2213 | 2003-06-02 Teodor Zlatanov <tzz@lifelogs.com> | 2208 | 2003-06-02 Teodor Zlatanov <tzz@lifelogs.com> |
| 2214 | 2209 | ||
| @@ -2313,7 +2308,7 @@ | |||
| 2313 | 2308 | ||
| 2314 | * dgnushack.el (assq-delete-all): Removed the compiler macro. | 2309 | * dgnushack.el (assq-delete-all): Removed the compiler macro. |
| 2315 | 2310 | ||
| 2316 | 2003-05-14 Kevin Greiner <kgreiner@xpediantsolutions.com> | 2311 | 2003-05-14 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 2317 | 2312 | ||
| 2318 | * gnus-agent.el (gnus-agentize): Updated documentation to match | 2313 | * gnus-agent.el (gnus-agentize): Updated documentation to match |
| 2319 | usage. | 2314 | usage. |
| @@ -2326,7 +2321,7 @@ | |||
| 2326 | 2321 | ||
| 2327 | * gnus.el (gnus-version-number): Bump. | 2322 | * gnus.el (gnus-version-number): Bump. |
| 2328 | 2323 | ||
| 2329 | 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2324 | 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2330 | 2325 | ||
| 2331 | * gnus.el: Gnus v5.10.2 is released. | 2326 | * gnus.el: Gnus v5.10.2 is released. |
| 2332 | 2327 | ||
| @@ -2385,7 +2380,7 @@ | |||
| 2385 | in message. Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>. | 2380 | in message. Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>. |
| 2386 | * pop3.el (pop3-movemail): Ditto. | 2381 | * pop3.el (pop3-movemail): Ditto. |
| 2387 | 2382 | ||
| 2388 | 2003-05-12 Colin Marquardt <c.marquardt@alcatel.de> (tiny change) | 2383 | 2003-05-12 Colin Marquardt <c.marquardt@alcatel.de> (tiny change) |
| 2389 | 2384 | ||
| 2390 | * gnus.el (gnus-agent): Docstring fix. | 2385 | * gnus.el (gnus-agent): Docstring fix. |
| 2391 | 2386 | ||
| @@ -2397,7 +2392,7 @@ | |||
| 2397 | (gnus-registry-add-group): add a modification timestamp to each entry | 2392 | (gnus-registry-add-group): add a modification timestamp to each entry |
| 2398 | (gnus-registry-install-hooks): new function | 2393 | (gnus-registry-install-hooks): new function |
| 2399 | 2394 | ||
| 2400 | 2003-05-12 Kevin Greiner <kgreiner@xpediantsolutions.com> | 2395 | 2003-05-12 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 2401 | 2396 | ||
| 2402 | * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling. | 2397 | * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling. |
| 2403 | (gnus-agent-cat-disable-undownloaded-faces): New function. | 2398 | (gnus-agent-cat-disable-undownloaded-faces): New function. |
| @@ -2495,13 +2490,15 @@ | |||
| 2495 | * gnus-registry.el (gnus-registry-cache-file): new file variable | 2490 | * gnus-registry.el (gnus-registry-cache-file): new file variable |
| 2496 | (gnus-registry-cache-read, gnus-registry-cache-save): new | 2491 | (gnus-registry-cache-read, gnus-registry-cache-save): new |
| 2497 | functions | 2492 | functions |
| 2498 | (gnus-registry-cache-whitespace): new function. From Dan | ||
| 2499 | Christensen <jdc@chow.mat.jhu.edu> | ||
| 2500 | (gnus-registry-save, gnus-registry-read): use the new | 2493 | (gnus-registry-save, gnus-registry-read): use the new |
| 2501 | gnus-registry-cache-{read|save} functions, and change the name | 2494 | gnus-registry-cache-{read|save} functions, and change the name |
| 2502 | from gnus-registry-translate-{from|to}-alist | 2495 | from gnus-registry-translate-{from|to}-alist |
| 2503 | (gnus-registry-clear): fixed so it doesn't refer to old function name | 2496 | (gnus-registry-clear): fixed so it doesn't refer to old function name |
| 2504 | 2497 | ||
| 2498 | 2003-05-09 Dan Christensen <jdc@chow.mat.jhu.edu> | ||
| 2499 | |||
| 2500 | * gnus-registry.el (gnus-registry-cache-whitespace): new function. | ||
| 2501 | |||
| 2505 | 2003-05-09 Jesper Harder <harder@ifa.au.dk> | 2502 | 2003-05-09 Jesper Harder <harder@ifa.au.dk> |
| 2506 | 2503 | ||
| 2507 | * gnus-picon.el (gnus-picon-transform-address): Parse the encoded | 2504 | * gnus-picon.el (gnus-picon-transform-address): Parse the encoded |
| @@ -2516,8 +2513,9 @@ | |||
| 2516 | nnmail-split-fancy-with-parent-ignore-groups can be a single regex | 2513 | nnmail-split-fancy-with-parent-ignore-groups can be a single regex |
| 2517 | in addition to a list of regexes. | 2514 | in addition to a list of regexes. |
| 2518 | 2515 | ||
| 2519 | * spam.el (spam-use-regex-headers): docstring fix. From Niklas | 2516 | 2003-05-08 Niklas Morberg <niklas.morberg@axis.com> |
| 2520 | Morberg <niklas.morberg@axis.com> | 2517 | |
| 2518 | * spam.el (spam-use-regex-headers): docstring fix. | ||
| 2521 | 2519 | ||
| 2522 | 2003-05-08 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 2520 | 2003-05-08 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
| 2523 | 2521 | ||
| @@ -2588,7 +2586,7 @@ | |||
| 2588 | * mm-bodies.el (mm-decode-coding-region-safely): Remove. | 2586 | * mm-bodies.el (mm-decode-coding-region-safely): Remove. |
| 2589 | (mm-decode-body): Don't use mm-decode-coding-region-safely. | 2587 | (mm-decode-body): Don't use mm-decode-coding-region-safely. |
| 2590 | 2588 | ||
| 2591 | 2003-05-03 Vasily Korytov <deskpot@despammed.com> (tiny change) | 2589 | 2003-05-03 Vasily Korytov <deskpot@despammed.com> (tiny change) |
| 2592 | 2590 | ||
| 2593 | * gnus-util.el (gnus-multiple-choice): Add ", ?". | 2591 | * gnus-util.el (gnus-multiple-choice): Add ", ?". |
| 2594 | 2592 | ||
| @@ -2705,13 +2703,13 @@ | |||
| 2705 | 2703 | ||
| 2706 | * gnus.el (gnus-version-number): Bump. | 2704 | * gnus.el (gnus-version-number): Bump. |
| 2707 | 2705 | ||
| 2708 | 2003-05-01 Teodor Zlatanov <tzz@lifelogs.com> | 2706 | 2003-05-01 Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change) |
| 2709 | 2707 | ||
| 2710 | * spam-report.el (spam-report-gmane-regex): docstring fix. From | 2708 | * spam-report.el (spam-report-gmane-regex): docstring fix. |
| 2711 | Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change) | ||
| 2712 | 2709 | ||
| 2713 | * gnus.el (gnus-install-group-spam-parameters): docstring fix. | 2710 | * gnus.el (gnus-install-group-spam-parameters): docstring fix. |
| 2714 | From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change) | 2711 | |
| 2712 | 2003-05-01 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2715 | 2713 | ||
| 2716 | * gnus-registry.el (gnus-registry-fetch-extra) | 2714 | * gnus-registry.el (gnus-registry-fetch-extra) |
| 2717 | (gnus-registry-store-extra, gnus-registry-group-count): new functions | 2715 | (gnus-registry-store-extra, gnus-registry-group-count): new functions |
| @@ -2719,11 +2717,11 @@ | |||
| 2719 | (gnus-registry-add-group): changed to work with extra data element | 2717 | (gnus-registry-add-group): changed to work with extra data element |
| 2720 | if present | 2718 | if present |
| 2721 | 2719 | ||
| 2722 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2720 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2723 | 2721 | ||
| 2724 | * gnus.el: Gnus v5.10.1 is released. | 2722 | * gnus.el: Gnus v5.10.1 is released. |
| 2725 | 2723 | ||
| 2726 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2724 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2727 | 2725 | ||
| 2728 | * gnus.el: Oort Gnus v0.24 is released. | 2726 | * gnus.el: Oort Gnus v0.24 is released. |
| 2729 | 2727 | ||
| @@ -2742,7 +2740,7 @@ | |||
| 2742 | 2740 | ||
| 2743 | * gnus.el: Update copyright for several files. | 2741 | * gnus.el: Update copyright for several files. |
| 2744 | 2742 | ||
| 2745 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2743 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2746 | 2744 | ||
| 2747 | * gnus.el: Oort Gnus v0.23 is released. | 2745 | * gnus.el: Oort Gnus v0.23 is released. |
| 2748 | 2746 | ||
| @@ -2750,7 +2748,7 @@ | |||
| 2750 | 2748 | ||
| 2751 | * spam-stat.el (spam-stat-test-directory): Compare against zero. | 2749 | * spam-stat.el (spam-stat-test-directory): Compare against zero. |
| 2752 | 2750 | ||
| 2753 | 2003-05-01 Trey Jackson <tjackson@ichips.intel.com> (tiny change) | 2751 | 2003-05-01 Trey Jackson <tjackson@ichips.intel.com> (tiny change) |
| 2754 | 2752 | ||
| 2755 | * spam-stat.el (spam-stat-test-directory): Skip 0 length files. | 2753 | * spam-stat.el (spam-stat-test-directory): Skip 0 length files. |
| 2756 | 2754 | ||
| @@ -2767,11 +2765,11 @@ | |||
| 2767 | 2765 | ||
| 2768 | * gnus.el (gnus-version-number): Bump. | 2766 | * gnus.el (gnus-version-number): Bump. |
| 2769 | 2767 | ||
| 2770 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2768 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2771 | 2769 | ||
| 2772 | * gnus.el: Oort Gnus v0.22 is released. | 2770 | * gnus.el: Oort Gnus v0.22 is released. |
| 2773 | 2771 | ||
| 2774 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2772 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2775 | 2773 | ||
| 2776 | * gnus.el: Oort Gnus v0.21 is released. | 2774 | * gnus.el: Oort Gnus v0.21 is released. |
| 2777 | 2775 | ||
| @@ -2779,7 +2777,7 @@ | |||
| 2779 | 2777 | ||
| 2780 | * gnus.el (gnus-version-number): Bump. | 2778 | * gnus.el (gnus-version-number): Bump. |
| 2781 | 2779 | ||
| 2782 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2780 | 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2783 | 2781 | ||
| 2784 | * gnus.el: Oort Gnus v0.20 is released. | 2782 | * gnus.el: Oort Gnus v0.20 is released. |
| 2785 | 2783 | ||
| @@ -2872,7 +2870,7 @@ | |||
| 2872 | * mm-util.el (mm-charset-to-coding-system): Use user specified | 2870 | * mm-util.el (mm-charset-to-coding-system): Use user specified |
| 2873 | charset unless coding-system-get is fboundp. | 2871 | charset unless coding-system-get is fboundp. |
| 2874 | 2872 | ||
| 2875 | 2003-04-30 Kevin Greiner <kgreiner@xpediantsolutions.com> | 2873 | 2003-04-30 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 2876 | 2874 | ||
| 2877 | * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name): | 2875 | * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name): |
| 2878 | Wrapped in eval-when-compile. | 2876 | Wrapped in eval-when-compile. |
| @@ -2978,7 +2976,7 @@ | |||
| 2978 | (gnus-mime-display-multipart-related-as-mixed): Added doc-strings, | 2976 | (gnus-mime-display-multipart-related-as-mixed): Added doc-strings, |
| 2979 | allow customization. | 2977 | allow customization. |
| 2980 | 2978 | ||
| 2981 | 2003-04-27 Kevin Greiner <kgreiner@xpediantsolutions.com> | 2979 | 2003-04-27 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 2982 | 2980 | ||
| 2983 | * dgnushack.el (dgnushack-compile-verbosely): New function. Not | 2981 | * dgnushack.el (dgnushack-compile-verbosely): New function. Not |
| 2984 | currently called (See source for explanation). | 2982 | currently called (See source for explanation). |
| @@ -2991,11 +2989,11 @@ | |||
| 2991 | 2989 | ||
| 2992 | * gnus.el (gnus-version-number): Bump. | 2990 | * gnus.el (gnus-version-number): Bump. |
| 2993 | 2991 | ||
| 2994 | 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2992 | 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 2995 | 2993 | ||
| 2996 | * gnus.el: Oort Gnus v0.19 is released. | 2994 | * gnus.el: Oort Gnus v0.19 is released. |
| 2997 | 2995 | ||
| 2998 | 2003-04-27 Kevin Greiner <kgreiner@xpediantsolutions.com> | 2996 | 2003-04-27 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 2999 | 2997 | ||
| 3000 | * gnus-registry.el (gnus-register-spool-action): Replaced literal | 2998 | * gnus-registry.el (gnus-register-spool-action): Replaced literal |
| 3001 | carriage-return character with its escape sequence. | 2999 | carriage-return character with its escape sequence. |
| @@ -3141,11 +3139,10 @@ | |||
| 3141 | 3139 | ||
| 3142 | * smime.el (smime-decrypt-region): Insert From header. | 3140 | * smime.el (smime-decrypt-region): Insert From header. |
| 3143 | 3141 | ||
| 3144 | 2003-04-21 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 3142 | 2003-04-21 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny change) |
| 3145 | 3143 | ||
| 3146 | * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face): | 3144 | * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face): |
| 3147 | Max length of header is 726, not 740. From Gaute B Strokkenes | 3145 | Max length of header is 726, not 740. |
| 3148 | <gs234@cam.ac.uk>. | ||
| 3149 | 3146 | ||
| 3150 | 2003-04-20 Jesper Harder <harder@ifa.au.dk> | 3147 | 2003-04-20 Jesper Harder <harder@ifa.au.dk> |
| 3151 | 3148 | ||
| @@ -3270,7 +3267,7 @@ | |||
| 3270 | (spam-summary-prepare-exit): check the report-gmane spam processor | 3267 | (spam-summary-prepare-exit): check the report-gmane spam processor |
| 3271 | and run spam-report-gmane-register-routine if it's active | 3268 | and run spam-report-gmane-register-routine if it's active |
| 3272 | 3269 | ||
| 3273 | From John Wiegley <johnw@gnu.org> | 3270 | 2003-04-16 John Wiegley <johnw@gnu.org> |
| 3274 | 3271 | ||
| 3275 | * spam.el (spam-bogofilter-score): check bogofilter headers before | 3272 | * spam.el (spam-bogofilter-score): check bogofilter headers before |
| 3276 | checking bogofilter itself | 3273 | checking bogofilter itself |
| @@ -3303,7 +3300,7 @@ | |||
| 3303 | * nndiary.el (nndiary-compute-reminders): Don't use setf with | 3300 | * nndiary.el (nndiary-compute-reminders): Don't use setf with |
| 3304 | nthcdr. | 3301 | nthcdr. |
| 3305 | 3302 | ||
| 3306 | 2003-04-16 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3303 | 2003-04-16 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3307 | 3304 | ||
| 3308 | * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to | 3305 | * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to |
| 3309 | specify a predicate other than false. | 3306 | specify a predicate other than false. |
| @@ -3321,13 +3318,11 @@ | |||
| 3321 | 3318 | ||
| 3322 | * spam.el (spam-split): added save-restriction to save-excursion | 3319 | * spam.el (spam-split): added save-restriction to save-excursion |
| 3323 | 3320 | ||
| 3324 | 2003-04-15 Reiner Steib <Reiner.Steib@gmx.de> | 3321 | 2003-04-15 Julien Avarre <julien@avarre.com> |
| 3325 | From Julien Avarre <julien@avarre.com> | ||
| 3326 | 3322 | ||
| 3327 | * gnus-fun.el: Fixed autoload cookie. | 3323 | * gnus-fun.el: Fixed autoload cookie. |
| 3328 | 3324 | ||
| 3329 | 2003-04-15 Paul Jarc <prj@po.cwru.edu> | 3325 | 2003-04-15 Remi Letot <remi.letot@easynet.be> |
| 3330 | From Remi Letot <remi.letot@easynet.be> | ||
| 3331 | 3326 | ||
| 3332 | * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if | 3327 | * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if |
| 3333 | instead of remove-if. | 3328 | instead of remove-if. |
| @@ -3381,7 +3376,7 @@ | |||
| 3381 | 3376 | ||
| 3382 | * gnus.el (gnus-group-prefixed-name): Clean up. | 3377 | * gnus.el (gnus-group-prefixed-name): Clean up. |
| 3383 | 3378 | ||
| 3384 | 2003-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3379 | 2003-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3385 | 3380 | ||
| 3386 | * gnus-agent.el (gnus-agent-group-pathname): Bind | 3381 | * gnus-agent.el (gnus-agent-group-pathname): Bind |
| 3387 | gnus-command-method so that gnus-agent-directory will always | 3382 | gnus-command-method so that gnus-agent-directory will always |
| @@ -3397,7 +3392,7 @@ | |||
| 3397 | 3392 | ||
| 3398 | * gnus.el (gnus-version-number): Bump. | 3393 | * gnus.el (gnus-version-number): Bump. |
| 3399 | 3394 | ||
| 3400 | 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 3395 | 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 3401 | 3396 | ||
| 3402 | * gnus.el: Oort Gnus v0.18 is released. | 3397 | * gnus.el: Oort Gnus v0.18 is released. |
| 3403 | 3398 | ||
| @@ -3452,7 +3447,7 @@ | |||
| 3452 | (mm-encode-body): Don't corrupt UTF-16. | 3447 | (mm-encode-body): Don't corrupt UTF-16. |
| 3453 | (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist. | 3448 | (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist. |
| 3454 | 3449 | ||
| 3455 | 2003-04-10 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3450 | 2003-04-10 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3456 | 3451 | ||
| 3457 | * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in | 3452 | * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in |
| 3458 | the CACHE are now detected and handled the same as an article | 3453 | the CACHE are now detected and handled the same as an article |
| @@ -3478,7 +3473,7 @@ | |||
| 3478 | * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file" | 3473 | * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file" |
| 3479 | and "Create article" items in non-editable groups. | 3474 | and "Create article" items in non-editable groups. |
| 3480 | 3475 | ||
| 3481 | 2003-04-09 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3476 | 2003-04-09 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3482 | 3477 | ||
| 3483 | * gnus-agent.el (gnus-agent-write-active): Added option of | 3478 | * gnus-agent.el (gnus-agent-write-active): Added option of |
| 3484 | replacing, rather than updating, the agent's active file. Do NOT | 3479 | replacing, rather than updating, the agent's active file. Do NOT |
| @@ -3591,7 +3586,7 @@ | |||
| 3591 | * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so | 3586 | * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so |
| 3592 | don't use it when loading gnus-sum.el if we're in XEmacs. | 3587 | don't use it when loading gnus-sum.el if we're in XEmacs. |
| 3593 | 3588 | ||
| 3594 | 2003-04-05 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3589 | 2003-04-05 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3595 | 3590 | ||
| 3596 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound | 3591 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound |
| 3597 | print-escape-nonascii to fix more characters in compiled format | 3592 | print-escape-nonascii to fix more characters in compiled format |
| @@ -3602,7 +3597,7 @@ | |||
| 3602 | * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): | 3597 | * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): |
| 3603 | Fix customization type. | 3598 | Fix customization type. |
| 3604 | 3599 | ||
| 3605 | 2003-04-04 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3600 | 2003-04-04 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3606 | 3601 | ||
| 3607 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound | 3602 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound |
| 3608 | print-quoted, print-readably, print-escape-multibyte, and | 3603 | print-quoted, print-readably, print-escape-multibyte, and |
| @@ -3662,7 +3657,7 @@ | |||
| 3662 | * nntp.el (nntp-via-rlogin-command-switches): Doc fix. | 3657 | * nntp.el (nntp-via-rlogin-command-switches): Doc fix. |
| 3663 | (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode. | 3658 | (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode. |
| 3664 | 3659 | ||
| 3665 | 2003-03-31 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3660 | 2003-03-31 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3666 | 3661 | ||
| 3667 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound | 3662 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound |
| 3668 | print-escape-newlines to print escape sequences rather than | 3663 | print-escape-newlines to print escape sequences rather than |
| @@ -3685,7 +3680,7 @@ | |||
| 3685 | 3680 | ||
| 3686 | * gnus.el (gnus-version-number): Bump. | 3681 | * gnus.el (gnus-version-number): Bump. |
| 3687 | 3682 | ||
| 3688 | 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 3683 | 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 3689 | 3684 | ||
| 3690 | * gnus.el: Oort Gnus v0.17 is released. | 3685 | * gnus.el: Oort Gnus v0.17 is released. |
| 3691 | 3686 | ||
| @@ -3768,20 +3763,24 @@ | |||
| 3768 | (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook | 3763 | (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook |
| 3769 | 3764 | ||
| 3770 | * gnus-registry.el (gnus-registry-translate-to-alist) | 3765 | * gnus-registry.el (gnus-registry-translate-to-alist) |
| 3771 | (gnus-registry-translate-from-alist, alist-to-hashtable) | 3766 | (gnus-registry-translate-from-alist: new functions |
| 3772 | (hashtable-to-alist): new functions | ||
| 3773 | (gnus-register-spool-action): add a spool item to the registry | 3767 | (gnus-register-spool-action): add a spool item to the registry |
| 3774 | 3768 | ||
| 3775 | * gnus.el (gnus-variable-list): added gnus-registry-alist to the | 3769 | * gnus.el (gnus-variable-list): added gnus-registry-alist to the |
| 3776 | list of saved variables | 3770 | list of saved variables |
| 3777 | (gnus-registry-alist): new variable | 3771 | (gnus-registry-alist): new variable |
| 3778 | 3772 | ||
| 3773 | 2003-03-28 Andreas Fuchs <asf@void.at> | ||
| 3774 | |||
| 3775 | * gnus-registry.el (alist-to-hashtable, hashtable-to-alist): New | ||
| 3776 | functions. | ||
| 3777 | |||
| 3779 | 2003-03-27 Simon Josefsson <jas@extundo.com> | 3778 | 2003-03-27 Simon Josefsson <jas@extundo.com> |
| 3780 | 3779 | ||
| 3781 | * gnus-art.el (article-decode-group-name): Be correct instead of | 3780 | * gnus-art.el (article-decode-group-name): Be correct instead of |
| 3782 | smart. | 3781 | smart. |
| 3783 | 3782 | ||
| 3784 | 2003-03-27 Katsumi Yamaoka <yamaoka@jpl.org> | 3783 | 2003-03-27 Katsumi Yamaoka <yamaoka@jpl.org> |
| 3785 | 3784 | ||
| 3786 | * lpath.el: Bind url-current-object for Emacs; bind | 3785 | * lpath.el: Bind url-current-object for Emacs; bind |
| 3787 | gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream | 3786 | gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream |
| @@ -3796,7 +3795,7 @@ | |||
| 3796 | * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and | 3795 | * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and |
| 3797 | doc string. | 3796 | doc string. |
| 3798 | 3797 | ||
| 3799 | 2003-03-26 Kevin Ryde <user42@zip.com.au> | 3798 | 2003-03-26 Kevin Ryde <user42@zip.com.au> |
| 3800 | 3799 | ||
| 3801 | * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from | 3800 | * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from |
| 3802 | gnus-summary-find-uncancelled, skip temporary articles inserted by | 3801 | gnus-summary-find-uncancelled, skip temporary articles inserted by |
| @@ -3806,7 +3805,7 @@ | |||
| 3806 | 3805 | ||
| 3807 | * smiley.el (smiley-buffer): New function. | 3806 | * smiley.el (smiley-buffer): New function. |
| 3808 | 3807 | ||
| 3809 | 2003-03-26 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3808 | 2003-03-26 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3810 | 3809 | ||
| 3811 | * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced | 3810 | * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced |
| 3812 | gnus-summary-update-line (which updated the article's face) with | 3811 | gnus-summary-update-line (which updated the article's face) with |
| @@ -3814,7 +3813,7 @@ | |||
| 3814 | face by calling gnus-summary-update-line AND updates the download | 3813 | face by calling gnus-summary-update-line AND updates the download |
| 3815 | mark to show that the article was fetched). | 3814 | mark to show that the article was fetched). |
| 3816 | 3815 | ||
| 3817 | 2003-03-23 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3816 | 2003-03-23 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3818 | 3817 | ||
| 3819 | * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides | 3818 | * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides |
| 3820 | option of deleting agent directories for groups/servers that are | 3819 | option of deleting agent directories for groups/servers that are |
| @@ -3879,7 +3878,7 @@ | |||
| 3879 | * gnus-art.el (gnus-treat-display-xface): Don't enable if | 3878 | * gnus-art.el (gnus-treat-display-xface): Don't enable if |
| 3880 | icontopbm isn't available. | 3879 | icontopbm isn't available. |
| 3881 | 3880 | ||
| 3882 | 2003-03-21 Kevin Greiner <kgreiner@xpediantsolutions.com> | 3881 | 2003-03-21 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 3883 | 3882 | ||
| 3884 | * gnus-int.el (gnus-open-server): Catch errors in backend's | 3883 | * gnus-int.el (gnus-open-server): Catch errors in backend's |
| 3885 | open-server method. Returns nil rather than crashing startup. | 3884 | open-server method. Returns nil rather than crashing startup. |
| @@ -3906,7 +3905,7 @@ | |||
| 3906 | * message.el (message-split-line): New function. | 3905 | * message.el (message-split-line): New function. |
| 3907 | (message-mode-map): Remap split-line to message-split-line. | 3906 | (message-mode-map): Remap split-line to message-split-line. |
| 3908 | 3907 | ||
| 3909 | 2003-03-20 Katsumi Yamaoka <yamaoka@jpl.org> | 3908 | 2003-03-20 Katsumi Yamaoka <yamaoka@jpl.org> |
| 3910 | 3909 | ||
| 3911 | * message.el (message-make-overlay): Defalias it to make-overlay. | 3910 | * message.el (message-make-overlay): Defalias it to make-overlay. |
| 3912 | (message-delete-overlay): Defalias it to delete-overlay. | 3911 | (message-delete-overlay): Defalias it to delete-overlay. |
| @@ -3930,7 +3929,7 @@ | |||
| 3930 | * nnrss.el (nnrss-fetch): Fetch the local stuff. | 3929 | * nnrss.el (nnrss-fetch): Fetch the local stuff. |
| 3931 | (nnrss-check-group): Use it. | 3930 | (nnrss-check-group): Use it. |
| 3932 | 3931 | ||
| 3933 | 2003-03-20 Mark A. Hershberger <mah@everybody.org> | 3932 | 2003-03-20 Mark A. Hershberger <mah@everybody.org> |
| 3934 | 3933 | ||
| 3935 | * nnrss.el: Primitive XML Name-space support. This means that RSS | 3934 | * nnrss.el: Primitive XML Name-space support. This means that RSS |
| 3936 | feeds like Kevin Burton's[1] can now be read in Gnus. | 3935 | feeds like Kevin Burton's[1] can now be read in Gnus. |
| @@ -3957,7 +3956,7 @@ | |||
| 3957 | 3956 | ||
| 3958 | * gnus-group.el (gnus-group-make-rss-group): New function. | 3957 | * gnus-group.el (gnus-group-make-rss-group): New function. |
| 3959 | 3958 | ||
| 3960 | 2003-03-20 Katsumi Yamaoka <yamaoka@jpl.org> | 3959 | 2003-03-20 Katsumi Yamaoka <yamaoka@jpl.org> |
| 3961 | 3960 | ||
| 3962 | * message.el (message-idna-to-ascii-rhs-1): Don't use replace-* | 3961 | * message.el (message-idna-to-ascii-rhs-1): Don't use replace-* |
| 3963 | for highlight overlays. | 3962 | for highlight overlays. |
| @@ -4054,7 +4053,7 @@ | |||
| 4054 | 4053 | ||
| 4055 | * gnus.el (gnus-version-number): Bump. | 4054 | * gnus.el (gnus-version-number): Bump. |
| 4056 | 4055 | ||
| 4057 | 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 4056 | 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 4058 | 4057 | ||
| 4059 | * gnus.el: Oort Gnus v0.16 is released. | 4058 | * gnus.el: Oort Gnus v0.16 is released. |
| 4060 | 4059 | ||
| @@ -4511,7 +4510,6 @@ | |||
| 4511 | * spam.el: Fix typo. | 4510 | * spam.el: Fix typo. |
| 4512 | 4511 | ||
| 4513 | 2003-03-01 Satyaki Das <satyaki@theforce.stanford.edu> | 4512 | 2003-03-01 Satyaki Das <satyaki@theforce.stanford.edu> |
| 4514 | (Trivial patch.) | ||
| 4515 | 4513 | ||
| 4516 | * pgg-gpg.el (pgg-gpg-process-region): Insert process status into | 4514 | * pgg-gpg.el (pgg-gpg-process-region): Insert process status into |
| 4517 | errors-buffer. This produces a nicer error message in case of | 4515 | errors-buffer. This produces a nicer error message in case of |
| @@ -4535,7 +4533,7 @@ | |||
| 4535 | 4533 | ||
| 4536 | * message.el (message-make-fqdn): Protect against nil user-mail. | 4534 | * message.el (message-make-fqdn): Protect against nil user-mail. |
| 4537 | 4535 | ||
| 4538 | 2003-02-28 Vasily Korytov <deskpot@myrealbox.com> | 4536 | 2003-02-28 Vasily Korytov <deskpot@myrealbox.com> |
| 4539 | 4537 | ||
| 4540 | * gnus-art.el (gnus-boring-article-headers): New values: | 4538 | * gnus-art.el (gnus-boring-article-headers): New values: |
| 4541 | 'to-list and 'cc-list. | 4539 | 'to-list and 'cc-list. |
| @@ -4617,10 +4615,11 @@ | |||
| 4617 | 4615 | ||
| 4618 | * gnus-start.el (gnus-backup-startup-file): Fixed custom type. | 4616 | * gnus-start.el (gnus-backup-startup-file): Fixed custom type. |
| 4619 | 4617 | ||
| 4620 | 2003-02-24 Ted Zlatanov <tzz@lifelogs.com> | 4618 | 2003-02-24 Ted Zlatanov <tzz@lifelogs.com> |
| 4619 | |||
| 4621 | * spam.el: disabled spam-get-article-as-filename | 4620 | * spam.el: disabled spam-get-article-as-filename |
| 4622 | 4621 | ||
| 4623 | From Michael Shields <shields@msrl.com> | 4622 | 2003-02-24 Michael Shields <shields@msrl.com> |
| 4624 | 4623 | ||
| 4625 | * gnus-group.el (gnus-group-is-exiting-without-update-p): New. | 4624 | * gnus-group.el (gnus-group-is-exiting-without-update-p): New. |
| 4626 | * gnus-sum.el (gnus-summary-exit-no-update): Use it. | 4625 | * gnus-sum.el (gnus-summary-exit-no-update): Use it. |
| @@ -4634,8 +4633,7 @@ | |||
| 4634 | no spam. | 4633 | no spam. |
| 4635 | * spam.el (spam-ham-move-routine): New `copy' argument. | 4634 | * spam.el (spam-ham-move-routine): New `copy' argument. |
| 4636 | 4635 | ||
| 4637 | 2003-02-24 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 4636 | 2003-02-24 Martin Thornquist <martint@ifi.uio.no> |
| 4638 | From Martin Thornquist <martint@ifi.uio.no> | ||
| 4639 | 4637 | ||
| 4640 | * gnus-topic.el (gnus-topic-select-group): Select last group if | 4638 | * gnus-topic.el (gnus-topic-select-group): Select last group if |
| 4641 | after last group. | 4639 | after last group. |
| @@ -4752,16 +4750,19 @@ | |||
| 4752 | * gnus-start.el (gnus-get-unread-articles-in-group): Make sure | 4750 | * gnus-start.el (gnus-get-unread-articles-in-group): Make sure |
| 4753 | the entry for the group exists before we alter it. | 4751 | the entry for the group exists before we alter it. |
| 4754 | 4752 | ||
| 4755 | 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 4753 | 2003-02-22 David S Goldberg <david.goldberg6@verizon.net> (tiny change) |
| 4754 | |||
| 4755 | * message.el (message-mode): MML tags separate paragraphs. | ||
| 4756 | 4756 | ||
| 4757 | * message.el (message-mode): MML tags separate paragraphs. Small | 4757 | 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 4758 | change from David S Goldberg <david.goldberg6@verizon.net>. | ||
| 4759 | 4758 | ||
| 4760 | * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort | 4759 | * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort |
| 4761 | `gnus-newsgroup-headers'. | 4760 | `gnus-newsgroup-headers'. |
| 4762 | 4761 | ||
| 4762 | 2003-02-22 Karl Pfl,Ad(Bsterer <sigurd@12move.de> | ||
| 4763 | |||
| 4763 | * gnus-art.el (gnus-article-refer-article): Grok more message id | 4764 | * gnus-art.el (gnus-article-refer-article): Grok more message id |
| 4764 | formats. From Karl Pfl,Ad(Bsterer <sigurd@12move.de>. | 4765 | formats. |
| 4765 | 4766 | ||
| 4766 | 2003-02-22 Jesper Harder <harder@ifa.au.dk> | 4767 | 2003-02-22 Jesper Harder <harder@ifa.au.dk> |
| 4767 | 4768 | ||
| @@ -4778,8 +4779,7 @@ | |||
| 4778 | (gnus-register-spool-action): added hashtable of message ID keys | 4779 | (gnus-register-spool-action): added hashtable of message ID keys |
| 4779 | with message motion data | 4780 | with message motion data |
| 4780 | 4781 | ||
| 4781 | 2003-02-21 Florian Weimer <fw@deneb.enyo.de> | 4782 | 2003-02-21 Reiner Steib <Reiner.Steib@gmx.de> |
| 4782 | From Reiner Steib <Reiner.Steib@gmx.de>. | ||
| 4783 | 4783 | ||
| 4784 | * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New | 4784 | * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New |
| 4785 | variable, used in `gnus-button-mid-or-mail-heuristic'. | 4785 | variable, used in `gnus-button-mid-or-mail-heuristic'. |
| @@ -4909,11 +4909,11 @@ | |||
| 4909 | (spam-mark-spam-as-expired-and-move-routine): made the article | 4909 | (spam-mark-spam-as-expired-and-move-routine): made the article |
| 4910 | move conditional, so it's not called even if there's nothing to move | 4910 | move conditional, so it's not called even if there's nothing to move |
| 4911 | 4911 | ||
| 4912 | 2003-02-13 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 4912 | 2003-02-13 Kurt B. Kaiser <kbk@shore.net> |
| 4913 | 4913 | ||
| 4914 | * message.el (message-unix-mail-delimiter): Accept any whitespace | 4914 | * message.el (message-unix-mail-delimiter): Accept any whitespace |
| 4915 | after the email address and before the date; do not require the | 4915 | after the email address and before the date; do not require the |
| 4916 | space character. From Kurt B. Kaiser <kbk@shore.net>. | 4916 | space character. |
| 4917 | 4917 | ||
| 4918 | 2003-02-13 Katsumi Yamaoka <yamaoka@jpl.org> | 4918 | 2003-02-13 Katsumi Yamaoka <yamaoka@jpl.org> |
| 4919 | 4919 | ||
| @@ -5021,7 +5021,7 @@ | |||
| 5021 | 5021 | ||
| 5022 | * gnus.el (gnus-version-number): Bumped. | 5022 | * gnus.el (gnus-version-number): Bumped. |
| 5023 | 5023 | ||
| 5024 | 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 5024 | 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 5025 | 5025 | ||
| 5026 | * gnus.el: Oort Gnus v0.15 is released. | 5026 | * gnus.el: Oort Gnus v0.15 is released. |
| 5027 | 5027 | ||
| @@ -5036,8 +5036,9 @@ | |||
| 5036 | * gnus-sum.el (gnus-summary-select-article): Remove blink removal | 5036 | * gnus-sum.el (gnus-summary-select-article): Remove blink removal |
| 5037 | code that only worked under Emacs. | 5037 | code that only worked under Emacs. |
| 5038 | 5038 | ||
| 5039 | * pgg-gpg.el (pgg-gpg-process-region): Don't blink. From Satyaki | 5039 | 2003-02-08 Satyaki Das <satyaki@chicory.stanford.edu> |
| 5040 | Das <satyaki@chicory.stanford.edu>. | 5040 | |
| 5041 | * pgg-gpg.el (pgg-gpg-process-region): Don't blink. | ||
| 5041 | 5042 | ||
| 5042 | 2003-02-08 Jesper Harder <harder@ifa.au.dk> | 5043 | 2003-02-08 Jesper Harder <harder@ifa.au.dk> |
| 5043 | 5044 | ||
| @@ -5367,7 +5368,7 @@ | |||
| 5367 | 5368 | ||
| 5368 | * gnus.el (gnus-version-number): Bumped. | 5369 | * gnus.el (gnus-version-number): Bumped. |
| 5369 | 5370 | ||
| 5370 | 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 5371 | 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 5371 | 5372 | ||
| 5372 | * gnus.el: Oort Gnus v0.14 is released. | 5373 | * gnus.el: Oort Gnus v0.14 is released. |
| 5373 | 5374 | ||
| @@ -5491,7 +5492,7 @@ | |||
| 5491 | 5492 | ||
| 5492 | * gnus.el (gnus-version-number): Bumped version number. | 5493 | * gnus.el (gnus-version-number): Bumped version number. |
| 5493 | 5494 | ||
| 5494 | 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 5495 | 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 5495 | 5496 | ||
| 5496 | * gnus.el: Oort Gnus v0.13 is released. | 5497 | * gnus.el: Oort Gnus v0.13 is released. |
| 5497 | 5498 | ||
| @@ -5672,7 +5673,7 @@ | |||
| 5672 | 5673 | ||
| 5673 | * gnus-audio.el (gnus-audio-au-player): Use executable-find. | 5674 | * gnus-audio.el (gnus-audio-au-player): Use executable-find. |
| 5674 | 5675 | ||
| 5675 | 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net> | 5676 | 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net> |
| 5676 | 5677 | ||
| 5677 | * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use | 5678 | * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use |
| 5678 | /usr/bin/play as default player. | 5679 | /usr/bin/play as default player. |
| @@ -5754,7 +5755,7 @@ | |||
| 5754 | * gnus.el (gnus-version-number): Bumped version. | 5755 | * gnus.el (gnus-version-number): Bumped version. |
| 5755 | (gnus-summary-line-format): Doc fix. | 5756 | (gnus-summary-line-format): Doc fix. |
| 5756 | 5757 | ||
| 5757 | 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 5758 | 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 5758 | 5759 | ||
| 5759 | * gnus.el: Oort Gnus v0.12 is released. | 5760 | * gnus.el: Oort Gnus v0.12 is released. |
| 5760 | 5761 | ||
| @@ -5801,7 +5802,7 @@ | |||
| 5801 | 5802 | ||
| 5802 | * gnus.el (gnus-version-number): Bumped version number. | 5803 | * gnus.el (gnus-version-number): Bumped version number. |
| 5803 | 5804 | ||
| 5804 | 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 5805 | 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 5805 | 5806 | ||
| 5806 | * gnus.el: Oort Gnus v0.11 is released. | 5807 | * gnus.el: Oort Gnus v0.11 is released. |
| 5807 | 5808 | ||
| @@ -6277,7 +6278,7 @@ | |||
| 6277 | 6278 | ||
| 6278 | * gnus.el (gnus-version-number): Bump version number. | 6279 | * gnus.el (gnus-version-number): Bump version number. |
| 6279 | 6280 | ||
| 6280 | 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 6281 | 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 6281 | 6282 | ||
| 6282 | * gnus.el: Oort Gnus v0.10 is released. | 6283 | * gnus.el: Oort Gnus v0.10 is released. |
| 6283 | 6284 | ||
| @@ -6285,7 +6286,7 @@ | |||
| 6285 | 6286 | ||
| 6286 | * gnus.el (gnus-version-number): Fix version number. | 6287 | * gnus.el (gnus-version-number): Fix version number. |
| 6287 | 6288 | ||
| 6288 | 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 6289 | 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 6289 | 6290 | ||
| 6290 | * gnus.el: Oort Gnus v0.08 is released. | 6291 | * gnus.el: Oort Gnus v0.08 is released. |
| 6291 | 6292 | ||
| @@ -6789,11 +6790,10 @@ | |||
| 6789 | 6790 | ||
| 6790 | * binhex.el (binhex-decoder-program): Fix docstring. | 6791 | * binhex.el (binhex-decoder-program): Fix docstring. |
| 6791 | 6792 | ||
| 6792 | 2002-12-21 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 6793 | 2002-12-21 Laurent Martelli <laurent@bearteam.org> |
| 6793 | 6794 | ||
| 6794 | * mm-decode.el (mm-mailcap-command): Do not backslash-quote | 6795 | * mm-decode.el (mm-mailcap-command): Do not backslash-quote |
| 6795 | special chars if the mailcap file uses single quotes around %s. | 6796 | special chars if the mailcap file uses single quotes around %s. |
| 6796 | From Laurent Martelli <laurent@bearteam.org>. | ||
| 6797 | 6797 | ||
| 6798 | 2002-12-19 Paul Jarc <prj@po.cwru.edu> | 6798 | 2002-12-19 Paul Jarc <prj@po.cwru.edu> |
| 6799 | 6799 | ||
| @@ -6834,7 +6834,7 @@ | |||
| 6834 | * nntp.el (nntp-with-open-group-first-pass): Do not wrap in | 6834 | * nntp.el (nntp-with-open-group-first-pass): Do not wrap in |
| 6835 | eval-when-compile. Suggested by Kevin Greiner. | 6835 | eval-when-compile. Suggested by Kevin Greiner. |
| 6836 | 6836 | ||
| 6837 | 2002-12-13 Kevin Greiner <kgreiner@xpediantsolutions.com> | 6837 | 2002-12-13 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 6838 | 6838 | ||
| 6839 | * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom. | 6839 | * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom. |
| 6840 | (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer | 6840 | (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer |
| @@ -6846,13 +6846,13 @@ | |||
| 6846 | Multiple chunks in the same group may perform arbitrarily large | 6846 | Multiple chunks in the same group may perform arbitrarily large |
| 6847 | updates. | 6847 | updates. |
| 6848 | 6848 | ||
| 6849 | 2002-12-12 Kevin Greiner <kgreiner@xpediantsolutions.com> | 6849 | 2002-12-12 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 6850 | 6850 | ||
| 6851 | * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to | 6851 | * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to |
| 6852 | gnus-summary-update-download-mark to update the article in the | 6852 | gnus-summary-update-download-mark to update the article in the |
| 6853 | summary. | 6853 | summary. |
| 6854 | 6854 | ||
| 6855 | 2002-12-11 Kevin Greiner <kgreiner@xpediantsolutions.com> | 6855 | 2002-12-11 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 6856 | 6856 | ||
| 6857 | * gnus.el (gnus-summary-high-uncached-face, | 6857 | * gnus.el (gnus-summary-high-uncached-face, |
| 6858 | gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face) | 6858 | gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face) |
| @@ -7070,7 +7070,7 @@ | |||
| 7070 | * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes | 7070 | * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes |
| 7071 | compressed range to gnus-summary-insert-articles. | 7071 | compressed range to gnus-summary-insert-articles. |
| 7072 | 7072 | ||
| 7073 | 2002-11-26 Kevin Ryde <user42@zip.com.au> | 7073 | 2002-11-26 Kevin Ryde <user42@zip.com.au> |
| 7074 | 7074 | ||
| 7075 | * gnus-art.el (gnus-mime-copy-part): Look for filename | 7075 | * gnus-art.el (gnus-mime-copy-part): Look for filename |
| 7076 | parameter under content-disposition, not content-type. | 7076 | parameter under content-disposition, not content-type. |
| @@ -7108,7 +7108,7 @@ | |||
| 7108 | * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger | 7108 | * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger |
| 7109 | print message on entry. | 7109 | print message on entry. |
| 7110 | 7110 | ||
| 7111 | From Kevin Greiner <kgreiner@xpediantsolutions.com>. | 7111 | 2002-11-25 Kevin Greiner <kgreiner@xpediantsolutions.com>. |
| 7112 | 7112 | ||
| 7113 | * gnus-range.el (gnus-range-difference): New function. | 7113 | * gnus-range.el (gnus-range-difference): New function. |
| 7114 | * gnus-sum.el (gnus-summary-insert-old-articles): Use it. | 7114 | * gnus-sum.el (gnus-summary-insert-old-articles): Use it. |
| @@ -7119,8 +7119,7 @@ | |||
| 7119 | gnus-remove-from-range instead of gnus-range-difference which | 7119 | gnus-remove-from-range instead of gnus-range-difference which |
| 7120 | doesn't exist. | 7120 | doesn't exist. |
| 7121 | 7121 | ||
| 7122 | 2002-11-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 7122 | 2002-11-23 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 7123 | From Kevin Greiner <kgreiner@xpediantsolutions.com>. | ||
| 7124 | 7123 | ||
| 7125 | * gnus-agent.el (gnus-agent-downloaded-article-face): New face, | 7124 | * gnus-agent.el (gnus-agent-downloaded-article-face): New face, |
| 7126 | used for showing which articles have been downloaded. | 7125 | used for showing which articles have been downloaded. |
| @@ -7230,7 +7229,7 @@ | |||
| 7230 | * nnimap.el (nnimap-request-expire-articles): Compress sequence | 7229 | * nnimap.el (nnimap-request-expire-articles): Compress sequence |
| 7231 | before storing \Deleted mark on expired articles. | 7230 | before storing \Deleted mark on expired articles. |
| 7232 | 7231 | ||
| 7233 | 2002-11-17 Shenghuo Zhu <zsh@cs.rochester.edu> | 7232 | 2002-11-17 Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7234 | Trivial patch from Markus Rost <rost@math.ohio-state.edu> | 7233 | Trivial patch from Markus Rost <rost@math.ohio-state.edu> |
| 7235 | 7234 | ||
| 7236 | * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open | 7235 | * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open |
| @@ -7320,19 +7319,18 @@ | |||
| 7320 | * gnus-group.el (gnus-group-delete-group): | 7319 | * gnus-group.el (gnus-group-delete-group): |
| 7321 | gnus-cache-active-hashtb might be void. | 7320 | gnus-cache-active-hashtb might be void. |
| 7322 | 7321 | ||
| 7323 | 2002-11-02 Simon Josefsson <jas@extundo.com> | 7322 | 2002-11-02 Raymond Scholz <ray-2002@zonix.de> |
| 7324 | 7323 | ||
| 7325 | * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the | 7324 | * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the |
| 7326 | setting of the default user ID. From Raymond Scholz | 7325 | setting of the default user ID. |
| 7327 | <ray-2002@zonix.de>. | ||
| 7328 | 7326 | ||
| 7329 | 2002-11-01 Jesper Harder <harder@ifa.au.dk> | 7327 | 2002-11-01 Jesper Harder <harder@ifa.au.dk> |
| 7330 | 7328 | ||
| 7331 | * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit | 7329 | * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit |
| 7332 | charset. | 7330 | charset. |
| 7333 | 7331 | ||
| 7334 | 2002-10-31 Ted Zlatanov <tzz@lifelogs.com> | 7332 | 2002-10-31 Alex Schroeder <alex@emacswiki.org> |
| 7335 | From Alex Schroeder <alex@emacswiki.org> | 7333 | |
| 7336 | * spam-stat.el (spam-stat-process-directory): add dir to message | 7334 | * spam-stat.el (spam-stat-process-directory): add dir to message |
| 7337 | (spam-stat-reduce-size): No longer remove words | 7335 | (spam-stat-reduce-size): No longer remove words |
| 7338 | with values close to 0.5, because the default value is 0.2. | 7336 | with values close to 0.5, because the default value is 0.2. |
| @@ -7395,8 +7393,7 @@ | |||
| 7395 | * mml.el (mml-mode-map): Fixed keybindings for mml-secure-* | 7393 | * mml.el (mml-mode-map): Fixed keybindings for mml-secure-* |
| 7396 | functions. | 7394 | functions. |
| 7397 | 7395 | ||
| 7398 | 2002-10-28 Katsumi Yamaoka <yamaoka@jpl.org> | 7396 | 2002-10-28 Mark A. Hershberger <mah@everybody.org> |
| 7399 | From mah@everybody.org (Mark A. Hershberger). | ||
| 7400 | 7397 | ||
| 7401 | * mm-url.el (mm-url-insert-file-contents): Make it return the same | 7398 | * mm-url.el (mm-url-insert-file-contents): Make it return the same |
| 7402 | type values ("url" size) regardless of the values of | 7399 | type values ("url" size) regardless of the values of |
| @@ -7644,7 +7641,7 @@ | |||
| 7644 | 7641 | ||
| 7645 | * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function. | 7642 | * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function. |
| 7646 | 7643 | ||
| 7647 | 2002-10-11 Ted Zlatanov <tzz@lifelogs.com> | 7644 | 2002-10-11 Ted Zlatanov <tzz@lifelogs.com> |
| 7648 | 7645 | ||
| 7649 | * spam.el (spam-check-ifile): added ifile as a spam checking | 7646 | * spam.el (spam-check-ifile): added ifile as a spam checking |
| 7650 | backend, and spam-use-ifle as the variable to toggle that check. | 7647 | backend, and spam-use-ifle as the variable to toggle that check. |
| @@ -7654,7 +7651,7 @@ | |||
| 7654 | * message.el (message-beginning-of-line): New variable. | 7651 | * message.el (message-beginning-of-line): New variable. |
| 7655 | (message-beginning-of-line): Use it. | 7652 | (message-beginning-of-line): Use it. |
| 7656 | 7653 | ||
| 7657 | 2002-10-11 Ted Zlatanov <tzz@lifelogs.com> | 7654 | 2002-10-11 Ted Zlatanov <tzz@lifelogs.com> |
| 7658 | 7655 | ||
| 7659 | * spam.el: more compilation fixes for BBDB | 7656 | * spam.el: more compilation fixes for BBDB |
| 7660 | 7657 | ||
| @@ -7690,7 +7687,7 @@ | |||
| 7690 | (mml2015-unabbrev-trust-alist): New. | 7687 | (mml2015-unabbrev-trust-alist): New. |
| 7691 | (mml2015-gpg-extract-signature-details): Use it. | 7688 | (mml2015-gpg-extract-signature-details): Use it. |
| 7692 | 7689 | ||
| 7693 | 2002-10-10 Ted Zlatanov <tzz@lifelogs.com> | 7690 | 2002-10-10 Ted Zlatanov <tzz@lifelogs.com> |
| 7694 | 7691 | ||
| 7695 | * spam.el: compilation fixes, spam-check-bbdb function is nil if no | 7692 | * spam.el: compilation fixes, spam-check-bbdb function is nil if no |
| 7696 | BBDB installed | 7693 | BBDB installed |
| @@ -7818,7 +7815,7 @@ | |||
| 7818 | 7815 | ||
| 7819 | * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el. | 7816 | * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el. |
| 7820 | 7817 | ||
| 7821 | 2002-09-29 Daiki Ueno <ueno@unixuser.org> | 7818 | 2002-09-29 Daiki Ueno <ueno@unixuser.org> |
| 7822 | 7819 | ||
| 7823 | * pgg.el: Remove dependency on calist.el. | 7820 | * pgg.el: Remove dependency on calist.el. |
| 7824 | 7821 | ||
| @@ -7859,13 +7856,12 @@ | |||
| 7859 | 7856 | ||
| 7860 | * message.el (message-required-mail-headers): Remove Lines:. | 7857 | * message.el (message-required-mail-headers): Remove Lines:. |
| 7861 | 7858 | ||
| 7862 | 2002-10-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7859 | 2002-10-03 Jesper Harder <harder@ifa.au.dk> |
| 7863 | From Jesper Harder. | ||
| 7864 | 7860 | ||
| 7865 | * gnus-group.el (gnus-group-fetch-charter, | 7861 | * gnus-group.el (gnus-group-fetch-charter, |
| 7866 | gnus-group-fetch-control): Prompt for group if given a prefix | 7862 | gnus-group-fetch-control): Prompt for group if given a prefix |
| 7867 | argument. | 7863 | argument. |
| 7868 | * gnus-sum.el (t): Add gnus-group-fetch-charter and | 7864 | * gnus-sum.el: Add gnus-group-fetch-charter and |
| 7869 | gnus-group-fetch-control to summary key map and menu. | 7865 | gnus-group-fetch-control to summary key map and menu. |
| 7870 | 7866 | ||
| 7871 | 2002-10-03 Paul Jarc <prj@po.cwru.edu> | 7867 | 2002-10-03 Paul Jarc <prj@po.cwru.edu> |
| @@ -7880,13 +7876,12 @@ | |||
| 7880 | (gnus-agent-fetch-selected-article): New function for | 7876 | (gnus-agent-fetch-selected-article): New function for |
| 7881 | gnus-select-article-hook or gnus-mark-article-hook. | 7877 | gnus-select-article-hook or gnus-mark-article-hook. |
| 7882 | 7878 | ||
| 7883 | 2002-10-02 Katsumi Yamaoka <yamaoka@jpl.org> | 7879 | 2002-10-02 Peter von der Ahe <nospam2159@daimi.au.dk> |
| 7884 | From Peter von der Ahe <nospam2159@daimi.au.dk>. | ||
| 7885 | 7880 | ||
| 7886 | * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to | 7881 | * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to |
| 7887 | raw-text. | 7882 | raw-text. |
| 7888 | 7883 | ||
| 7889 | 2002-09-30 Ted Zlatanov <tzz@lifelogs.com> | 7884 | 2002-09-30 Ted Zlatanov <tzz@lifelogs.com> |
| 7890 | 7885 | ||
| 7891 | * spam.el: merged changes from pinard@iro.umontreal.ca (Fran,Ag(Bois | 7886 | * spam.el: merged changes from pinard@iro.umontreal.ca (Fran,Ag(Bois |
| 7892 | Pinard). | 7887 | Pinard). |
| @@ -7927,8 +7922,7 @@ | |||
| 7927 | 7922 | ||
| 7928 | * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove. | 7923 | * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove. |
| 7929 | 7924 | ||
| 7930 | 2002-09-27 Katsumi Yamaoka <yamaoka@jpl.org> | 7925 | 2002-09-27 Mats Lidell <matsl@contactor.se> |
| 7931 | From Mats Lidell <matsl@contactor.se>. | ||
| 7932 | 7926 | ||
| 7933 | * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ". | 7927 | * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ". |
| 7934 | 7928 | ||
| @@ -8079,20 +8073,19 @@ | |||
| 8079 | * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article | 8073 | * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article |
| 8080 | number when article 1 does not exist. | 8074 | number when article 1 does not exist. |
| 8081 | 8075 | ||
| 8082 | 2002-09-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8076 | 2002-09-25 Reiner Steib <Reiner.Steib@gmx.de> |
| 8083 | 8077 | ||
| 8084 | * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to | 8078 | * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to |
| 8085 | apropos if apropos-variable does not exist. | 8079 | apropos if apropos-variable does not exist. |
| 8086 | (gnus-button-guessed-mid-regexp) | 8080 | (gnus-button-guessed-mid-regexp) |
| 8087 | (gnus-button-handle-describe-prefix, gnus-button-alist): Better | 8081 | (gnus-button-handle-describe-prefix, gnus-button-alist): Better |
| 8088 | regexes. From Reiner Steib. | 8082 | regexes. |
| 8089 | (gnus-button-handle-describe-function) | 8083 | (gnus-button-handle-describe-function) |
| 8090 | (gnus-button-handle-describe-variable): Doc fix. From Reiner Steib. | 8084 | (gnus-button-handle-describe-variable): Doc fix. |
| 8091 | (gnus-button-handle-describe-key, gnus-button-handle-apropos) | 8085 | (gnus-button-handle-describe-key, gnus-button-handle-apropos) |
| 8092 | (gnus-button-handle-apropos-command): Doc fix. From Reiner Steib. | 8086 | (gnus-button-handle-apropos-command): Doc fix. |
| 8093 | 8087 | ||
| 8094 | 2002-09-25 Mark A. Hershberger <mah@everybody.org> | 8088 | 2002-09-25 Mark A. Hershberger <mah@everybody.org> (tiny change) |
| 8095 | Trivial patch. | ||
| 8096 | 8089 | ||
| 8097 | * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in | 8090 | * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in |
| 8098 | the file. | 8091 | the file. |
| @@ -8114,22 +8107,19 @@ | |||
| 8114 | (mml2015-pgg-encrypt): New functions. | 8107 | (mml2015-pgg-encrypt): New functions. |
| 8115 | (defvar, autoload): Prevent byte-compile warnings. | 8108 | (defvar, autoload): Prevent byte-compile warnings. |
| 8116 | 8109 | ||
| 8117 | 2002-09-24 Katsumi Yamaoka <yamaoka@jpl.org> | 8110 | 2002-09-24 TSUCHIYA Masatoshi <tsuchiya@namazu.org>. |
| 8118 | From TSUCHIYA Masatoshi <tsuchiya@namazu.org>. | ||
| 8119 | 8111 | ||
| 8120 | * gnus-art.el (article-strip-banner): Check for the existence of | 8112 | * gnus-art.el (article-strip-banner): Check for the existence of |
| 8121 | from header. | 8113 | from header. |
| 8122 | 8114 | ||
| 8123 | 2002-09-23 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 8115 | 2002-09-23 Reiner Steib <Reiner.Steib@gmx.de> |
| 8124 | 8116 | ||
| 8125 | * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp. | 8117 | * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp. |
| 8126 | (gnus-button-alist): Improved regexp for | 8118 | (gnus-button-alist): Improved regexp for |
| 8127 | gnus-button-handle-mid-or-mail (false positives), fixed | 8119 | gnus-button-handle-mid-or-mail (false positives), fixed |
| 8128 | gnus-button-handle-man entries. | 8120 | gnus-button-handle-man entries. |
| 8129 | From Reiner Steib. | ||
| 8130 | 8121 | ||
| 8131 | 2002-09-23 Paul Jarc <prj@po.cwru.edu> | 8122 | 2002-09-23 Josh Huber <huber@alum.wpi.edu> |
| 8132 | From Josh Huber. | ||
| 8133 | 8123 | ||
| 8134 | * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when | 8124 | * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when |
| 8135 | nnmail-extra-headers is non-nil. | 8125 | nnmail-extra-headers is non-nil. |
| @@ -8158,8 +8148,7 @@ | |||
| 8158 | 8148 | ||
| 8159 | * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer. | 8149 | * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer. |
| 8160 | 8150 | ||
| 8161 | 2002-09-20 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 8151 | 2002-09-20 Reiner Steib <Reiner.Steib@gmx.de> |
| 8162 | From Reiner Steib. | ||
| 8163 | 8152 | ||
| 8164 | * gnus-art.el (gnus-button-handle-custom, | 8153 | * gnus-art.el (gnus-button-handle-custom, |
| 8165 | gnus-button-handle-mid-or-mail, | 8154 | gnus-button-handle-mid-or-mail, |
| @@ -8185,10 +8174,10 @@ | |||
| 8185 | 8174 | ||
| 8186 | * message.el (message-completion-alist): Add Reply-To, From, etc. | 8175 | * message.el (message-completion-alist): Add Reply-To, From, etc. |
| 8187 | 8176 | ||
| 8188 | 2002-09-18 Simon Josefsson <jas@extundo.com> | 8177 | 2002-09-18 Nevin Kapur <nevin@jhu.edu> |
| 8189 | 8178 | ||
| 8190 | * nnimap.el (nnimap-request-expire-articles): Make flag setting | 8179 | * nnimap.el (nnimap-request-expire-articles): Make flag setting |
| 8191 | conditional. From Nevin Kapur <nevin@jhu.edu>. | 8180 | conditional. |
| 8192 | 8181 | ||
| 8193 | 2002-09-17 Simon Josefsson <jas@extundo.com> | 8182 | 2002-09-17 Simon Josefsson <jas@extundo.com> |
| 8194 | 8183 | ||
| @@ -8198,8 +8187,7 @@ | |||
| 8198 | when articles are found. Suggested by Nevin Kapur | 8187 | when articles are found. Suggested by Nevin Kapur |
| 8199 | <nevin@jhu.edu>. | 8188 | <nevin@jhu.edu>. |
| 8200 | 8189 | ||
| 8201 | 2002-09-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8190 | 2002-09-17 Reiner Steib <Reiner.Steib@gmx.de> |
| 8202 | From Reiner Steib <reiner.steib@gmx.de>. | ||
| 8203 | 8191 | ||
| 8204 | * message.el (message-strip-subject-trailing-was) | 8192 | * message.el (message-strip-subject-trailing-was) |
| 8205 | (message-change-subject, message-add-archive-header) | 8193 | (message-change-subject, message-add-archive-header) |
| @@ -8252,8 +8240,7 @@ | |||
| 8252 | 8240 | ||
| 8253 | * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed. | 8241 | * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed. |
| 8254 | 8242 | ||
| 8255 | 2002-09-12 Katsumi Yamaoka <yamaoka@jpl.org> | 8243 | 2002-09-12 John Paul Wallington <jpw@shootybangbang.com>. |
| 8256 | From John Paul Wallington <jpw@shootybangbang.com>. | ||
| 8257 | 8244 | ||
| 8258 | * gnus.el (gnus-visual, gnus-meta): Fix typo. | 8245 | * gnus.el (gnus-visual, gnus-meta): Fix typo. |
| 8259 | 8246 | ||
| @@ -8267,8 +8254,7 @@ | |||
| 8267 | (nnimap-split-rule): Doc fix. | 8254 | (nnimap-split-rule): Doc fix. |
| 8268 | (nnimap-request-expire-articles): Cleanup code. | 8255 | (nnimap-request-expire-articles): Cleanup code. |
| 8269 | 8256 | ||
| 8270 | 2002-09-11 Katsumi Yamaoka <yamaoka@jpl.org> | 8257 | 2002-09-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>. |
| 8271 | From TSUCHIYA Masatoshi <tsuchiya@namazu.org>. | ||
| 8272 | 8258 | ||
| 8273 | * gnus-art.el (gnus-article-address-banner-alist): New option. | 8259 | * gnus-art.el (gnus-article-address-banner-alist): New option. |
| 8274 | (article-strip-banner): Refer the above option to split banners of | 8260 | (article-strip-banner): Refer the above option to split banners of |
| @@ -8348,10 +8334,10 @@ | |||
| 8348 | * gnus-util.el (gnus-frame-or-window-display-name): Exclude | 8334 | * gnus-util.el (gnus-frame-or-window-display-name): Exclude |
| 8349 | invalid display names. | 8335 | invalid display names. |
| 8350 | 8336 | ||
| 8351 | 2002-08-30 Simon Josefsson <jas@extundo.com> | 8337 | 2002-08-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 8352 | 8338 | ||
| 8353 | * gnus-group.el (gnus-group-fetch-control): Fix typo in last | 8339 | * gnus-group.el (gnus-group-fetch-control): Fix typo in last |
| 8354 | commit. From Reiner Steib <4uce.02.r.steib@gmx.net>. | 8340 | commit. |
| 8355 | 8341 | ||
| 8356 | 2002-08-26 Jesper Harder <harder@ifa.au.dk> | 8342 | 2002-08-26 Jesper Harder <harder@ifa.au.dk> |
| 8357 | 8343 | ||
| @@ -8362,10 +8348,9 @@ | |||
| 8362 | (gnus-group-fetch-control): New function. | 8348 | (gnus-group-fetch-control): New function. |
| 8363 | Add them to the keymap and menu. Require mm-url. | 8349 | Add them to the keymap and menu. Require mm-url. |
| 8364 | 8350 | ||
| 8365 | 2002-08-30 Katsumi Yamaoka <yamaoka@jpl.org> | 8351 | 2002-08-30 Alex Schroeder <alex@emacswiki.org>. |
| 8366 | 8352 | ||
| 8367 | * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. | 8353 | * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. |
| 8368 | From Alex Schroeder <alex@emacswiki.org>. | ||
| 8369 | 8354 | ||
| 8370 | 2002-08-29 Jesper Harder <harder@ifa.au.dk> | 8355 | 2002-08-29 Jesper Harder <harder@ifa.au.dk> |
| 8371 | 8356 | ||
| @@ -8413,10 +8398,10 @@ | |||
| 8413 | * lpath.el: Fbind `frame-parameter', `make-frame-on-display', | 8398 | * lpath.el: Fbind `frame-parameter', `make-frame-on-display', |
| 8414 | `device-connection' and `dfw-device'. | 8399 | `device-connection' and `dfw-device'. |
| 8415 | 8400 | ||
| 8416 | 2002-08-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8401 | 2002-08-22 Jochen Hein <jochen@jochen.org> (tiny change) |
| 8417 | 8402 | ||
| 8418 | * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false | 8403 | * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false |
| 8419 | positives, make it stricter. From Jochen Hein (trivial change). | 8404 | positives, make it stricter. |
| 8420 | 8405 | ||
| 8421 | 2002-08-21 Katsumi Yamaoka <yamaoka@jpl.org> | 8406 | 2002-08-21 Katsumi Yamaoka <yamaoka@jpl.org> |
| 8422 | 8407 | ||
| @@ -8433,8 +8418,7 @@ | |||
| 8433 | 8418 | ||
| 8434 | * lpath.el: Fbind w32-focus-frame and x-focus-frame. | 8419 | * lpath.el: Fbind w32-focus-frame and x-focus-frame. |
| 8435 | 8420 | ||
| 8436 | 2002-08-20 Katsumi Yamaoka <yamaoka@jpl.org> | 8421 | 2002-08-20 $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org>. |
| 8437 | From $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org>. | ||
| 8438 | 8422 | ||
| 8439 | * message.el (message-set-auto-save-file-name): Add support for | 8423 | * message.el (message-set-auto-save-file-name): Add support for |
| 8440 | the Cygwin Emacs; the system-type is `cygwin'. | 8424 | the Cygwin Emacs; the system-type is `cygwin'. |
| @@ -8544,7 +8528,7 @@ | |||
| 8544 | 8528 | ||
| 8545 | * gnus.el (gnus-version-number): Bumped version number. | 8529 | * gnus.el (gnus-version-number): Bumped version number. |
| 8546 | 8530 | ||
| 8547 | 2002-08-04 01:48:57 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 8531 | 2002-08-04 01:48:57 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 8548 | 8532 | ||
| 8549 | * gnus.el: Oort Gnus v0.07 is released. | 8533 | * gnus.el: Oort Gnus v0.07 is released. |
| 8550 | 8534 | ||
| @@ -8556,18 +8540,17 @@ | |||
| 8556 | (gnus-article-sort-by-random): New function. | 8540 | (gnus-article-sort-by-random): New function. |
| 8557 | (gnus-thread-sort-by-random): New function. | 8541 | (gnus-thread-sort-by-random): New function. |
| 8558 | 8542 | ||
| 8559 | 2002-08-02 Simon Josefsson <jas@extundo.com> | 8543 | 2002-08-02 Scott A Crosby <scrosby@cs.rice.edu> |
| 8560 | 8544 | ||
| 8561 | * gnus-logic.el (gnus-advanced-integer): Swap arguments in | 8545 | * gnus-logic.el (gnus-advanced-integer): Swap arguments in |
| 8562 | funcall. From Scott A Crosby <scrosby@cs.rice.edu>. | 8546 | funcall. |
| 8563 | 8547 | ||
| 8564 | 2002-07-31 Danny Siu <dsiu@adobe.com> | 8548 | 2002-07-31 Danny Siu <dsiu@adobe.com> |
| 8565 | 8549 | ||
| 8566 | * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field | 8550 | * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field |
| 8567 | when splitting malformed messages without message-id | 8551 | when splitting malformed messages without message-id |
| 8568 | 8552 | ||
| 8569 | 2002-07-28 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8553 | 2002-07-28 Niklas Morberg <niklas.morberg@axis.com>. |
| 8570 | From Niklas Morberg <niklas.morberg@axis.com>. | ||
| 8571 | 8554 | ||
| 8572 | * nnweb.el (nnweb-type, nnweb-type-definition) | 8555 | * nnweb.el (nnweb-type, nnweb-type-definition) |
| 8573 | (nnweb-gmane-create-mapping, nnweb-gmane-wash-article) | 8556 | (nnweb-gmane-create-mapping, nnweb-gmane-wash-article) |
| @@ -8611,21 +8594,18 @@ | |||
| 8611 | nnmail-expiry-target to 'delete, so that absolute deletion | 8594 | nnmail-expiry-target to 'delete, so that absolute deletion |
| 8612 | happens when absolute deletion is requested. | 8595 | happens when absolute deletion is requested. |
| 8613 | 8596 | ||
| 8614 | 2002-07-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8597 | 2002-07-21 Nevin Kapur <nevin@jhu.edu>. |
| 8615 | From Nevin Kapur <nevin@jhu.edu>. | ||
| 8616 | 8598 | ||
| 8617 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting | 8599 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting |
| 8618 | headers as empty headers. | 8600 | headers as empty headers. |
| 8619 | 8601 | ||
| 8620 | 2002-07-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8602 | 2002-07-21 Jochen Hein <jochen@jochen.org>. |
| 8621 | From Jochen Hein <jochen@jochen.org>. | ||
| 8622 | 8603 | ||
| 8623 | * gnus-art.el (gnus-emphasis-alist): Add strikethrough and | 8604 | * gnus-art.el (gnus-emphasis-alist): Add strikethrough and |
| 8624 | correct typo. | 8605 | correct typo. |
| 8625 | (gnus-emphasis-strikethru): New face. | 8606 | (gnus-emphasis-strikethru): New face. |
| 8626 | 8607 | ||
| 8627 | 2002-07-20 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8608 | 2002-07-20 Jason Merrill <jason@redhat.com>. |
| 8628 | From Jason Merrill <jason@redhat.com>. | ||
| 8629 | 8609 | ||
| 8630 | * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the | 8610 | * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the |
| 8631 | entire file for each of a sequence of missing articles. | 8611 | entire file for each of a sequence of missing articles. |
| @@ -8636,8 +8616,7 @@ | |||
| 8636 | * gnus-sum.el (gnus-summary-insert-new-articles): Count down to | 8616 | * gnus-sum.el (gnus-summary-insert-new-articles): Count down to |
| 8637 | avoid nreverse. | 8617 | avoid nreverse. |
| 8638 | 8618 | ||
| 8639 | 2002-07-14 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8619 | 2002-07-14 Ted Zlatanov <teodor.zlatanov@divine.com> |
| 8640 | From Ted Zlatanov <teodor.zlatanov@divine.com>. | ||
| 8641 | 8620 | ||
| 8642 | * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'. | 8621 | * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'. |
| 8643 | (gnus-summary-mode-line-format-alist): Add %h for number of | 8622 | (gnus-summary-mode-line-format-alist): Add %h for number of |
| @@ -8652,25 +8631,24 @@ | |||
| 8652 | (gnus-mark-article-as-read, gnus-mark-article-as-unread) | 8631 | (gnus-mark-article-as-read, gnus-mark-article-as-unread) |
| 8653 | (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam. | 8632 | (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam. |
| 8654 | 8633 | ||
| 8655 | 2002-07-10 Simon Josefsson <jas@extundo.com> | 8634 | 2002-07-10 KANEMATSU Daiji <kdaiji@bea.com> |
| 8656 | 8635 | ||
| 8657 | * nnimap.el (nnimap-split-to-groups): Allow group string to be a | 8636 | * nnimap.el (nnimap-split-to-groups): Allow group string to be a |
| 8658 | function. From KANEMATSU Daiji <kdaiji@bea.com>. | 8637 | function. |
| 8659 | 8638 | ||
| 8660 | 2002-07-09 Nevin Kapur <nevin@jhu.edu> | 8639 | 2002-07-09 Nevin Kapur <nevin@jhu.edu> |
| 8661 | 8640 | ||
| 8662 | * gnus-sum.el (gnus-summary-delete-article): Respect group | 8641 | * gnus-sum.el (gnus-summary-delete-article): Respect group |
| 8663 | parameters while expiring. | 8642 | parameters while expiring. |
| 8664 | 8643 | ||
| 8665 | 2002-07-08 Simon Josefsson <jas@extundo.com> | 8644 | 2002-07-08 Henrik Enberg <henrik@enberg.org> |
| 8666 | 8645 | ||
| 8667 | * gnus-art.el (article-make-date-line): Fix string. From Henrik | 8646 | * gnus-art.el (article-make-date-line): Fix string. |
| 8668 | Enberg. | ||
| 8669 | 8647 | ||
| 8670 | 2002-07-08 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8648 | 2002-07-08 Niklas Morberg <niklas.morberg@axis.com> |
| 8671 | 8649 | ||
| 8672 | * gnus-art.el (article-unsplit-urls): Only display MIME when this | 8650 | * gnus-art.el (article-unsplit-urls): Only display MIME when this |
| 8673 | function is called interactively. From Niklas Morberg. | 8651 | function is called interactively. |
| 8674 | 8652 | ||
| 8675 | 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> | 8653 | 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 8676 | 8654 | ||
| @@ -8692,10 +8670,10 @@ | |||
| 8692 | 8670 | ||
| 8693 | * nnmail.el (nnmail-split-methods): fix custom type. | 8671 | * nnmail.el (nnmail-split-methods): fix custom type. |
| 8694 | 8672 | ||
| 8695 | 2002-07-02 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8673 | 2002-07-02 Niklas Morberg <niklas.morberg@axis.com> |
| 8696 | 8674 | ||
| 8697 | * gnus-art.el (article-unsplit-urls): Keep URL buttonized after | 8675 | * gnus-art.el (article-unsplit-urls): Keep URL buttonized after |
| 8698 | unsplitting. From Niklas Morberg <niklas.morberg@axis.com>. | 8676 | unsplitting. |
| 8699 | 8677 | ||
| 8700 | 2002-07-01 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8678 | 2002-07-01 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 8701 | 8679 | ||
| @@ -8707,13 +8685,12 @@ | |||
| 8707 | * nntp.el (nntp-via-rlogin-command-switches): New variable. | 8685 | * nntp.el (nntp-via-rlogin-command-switches): New variable. |
| 8708 | (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above. | 8686 | (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above. |
| 8709 | 8687 | ||
| 8710 | 2002-06-28 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8688 | 2002-06-28 Katsumi Yamaoka <yamaoka@jpl.org> |
| 8711 | 8689 | ||
| 8712 | * message.el (message-font-lock-keywords): Don't fontify | 8690 | * message.el (message-font-lock-keywords): Don't fontify |
| 8713 | headers in the message body, only in the header. | 8691 | headers in the message body, only in the header. |
| 8714 | (message-font-lock-make-header-matcher): New function, used by | 8692 | (message-font-lock-make-header-matcher): New function, used by |
| 8715 | message-font-lock-keywords. | 8693 | message-font-lock-keywords. |
| 8716 | From Katsumi Yamaoka <yamaoka@jpl.org>. | ||
| 8717 | 8694 | ||
| 8718 | 2002-06-28 Katsumi Yamaoka <yamaoka@jpl.org> | 8695 | 2002-06-28 Katsumi Yamaoka <yamaoka@jpl.org> |
| 8719 | 8696 | ||
| @@ -8766,24 +8743,22 @@ | |||
| 8766 | (last, coerce, subseq): Remove compiler macros for those built-in | 8743 | (last, coerce, subseq): Remove compiler macros for those built-in |
| 8767 | or unused functions. | 8744 | or unused functions. |
| 8768 | 8745 | ||
| 8769 | 2002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8746 | 2002-06-17 Simon Josefsson <jas@extundo.com> |
| 8770 | 8747 | ||
| 8771 | * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make | 8748 | * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make |
| 8772 | sure to write byte-compiled versions of gnus-*-format-alist to | 8749 | sure to write byte-compiled versions of gnus-*-format-alist to |
| 8773 | .newsrc.eld. From Simon Josefsson. | 8750 | .newsrc.eld. |
| 8774 | 8751 | ||
| 8775 | 2002-06-16 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8752 | 2002-06-16 Bj,Ax(Brn Mork <bmork@dod.no> |
| 8776 | 8753 | ||
| 8777 | * gnus-agent.el (gnus-agent-read-servers) | 8754 | * gnus-agent.el (gnus-agent-read-servers) |
| 8778 | (gnus-agent-write-servers): Put server name (string like | 8755 | (gnus-agent-write-servers): Put server name (string like |
| 8779 | "nnchoke:frumple") in the file instead of a server specification | 8756 | "nnchoke:frumple") in the file instead of a server specification |
| 8780 | (Lisp expression like (nnchoke "frumple" ...parameters...)). | 8757 | (Lisp expression like (nnchoke "frumple" ...parameters...)). |
| 8781 | From Bj,Ax(Brn Mork <bmork@dod.no>. | ||
| 8782 | 8758 | ||
| 8783 | 2002-06-16 Simon Josefsson <jas@extundo.com> | 8759 | 2002-06-16 Reiner Steib <Reiner.Steib@gmx.de> |
| 8784 | 8760 | ||
| 8785 | * gnus-cache.el (gnus-cache-remove-article): n is &optional. From | 8761 | * gnus-cache.el (gnus-cache-remove-article): n is &optional. |
| 8786 | Reiner Steib <4uce.02.r.steib@gmx.net>. | ||
| 8787 | 8762 | ||
| 8788 | 2002-06-15 ShengHuo ZHU <zsh@cs.rochester.edu> | 8763 | 2002-06-15 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 8789 | 8764 | ||
| @@ -8819,8 +8794,10 @@ | |||
| 8819 | * gnus-int.el (gnus-request-move-article): Agent expire article if | 8794 | * gnus-int.el (gnus-request-move-article): Agent expire article if |
| 8820 | successfuly moved. | 8795 | successfuly moved. |
| 8821 | 8796 | ||
| 8797 | 2002-06-11 Niklas Morberg <niklas.morberg@axis.com> | ||
| 8798 | |||
| 8822 | * nnweb.el (nnweb-google-create-mapping): Honors the value of | 8799 | * nnweb.el (nnweb-google-create-mapping): Honors the value of |
| 8823 | nnweb-max-hits. From Niklas Morberg <niklas.morberg@axis.com>. | 8800 | nnweb-max-hits. |
| 8824 | 8801 | ||
| 8825 | 2002-06-10 Simon Josefsson <jas@extundo.com> | 8802 | 2002-06-10 Simon Josefsson <jas@extundo.com> |
| 8826 | 8803 | ||
| @@ -8869,11 +8846,10 @@ | |||
| 8869 | * nnmail.el (nnmail-mail-splitting-decodes): New variable. | 8846 | * nnmail.el (nnmail-mail-splitting-decodes): New variable. |
| 8870 | (nnmail-article-group): Use it. | 8847 | (nnmail-article-group): Use it. |
| 8871 | 8848 | ||
| 8872 | 2002-05-30 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8849 | 2002-05-30 Jesper Harder <harder@ifa.au.dk> |
| 8873 | 8850 | ||
| 8874 | * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines | 8851 | * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines |
| 8875 | so that code reading them won't be surprised. From Jesper Harder | 8852 | so that code reading them won't be surprised. |
| 8876 | <harder@ifa.au.dk>. | ||
| 8877 | 8853 | ||
| 8878 | 2002-05-29 Simon Josefsson <jas@extundo.com> | 8854 | 2002-05-29 Simon Josefsson <jas@extundo.com> |
| 8879 | 8855 | ||
| @@ -8890,11 +8866,10 @@ | |||
| 8890 | 8866 | ||
| 8891 | * gnus-group.el (gnus-group-line-format): Doc fix. | 8867 | * gnus-group.el (gnus-group-line-format): Doc fix. |
| 8892 | 8868 | ||
| 8893 | 2002-05-28 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8869 | 2002-05-28 Jesper Harder <harder@ifa.au.dk> |
| 8894 | 8870 | ||
| 8895 | * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of | 8871 | * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of |
| 8896 | original article before yanking. From Jesper Harder | 8872 | original article before yanking. |
| 8897 | <harder@ifa.au.dk>. | ||
| 8898 | 8873 | ||
| 8899 | 2002-05-26 Simon Josefsson <jas@extundo.com> | 8874 | 2002-05-26 Simon Josefsson <jas@extundo.com> |
| 8900 | 8875 | ||
| @@ -8920,22 +8895,23 @@ | |||
| 8920 | (gnus-summary-prepare-threads): Avoid simplifying every Subject | 8895 | (gnus-summary-prepare-threads): Avoid simplifying every Subject |
| 8921 | twice by saving the simplified subject string in simp-subject. | 8896 | twice by saving the simplified subject string in simp-subject. |
| 8922 | 8897 | ||
| 8923 | 2002-05-23 Simon Josefsson <jas@extundo.com> | 8898 | 2002-05-23 Benjamin Rutt <rutt+news@cis.ohio-state.edu> (tiny change) |
| 8924 | 8899 | ||
| 8925 | * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo. Trivial | 8900 | * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo. |
| 8926 | change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>. | ||
| 8927 | 8901 | ||
| 8928 | * nnweb.el (nnweb-type): Remove dejanewsold. Trivial change from | 8902 | 2002-05-23 Niklas Morberg <niklas.morberg@axis.com> (tiny change) |
| 8929 | Niklas Morberg <niklas.morberg@axis.com>. | 8903 | |
| 8904 | * nnweb.el (nnweb-type): Remove dejanewsold. | ||
| 8930 | 8905 | ||
| 8931 | 2002-05-22 Simon Josefsson <jas@extundo.com> | 8906 | 2002-05-22 Simon Josefsson <jas@extundo.com> |
| 8932 | 8907 | ||
| 8933 | * sieve.el (sieve-change-region): Define it before it is used. | 8908 | * sieve.el (sieve-change-region): Define it before it is used. |
| 8934 | 8909 | ||
| 8910 | 2002-05-22 Benjamin Rutt <rutt+news@cis.ohio-state.edu> | ||
| 8911 | |||
| 8935 | * gnus-msg.el (gnus-confirm-mail-reply-to-news) | 8912 | * gnus-msg.el (gnus-confirm-mail-reply-to-news) |
| 8936 | (gnus-summary-reply): Ask for confirmation when replying to news. | 8913 | (gnus-summary-reply): Ask for confirmation when replying to news. |
| 8937 | Defaults to not ask. From Benjamin Rutt | 8914 | Defaults to not ask. |
| 8938 | <rutt+news@cis.ohio-state.edu>. | ||
| 8939 | 8915 | ||
| 8940 | * nnimap.el (nnimap-nov-is-evil): Improve doc. | 8916 | * nnimap.el (nnimap-nov-is-evil): Improve doc. |
| 8941 | 8917 | ||
| @@ -8990,10 +8966,13 @@ | |||
| 8990 | * nnmail.el (nnmail-cache-insert): Change group to required, | 8966 | * nnmail.el (nnmail-cache-insert): Change group to required, |
| 8991 | removed code which tried to figure out the group. | 8967 | removed code which tried to figure out the group. |
| 8992 | 8968 | ||
| 8993 | 2002-05-13 Josh Huber <huber@alum.wpi.edu> | 8969 | 2002-05-13 Hans de Graaff <hans@degraaff.org> |
| 8994 | 8970 | ||
| 8995 | * mml.el (mml-generate-mime-1): Fix mml generation for signed only | 8971 | * mml.el (mml-generate-mime-1): Fix mml generation for signed only |
| 8996 | messages. From Hans de Graaff <hans@degraaff.org>. | 8972 | messages. |
| 8973 | |||
| 8974 | 2002-05-13 Josh Huber <huber@alum.wpi.edu> | ||
| 8975 | |||
| 8997 | * nnml.el (nnml-request-accept-article): Pass in the group name to | 8976 | * nnml.el (nnml-request-accept-article): Pass in the group name to |
| 8998 | nnmail-cache-insert, since it's available. | 8977 | nnmail-cache-insert, since it's available. |
| 8999 | 8978 | ||
| @@ -9001,8 +8980,7 @@ | |||
| 9001 | 8980 | ||
| 9002 | * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end. | 8981 | * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end. |
| 9003 | 8982 | ||
| 9004 | 2002-05-08 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8983 | 2002-05-08 Florian Weimer <fw@deneb.enyo.de> |
| 9005 | From Florian Weimer <fw@deneb.enyo.de>. | ||
| 9006 | 8984 | ||
| 9007 | * gnus.el (subscribed): New group parameter. | 8985 | * gnus.el (subscribed): New group parameter. |
| 9008 | (gnus-find-subscribed-addresses): Use it. | 8986 | (gnus-find-subscribed-addresses): Use it. |
| @@ -9022,16 +9000,15 @@ | |||
| 9022 | parenthesis for "<" and ">". Suggested by Andreas Schwab | 9000 | parenthesis for "<" and ">". Suggested by Andreas Schwab |
| 9023 | <schwab@suse.de>. | 9001 | <schwab@suse.de>. |
| 9024 | 9002 | ||
| 9025 | 2002-05-07 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9003 | 2002-05-07 Josh Huber <huber@alum.wpi.edu> |
| 9026 | 9004 | ||
| 9027 | * nnmail.el (nnmail-cache-insert): Prefer group-art over group | 9005 | * nnmail.el (nnmail-cache-insert): Prefer group-art over group |
| 9028 | when intuiting the group the message is written to. From Josh | 9006 | when intuiting the group the message is written to. |
| 9029 | Huber <huber@alum.wpi.edu>. | ||
| 9030 | 9007 | ||
| 9031 | 2002-05-06 Simon Josefsson <jas@extundo.com> | 9008 | 2002-05-06 Matt Armstrong <matt@lickey.com> |
| 9032 | 9009 | ||
| 9033 | * gnus-topic.el (gnus-group-topic-parameters): Work when group | 9010 | * gnus-topic.el (gnus-group-topic-parameters): Work when group |
| 9034 | buffer doesn't show group. From Matt Armstrong <matt@lickey.com>. | 9011 | buffer doesn't show group. |
| 9035 | 9012 | ||
| 9036 | 2002-05-06 Josh Huber <huber@alum.wpi.edu> | 9013 | 2002-05-06 Josh Huber <huber@alum.wpi.edu> |
| 9037 | 9014 | ||
| @@ -9078,7 +9055,7 @@ | |||
| 9078 | server. | 9055 | server. |
| 9079 | (nnimap-mailbox-info): defvar instead of defvoo. | 9056 | (nnimap-mailbox-info): defvar instead of defvoo. |
| 9080 | 9057 | ||
| 9081 | 2002-05-01 20:09:21 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 9058 | 2002-05-01 20:09:21 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 9082 | 9059 | ||
| 9083 | * gnus.el: Oort Gnus v0.06 is released. | 9060 | * gnus.el: Oort Gnus v0.06 is released. |
| 9084 | 9061 | ||
| @@ -9188,8 +9165,7 @@ | |||
| 9188 | 9165 | ||
| 9189 | * gnus-art.el (article-unsplit-urls): Allow trailing SPC. | 9166 | * gnus-art.el (article-unsplit-urls): Allow trailing SPC. |
| 9190 | 9167 | ||
| 9191 | 2002-04-24 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9168 | 2002-04-24 Dan Christensen <jdc+news@uwo.ca> |
| 9192 | From Dan Christensen <jdc+news@uwo.ca>. | ||
| 9193 | 9169 | ||
| 9194 | * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p) | 9170 | * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p) |
| 9195 | (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head): | 9171 | (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head): |
| @@ -9211,11 +9187,10 @@ | |||
| 9211 | (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to | 9187 | (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to |
| 9212 | new code in netrc.el. | 9188 | new code in netrc.el. |
| 9213 | 9189 | ||
| 9214 | 2002-04-23 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9190 | 2002-04-23 Matthieu Moy <Matthieu.Moy@imag.fr> |
| 9215 | 9191 | ||
| 9216 | * gnus-msg.el (gnus-summary-resend-message-edit): Remove | 9192 | * gnus-msg.el (gnus-summary-resend-message-edit): Remove |
| 9217 | message-ignored-resent-headers, too. From Matthieu Moy | 9193 | message-ignored-resent-headers, too. |
| 9218 | <Matthieu.Moy@imag.fr>. | ||
| 9219 | 9194 | ||
| 9220 | 2002-04-22 Bj,Av(Brn Torkelsson <torkel@acc.umu.se> | 9195 | 2002-04-22 Bj,Av(Brn Torkelsson <torkel@acc.umu.se> |
| 9221 | 9196 | ||
| @@ -9280,8 +9255,7 @@ | |||
| 9280 | * message.el (message-gen-unsubscribed-mft): accept a prefix | 9255 | * message.el (message-gen-unsubscribed-mft): accept a prefix |
| 9281 | argument so CC can be included with C-u C-c C-f C-a | 9256 | argument so CC can be included with C-u C-c C-f C-a |
| 9282 | 9257 | ||
| 9283 | 2002-04-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9258 | 2002-04-17 Ted Zlatanov <teodor.zlatanov@divine.com> |
| 9284 | From Ted Zlatanov <teodor.zlatanov@divine.com>. | ||
| 9285 | 9259 | ||
| 9286 | * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist): | 9260 | * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist): |
| 9287 | Improve docstring. | 9261 | Improve docstring. |
| @@ -9318,11 +9292,10 @@ | |||
| 9318 | * nnml.el (nnml-save-nov, nnml-generate-nov-file): | 9292 | * nnml.el (nnml-save-nov, nnml-generate-nov-file): |
| 9319 | * pop3.el (pop3-md5): Don't hardcode point-min == 1. | 9293 | * pop3.el (pop3-md5): Don't hardcode point-min == 1. |
| 9320 | 9294 | ||
| 9321 | 2002-04-12 Katsumi Yamaoka <yamaoka@jpl.org> | 9295 | 2002-04-12 Daiki Ueno <ueno@unixuser.org> |
| 9322 | 9296 | ||
| 9323 | * gnus-srvr.el (gnus-server-set-info): Clear | 9297 | * gnus-srvr.el (gnus-server-set-info): Clear |
| 9324 | `gnus-server-method-cache' when `gnus-server-alist' is changed. | 9298 | `gnus-server-method-cache' when `gnus-server-alist' is changed. |
| 9325 | From Daiki Ueno <ueno@unixuser.org>. | ||
| 9326 | 9299 | ||
| 9327 | 2002-04-11 Simon Josefsson <jas@extundo.com> | 9300 | 2002-04-11 Simon Josefsson <jas@extundo.com> |
| 9328 | 9301 | ||
| @@ -9476,20 +9449,18 @@ | |||
| 9476 | 9449 | ||
| 9477 | * message.el (message-mode): Fix doc. | 9450 | * message.el (message-mode): Fix doc. |
| 9478 | 9451 | ||
| 9479 | 2002-03-25 Simon Josefsson <jas@extundo.com> | 9452 | 2002-03-25 Matthieu Moy <Matthieu.Moy@imag.fr> |
| 9480 | 9453 | ||
| 9481 | * message.el (message-subject-re-regexp): Skip Re[42]: junk. From | 9454 | * message.el (message-subject-re-regexp): Skip Re[42]: junk. |
| 9482 | Matthieu Moy <Matthieu.Moy@imag.fr>. | ||
| 9483 | 9455 | ||
| 9484 | 2002-03-24 Jesper Harder <harder@ifa.au.dk> | 9456 | 2002-03-24 Jesper Harder <harder@ifa.au.dk> |
| 9485 | 9457 | ||
| 9486 | * mml-sec.el (mml-unsecure-message): Add docstring. | 9458 | * mml-sec.el (mml-unsecure-message): Add docstring. |
| 9487 | 9459 | ||
| 9488 | 2002-03-23 ShengHuo ZHU <zsh@cs.rochester.edu> | 9460 | 2002-03-23 Andre Srinivasan <andre@slamdunknetworks.com> (tiny change) |
| 9489 | 9461 | ||
| 9490 | * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric | 9462 | * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric |
| 9491 | value. | 9463 | value. |
| 9492 | Trivial change from andre@slamdunknetworks.com | ||
| 9493 | 9464 | ||
| 9494 | 2002-03-22 Josh Huber <huber@alum.wpi.edu> | 9465 | 2002-03-22 Josh Huber <huber@alum.wpi.edu> |
| 9495 | 9466 | ||
| @@ -9517,8 +9488,9 @@ | |||
| 9517 | * message.el (message-font-lock-keywords): Support multi-line MML | 9488 | * message.el (message-font-lock-keywords): Support multi-line MML |
| 9518 | tags. | 9489 | tags. |
| 9519 | 9490 | ||
| 9491 | 2002-03-21 L,Bu(Brentey K,Ba(Broly <lorentey@elte.hu> | ||
| 9492 | |||
| 9520 | * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration. | 9493 | * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration. |
| 9521 | Trivial change from lorentey@elte.hu (L,Bu(Brentey K,Aa(Broly) | ||
| 9522 | 9494 | ||
| 9523 | 2002-03-20 Katsumi Yamaoka <yamaoka@jpl.org> | 9495 | 2002-03-20 Katsumi Yamaoka <yamaoka@jpl.org> |
| 9524 | 9496 | ||
| @@ -9542,30 +9514,28 @@ | |||
| 9542 | (gnus-sum-thread-tree-leaf-with-other) | 9514 | (gnus-sum-thread-tree-leaf-with-other) |
| 9543 | (gnus-sum-thread-tree-single-leaf): Make customizable. | 9515 | (gnus-sum-thread-tree-single-leaf): Make customizable. |
| 9544 | 9516 | ||
| 9545 | 2002-03-16 Simon Josefsson <jas@extundo.com> | 9517 | 2002-03-16 Francis Litterio <franl@world.std.com> |
| 9546 | 9518 | ||
| 9547 | * gnus-util.el (gnus-extract-address-components): Don't break on | 9519 | * gnus-util.el (gnus-extract-address-components): Don't break on |
| 9548 | names such as James "Kibo" Parry. From Francis Litterio | 9520 | names such as James "Kibo" Parry. |
| 9549 | <franl@world.std.com>. | ||
| 9550 | 9521 | ||
| 9551 | 2002-03-13 Simon Josefsson <jas@extundo.com> | 9522 | 2002-03-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9552 | 9523 | ||
| 9553 | * pop3.el (pop3-open-server): Revert multibyte change. From | 9524 | * pop3.el (pop3-open-server): Revert multibyte change. |
| 9554 | Pavel@Janik.cz (Pavel Jan,Am(Bk). | ||
| 9555 | 9525 | ||
| 9556 | * message.el (message-send-mail-with-qmail): Make it work. From | 9526 | * message.el (message-send-mail-with-qmail): Make it work. |
| 9557 | Pavel@Janik.cz (Pavel Jan,Am(Bk). | ||
| 9558 | 9527 | ||
| 9559 | 2002-03-13 Josh Huber <huber@alum.wpi.edu> | 9528 | 2002-03-13 Josh Huber <huber@alum.wpi.edu> |
| 9560 | 9529 | ||
| 9561 | * message.el (message-make-mft): Set case-fold-search while | 9530 | * message.el (message-make-mft): Set case-fold-search while |
| 9562 | generating the MFT. Also, a little cleanup in the MFT code. | 9531 | generating the MFT. Also, a little cleanup in the MFT code. |
| 9563 | 9532 | ||
| 9564 | 2002-03-12 Simon Josefsson <jas@extundo.com> | 9533 | 2002-03-12 Faried Nawaz <fn@hungry.org> (tiny change) |
| 9565 | 9534 | ||
| 9566 | * message.el (message-qmail-inject-args): May be function. | 9535 | * message.el (message-qmail-inject-args): May be function. Adjust |
| 9567 | (message-send-mail-with-qmail): Call function if m-q-i-a is | 9536 | doc string and custom type. |
| 9568 | function. From fn@hungry.org (Faried Nawaz). | 9537 | (message-send-mail-with-qmail): Call function if m-q-i-a is a |
| 9538 | function. | ||
| 9569 | 9539 | ||
| 9570 | 2002-03-12 ShengHuo ZHU <zsh@cs.rochester.edu> | 9540 | 2002-03-12 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 9571 | 9541 | ||
| @@ -9587,26 +9557,26 @@ | |||
| 9587 | * nnslashdot.el (nnslashdot-request-article): Remove javascript | 9557 | * nnslashdot.el (nnslashdot-request-article): Remove javascript |
| 9588 | too. | 9558 | too. |
| 9589 | 9559 | ||
| 9590 | 2002-03-09 ShengHuo ZHU <zsh@cs.rochester.edu> | 9560 | 2002-03-09 Andre Srinivasan <andre@slamdunknetworks.com> (tiny change) |
| 9591 | 9561 | ||
| 9592 | * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove | 9562 | * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove |
| 9593 | duplication. | 9563 | duplication. |
| 9594 | (gnus-summary-save-parts-type-history): Ditto. | 9564 | (gnus-summary-save-parts-type-history): Ditto. |
| 9595 | (gnus-summary-save-parts-last-directory): Ditto. | 9565 | (gnus-summary-save-parts-last-directory): Ditto. |
| 9596 | Trivial change from andre@slamdunknetworks.com | ||
| 9597 | 9566 | ||
| 9598 | 2002-03-09 Paul Jarc <prj@po.cwru.edu> | 9567 | 2002-03-09 Paul Jarc <prj@po.cwru.edu> |
| 9599 | 9568 | ||
| 9600 | * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir. | 9569 | * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir. |
| 9601 | 9570 | ||
| 9571 | 2002-03-06 Matthieu Moy <Matthieu.Moy@imag.fr> | ||
| 9572 | |||
| 9573 | * gnus-msg.el (gnus-summary-resend-message-edit): New function. | ||
| 9574 | |||
| 9602 | 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu> | 9575 | 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 9603 | 9576 | ||
| 9604 | * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6 | 9577 | * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6 |
| 9605 | -->" as the end of the first article. | 9578 | -->" as the end of the first article. |
| 9606 | 9579 | ||
| 9607 | * gnus-msg.el (gnus-summary-resend-message-edit): New function. | ||
| 9608 | From Matthieu Moy <Matthieu.Moy@imag.fr> | ||
| 9609 | |||
| 9610 | * message.el (message-add-action): Use add-to-list. | 9580 | * message.el (message-add-action): Use add-to-list. |
| 9611 | (message-delete-action): New function. | 9581 | (message-delete-action): New function. |
| 9612 | 9582 | ||
| @@ -9668,17 +9638,15 @@ | |||
| 9668 | completing-read. | 9638 | completing-read. |
| 9669 | (mm-view-pkcs7-decrypt): CRLF->LF. | 9639 | (mm-view-pkcs7-decrypt): CRLF->LF. |
| 9670 | 9640 | ||
| 9671 | 2002-03-04 Paul Jarc <prj@po.cwru.edu> | 9641 | 2002-03-04 Teodor Zlatanov <teodor.zlatanov@divine.com> |
| 9672 | 9642 | ||
| 9673 | * message.el (message-hierarchical-addresses): New variable. | 9643 | * message.el (message-hierarchical-addresses): New variable. |
| 9674 | (message-get-reply-headers): Use it. | 9644 | (message-get-reply-headers): Use it. |
| 9675 | From Ted Zlatanov <teodor.zlatanov@divine.com> | ||
| 9676 | 9645 | ||
| 9677 | 2002-03-03 ShengHuo ZHU <zsh@cs.rochester.edu> | 9646 | 2002-03-03 Geoff Greene <ggreene@wpi.edu> (tiny change) |
| 9678 | 9647 | ||
| 9679 | * message.el (message-mode): If buffer-file-name, don't set auto | 9648 | * message.el (message-mode): If buffer-file-name, don't set auto |
| 9680 | save file name. | 9649 | save file name. |
| 9681 | Trivial change from Geoff Greene <ggreene@wpi.edu> | ||
| 9682 | 9650 | ||
| 9683 | 2002-03-02 ShengHuo ZHU <zsh@cs.rochester.edu> | 9651 | 2002-03-02 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 9684 | 9652 | ||
| @@ -9725,11 +9693,12 @@ | |||
| 9725 | * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial. | 9693 | * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial. |
| 9726 | (gnus-summary-insert-old-articles): Ditto. | 9694 | (gnus-summary-insert-old-articles): Ditto. |
| 9727 | 9695 | ||
| 9728 | 2002-02-26 ShengHuo ZHU <zsh@cs.rochester.edu> | 9696 | 2002-02-26 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 9729 | 9697 | ||
| 9730 | * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is | 9698 | * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is |
| 9731 | used as the default answer of the question, "How many articles?". | 9699 | used as the default answer of the question, "How many articles?". |
| 9732 | From TSUCHIYA Masatoshi <tsuchiya@namazu.org> | 9700 | |
| 9701 | 2002-02-26 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 9733 | 9702 | ||
| 9734 | * nnagent.el (nnagent-retrieve-headers): Remove articles with | 9703 | * nnagent.el (nnagent-retrieve-headers): Remove articles with |
| 9735 | small numbers. | 9704 | small numbers. |
| @@ -9738,14 +9707,15 @@ | |||
| 9738 | 9707 | ||
| 9739 | * deuglify.el: Fix comments. | 9708 | * deuglify.el: Fix comments. |
| 9740 | 9709 | ||
| 9710 | 2002-02-23 Andre Srinivasan <andre@slamdunknetworks.com> (tiny change) | ||
| 9711 | |||
| 9712 | * mml.el (mml-generate-mime-1): Add cdr. | ||
| 9713 | |||
| 9741 | 2002-02-23 ShengHuo ZHU <zsh@cs.rochester.edu> | 9714 | 2002-02-23 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 9742 | 9715 | ||
| 9743 | * html2text.el (html2text-clean-anchor): If there is no HREF, | 9716 | * html2text.el (html2text-clean-anchor): If there is no HREF, |
| 9744 | insert nothing. | 9717 | insert nothing. |
| 9745 | 9718 | ||
| 9746 | * mml.el (mml-generate-mime-1): Add cdr. | ||
| 9747 | From: andre@slamdunknetworks.com | ||
| 9748 | |||
| 9749 | * mm-view.el (mm-text-html-renderer-alist): Add html2text. | 9719 | * mm-view.el (mm-text-html-renderer-alist): Add html2text. |
| 9750 | (mm-text-html-washer-alist): Ditto. | 9720 | (mm-text-html-washer-alist): Ditto. |
| 9751 | 9721 | ||
| @@ -9761,11 +9731,15 @@ | |||
| 9761 | 9731 | ||
| 9762 | * deuglify.el: Change copy right. Add autoload. Add coding-system. | 9732 | * deuglify.el: Change copy right. Add autoload. Add coding-system. |
| 9763 | 9733 | ||
| 9764 | * deuglify.el: New file. The original file name is | 9734 | 2002-02-22 Raymond Scholz <rscholz@zonix.de> |
| 9765 | gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>. | 9735 | |
| 9736 | * deuglify.el: New file. The original file name is | ||
| 9737 | gnus-outlook-deuglify.el. | ||
| 9738 | |||
| 9739 | 2002-02-22 Andre Srinivasan <andre@slamdunknetworks.com> (tiny change) | ||
| 9766 | 9740 | ||
| 9767 | * mm-decode.el (mm-display-external): Use | 9741 | * mm-decode.el (mm-display-external): Use |
| 9768 | mm-file-name-rewrite-functions. From <andre@slamdunknetworks.com> | 9742 | mm-file-name-rewrite-functions. |
| 9769 | 9743 | ||
| 9770 | 2002-02-22 Paul Jarc <prj@po.cwru.edu> | 9744 | 2002-02-22 Paul Jarc <prj@po.cwru.edu> |
| 9771 | 9745 | ||
| @@ -9801,17 +9775,19 @@ | |||
| 9801 | 9775 | ||
| 9802 | * gnus-art.el (gnus-article-edit-done): Widen the buffer. | 9776 | * gnus-art.el (gnus-article-edit-done): Widen the buffer. |
| 9803 | 9777 | ||
| 9778 | * message.el (message-send-mail): Be talkative. | ||
| 9779 | |||
| 9780 | 2002-02-20 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> | ||
| 9781 | |||
| 9804 | * gnus-group.el (gnus-group-name-decode): Don't test | 9782 | * gnus-group.el (gnus-group-name-decode): Don't test |
| 9805 | multibyte-string, because it breaks XEmacs. | 9783 | multibyte-string, because it breaks XEmacs. |
| 9806 | From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> | ||
| 9807 | 9784 | ||
| 9808 | * message.el (message-send-mail): Be talkative. | 9785 | 2002-02-20 Reiner Steib <Reiner.Steib@gmx.de> |
| 9809 | 9786 | ||
| 9810 | * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp. | 9787 | * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp. |
| 9811 | (mm-automatic-display): Ditto. | 9788 | (mm-automatic-display): Ditto. |
| 9812 | 9789 | ||
| 9813 | * mailcap.el (mailcap-mime-data): Ditto. | 9790 | * mailcap.el (mailcap-mime-data): Ditto. |
| 9814 | From: Reiner Steib <4uce.02.r.steib@gmx.net> | ||
| 9815 | 9791 | ||
| 9816 | 2002-02-20 Katsumi Yamaoka <yamaoka@jpl.org> | 9792 | 2002-02-20 Katsumi Yamaoka <yamaoka@jpl.org> |
| 9817 | 9793 | ||
| @@ -9853,10 +9829,10 @@ | |||
| 9853 | 9829 | ||
| 9854 | * nnultimate.el (nnultimate-retrieve-headers): Clean up. | 9830 | * nnultimate.el (nnultimate-retrieve-headers): Clean up. |
| 9855 | 9831 | ||
| 9856 | 2002-02-18 Paul Jarc <prj@po.cwru.edu> | 9832 | 2002-02-18 Mark Thomas <mthomas@cmu.edu> |
| 9857 | 9833 | ||
| 9858 | * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the | 9834 | * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the |
| 9859 | References header field. From Mark Thomas <mthomas@cmu.edu>. | 9835 | References header field. |
| 9860 | 9836 | ||
| 9861 | 2002-02-18 ShengHuo ZHU <zsh@cs.rochester.edu> | 9837 | 2002-02-18 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 9862 | 9838 | ||
| @@ -9970,8 +9946,9 @@ | |||
| 9970 | 9946 | ||
| 9971 | * message-utils.el: Adopt the file. | 9947 | * message-utils.el: Adopt the file. |
| 9972 | 9948 | ||
| 9949 | 2002-02-15 Holger Schauer <Holger.Schauer@gmx.de> | ||
| 9950 | |||
| 9973 | * message-utils.el: New file. | 9951 | * message-utils.el: New file. |
| 9974 | From Holger Schauer <Holger.Schauer@gmx.de> | ||
| 9975 | 9952 | ||
| 9976 | 2002-02-14 ShengHuo ZHU <zsh@cs.rochester.edu> | 9953 | 2002-02-14 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 9977 | 9954 | ||
| @@ -10079,9 +10056,6 @@ | |||
| 10079 | gnus-decoration property. | 10056 | gnus-decoration property. |
| 10080 | * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration. | 10057 | * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration. |
| 10081 | 10058 | ||
| 10082 | * message.el (message-mode): Set local-abbrev-table. | ||
| 10083 | From Matt Armstrong <matt@lickey.com>. | ||
| 10084 | |||
| 10085 | * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove | 10059 | * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove |
| 10086 | too many spaces. | 10060 | too many spaces. |
| 10087 | 10061 | ||
| @@ -10089,8 +10063,13 @@ | |||
| 10089 | (rfc2047-decode-region): Don't unfold. Let | 10063 | (rfc2047-decode-region): Don't unfold. Let |
| 10090 | gnus-article-treat-unfold-headers do it. | 10064 | gnus-article-treat-unfold-headers do it. |
| 10091 | 10065 | ||
| 10066 | 2002-02-07 Matt Armstrong <matt@lickey.com>. | ||
| 10067 | |||
| 10068 | * message.el (message-mode): Set local-abbrev-table. | ||
| 10069 | |||
| 10070 | 2002-02-07 Jesper Harder <harder@ifa.au.dk> | ||
| 10071 | |||
| 10092 | * gnus-sum.el (gnus-dependencies-add-header): Fix typo. | 10072 | * gnus-sum.el (gnus-dependencies-add-header): Fix typo. |
| 10093 | From: Jesper Harder <harder@ifa.au.dk> | ||
| 10094 | 10073 | ||
| 10095 | 2002-02-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | 10074 | 2002-02-06 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 10096 | 10075 | ||
| @@ -10117,16 +10096,18 @@ | |||
| 10117 | 10096 | ||
| 10118 | * nnweb.el (nnweb-google-parse-1): Use a correct format of date. | 10097 | * nnweb.el (nnweb-google-parse-1): Use a correct format of date. |
| 10119 | 10098 | ||
| 10120 | * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo. | ||
| 10121 | From Stefan Reich,Av(Br <xsteve@riic.at>. | ||
| 10122 | |||
| 10123 | * nnagent.el (nnagent-request-expire-articles): Don't delete | 10099 | * nnagent.el (nnagent-request-expire-articles): Don't delete |
| 10124 | files. | 10100 | files. |
| 10125 | 10101 | ||
| 10126 | 2002-02-05 ShengHuo ZHU <zsh@cs.rochester.edu> | 10102 | 2002-02-06 Stefan Reich,Av(Br <xsteve@riic.at> |
| 10103 | |||
| 10104 | * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo. | ||
| 10105 | |||
| 10106 | 2002-02-05 Sriram Karra <karra@cs.utah.edu> | ||
| 10127 | 10107 | ||
| 10128 | * message.el (message-gen-unsubscribed-mft): New function. | 10108 | * message.el (message-gen-unsubscribed-mft): New function. |
| 10129 | From Sriram Karra <karra@cs.utah.edu>. | 10109 | |
| 10110 | 2002-02-05 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 10130 | 10111 | ||
| 10131 | * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the | 10112 | * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the |
| 10132 | open parenthesis. | 10113 | open parenthesis. |
| @@ -10168,17 +10149,17 @@ | |||
| 10168 | * gnus-art.el (gnus-treatment-function-alist): Move hide-citation, | 10149 | * gnus-art.el (gnus-treatment-function-alist): Move hide-citation, |
| 10169 | highlight-citation after emphasize. | 10150 | highlight-citation after emphasize. |
| 10170 | 10151 | ||
| 10171 | 2002-02-04 Simon Josefsson <jas@extundo.com> | 10152 | 2002-02-04 David Edmondson <dme@sun.com> |
| 10172 | 10153 | ||
| 10173 | * nnfolder.el (nnfolder-open-marks): | 10154 | * nnfolder.el (nnfolder-open-marks): Message when done. |
| 10174 | 10155 | ||
| 10175 | * nnml.el (nnml-open-marks): Message when done. From David | 10156 | * nnml.el (nnml-open-marks): Ditto. |
| 10176 | Edmondson <dme@sun.com>. | ||
| 10177 | 10157 | ||
| 10178 | 2002-02-03 ShengHuo ZHU <zsh@cs.rochester.edu> | 10158 | 2002-02-03 Steinar Bang <sb@dod.no> |
| 10179 | 10159 | ||
| 10180 | * imap.el (imap-anonymous-auth): Fix typo. | 10160 | * imap.el (imap-anonymous-auth): Fix typo. |
| 10181 | From: Steinar Bang <sb@dod.no> | 10161 | |
| 10162 | 2002-02-03 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 10182 | 10163 | ||
| 10183 | * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of | 10164 | * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of |
| 10184 | save-excursion. | 10165 | save-excursion. |
| @@ -10232,14 +10213,15 @@ | |||
| 10232 | 10213 | ||
| 10233 | * gnus.el (gnus-agent): Make it customizable. | 10214 | * gnus.el (gnus-agent): Make it customizable. |
| 10234 | 10215 | ||
| 10235 | * gnus-dired.el: New file. | ||
| 10236 | From Benjamin Rutt <brutt@bloomington.in.us> | ||
| 10237 | |||
| 10238 | * gnus-cache.el (gnus-cache-articles-in-group): Remove from active | 10216 | * gnus-cache.el (gnus-cache-articles-in-group): Remove from active |
| 10239 | if no article. | 10217 | if no article. |
| 10240 | (gnus-cache-possibly-remove-article): Ditto. | 10218 | (gnus-cache-possibly-remove-article): Ditto. |
| 10241 | (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list. | 10219 | (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list. |
| 10242 | 10220 | ||
| 10221 | 2002-02-02 Benjamin Rutt <brutt@bloomington.in.us> | ||
| 10222 | |||
| 10223 | * gnus-dired.el: New file. | ||
| 10224 | |||
| 10243 | 2002-02-01 Simon Josefsson <jas@extundo.com> | 10225 | 2002-02-01 Simon Josefsson <jas@extundo.com> |
| 10244 | 10226 | ||
| 10245 | * gnus-int.el (gnus-request-accept-article): Use gnus-get-function. | 10227 | * gnus-int.el (gnus-request-accept-article): Use gnus-get-function. |
| @@ -10740,7 +10722,7 @@ | |||
| 10740 | 10722 | ||
| 10741 | * gnus.el (gnus-version-number): Bump version number. | 10723 | * gnus.el (gnus-version-number): Bump version number. |
| 10742 | 10724 | ||
| 10743 | 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 10725 | 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 10744 | 10726 | ||
| 10745 | * gnus.el: Oort Gnus v0.05 is released. | 10727 | * gnus.el: Oort Gnus v0.05 is released. |
| 10746 | 10728 | ||
| @@ -10974,8 +10956,9 @@ | |||
| 10974 | * message.el (message-newline-and-reformat): Use `newline' instead | 10956 | * message.el (message-newline-and-reformat): Use `newline' instead |
| 10975 | of inserting \n, so that the newline is marked as hard. | 10957 | of inserting \n, so that the newline is marked as hard. |
| 10976 | 10958 | ||
| 10959 | 2002-01-13 Jesper Harder <harder@ifa.au.dk> | ||
| 10960 | |||
| 10977 | * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times. | 10961 | * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times. |
| 10978 | From Jesper Harder <harder@ifa.au.dk>. | ||
| 10979 | 10962 | ||
| 10980 | 2002-01-12 ShengHuo ZHU <zsh@cs.rochester.edu> | 10963 | 2002-01-12 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 10981 | 10964 | ||
| @@ -11199,11 +11182,13 @@ | |||
| 11199 | * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old | 11182 | * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old |
| 11200 | behavior of quit-config. | 11183 | behavior of quit-config. |
| 11201 | 11184 | ||
| 11185 | 2002-01-08 Bj,Ax(Brn Mork <bmork@dod.no> (tiny change) | ||
| 11186 | |||
| 11202 | * message.el (message-make-from): Don't quote fullname. | 11187 | * message.el (message-make-from): Don't quote fullname. |
| 11203 | From: Bj,Ax(Brn Mork <bmork@dod.no> | 11188 | |
| 11189 | 2002-01-08 Andre Srinivasan <andre@slamdunknetworks.com> (tiny change) | ||
| 11204 | 11190 | ||
| 11205 | * gnus-group.el (gnus-group-suspend): Don't kill message buffers. | 11191 | * gnus-group.el (gnus-group-suspend): Don't kill message buffers. |
| 11206 | From: <andre@slamdunknetworks.com> | ||
| 11207 | 11192 | ||
| 11208 | 2002-01-07 ShengHuo ZHU <zsh@cs.rochester.edu> | 11193 | 2002-01-07 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 11209 | 11194 | ||
| @@ -11486,10 +11471,10 @@ | |||
| 11486 | 11471 | ||
| 11487 | * gnus-agent.el (gnus-agent-fetch-session): Run hook. | 11472 | * gnus-agent.el (gnus-agent-fetch-session): Run hook. |
| 11488 | 11473 | ||
| 11489 | 2002-01-03 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 11474 | 2002-01-03 Dave Love <fx@gnu.org> |
| 11490 | 11475 | ||
| 11491 | * gnus-start.el (gnus-read-init-file): Don't force coding system | 11476 | * gnus-start.el (gnus-read-init-file): Don't force coding system |
| 11492 | for ~/.gnus. From Dave Love <fx@gnu.org>. | 11477 | for ~/.gnus. |
| 11493 | 11478 | ||
| 11494 | 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu> | 11479 | 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 11495 | 11480 | ||
| @@ -11755,7 +11740,7 @@ | |||
| 11755 | (message-fix-before-sending): Highlight invisible text and place | 11740 | (message-fix-before-sending): Highlight invisible text and place |
| 11756 | point there. | 11741 | point there. |
| 11757 | 11742 | ||
| 11758 | 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 11743 | 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 11759 | 11744 | ||
| 11760 | * gnus.el: Oort Gnus v0.04 is released. | 11745 | * gnus.el: Oort Gnus v0.04 is released. |
| 11761 | 11746 | ||
| @@ -12094,11 +12079,10 @@ | |||
| 12094 | (gnus-update-marks): Use `gnus-range-add' on a uncompressed list | 12079 | (gnus-update-marks): Use `gnus-range-add' on a uncompressed list |
| 12095 | instead, it seems to result in shorter ranges. | 12080 | instead, it seems to result in shorter ranges. |
| 12096 | 12081 | ||
| 12097 | 2001-12-26 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12082 | 2001-12-26 11:00:00 Jesper Harder <harder@ifa.au.dk> |
| 12098 | 12083 | ||
| 12099 | * mm-util.el (mm-iso-8859-x-to-15-region): Use | 12084 | * mm-util.el (mm-iso-8859-x-to-15-region): Use |
| 12100 | insert-before-markers. | 12085 | insert-before-markers. |
| 12101 | From Jesper Harder <harder@ifa.au.dk> | ||
| 12102 | 12086 | ||
| 12103 | 2001-12-26 Paul Jarc <prj@po.cwru.edu> | 12087 | 2001-12-26 Paul Jarc <prj@po.cwru.edu> |
| 12104 | 12088 | ||
| @@ -12127,12 +12111,11 @@ | |||
| 12127 | (nnmaildir-version): Indicate that nnmaildir is now a standard | 12111 | (nnmaildir-version): Indicate that nnmaildir is now a standard |
| 12128 | part of Gnus, not separately released. | 12112 | part of Gnus, not separately released. |
| 12129 | 12113 | ||
| 12130 | 2001-12-21 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12114 | 2001-12-21 08:00:00 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 12131 | 12115 | ||
| 12132 | * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el: | 12116 | * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el: |
| 12133 | * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el: | 12117 | * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el: |
| 12134 | * nnheader.el, nnmail.el: Nil/NIL vs. nil. | 12118 | * nnheader.el, nnmail.el: Nil/NIL vs. nil. |
| 12135 | From Pavel Jan,Am(Bk <Pavel@Janik.cz> | ||
| 12136 | 12119 | ||
| 12137 | 2001-12-20 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12120 | 2001-12-20 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12138 | 12121 | ||
| @@ -12145,10 +12128,9 @@ | |||
| 12145 | (nnimap-close-group): Don't quote KEYLIST items. Suggested by | 12128 | (nnimap-close-group): Don't quote KEYLIST items. Suggested by |
| 12146 | Brian P Templeton <bpt@tunes.org>. | 12129 | Brian P Templeton <bpt@tunes.org>. |
| 12147 | 12130 | ||
| 12148 | 2001-12-19 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12131 | 2001-12-19 17:00:00 Paul Jarc <prj@po.cwru.edu> |
| 12149 | 12132 | ||
| 12150 | * nnmaildir.el: New file. | 12133 | * nnmaildir.el: New file. |
| 12151 | From Paul Jarc <prj@po.cwru.edu>. | ||
| 12152 | 12134 | ||
| 12153 | 2001-12-19 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12135 | 2001-12-19 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12154 | 12136 | ||
| @@ -12172,8 +12154,7 @@ | |||
| 12172 | 12154 | ||
| 12173 | * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if. | 12155 | * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if. |
| 12174 | 12156 | ||
| 12175 | 2001-12-18 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12157 | 2001-12-18 11:00:00 Harald Meland <Harald.Meland@usit.uio.no> |
| 12176 | From Harald Meland <Harald.Meland@usit.uio.no> | ||
| 12177 | 12158 | ||
| 12178 | * gnus-win.el (gnus-get-buffer-window): New function. | 12159 | * gnus-win.el (gnus-get-buffer-window): New function. |
| 12179 | (gnus-all-windows-visible-p): Use it. | 12160 | (gnus-all-windows-visible-p): Use it. |
| @@ -12248,11 +12229,10 @@ | |||
| 12248 | subscribe-level | 12229 | subscribe-level |
| 12249 | * gnus-topic.el (gnus-subscribe-topics): use it. | 12230 | * gnus-topic.el (gnus-subscribe-topics): use it. |
| 12250 | 12231 | ||
| 12251 | 2001-12-13 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12232 | 2001-12-13 22:00:00 Sean Neakums <sneakums@zork.net> (tiny change) |
| 12252 | 12233 | ||
| 12253 | * gnus-msg.el (gnus-summary-mail-forward): Forward all marked | 12234 | * gnus-msg.el (gnus-summary-mail-forward): Forward all marked |
| 12254 | messages. (A small patch with indentation) | 12235 | messages. |
| 12255 | From Sean Neakums <sneakums@zork.net>. | ||
| 12256 | 12236 | ||
| 12257 | * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to | 12237 | * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to |
| 12258 | nil after shooting down the gnus-original-article-buffer. | 12238 | nil after shooting down the gnus-original-article-buffer. |
| @@ -12327,12 +12307,11 @@ | |||
| 12327 | 12307 | ||
| 12328 | * mml.el (mime-to-mml): Remove Content-Disposition too. | 12308 | * mml.el (mime-to-mml): Remove Content-Disposition too. |
| 12329 | 12309 | ||
| 12330 | 2001-12-09 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12310 | 2001-12-09 08:00:00 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 12331 | 12311 | ||
| 12332 | * gnus-sum.el (gnus-summary-buffer-name): Decode group name. | 12312 | * gnus-sum.el (gnus-summary-buffer-name): Decode group name. |
| 12333 | * gnus-group.el (gnus-group-name-decode): Decode unibyte | 12313 | * gnus-group.el (gnus-group-name-decode): Decode unibyte |
| 12334 | strings only. | 12314 | strings only. |
| 12335 | From TSUCHIYA Masatoshi <tsuchiya@namazu.org> | ||
| 12336 | 12315 | ||
| 12337 | 2001-12-08 Nevin Kapur <nevin@jhu.edu> | 12316 | 2001-12-08 Nevin Kapur <nevin@jhu.edu> |
| 12338 | 12317 | ||
| @@ -12433,15 +12412,14 @@ | |||
| 12433 | the beginning of lines. | 12412 | the beginning of lines. |
| 12434 | (gnus-complex-form-to-spec): Ditto. | 12413 | (gnus-complex-form-to-spec): Ditto. |
| 12435 | 12414 | ||
| 12436 | 2001-12-01 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12415 | 2001-12-01 08:00:00 Paul Jarc <prj@po.cwru.edu> |
| 12437 | 12416 | ||
| 12438 | * message.el (message-make-mft): Fix the m-s-a-file regexp. | 12417 | * message.el (message-make-mft): Fix the m-s-a-file regexp. |
| 12439 | From Paul Jarc <prj@po.cwru.edu>. | ||
| 12440 | 12418 | ||
| 12441 | 2001-11-30 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12419 | 2001-11-30 21:00:00 Paul Jarc <prj@po.cwru.edu> |
| 12442 | 12420 | ||
| 12443 | * message.el: New variable message-subscribed-address-file; | 12421 | * message.el: New variable message-subscribed-address-file; |
| 12444 | use it in message-make-mft. From Paul Jarc <prj@po.cwru.edu>. | 12422 | use it in message-make-mft. |
| 12445 | 12423 | ||
| 12446 | 2001-11-30 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12424 | 2001-11-30 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12447 | 12425 | ||
| @@ -12574,11 +12552,11 @@ | |||
| 12574 | 12552 | ||
| 12575 | * message.el (sha1): eval-and-compile. | 12553 | * message.el (sha1): eval-and-compile. |
| 12576 | 12554 | ||
| 12577 | 2001-11-20 Simon Josefsson <jas@extundo.com> | 12555 | 2001-11-20 Paul Jarc <prj@po.cwru.edu> |
| 12578 | 12556 | ||
| 12579 | * message.el (message-allow-no-recipients): New variable. | 12557 | * message.el (message-allow-no-recipients): New variable. |
| 12580 | (message-send): Use it, customize the prompting when posting to | 12558 | (message-send): Use it, customize the prompting when posting to |
| 12581 | Gcc/Fcc alone. From prj@po.cwru.edu (Paul Jarc). | 12559 | Gcc/Fcc alone. |
| 12582 | 12560 | ||
| 12583 | 2001-11-20 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12561 | 2001-11-20 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12584 | 12562 | ||
| @@ -12698,14 +12676,17 @@ | |||
| 12698 | 12676 | ||
| 12699 | * mml2015.el: Mention RFC 3156. | 12677 | * mml2015.el: Mention RFC 3156. |
| 12700 | 12678 | ||
| 12701 | * mml1991.el: New file. From Sascha L,A|(Bdecke <sascha@meta-x.de>. | 12679 | 2001-11-12 Sascha L,A|(Bdecke <sascha@meta-x.de> |
| 12680 | |||
| 12681 | * mml1991.el: New file. | ||
| 12702 | 12682 | ||
| 12703 | 2001-11-12 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12683 | 2001-11-12 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12704 | 12684 | ||
| 12705 | * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml. | 12685 | * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml. |
| 12706 | 12686 | ||
| 12687 | 2001-11-12 Michael Cook <Michael.Cook@cisco.com> | ||
| 12688 | |||
| 12707 | * gnus-sum.el (gnus-summary-move-article): Use number-to-string. | 12689 | * gnus-sum.el (gnus-summary-move-article): Use number-to-string. |
| 12708 | From <Michael.Cook@cisco.com> | ||
| 12709 | 12690 | ||
| 12710 | 2001-11-11 Simon Josefsson <jas@extundo.com> | 12691 | 2001-11-11 Simon Josefsson <jas@extundo.com> |
| 12711 | 12692 | ||
| @@ -12714,10 +12695,9 @@ | |||
| 12714 | canlock, no need to require two different hash algs). Suggested | 12695 | canlock, no need to require two different hash algs). Suggested |
| 12715 | by Ferenc Wagner <wferi@bolyai1.elte.hu>. | 12696 | by Ferenc Wagner <wferi@bolyai1.elte.hu>. |
| 12716 | 12697 | ||
| 12717 | 2001-11-09 Simon Josefsson <jas@extundo.com> | 12698 | 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 12718 | 12699 | ||
| 12719 | * gnus.el (gnus-local-domain): Fix doc. From Pavel Jan,Am(Bk | 12700 | * gnus.el (gnus-local-domain): Fix doc. |
| 12720 | <Pavel@Janik.cz>. | ||
| 12721 | 12701 | ||
| 12722 | 2001-11-09 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 12702 | 2001-11-09 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 12723 | 12703 | ||
| @@ -12959,7 +12939,7 @@ | |||
| 12959 | mm-with-unibyte-current-buffer-mule4): Use them. | 12939 | mm-with-unibyte-current-buffer-mule4): Use them. |
| 12960 | (mm-find-mime-charset-region): Treat iso-2022-jp. | 12940 | (mm-find-mime-charset-region): Treat iso-2022-jp. |
| 12961 | 12941 | ||
| 12962 | From Dave Love <fx@gnu.org>: | 12942 | 2001-10-30 Dave Love <fx@gnu.org> |
| 12963 | 12943 | ||
| 12964 | * mm-util.el (mm-mime-mule-charset-alist): Make it correct by | 12944 | * mm-util.el (mm-mime-mule-charset-alist): Make it correct by |
| 12965 | construction. | 12945 | construction. |
| @@ -13032,10 +13012,10 @@ | |||
| 13032 | 13012 | ||
| 13033 | * gnus-msg.el (gnus-setup-message): Call post-command-hook. | 13013 | * gnus-msg.el (gnus-setup-message): Call post-command-hook. |
| 13034 | 13014 | ||
| 13035 | 2001-10-29 Simon Josefsson <jas@extundo.com> | 13015 | 2001-10-29 Jesper Harder <harder@myrealbox.com> |
| 13036 | 13016 | ||
| 13037 | * mml.el (mml-preview): Bind message-this-is-news if it is | 13017 | * mml.el (mml-preview): Bind message-this-is-news if it is |
| 13038 | news. From Jesper Harder <harder@myrealbox.com>. | 13018 | news. |
| 13039 | 13019 | ||
| 13040 | 2001-10-28 Simon Josefsson <jas@extundo.com> | 13020 | 2001-10-28 Simon Josefsson <jas@extundo.com> |
| 13041 | 13021 | ||
| @@ -13051,8 +13031,9 @@ | |||
| 13051 | * message.el (message-indent-citation): Don't add trailing | 13031 | * message.el (message-indent-citation): Don't add trailing |
| 13052 | whitespace when citing text. | 13032 | whitespace when citing text. |
| 13053 | 13033 | ||
| 13054 | * gnus.el (gnus-group-faq-directory): Fix. From Jesper Harder | 13034 | 2001-10-27 Jesper Harder <harder@myrealbox.com> |
| 13055 | <harder@ifa.au.dk>. | 13035 | |
| 13036 | * gnus.el (gnus-group-faq-directory): Fix. | ||
| 13056 | 13037 | ||
| 13057 | 2001-10-26 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13038 | 2001-10-26 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 13058 | 13039 | ||
| @@ -13129,22 +13110,23 @@ | |||
| 13129 | * message.el (message-do-auto-fill): Avoid calling | 13110 | * message.el (message-do-auto-fill): Avoid calling |
| 13130 | 'rfc822-goto-eoh'. | 13111 | 'rfc822-goto-eoh'. |
| 13131 | 13112 | ||
| 13132 | 2001-10-20 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 13113 | 2001-10-20 Paul Jarc <prj@po.cwru.edu> |
| 13133 | From Paul Jarc <prj@po.cwru.edu>. | ||
| 13134 | 13114 | ||
| 13135 | * message.el (message-get-reply-headers): Restructure the logic | 13115 | * message.el (message-get-reply-headers): Restructure the logic |
| 13136 | and add comments. From Paul Jarc <prj@po.cwru.edu>. | 13116 | and add comments. |
| 13137 | 13117 | ||
| 13138 | 2001-10-20 Simon Josefsson <jas@extundo.com> | 13118 | 2001-10-20 Simon Josefsson <jas@extundo.com> |
| 13139 | 13119 | ||
| 13140 | * message.el (message-cancel-news): Support cancel-locks. | 13120 | * message.el (message-cancel-news): Support cancel-locks. |
| 13141 | Suggested by Per Abrahamsson. | 13121 | Suggested by Per Abrahamsson. |
| 13142 | 13122 | ||
| 13143 | * nnml.el (nnml-marks-changed-p): Use `equal' when comparing | ||
| 13144 | conses. From David Z Maze <dmaze@MIT.EDU>. | ||
| 13145 | |||
| 13146 | * nnfolder.el (nnfolder-marks-changed-p): Ditto. | 13123 | * nnfolder.el (nnfolder-marks-changed-p): Ditto. |
| 13147 | 13124 | ||
| 13125 | 2001-10-20 David Z Maze <dmaze@MIT.EDU> | ||
| 13126 | |||
| 13127 | * nnml.el (nnml-marks-changed-p): Use `equal' when comparing | ||
| 13128 | conses. | ||
| 13129 | |||
| 13148 | 2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk> | 13130 | 2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk> |
| 13149 | 13131 | ||
| 13150 | * mm-decode.el (mm-default-directory): Fix customize type. | 13132 | * mm-decode.el (mm-default-directory): Fix customize type. |
| @@ -13174,8 +13156,7 @@ | |||
| 13174 | * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark | 13156 | * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark |
| 13175 | when undoing. | 13157 | when undoing. |
| 13176 | 13158 | ||
| 13177 | 2001-10-18 Simon Josefsson <jas@extundo.com> | 13159 | 2001-10-18 Frank Schmitt <usereplyto@Frank-Schmitt.net> |
| 13178 | From Frank Schmitt <usereplyto@Frank-Schmitt.net> | ||
| 13179 | 13160 | ||
| 13180 | * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo. | 13161 | * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo. |
| 13181 | (gnus-summary-make-menu-bar): Ditto. | 13162 | (gnus-summary-make-menu-bar): Ditto. |
| @@ -13185,11 +13166,10 @@ | |||
| 13185 | * nnimap.el (nnimap-expiry-target): Make sure it is back to the | 13166 | * nnimap.el (nnimap-expiry-target): Make sure it is back to the |
| 13186 | server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>. | 13167 | server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>. |
| 13187 | 13168 | ||
| 13188 | 2001-10-17 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13169 | 2001-10-17 17:00:00 Frank Schmitt <usenet@Frank-Schmitt.net> |
| 13189 | 13170 | ||
| 13190 | * gnus-sum.el (gnus-summary-line-format-alist): user-date entry. | 13171 | * gnus-sum.el (gnus-summary-line-format-alist): user-date entry. |
| 13191 | * gnus-util.el (gnus-user-date): New function. | 13172 | * gnus-util.el (gnus-user-date): New function. |
| 13192 | From Frank Schmitt <usenet@Frank-Schmitt.net>. | ||
| 13193 | 13173 | ||
| 13194 | 2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk> | 13174 | 2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk> |
| 13195 | 13175 | ||
| @@ -13222,8 +13202,7 @@ | |||
| 13222 | * gnus-msg.el (gnus-post-method): Changed two instances of | 13202 | * gnus-msg.el (gnus-post-method): Changed two instances of |
| 13223 | `active' to `current' and one `null' to `not'. | 13203 | `active' to `current' and one `null' to `not'. |
| 13224 | 13204 | ||
| 13225 | 2001-10-16 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 13205 | 2001-10-16 Katsumi Yamaoka <yamaoka@jpl.org> |
| 13226 | From Katsumi Yamaoka <yamaoka@jpl.org>. | ||
| 13227 | 13206 | ||
| 13228 | * message.el (message-setup-fill-variables): Use | 13207 | * message.el (message-setup-fill-variables): Use |
| 13229 | `normal-auto-fill-function' instead of `auto-fill-function'. | 13208 | `normal-auto-fill-function' instead of `auto-fill-function'. |
| @@ -13279,10 +13258,9 @@ | |||
| 13279 | * gnus-art.el (article-emphasize): Set `g-a-wash-types' after | 13258 | * gnus-art.el (article-emphasize): Set `g-a-wash-types' after |
| 13280 | doing stuff that clears it. | 13259 | doing stuff that clears it. |
| 13281 | 13260 | ||
| 13282 | 2001-10-12 Simon Josefsson <jas@extundo.com> | 13261 | 2001-10-12 Eric Marsden <emarsden@laas.fr> |
| 13283 | 13262 | ||
| 13284 | * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite. | 13263 | * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite. |
| 13285 | From Eric Marsden <emarsden@laas.fr>. | ||
| 13286 | 13264 | ||
| 13287 | 2001-10-12 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13265 | 2001-10-12 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 13288 | 13266 | ||
| @@ -13484,20 +13462,17 @@ | |||
| 13484 | (gnus-topic-catchup-articles): New function. Suggested by Robin | 13462 | (gnus-topic-catchup-articles): New function. Suggested by Robin |
| 13485 | S. Socha <robin-dated-1001857693.185e29@socha.net>. | 13463 | S. Socha <robin-dated-1001857693.185e29@socha.net>. |
| 13486 | 13464 | ||
| 13487 | 2001-09-27 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13465 | 2001-09-27 11:00:00 Gerd M,Av(Bllmann <gerd@gnu.org>. |
| 13488 | From Gerd M,Av(Bllmann <gerd@gnu.org>. | ||
| 13489 | 13466 | ||
| 13490 | * gnus-ems.el (gnus-article-display-xface): Insert xface after | 13467 | * gnus-ems.el (gnus-article-display-xface): Insert xface after |
| 13491 | previous ones. | 13468 | previous ones. |
| 13492 | 13469 | ||
| 13493 | 2001-09-27 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13470 | 2001-09-27 07:00:00 Daiki Ueno <ueno@unixuser.org> |
| 13494 | From Daiki Ueno <ueno@unixuser.org> | ||
| 13495 | 13471 | ||
| 13496 | * gnus-sum.el (gnus-summary-show-article): The arglist of | 13472 | * gnus-sum.el (gnus-summary-show-article): The arglist of |
| 13497 | detect-coding-region is incompatible. | 13473 | detect-coding-region is incompatible. |
| 13498 | 13474 | ||
| 13499 | 2001-09-26 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13475 | 2001-09-26 18:00:00 Katsuhiro Hermit Endo <hermit@koka-in.org> |
| 13500 | From Katsuhiro Hermit Endo <hermit@koka-in.org> | ||
| 13501 | 13476 | ||
| 13502 | * gnus-group.el (gnus-group-delete-group): Typo. | 13477 | * gnus-group.el (gnus-group-delete-group): Typo. |
| 13503 | 13478 | ||
| @@ -13580,10 +13555,9 @@ | |||
| 13580 | * gnus-srvr.el (gnus-server-insert-server-line): Don't let an | 13555 | * gnus-srvr.el (gnus-server-insert-server-line): Don't let an |
| 13581 | error querying a backend abort the whole process. | 13556 | error querying a backend abort the whole process. |
| 13582 | 13557 | ||
| 13583 | 2001-09-17 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13558 | 2001-09-17 08:00:00 Gerd M,Av(Bllmann <gerd@gnu.org> |
| 13584 | 13559 | ||
| 13585 | * gnus-srvr.el (gnus-server-mode): Fix bogus fontification. | 13560 | * gnus-srvr.el (gnus-server-mode): Fix bogus fontification. |
| 13586 | From Gerd M,Av(Bllmann <gerd@gnu.org>. | ||
| 13587 | 13561 | ||
| 13588 | 2001-09-17 Didier Verna <didier@xemacs.org> | 13562 | 2001-09-17 Didier Verna <didier@xemacs.org> |
| 13589 | 13563 | ||
| @@ -13655,7 +13629,7 @@ | |||
| 13655 | * gnus-diary.el (message-mode-map): bind the above to `C-c D c'. | 13629 | * gnus-diary.el (message-mode-map): bind the above to `C-c D c'. |
| 13656 | * gnus-diary.el (gnus-article-edit-mode-map): ditto. | 13630 | * gnus-diary.el (gnus-article-edit-mode-map): ditto. |
| 13657 | 13631 | ||
| 13658 | 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org> | 13632 | 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 13659 | 13633 | ||
| 13660 | * gnus-sum.el (gnus-select-newsgroup): Make | 13634 | * gnus-sum.el (gnus-select-newsgroup): Make |
| 13661 | `gnus-current-select-method' buffer-local. | 13635 | `gnus-current-select-method' buffer-local. |
| @@ -13663,8 +13637,7 @@ | |||
| 13663 | * gnus-art.el (gnus-request-article-this-buffer): Refer | 13637 | * gnus-art.el (gnus-request-article-this-buffer): Refer |
| 13664 | `gnus-current-select-method' in the current summary buffer. | 13638 | `gnus-current-select-method' in the current summary buffer. |
| 13665 | 13639 | ||
| 13666 | 2001-09-10 Simon Josefsson <jas@extundo.com> | 13640 | 2001-09-10 Daniel Pittman <daniel@rimspace.net> |
| 13667 | From Daniel Pittman <daniel@rimspace.net> | ||
| 13668 | 13641 | ||
| 13669 | * gnus-spec.el (gnus-correct-pad-form): Fix. | 13642 | * gnus-spec.el (gnus-correct-pad-form): Fix. |
| 13670 | 13643 | ||
| @@ -13715,8 +13688,7 @@ | |||
| 13715 | * gnus-agent.el (gnus-agent-fetch-group): If online, actually | 13688 | * gnus-agent.el (gnus-agent-fetch-group): If online, actually |
| 13716 | fetch group. | 13689 | fetch group. |
| 13717 | 13690 | ||
| 13718 | 2001-09-08 Simon Josefsson <jas@extundo.com> | 13691 | 2001-09-08 Daniel Pittman <daniel@rimspace.net> |
| 13719 | From Daniel Pittman <daniel@rimspace.net> | ||
| 13720 | 13692 | ||
| 13721 | * gnus-spec.el (gnus-correct-pad-form): New function. | 13693 | * gnus-spec.el (gnus-correct-pad-form): New function. |
| 13722 | (gnus-parse-simple-format): Use it. | 13694 | (gnus-parse-simple-format): Use it. |
| @@ -13728,7 +13700,7 @@ | |||
| 13728 | Putnam <reader@newsguy.com>. | 13700 | Putnam <reader@newsguy.com>. |
| 13729 | (gnus-group-sort-selected-groups): Touch dribble file. | 13701 | (gnus-group-sort-selected-groups): Touch dribble file. |
| 13730 | 13702 | ||
| 13731 | 2001-09-07 Raja R Harinath <harinath@cs.umn.edu> | 13703 | 2001-09-07 Raja R Harinath <harinath@cs.umn.edu> |
| 13732 | 13704 | ||
| 13733 | * nnml.el (nnml-filenames-are-evil): New variable. | 13705 | * nnml.el (nnml-filenames-are-evil): New variable. |
| 13734 | (nnml-article-to-file-alist): Rename to ... | 13706 | (nnml-article-to-file-alist): Rename to ... |
| @@ -13750,10 +13722,9 @@ | |||
| 13750 | * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles | 13722 | * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles |
| 13751 | display of graphical smilies. | 13723 | display of graphical smilies. |
| 13752 | 13724 | ||
| 13753 | 2001-09-07 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13725 | 2001-09-07 02:00:00 Bill White <billw@wolfram.com> |
| 13754 | 13726 | ||
| 13755 | * gnus-start.el (gnus-setup-news): A typo. | 13727 | * gnus-start.el (gnus-setup-news): A typo. |
| 13756 | From Bill White <billw@wolfram.com>. | ||
| 13757 | 13728 | ||
| 13758 | 2001-09-06 Simon Josefsson <jas@extundo.com> | 13729 | 2001-09-06 Simon Josefsson <jas@extundo.com> |
| 13759 | 13730 | ||
| @@ -13864,8 +13835,7 @@ | |||
| 13864 | * nnfolder.el (nnfolder-save-marks): Don't create directory named | 13835 | * nnfolder.el (nnfolder-save-marks): Don't create directory named |
| 13865 | after group in ~/. | 13836 | after group in ~/. |
| 13866 | 13837 | ||
| 13867 | 2001-08-25 Simon Josefsson <jas@extundo.com> | 13838 | 2001-08-25 Andreas Jaeger <aj@suse.de> |
| 13868 | From Andreas Jaeger <aj@suse.de> | ||
| 13869 | 13839 | ||
| 13870 | * nnfolder.el (nnfolder-open-marks): Fix typo. | 13840 | * nnfolder.el (nnfolder-open-marks): Fix typo. |
| 13871 | * nnml.el (nnml-open-marks): Likewise. | 13841 | * nnml.el (nnml-open-marks): Likewise. |
| @@ -13919,11 +13889,12 @@ | |||
| 13919 | 13889 | ||
| 13920 | * mml.el (mml-generate-mime-1): Force as multibyte string. | 13890 | * mml.el (mml-generate-mime-1): Force as multibyte string. |
| 13921 | 13891 | ||
| 13922 | 2001-08-24 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13892 | 2001-08-24 12:00:00 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de> |
| 13923 | 13893 | ||
| 13924 | * gnus-sum.el (gnus-summary-insert-line) | 13894 | * gnus-sum.el (gnus-summary-insert-line) |
| 13925 | (gnus-summary-prepare-threads): gnus-tmp-lines should be a string. | 13895 | (gnus-summary-prepare-threads): gnus-tmp-lines should be a string. |
| 13926 | From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de> | 13896 | |
| 13897 | 2001-08-24 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 13927 | 13898 | ||
| 13928 | * gnus-spec.el (gnus-correct-substring): Take optional END. | 13899 | * gnus-spec.el (gnus-correct-substring): Take optional END. |
| 13929 | 13900 | ||
| @@ -13945,8 +13916,7 @@ | |||
| 13945 | * gnus-util.el (gnus-create-info-command): Return an interactive | 13916 | * gnus-util.el (gnus-create-info-command): Return an interactive |
| 13946 | function. | 13917 | function. |
| 13947 | 13918 | ||
| 13948 | 2001-08-23 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 13919 | 2001-08-23 19:00:00 Katsumi Yamaoka <yamaoka@jpl.org> |
| 13949 | From Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 13950 | 13920 | ||
| 13951 | * gnus-spec.el (gnus-parse-complex-format): Use equal. | 13921 | * gnus-spec.el (gnus-parse-complex-format): Use equal. |
| 13952 | 13922 | ||
| @@ -14100,8 +14070,7 @@ | |||
| 14100 | 14070 | ||
| 14101 | * gnus.el (gnus-server-visual): Add defgroup. | 14071 | * gnus.el (gnus-server-visual): Add defgroup. |
| 14102 | 14072 | ||
| 14103 | 2001-08-19 Simon Josefsson <jas@extundo.com> | 14073 | 2001-08-19 Joe Casadonte <jcasadonte@northbound-train.com> |
| 14104 | From Joe Casadonte <jcasadonte@northbound-train.com> | ||
| 14105 | 14074 | ||
| 14106 | * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face, | 14075 | * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face, |
| 14107 | gnus-server-denied-face): New. | 14076 | gnus-server-denied-face): New. |
| @@ -14261,8 +14230,7 @@ | |||
| 14261 | * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec, | 14230 | * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec, |
| 14262 | which specifies a time today or tomorrow. | 14231 | which specifies a time today or tomorrow. |
| 14263 | 14232 | ||
| 14264 | 2001-08-15 Simon Josefsson <jas@extundo.com> | 14233 | 2001-08-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 14265 | From Pavel@Janik.cz (Pavel Jan,Am(Bk) | ||
| 14266 | 14234 | ||
| 14267 | * gnus-agent.el (gnus-agent-make-mode-line-string) | 14235 | * gnus-agent.el (gnus-agent-make-mode-line-string) |
| 14268 | (gnus-agent-toggle-plugged): Use new API. | 14236 | (gnus-agent-toggle-plugged): Use new API. |
| @@ -14308,7 +14276,6 @@ | |||
| 14308 | * gnus-spec.el (gnus-format-specs): %n is 23 chars. | 14276 | * gnus-spec.el (gnus-format-specs): %n is 23 chars. |
| 14309 | 14277 | ||
| 14310 | 2001-08-11 09:40:00 Karl Kleinpaste <karl@charcoal.com> | 14278 | 2001-08-11 09:40:00 Karl Kleinpaste <karl@charcoal.com> |
| 14311 | Committed by Kai Gro,b_(Bjohann. | ||
| 14312 | 14279 | ||
| 14313 | * gnus-score.el (gnus-score-string): Fix `match' regexp | 14280 | * gnus-score.el (gnus-score-string): Fix `match' regexp |
| 14314 | for `extra' header case. | 14281 | for `extra' header case. |
| @@ -14389,23 +14356,23 @@ | |||
| 14389 | * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check | 14356 | * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check |
| 14390 | whether `imtest' is installed. | 14357 | whether `imtest' is installed. |
| 14391 | 14358 | ||
| 14392 | 2001-08-04 ShengHuo ZHU <zsh@cs.rochester.edu> | 14359 | 2001-08-04 Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com> |
| 14393 | Trivial patch from Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com> | ||
| 14394 | 14360 | ||
| 14395 | * gnus-sum.el (gnus-summary-show-article): Call | 14361 | * gnus-sum.el (gnus-summary-show-article): Call |
| 14396 | gnus-summary-update-secondary-secondary-mark. | 14362 | gnus-summary-update-secondary-secondary-mark. |
| 14397 | * gnus-sum.el (gnus-summary-edit-article-done): Ditto. | 14363 | * gnus-sum.el (gnus-summary-edit-article-done): Ditto. |
| 14398 | * gnus-sum.el (gnus-summary-reparent-thread): Ditto. | 14364 | * gnus-sum.el (gnus-summary-reparent-thread): Ditto. |
| 14399 | 14365 | ||
| 14366 | 2001-08-07 16:00:00 Gerd M,Av(Bllmann <gerd@gnu.org> | ||
| 14367 | |||
| 14368 | * mm-uu.el (mm-uu-dissect): Autoload. | ||
| 14369 | |||
| 14400 | 2001-08-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14370 | 2001-08-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 14401 | 14371 | ||
| 14402 | * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus. | 14372 | * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus. |
| 14403 | 14373 | ||
| 14404 | * gnus-group.el (gnus-group-make-menu-bar): Ditto. | 14374 | * gnus-group.el (gnus-group-make-menu-bar): Ditto. |
| 14405 | 14375 | ||
| 14406 | * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M,Av(Bllmann | ||
| 14407 | <gerd@gnu.org>. | ||
| 14408 | |||
| 14409 | * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system. | 14376 | * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system. |
| 14410 | 14377 | ||
| 14411 | * gnus-util.el (gnus-output-to-rmail): Ditto. | 14378 | * gnus-util.el (gnus-output-to-rmail): Ditto. |
| @@ -14527,8 +14494,7 @@ | |||
| 14527 | (mm-pkcs7-enveloped-magic): Ditto. | 14494 | (mm-pkcs7-enveloped-magic): Ditto. |
| 14528 | (mm-view-pkcs7-get-type): Don't regexp quote. | 14495 | (mm-view-pkcs7-get-type): Don't regexp quote. |
| 14529 | 14496 | ||
| 14530 | 2001-08-01 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14497 | 2001-08-01 14:00:00 Andreas Fuchs <asf@void.at> |
| 14531 | From Andreas Fuchs <asf@void.at> | ||
| 14532 | 14498 | ||
| 14533 | * mml2015.el (mml2015-trust-boundaries-alist): Typo. | 14499 | * mml2015.el (mml2015-trust-boundaries-alist): Typo. |
| 14534 | 14500 | ||
| @@ -14623,13 +14589,11 @@ | |||
| 14623 | (smime-dns-server): Fix customize group. | 14589 | (smime-dns-server): Fix customize group. |
| 14624 | (smime-call-openssl-region): Use `smime-extra-arguments'. | 14590 | (smime-call-openssl-region): Use `smime-extra-arguments'. |
| 14625 | 14591 | ||
| 14626 | 2001-07-29 Simon Josefsson <jas@extundo.com> | 14592 | 2001-07-29 Vladimir Volovich <vvv@vsu.ru> |
| 14627 | From Vladimir Volovich <vvv@vsu.ru> | ||
| 14628 | 14593 | ||
| 14629 | * smime.el (smime-call-openssl-region): Ignore stderr. | 14594 | * smime.el (smime-call-openssl-region): Ignore stderr. |
| 14630 | 14595 | ||
| 14631 | 2001-07-29 Simon Josefsson <jas@extundo.com> | 14596 | 2001-07-29 Christoph Conrad <christoph.conrad@gmx.de> |
| 14632 | From Christoph Conrad <christoph.conrad@gmx.de> | ||
| 14633 | 14597 | ||
| 14634 | * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active | 14598 | * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active |
| 14635 | file. | 14599 | file. |
| @@ -14750,8 +14714,7 @@ | |||
| 14750 | 14714 | ||
| 14751 | * nnimap.el (nnimap-version): Bump version number. | 14715 | * nnimap.el (nnimap-version): Bump version number. |
| 14752 | 14716 | ||
| 14753 | 2001-07-26 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14717 | 2001-07-26 10:00:00 Steven E. Harris <seh@speakeasy.org> |
| 14754 | From Steven E. Harris <seh@speakeasy.org> | ||
| 14755 | 14718 | ||
| 14756 | * nnheader.el (nnheader-translate-file-chars): cygwin32 is running | 14719 | * nnheader.el (nnheader-translate-file-chars): cygwin32 is running |
| 14757 | in M$Windows too. | 14720 | in M$Windows too. |
| @@ -14773,8 +14736,7 @@ | |||
| 14773 | * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree | 14736 | * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree |
| 14774 | display (%B) for threads if threading is off. | 14737 | display (%B) for threads if threading is off. |
| 14775 | 14738 | ||
| 14776 | 2001-07-25 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14739 | 2001-07-25 14:00:00 Henrik Enberg <henrik@enberg.org> |
| 14777 | From Henrik Enberg <henrik@enberg.org> | ||
| 14778 | 14740 | ||
| 14779 | * gnus-msg.el: Customization patch. | 14741 | * gnus-msg.el: Customization patch. |
| 14780 | 14742 | ||
| @@ -14844,8 +14806,7 @@ | |||
| 14844 | * gnus-delay.el (gnus-delay-default-hour): New variable. | 14806 | * gnus-delay.el (gnus-delay-default-hour): New variable. |
| 14845 | (gnus-delay-article): Allow specific date in YYYY-MM-DD format. | 14807 | (gnus-delay-article): Allow specific date in YYYY-MM-DD format. |
| 14846 | 14808 | ||
| 14847 | 2001-07-23 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14809 | 2001-07-23 22:00:00 Karl Kleinpaste <karl@charcoal.com> |
| 14848 | From Karl Kleinpaste <karl@charcoal.com> | ||
| 14849 | 14810 | ||
| 14850 | * gnus-sum.el (gnus-summary-line-format-alist): Add %B. | 14811 | * gnus-sum.el (gnus-summary-line-format-alist): Add %B. |
| 14851 | (gnus-summary-prepare-threads): Ditto. | 14812 | (gnus-summary-prepare-threads): Ditto. |
| @@ -15002,11 +14963,11 @@ | |||
| 15002 | * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook. | 14963 | * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook. |
| 15003 | (nnrss-read-server-data): Ditto. | 14964 | (nnrss-read-server-data): Ditto. |
| 15004 | 14965 | ||
| 15005 | 2001-07-13 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14966 | 2001-07-13 12:00:00 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 15006 | 14967 | ||
| 15007 | * gnus-setup.el (gnus-use-installed-gnus): Typo. | 14968 | * gnus-setup.el (gnus-use-installed-gnus): Typo. |
| 15008 | * Cleanup files. | 14969 | * Cleanup files. |
| 15009 | From Pavel@Janik.cz (Pavel Jan,Am(Bk). | 14970 | |
| 15010 | 14971 | ||
| 15011 | 2001-07-13 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14972 | 2001-07-13 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 15012 | 14973 | ||
| @@ -15129,8 +15090,7 @@ | |||
| 15129 | * nntp.el (nntp-send-command, nntp-send-command-nodelete): | 15090 | * nntp.el (nntp-send-command, nntp-send-command-nodelete): |
| 15130 | (nntp-send-command-and-decode): Use gnus-point-at-bol. | 15091 | (nntp-send-command-and-decode): Use gnus-point-at-bol. |
| 15131 | 15092 | ||
| 15132 | 2001-07-09 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15093 | 2001-07-09 13:00:00 Paul Jarc <prj@po.cwru.edu> |
| 15133 | From Paul Jarc <prj@po.cwru.edu> | ||
| 15134 | 15094 | ||
| 15135 | * message.el (message-use-mail-followup-to): New variable. | 15095 | * message.el (message-use-mail-followup-to): New variable. |
| 15136 | (message-get-reply-headers): Use it. | 15096 | (message-get-reply-headers): Use it. |
| @@ -15218,8 +15178,7 @@ | |||
| 15218 | * gnus-start.el (gnus-check-first-time-used): Use `if' instead of | 15178 | * gnus-start.el (gnus-check-first-time-used): Use `if' instead of |
| 15219 | `when'. | 15179 | `when'. |
| 15220 | 15180 | ||
| 15221 | 2001-07-03 Simon Josefsson <jas@extundo.com> | 15181 | 2001-07-03 Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com> |
| 15222 | From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com> | ||
| 15223 | 15182 | ||
| 15224 | * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead. | 15183 | * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead. |
| 15225 | 15184 | ||
| @@ -15267,8 +15226,7 @@ | |||
| 15267 | (rfc2047-encode-message-header): Fold lines even if | 15226 | (rfc2047-encode-message-header): Fold lines even if |
| 15268 | no QP encoding is done. | 15227 | no QP encoding is done. |
| 15269 | 15228 | ||
| 15270 | 2001-06-23 Simon Josefsson <jas@extundo.com> | 15229 | 2001-06-23 Samuel Tardieu <sam@inf.enst.fr> |
| 15271 | From Samuel Tardieu <sam@inf.enst.fr> | ||
| 15272 | 15230 | ||
| 15273 | * smime.el (smime-keys): Support additional certificates. | 15231 | * smime.el (smime-keys): Support additional certificates. |
| 15274 | (smime-make-certfiles): New function. | 15232 | (smime-make-certfiles): New function. |
| @@ -15302,8 +15260,7 @@ | |||
| 15302 | 15260 | ||
| 15303 | * message.el (message-goto-body): Return nil if not found. (revert!) | 15261 | * message.el (message-goto-body): Return nil if not found. (revert!) |
| 15304 | 15262 | ||
| 15305 | 2001-06-21 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15263 | 2001-06-21 10:00:00 John Fremlin <chief@bandits.org> (tiny change) |
| 15306 | From Fremlin <chief@bandits.org> | ||
| 15307 | 15264 | ||
| 15308 | * message.el (message-goto-body): Some messages have no header. | 15265 | * message.el (message-goto-body): Some messages have no header. |
| 15309 | 15266 | ||
| @@ -15385,7 +15342,7 @@ | |||
| 15385 | * nnweb.el (nnweb-google-parse-1): Fix Google content regexp. | 15342 | * nnweb.el (nnweb-google-parse-1): Fix Google content regexp. |
| 15386 | (nnweb-google-wash-article): Ditto. | 15343 | (nnweb-google-wash-article): Ditto. |
| 15387 | 15344 | ||
| 15388 | 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu> | 15345 | 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu> |
| 15389 | 15346 | ||
| 15390 | * nnweb.el (nnweb-google-parse-1): Fix Google url regexp. | 15347 | * nnweb.el (nnweb-google-parse-1): Fix Google url regexp. |
| 15391 | 15348 | ||
| @@ -15412,17 +15369,20 @@ | |||
| 15412 | 15369 | ||
| 15413 | * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr]. | 15370 | * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr]. |
| 15414 | 15371 | ||
| 15415 | 2001-06-12 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15372 | 2001-06-12 11:00:00 Marc Lefranc <Marc.Lefranc@univ-lille1.fr> |
| 15416 | 15373 | ||
| 15417 | * gnus-art.el (gnus-plain-save-name): Use file-relative-name. | 15374 | * gnus-art.el (gnus-plain-save-name): Use file-relative-name. |
| 15418 | From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>. | 15375 | |
| 15376 | 2001-06-12 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 15419 | 15377 | ||
| 15420 | * nnrss.el (nnrss-node-text): Node might be nil. | 15378 | * nnrss.el (nnrss-node-text): Node might be nil. |
| 15421 | 15379 | ||
| 15422 | 2001-06-11 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15380 | 2001-06-11 10:00:00 Katsumi Yamaoka <yamaoka@jpl.org> |
| 15423 | 15381 | ||
| 15424 | * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of | 15382 | * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of |
| 15425 | part. From Katsumi Yamaoka <yamaoka@jpl.org>. | 15383 | part. |
| 15384 | |||
| 15385 | 2001-06-11 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 15426 | 15386 | ||
| 15427 | * nnrss.el (nnrss-group-alist): More items. | 15387 | * nnrss.el (nnrss-group-alist): More items. |
| 15428 | 15388 | ||
| @@ -15436,14 +15396,11 @@ | |||
| 15436 | * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split | 15396 | * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split |
| 15437 | restrict clauses. | 15397 | restrict clauses. |
| 15438 | 15398 | ||
| 15439 | 2001-06-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15399 | 2001-06-07 16:00:00 Benjamin Rutt <brutt+news@bloomington.in.us> |
| 15440 | |||
| 15441 | From Benjamin Rutt <brutt+news@bloomington.in.us> | ||
| 15442 | 15400 | ||
| 15443 | * message.el (message-wide-reply-confirm-recipients): New variable. | 15401 | * message.el (message-wide-reply-confirm-recipients): New variable. |
| 15444 | 15402 | ||
| 15445 | 2001-06-06 ShengHuo ZHU <zsh@cs.rochester.edu> | 15403 | 2001-06-06 Mark Thomas <mthomas@edrc.cmu.edu> (tiny change) |
| 15446 | Trivial patch from Mark Thomas <mthomas@edrc.cmu.edu> | ||
| 15447 | 15404 | ||
| 15448 | * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To | 15405 | * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To |
| 15449 | fix so it works with XEmacs. | 15406 | fix so it works with XEmacs. |
| @@ -15457,10 +15414,10 @@ | |||
| 15457 | 15414 | ||
| 15458 | * nnrss.el: Fix a few bugs. | 15415 | * nnrss.el: Fix a few bugs. |
| 15459 | 15416 | ||
| 15460 | 2001-06-05 Simon Josefsson <jas@extundo.com> | 15417 | 2001-06-05 Alex Schroeder <alex@gnu.org> |
| 15461 | 15418 | ||
| 15462 | * mm-decode.el (mm-handle-set-external-undisplayer): Don't | 15419 | * mm-decode.el (mm-handle-set-external-undisplayer): Don't |
| 15463 | generate compiler warnings. From Alex Schroeder <alex@gnu.org>. | 15420 | generate compiler warnings. |
| 15464 | 15421 | ||
| 15465 | 2001-06-04 Hrvoje Niksic <hniksic@arsdigita.com> | 15422 | 2001-06-04 Hrvoje Niksic <hniksic@arsdigita.com> |
| 15466 | 15423 | ||
| @@ -15499,20 +15456,17 @@ | |||
| 15499 | it is not possible to insert a character after a glyph which is at | 15456 | it is not possible to insert a character after a glyph which is at |
| 15500 | the end of a buffer. Patch by Lloyd Zusman <ljz@asfast.com>. | 15457 | the end of a buffer. Patch by Lloyd Zusman <ljz@asfast.com>. |
| 15501 | 15458 | ||
| 15502 | 2001-05-28 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 15459 | 2001-05-28 Jaap-Henk Hoepman <jhh@xs4all.nl> |
| 15503 | |||
| 15504 | From Jaap-Henk Hoepman (jhh@xs4all.nl). | ||
| 15505 | 15460 | ||
| 15506 | * mm-decode.el (mm-keep-viewer-alive-types): New variable. | 15461 | * mm-decode.el (mm-keep-viewer-alive-types): New variable. |
| 15507 | (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer, | 15462 | (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer, |
| 15508 | mm-destroy-postponed-undisplay-list): New functions. | 15463 | mm-destroy-postponed-undisplay-list): New functions. |
| 15509 | (mm-display-external): Use them. | 15464 | (mm-display-external): Use them. |
| 15510 | 15465 | ||
| 15511 | 2001-05-27 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 15466 | 2001-05-27 Raja R. Harinath <harinath@cs.umn.edu> |
| 15512 | 15467 | ||
| 15513 | * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and | 15468 | * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and |
| 15514 | `default-low' when evaluating `gnus-summary-highlight'. | 15469 | `default-low' when evaluating `gnus-summary-highlight'. |
| 15515 | From Raja R Harinath <harinath@cs.umn.edu>. | ||
| 15516 | 15470 | ||
| 15517 | 2001-05-27 Simon Josefsson <simon@josefsson.org> | 15471 | 2001-05-27 Simon Josefsson <simon@josefsson.org> |
| 15518 | 15472 | ||
| @@ -15523,8 +15477,7 @@ | |||
| 15523 | as details. | 15477 | as details. |
| 15524 | (mml2015-mailcrypt-clear-verify): Ditto. | 15478 | (mml2015-mailcrypt-clear-verify): Ditto. |
| 15525 | 15479 | ||
| 15526 | 2001-05-24 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 15480 | 2001-05-24 Nevin Kapur <nevin@jhu.edu> |
| 15527 | From Nevin Kapur <nevin@jhu.edu>. | ||
| 15528 | 15481 | ||
| 15529 | * gnus-sum.el (gnus-summary-default-high-score, | 15482 | * gnus-sum.el (gnus-summary-default-high-score, |
| 15530 | gnus-summary-default-low-score): New variables. | 15483 | gnus-summary-default-low-score): New variables. |
| @@ -15535,8 +15488,7 @@ | |||
| 15535 | * message.el (message-mail): pass the 'send-actions argument to | 15488 | * message.el (message-mail): pass the 'send-actions argument to |
| 15536 | `message-setup'. | 15489 | `message-setup'. |
| 15537 | 15490 | ||
| 15538 | 2001-05-16 Simon Josefsson <simon@josefsson.org> | 15491 | 2001-05-16 Raymond Scholz <ray-2001@zonix.de> |
| 15539 | From Raymond Scholz <ray-2001@zonix.de> | ||
| 15540 | 15492 | ||
| 15541 | * gnus-art.el (gnus-mime-view-part-as-charset): | 15493 | * gnus-art.el (gnus-mime-view-part-as-charset): |
| 15542 | (gnus-mime-internalize-part): Doc fixes. | 15494 | (gnus-mime-internalize-part): Doc fixes. |
| @@ -15600,7 +15552,7 @@ | |||
| 15600 | correctly. | 15552 | correctly. |
| 15601 | (nnrss-check-group): Use time. | 15553 | (nnrss-check-group): Use time. |
| 15602 | 15554 | ||
| 15603 | 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 15555 | 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 15604 | 15556 | ||
| 15605 | * gnus.el: Oort Gnus v0.03 is released. | 15557 | * gnus.el: Oort Gnus v0.03 is released. |
| 15606 | 15558 | ||
| @@ -15672,12 +15624,11 @@ | |||
| 15672 | (smime-decrypt-region): Ditto. | 15624 | (smime-decrypt-region): Ditto. |
| 15673 | 15625 | ||
| 15674 | 2001-04-12 Jason Merrill <jason_merrill@redhat.com> | 15626 | 2001-04-12 Jason Merrill <jason_merrill@redhat.com> |
| 15675 | Committed by Simon Josefsson <simon@josefsson.org> | ||
| 15676 | 15627 | ||
| 15677 | * imap.el (imap-shell-open): Erase the buffer *after* copying it into | 15628 | * imap.el (imap-shell-open): Erase the buffer *after* copying it into |
| 15678 | the log. | 15629 | the log. |
| 15679 | 15630 | ||
| 15680 | 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 15631 | 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
| 15681 | 15632 | ||
| 15682 | * gnus.el: Oort Gnus v0.02 is released. | 15633 | * gnus.el: Oort Gnus v0.02 is released. |
| 15683 | 15634 | ||
| @@ -15705,13 +15656,11 @@ | |||
| 15705 | 15656 | ||
| 15706 | * nnmail.el (nnmail-split-fancy-with-parent): Add docstring. | 15657 | * nnmail.el (nnmail-split-fancy-with-parent): Add docstring. |
| 15707 | 15658 | ||
| 15708 | 2001-04-12 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15659 | 2001-04-12 19:00:00 Jason Merrill <jason_merrill@redhat.com> |
| 15709 | From Jason Merrill <jason_merrill@redhat.com> | ||
| 15710 | 15660 | ||
| 15711 | * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles. | 15661 | * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles. |
| 15712 | 15662 | ||
| 15713 | 2001-04-10 08:01:15 Katsumi Yamaoka <yamaoka@jpl.org> | 15663 | 2001-04-10 08:01:15 Katsumi Yamaoka <yamaoka@jpl.org> |
| 15714 | Committed by ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 15715 | 15664 | ||
| 15716 | * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the | 15665 | * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the |
| 15717 | newsgroup names when the original article is a news message. | 15666 | newsgroup names when the original article is a news message. |
| @@ -15722,7 +15671,6 @@ | |||
| 15722 | supported. Suggest by Jim Meyering <jim@meyering.net>. | 15671 | supported. Suggest by Jim Meyering <jim@meyering.net>. |
| 15723 | 15672 | ||
| 15724 | 2001-04-02 Nevin Kapur <nevin@jhu.edu> | 15673 | 2001-04-02 Nevin Kapur <nevin@jhu.edu> |
| 15725 | Committed by Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>. | ||
| 15726 | 15674 | ||
| 15727 | * nnmail.el (nnmail-split-it): Added check for .* at the end of | 15675 | * nnmail.el (nnmail-split-it): Added check for .* at the end of |
| 15728 | regexp in nnmail-split-fancy. | 15676 | regexp in nnmail-split-fancy. |
| @@ -15790,13 +15738,11 @@ | |||
| 15790 | * qp.el (quoted-printable-decode-region): Just message | 15738 | * qp.el (quoted-printable-decode-region): Just message |
| 15791 | malformation; don't quit. | 15739 | malformation; don't quit. |
| 15792 | 15740 | ||
| 15793 | 2001-03-31 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15741 | 2001-03-31 21:00:00 Gerd Moellmann <gerd@gnu.org> |
| 15794 | From Gerd Moellmann <gerd@gnu.org>. | ||
| 15795 | 15742 | ||
| 15796 | * gnus.el (gnus-interactive): A typo. | 15743 | * gnus.el (gnus-interactive): A typo. |
| 15797 | 15744 | ||
| 15798 | 2001-03-26 Juanma Barranquero <lektu@uol.com.br> | 15745 | 2001-03-26 Juanma Barranquero <lektu@uol.com.br> |
| 15799 | Committed by ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 15800 | 15746 | ||
| 15801 | * gnus-util.el (gnus-delete-alist): Declare it as an alias of | 15747 | * gnus-util.el (gnus-delete-alist): Declare it as an alias of |
| 15802 | `assq-delete-all', if that function exists; otherwise use the old | 15748 | `assq-delete-all', if that function exists; otherwise use the old |
| @@ -15914,8 +15860,7 @@ | |||
| 15914 | 15860 | ||
| 15915 | * mml2015.el (mml2015-gpg-extract-from): No error. | 15861 | * mml2015.el (mml2015-gpg-extract-from): No error. |
| 15916 | 15862 | ||
| 15917 | 2001-03-18 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15863 | 2001-03-18 23:00:00 Bj,Ax(Brn Mork <bmork@dod.no> |
| 15918 | From Bj,Ax(Brn Mork <bmork@dod.no>. | ||
| 15919 | 15864 | ||
| 15920 | * mml2015.el (mml2015-gpg-extract-from): New function. | 15865 | * mml2015.el (mml2015-gpg-extract-from): New function. |
| 15921 | (mml2015-gpg-verify): Use it. | 15866 | (mml2015-gpg-verify): Use it. |
| @@ -15957,8 +15902,7 @@ | |||
| 15957 | * mailcap.el (mailcap-mime-data): Add application/sieve. | 15902 | * mailcap.el (mailcap-mime-data): Add application/sieve. |
| 15958 | (mailcap-mime-extensions): Add .siv, .xls. | 15903 | (mailcap-mime-extensions): Add .siv, .xls. |
| 15959 | 15904 | ||
| 15960 | 2001-03-14 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15905 | 2001-03-14 20:00:00 Christoph Conrad <christoph.conrad@gmx.de> |
| 15961 | From Christoph Conrad <christoph.conrad@gmx.de> | ||
| 15962 | 15906 | ||
| 15963 | * gnus-score.el (gnus-summary-lower-thread): Typo. | 15907 | * gnus-score.el (gnus-summary-lower-thread): Typo. |
| 15964 | 15908 | ||
| @@ -16003,7 +15947,6 @@ | |||
| 16003 | * nnrss.el: New file. | 15947 | * nnrss.el: New file. |
| 16004 | 15948 | ||
| 16005 | 2001-03-08 02:41:36 Katsumi Yamaoka <yamaoka@jpl.org> | 15949 | 2001-03-08 02:41:36 Katsumi Yamaoka <yamaoka@jpl.org> |
| 16006 | Committed by ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 16007 | 15950 | ||
| 16008 | * rfc2047.el (rfc2047-unfold-region): Fix arg of | 15951 | * rfc2047.el (rfc2047-unfold-region): Fix arg of |
| 16009 | `skip-chars-forward'. | 15952 | `skip-chars-forward'. |
| @@ -16027,9 +15970,10 @@ | |||
| 16027 | directory part. | 15970 | directory part. |
| 16028 | (gnus-score-search-global-directories): Use file-directory-p. | 15971 | (gnus-score-search-global-directories): Use file-directory-p. |
| 16029 | 15972 | ||
| 15973 | 2001-03-06 13:00:00 Adrian Aichner <adrian@xemacs.org> | ||
| 15974 | |||
| 16030 | * gnus-score.el (gnus-score-score-files-1): Use | 15975 | * gnus-score.el (gnus-score-score-files-1): Use |
| 16031 | gnus-kill-files-directory. | 15976 | gnus-kill-files-directory. |
| 16032 | From Adrian Aichner <adrian@xemacs.org>. | ||
| 16033 | 15977 | ||
| 16034 | 2001-03-05 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 15978 | 2001-03-05 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 16035 | 15979 | ||
| @@ -16054,8 +15998,7 @@ | |||
| 16054 | 15998 | ||
| 16055 | * gnus-sum.el (gnus-summary-limit-include-expunged): Fix. | 15999 | * gnus-sum.el (gnus-summary-limit-include-expunged): Fix. |
| 16056 | 16000 | ||
| 16057 | 2001-03-01 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 16001 | 2001-03-01 22:00:00 Katsumi Yamaoka <yamaoka@jpl.org> |
| 16058 | From Katsumi Yamaoka <yamaoka@jpl.org>. | ||
| 16059 | 16002 | ||
| 16060 | * dgnushack.el (coerce, merge, subseq): defmacro. | 16003 | * dgnushack.el (coerce, merge, subseq): defmacro. |
| 16061 | 16004 | ||
| @@ -16066,7 +16009,6 @@ | |||
| 16066 | uncompiled versions. | 16009 | uncompiled versions. |
| 16067 | 16010 | ||
| 16068 | 2001-02-26 11:27:27 Paul Jarc <prj@po.cwru.edu> | 16011 | 2001-02-26 11:27:27 Paul Jarc <prj@po.cwru.edu> |
| 16069 | Committed by ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 16070 | 16012 | ||
| 16071 | * gnus-util.el (gnus-split-references): Handle malformed References:. | 16013 | * gnus-util.el (gnus-split-references): Handle malformed References:. |
| 16072 | 16014 | ||
| @@ -16074,8 +16016,7 @@ | |||
| 16074 | 16016 | ||
| 16075 | * gnus-art.el (gnus-article-mime-part-status): 1 part. | 16017 | * gnus-art.el (gnus-article-mime-part-status): 1 part. |
| 16076 | 16018 | ||
| 16077 | 2001-02-25 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 16019 | 2001-02-25 10:00:00 NAGY Andras <nagya@inf.elte.hu> |
| 16078 | From NAGY Andras <nagya@inf.elte.hu>. | ||
| 16079 | 16020 | ||
| 16080 | * gnus.el (gnus-parameters): Typo. | 16021 | * gnus.el (gnus-parameters): Typo. |
| 16081 | 16022 | ||
| @@ -16183,13 +16124,11 @@ | |||
| 16183 | (gnus-article-sort-functions): Doc fix. Refer to | 16124 | (gnus-article-sort-functions): Doc fix. Refer to |
| 16184 | gnus-thread-sort-functions. | 16125 | gnus-thread-sort-functions. |
| 16185 | 16126 | ||
| 16186 | 2001-02-18 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 16127 | 2001-02-18 20:00:00 Paul Jarc <prj@po.cwru.edu> |
| 16187 | From Paul Jarc <prj@po.cwru.edu>. | ||
| 16188 | 16128 | ||
| 16189 | * message.el (message-get-reply-headers): More fixes. | 16129 | * message.el (message-get-reply-headers): More fixes. |
| 16190 | 16130 | ||
| 16191 | 2001-02-17 Paul Jarc <prj@po.cwru.edu> | 16131 | 2001-02-17 Paul Jarc <prj@po.cwru.edu> |
| 16192 | Committed by ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 16193 | 16132 | ||
| 16194 | * message.el (message-get-reply-headers): Fix bug with | 16133 | * message.el (message-get-reply-headers): Fix bug with |
| 16195 | Mail-Followup-To/to-address interaction. | 16134 | Mail-Followup-To/to-address interaction. |
| @@ -16234,7 +16173,6 @@ | |||
| 16234 | (nnml-request-regenerate): Use it. Change to deffoo. | 16173 | (nnml-request-regenerate): Use it. Change to deffoo. |
| 16235 | 16174 | ||
| 16236 | 2001-02-14 Katsumi Yamaoka <yamaoka@jpl.org> | 16175 | 2001-02-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 16237 | Committed by ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 16238 | 16176 | ||
| 16239 | * gnus.el (gnus-define-group-parameter): Fix. | 16177 | * gnus.el (gnus-define-group-parameter): Fix. |
| 16240 | 16178 | ||
| @@ -18187,7 +18125,7 @@ | |||
| 18187 | 18125 | ||
| 18188 | * mml.el (mml-generate-mime-1): Ignore ascii. | 18126 | * mml.el (mml-generate-mime-1): Ignore ascii. |
| 18189 | 18127 | ||
| 18190 | 2000-11-16 Justin Sheehy <justin@iago.org> | 18128 | 2000-11-16 Justin Sheehy <justin@iago.org> |
| 18191 | 18129 | ||
| 18192 | * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items. | 18130 | * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items. |
| 18193 | 18131 | ||