86d220659c718168f3666e27956a9dbb1a1ae441
[gnus] / lisp / ChangeLog
1 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4         gnus-newsgroup-unfetched, the list of articles whose headers have
5         not been fetched from the server.
6
7         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
8         parameter as it never worked due to a bug.  Added check to prevent
9         selection of any article in the gnus-newsgroup-unfetched list.
10         (gnus-summary-find-prev): Added check to prevent selection of any
11         article in the gnus-newsgroup-unfetched list.
12         (gnus-summary-first-subject): Documented API. Modified
13         implementation so that constraints are handled independently.
14         Added check to prevent selection of any article in the
15         gnus-newsgroup-unfetched list.
16         (gnus-summary-first-unseen-subject): Updated parameters in
17         gnus-summary-first-subject call to match new API.
18         (gnus-summary-first-unseen-or-unread-subject): Ditto.
19         (gnus-summary-catchup): Do not mark unfetched articles as read.
20         
21 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
22
23         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
24         make-obsolete-variable allows only two arguments in XEmacs and
25         Emacs 20.
26
27         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
28         gnus-article-hide-pgp.
29         (gnus-summary-make-menu-bar): do.
30
31         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
32         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
33         gnus-article-hide-pgp.
34         (article-hide-pgp): Remove.
35         (gnus-article-hide): Remove gnus-article-hide-pgp.
36
37         * gnus.el: Remove gnus-article-hide-pgp
38
39 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * message.el (message-required-headers): Doc fix.
42
43 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
46         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
47         option to make ifile a purely binary classifier
48
49 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
52         (mml-secure-encrypt-pgpmime): Removed double.
53
54         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
55         debugging statements.
56
57 2003-01-21  Andreas Fuchs  <asf@void.at>
58
59         * mml-sec.el (mml-sign-alist): Added pgpauto.
60
61 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus.el (gnus-version-number): Bumped version number.
64
65 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
66
67         * gnus.el: Oort Gnus v0.13 is released.
68
69 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * gnus-art.el (gnus-button-url-regexp): Removed |.
72
73         * message.el (message-send-hook): Doc fix.
74
75         * gnus-win.el (gnus-buffer-configuration): Display article
76         instead of article-copy when `reply'.
77
78 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
79
80         * gnus.el (gnus-format): Change customize group to gnus.
81         (gnus-cache): Add link.
82         (gnus-group-charter-alist): Fix docstring.
83
84 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
85
86         * mailcap.el (mailcap-print-command): lpr-command might be
87         unbound in XEmacs.
88
89 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
90
91         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
92
93         * gnus-sum.el (gnus-summary-update-article-line): Fixed
94         calculation of net characters added for use in the gnus-data
95         structure.
96         
97 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
98