diff options
| author | Kim F. Storm | 2007-03-04 23:45:28 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-03-04 23:45:28 +0000 |
| commit | 4968aeffb393a468c513a7084c62c9c1b4726880 (patch) | |
| tree | 82fe9570e7d8601e8409ca30dc9ca16f1fef28c0 | |
| parent | 0af6d7f3f70b7645b2e5dd68d4b308f3312ec61c (diff) | |
| download | emacs-4968aeffb393a468c513a7084c62c9c1b4726880.tar.gz emacs-4968aeffb393a468c513a7084c62c9c1b4726880.zip | |
Correctly associate tiny changes with their authors.
Change "tiny patch" to "tiny change".
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 70 |
2 files changed, 40 insertions, 36 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d3354bd14eb..add0bb47c25 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -906,7 +906,7 @@ | |||
| 906 | (spam-mark-junk-as-spam-routine): Use it. Allow to disable | 906 | (spam-mark-junk-as-spam-routine): Use it. Allow to disable |
| 907 | assigning the spam-mark to new messages. | 907 | assigning the spam-mark to new messages. |
| 908 | 908 | ||
| 909 | 2006-03-20 Adam Sj,Ax(Bgren <asjo@koldfront.dk> (tiny change) | 909 | 2006-03-20 Adam Sj,Ax(Bgren <asjo@koldfront.dk> |
| 910 | 910 | ||
| 911 | (spam-ham-copy-or-move-routine): Don't declare `todo' twice. | 911 | (spam-ham-copy-or-move-routine): Don't declare `todo' twice. |
| 912 | 912 | ||
| @@ -1590,7 +1590,7 @@ | |||
| 1590 | * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid | 1590 | * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid |
| 1591 | date header. | 1591 | date header. |
| 1592 | 1592 | ||
| 1593 | 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny patch) | 1593 | 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change) |
| 1594 | 1594 | ||
| 1595 | * imap.el (imap-kerberos4-open): Ignore SSL stuff. | 1595 | * imap.el (imap-kerberos4-open): Ignore SSL stuff. |
| 1596 | 1596 | ||
| @@ -2192,7 +2192,7 @@ | |||
| 2192 | (gnus-decode-header-function, gnus-newsgroup-name): | 2192 | (gnus-decode-header-function, gnus-newsgroup-name): |
| 2193 | * spam-stat.el (gnus-original-article-buffer): Add defvars. | 2193 | * spam-stat.el (gnus-original-article-buffer): Add defvars. |
| 2194 | 2194 | ||
| 2195 | 2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | 2195 | 2005-08-22 Karl Chen <quarl@cs.berkeley.edu> |
| 2196 | 2196 | ||
| 2197 | * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to | 2197 | * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to |
| 2198 | the end of the date treatments. | 2198 | the end of the date treatments. |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 69794a18fa4..4dac2ac55ea 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -76,10 +76,10 @@ | |||
| 76 | 76 | ||
| 77 | * smime.el (smime-crl-check): Doc fix. | 77 | * smime.el (smime-crl-check): Doc fix. |
| 78 | 78 | ||
| 79 | 2004-01-02 Edwin Steiner <edwin.steiner@gmx.net> | 79 | 2004-01-02 Edwin Steiner <edwin.steiner@gmx.net> (tiny change) |
| 80 | 80 | ||
| 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. |
| 83 | 83 | ||
| 84 | 2004-01-02 Michael Albinus <Michael.Albinus@alcatel.de> | 84 | 2004-01-02 Michael Albinus <Michael.Albinus@alcatel.de> |
| 85 | 85 | ||
| @@ -463,12 +463,15 @@ | |||
| 463 | * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL | 463 | * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL |
| 464 | output. Reported by Arne J,Ax(Brgensen <arne@arnested.dk>. | 464 | output. Reported by Arne J,Ax(Brgensen <arne@arnested.dk>. |
| 465 | 465 | ||
| 466 | 2003-12-07 Simon Josefsson <jas@extundo.com> | 466 | 2003-12-07 Lloyd Zusman <ljz@asfast.com> (tiny change) |
| 467 | 467 | ||
| 468 | * pgg-gpg.el (pgg-gpg-recipient-arg): Add. | 468 | * pgg-gpg.el (pgg-gpg-recipient-arg): Add. |
| 469 | (pgg-gpg-encrypt-region): Use it. Tiny patch from Lloyd Zusman | 469 | (pgg-gpg-encrypt-region): Use it. |
| 470 | <ljz@asfast.com>. | 470 | |
| 471 | (pgg-gpg-recipient-argument): Doc fix. Renamed fro p-g-r-a. | 471 | 2003-12-07 Simon Josefsson <jas@extundo.com> |
| 472 | |||
| 473 | * pgg-gpg.el (pgg-gpg-recipient-argument): Doc fix. | ||
| 474 | Renamed from p-g-r-a. | ||
| 472 | (pgg-gpg-encrypt-region): Update. | 475 | (pgg-gpg-encrypt-region): Update. |
| 473 | 476 | ||
| 474 | 2003-12-07 Jesper Harder <harder@ifa.au.dk> | 477 | 2003-12-07 Jesper Harder <harder@ifa.au.dk> |
| @@ -907,10 +910,10 @@ | |||
| 907 | * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc | 910 | * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc |
| 908 | Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> | 911 | Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> |
| 909 | 912 | ||
| 910 | 2003-11-04 Katsumi Yamaoka <yamaoka@jpl.org> | 913 | 2003-11-04 Norbert Koch <viteno@xemacs.org> (tiny change) |
| 911 | 914 | ||
| 912 | * gnus-score.el (gnus-decay-score): Protect against arithmetic | 915 | * gnus-score.el (gnus-decay-score): Protect against arithmetic |
| 913 | errors. Tiny patch from Norbert Koch <viteno@xemacs.org>. | 916 | errors. |
| 914 | 917 | ||
| 915 | 2003-10-31 Teodor Zlatanov <tzz@lifelogs.com> | 918 | 2003-10-31 Teodor Zlatanov <tzz@lifelogs.com> |
| 916 | 919 | ||
| @@ -927,12 +930,14 @@ | |||
| 927 | (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change | 930 | (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change |
| 928 | spam-log-processing-to-registry invocations appropriately | 931 | spam-log-processing-to-registry invocations appropriately |
| 929 | 932 | ||
| 930 | 2003-10-31 Simon Josefsson <jas@extundo.com> | 933 | 2003-10-31 Derek Atkins <warlord@MIT.EDU> (tiny change) |
| 931 | 934 | ||
| 932 | * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest. | 935 | * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest. |
| 933 | Tiny patch from Derek Atkins <warlord@MIT.EDU>. | 936 | |
| 934 | (imap-process-connection-type): Improve docstring. Suggested by | 937 | 2003-10-31 Simon Josefsson <jas@extundo.com> |
| 935 | Derek Atkins <warlord@MIT.EDU>. | 938 | |
| 939 | * imap.el (imap-process-connection-type): Improve docstring. | ||
| 940 | Suggested by Derek Atkins <warlord@MIT.EDU>. | ||
| 936 | 941 | ||
| 937 | 2003-10-31 Teodor Zlatanov <tzz@lifelogs.com> | 942 | 2003-10-31 Teodor Zlatanov <tzz@lifelogs.com> |
| 938 | 943 | ||
| @@ -964,11 +969,14 @@ | |||
| 964 | * message.el (message-forward-make-body-plain): Fix ARG=1 mode | 969 | * message.el (message-forward-make-body-plain): Fix ARG=1 mode |
| 965 | after separating m-f-m-b. | 970 | after separating m-f-m-b. |
| 966 | 971 | ||
| 967 | 2003-10-29 Simon Josefsson <jas@extundo.com> | 972 | 2003-10-29 Andre Srinivasan <andre@e2open.com> (tiny change) |
| 968 | 973 | ||
| 969 | * message.el (message-forward-make-body-plain): Remove ignored | 974 | * message.el (message-forward-make-body-plain): Remove ignored |
| 970 | headers. Tiny patch from Andre Srinivasan <andre@e2open.com>. | 975 | headers. |
| 971 | (message-forward-make-body-plain): Fix ARG=1. | 976 | |
| 977 | 2003-10-29 Simon Josefsson <jas@extundo.com> | ||
| 978 | |||
| 979 | * message.el (message-forward-make-body-plain): Fix ARG=1. | ||
| 972 | 980 | ||
| 973 | 2003-10-28 Jesper Harder <harder@ifa.au.dk> | 981 | 2003-10-28 Jesper Harder <harder@ifa.au.dk> |
| 974 | 982 | ||
| @@ -1582,7 +1590,7 @@ | |||
| 1582 | (mml-insert-mime-headers): Use it. Based on (tiny) patch from | 1590 | (mml-insert-mime-headers): Use it. Based on (tiny) patch from |
| 1583 | Lars Balker Rasmussen <lars@balker.org>. | 1591 | Lars Balker Rasmussen <lars@balker.org>. |
| 1584 | 1592 | ||
| 1585 | 2003-08-30 Gaute Strokkenes <gs234@srcf.ucam.org> (tiny change) | 1593 | 2003-08-30 Gaute B Strokkenes <gs234@srcf.ucam.org> (tiny change) |
| 1586 | 1594 | ||
| 1587 | * mail-source.el (mail-source-fetch-imap): Pass correct buffer to | 1595 | * mail-source.el (mail-source-fetch-imap): Pass correct buffer to |
| 1588 | imap-open, reverts 2003-03-17 change. Reverse remove before | 1596 | imap-open, reverts 2003-03-17 change. Reverse remove before |
| @@ -1656,13 +1664,12 @@ | |||
| 1656 | * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit): | 1664 | * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit): |
| 1657 | Redisplay article after editing. | 1665 | Redisplay article after editing. |
| 1658 | 1666 | ||
| 1659 | 2003-08-20 Simon Josefsson <jas@extundo.com> | 1667 | 2003-08-20 Jari Aalto <jari.aalto@poboxes.com> |
| 1660 | 1668 | ||
| 1661 | * gnus.el (gnus-read-group): Added check to ask confirmation if | 1669 | * gnus.el (gnus-read-group): Added check to ask confirmation if |
| 1662 | Group name contains invalid character. You can use '/' in IMAP, | 1670 | Group name contains invalid character. You can use '/' in IMAP, |
| 1663 | but not in filenames. G m cannot know what the user is creating, | 1671 | but not in filenames. G m cannot know what the user is creating, |
| 1664 | so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org. | 1672 | so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org. |
| 1665 | Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux). | ||
| 1666 | 1673 | ||
| 1667 | 2003-08-13 Reiner Steib <Reiner.Steib@gmx.de> | 1674 | 2003-08-13 Reiner Steib <Reiner.Steib@gmx.de> |
| 1668 | 1675 | ||
| @@ -1715,7 +1722,7 @@ | |||
| 1715 | * gnus.el (gnus-refer-article-method): Ditto. | 1722 | * gnus.el (gnus-refer-article-method): Ditto. |
| 1716 | * message.el (message-courtesy-message): Ditto. | 1723 | * message.el (message-courtesy-message): Ditto. |
| 1717 | 1724 | ||
| 1718 | 2003-08-06 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch) | 1725 | 2003-08-06 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change) |
| 1719 | 1726 | ||
| 1720 | * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry. | 1727 | * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry. |
| 1721 | 1728 | ||
| @@ -1754,11 +1761,10 @@ | |||
| 1754 | * gnus-registry.el (gnus-registry-install): add an initial | 1761 | * gnus-registry.el (gnus-registry-install): add an initial |
| 1755 | registry read to the loading when gnus-registry-install is set | 1762 | registry read to the loading when gnus-registry-install is set |
| 1756 | 1763 | ||
| 1757 | 2003-07-26 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 1764 | 2003-07-26 Mark Thomas <swoon@bellatlantic.net> (tiny change) |
| 1758 | 1765 | ||
| 1759 | * flow-fill.el (fill-flowed): Empty lines separate paragraphs | 1766 | * flow-fill.el (fill-flowed): Empty lines separate paragraphs |
| 1760 | even if the preceding line ends with a soft break. Tiny patch | 1767 | even if the preceding line ends with a soft break. |
| 1761 | from Mark Thomas <swoon@bellatlantic.net>. | ||
| 1762 | 1768 | ||
| 1763 | 2003-07-25 Teodor Zlatanov <tzz@lifelogs.com> | 1769 | 2003-07-25 Teodor Zlatanov <tzz@lifelogs.com> |
| 1764 | 1770 | ||
| @@ -1843,7 +1849,7 @@ | |||
| 1843 | * imap.el (imap-arrival-filter): Fix test for missing process | 1849 | * imap.el (imap-arrival-filter): Fix test for missing process |
| 1844 | buffer. | 1850 | buffer. |
| 1845 | 1851 | ||
| 1846 | 2003-07-09 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch). | 1852 | 2003-07-09 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny change) |
| 1847 | 1853 | ||
| 1848 | * imap.el (imap-wait-for-tag): Clarify comment. Use timeout zero | 1854 | * imap.el (imap-wait-for-tag): Clarify comment. Use timeout zero |
| 1849 | for second, after-process-has-died, accept-process-output. | 1855 | for second, after-process-has-died, accept-process-output. |
| @@ -1899,7 +1905,7 @@ | |||
| 1899 | (message-canlock-generate) | 1905 | (message-canlock-generate) |
| 1900 | (message-generate-new-buffer-clone-locals): Docstring fixes. | 1906 | (message-generate-new-buffer-clone-locals): Docstring fixes. |
| 1901 | 1907 | ||
| 1902 | 2003-07-07 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch) | 1908 | 2003-07-07 Gaute B Strokkenes <gs234@cam.ac.uk> (tiny change) |
| 1903 | 1909 | ||
| 1904 | * imap.el (imap-wait-for-tag): After the process has died, look | 1910 | * imap.el (imap-wait-for-tag): After the process has died, look |
| 1905 | for more output still pending. | 1911 | for more output still pending. |
| @@ -2421,11 +2427,10 @@ | |||
| 2421 | (rfc2047-syntax-table): Fix building table to work in Emacs 22. | 2427 | (rfc2047-syntax-table): Fix building table to work in Emacs 22. |
| 2422 | (rfc2047-unfold-region): Delete unused var `leading'. | 2428 | (rfc2047-unfold-region): Delete unused var `leading'. |
| 2423 | 2429 | ||
| 2424 | 2003-05-12 Simon Josefsson <jas@extundo.com> | 2430 | 2003-05-12 Ville Skytt,Ad(B <scop@xemacs.org> (tiny change) |
| 2425 | 2431 | ||
| 2426 | * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible | 2432 | * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible |
| 2427 | output window if one is available. Tiny patch from Ville Skytt,Ad(B | 2433 | output window if one is available. |
| 2428 | <scop@xemacs.org>. | ||
| 2429 | 2434 | ||
| 2430 | 2003-05-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 2435 | 2003-05-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2431 | 2436 | ||
| @@ -4750,7 +4755,7 @@ | |||
| 4750 | * gnus-start.el (gnus-get-unread-articles-in-group): Make sure | 4755 | * gnus-start.el (gnus-get-unread-articles-in-group): Make sure |
| 4751 | the entry for the group exists before we alter it. | 4756 | the entry for the group exists before we alter it. |
| 4752 | 4757 | ||
| 4753 | 2003-02-22 David S Goldberg <david.goldberg6@verizon.net> (tiny change) | 4758 | 2003-02-22 David S. Goldberg <david.goldberg6@verizon.net> (tiny change) |
| 4754 | 4759 | ||
| 4755 | * message.el (message-mode): MML tags separate paragraphs. | 4760 | * message.el (message-mode): MML tags separate paragraphs. |
| 4756 | 4761 | ||
| @@ -5037,7 +5042,7 @@ | |||
| 5037 | code that only worked under Emacs. | 5042 | code that only worked under Emacs. |
| 5038 | 5043 | ||
| 5039 | 2003-02-08 Satyaki Das <satyaki@chicory.stanford.edu> | 5044 | 2003-02-08 Satyaki Das <satyaki@chicory.stanford.edu> |
| 5040 | 5045 | ||
| 5041 | * pgg-gpg.el (pgg-gpg-process-region): Don't blink. | 5046 | * pgg-gpg.el (pgg-gpg-process-region): Don't blink. |
| 5042 | 5047 | ||
| 5043 | 2003-02-08 Jesper Harder <harder@ifa.au.dk> | 5048 | 2003-02-08 Jesper Harder <harder@ifa.au.dk> |
| @@ -5372,11 +5377,10 @@ | |||
| 5372 | 5377 | ||
| 5373 | * gnus.el: Oort Gnus v0.14 is released. | 5378 | * gnus.el: Oort Gnus v0.14 is released. |
| 5374 | 5379 | ||
| 5375 | 2003-01-24 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 5380 | 2003-01-24 Mark Thomas <swoon@bellatlantic.net> (tiny change) |
| 5376 | 5381 | ||
| 5377 | * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B | 5382 | * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B |
| 5378 | before beginning. Tiny patch from Mark Thomas | 5383 | before beginning. |
| 5379 | <swoon@bellatlantic.net>. | ||
| 5380 | 5384 | ||
| 5381 | 2003-01-24 Teodor Zlatanov <tzz@lifelogs.com> | 5385 | 2003-01-24 Teodor Zlatanov <tzz@lifelogs.com> |
| 5382 | 5386 | ||
| @@ -13122,7 +13126,7 @@ | |||
| 13122 | 13126 | ||
| 13123 | * nnfolder.el (nnfolder-marks-changed-p): Ditto. | 13127 | * nnfolder.el (nnfolder-marks-changed-p): Ditto. |
| 13124 | 13128 | ||
| 13125 | 2001-10-20 David Z Maze <dmaze@MIT.EDU> | 13129 | 2001-10-20 David Z. Maze <dmaze@MIT.EDU> |
| 13126 | 13130 | ||
| 13127 | * nnml.el (nnml-marks-changed-p): Use `equal' when comparing | 13131 | * nnml.el (nnml-marks-changed-p): Use `equal' when comparing |
| 13128 | conses. | 13132 | conses. |