(spam-report-gmane): Add interactive.
[gnus] / lisp / ChangeLog
1 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * spam-report.el (spam-report-gmane): Add interactive.
4
5 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8         qp-or-base64 for the application/* types.
9
10 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
11
12         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
13         Joakim Verona <joakim@verona.se>.
14
15 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * gnus-registry.el (gnus-registry-trim): don't allow a negative
18         trim value
19
20 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21
22         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23         New macro and function.
24         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25
26 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
29         after-load-alist.
30
31 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
34         update info that isn't there.
35
36 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * mm-view.el (mm-inline-render-with-function): Use multibyte
39         buffer; decode html source by charset.
40
41         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
42
43         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
44         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
45         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
46         loaded under XEmacs.
47         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
48
49 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
50
51         * nnheader.el (nnheader-max-head-length): Increase to 8192.
52
53 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * mm-util.el (mm-coding-system-p): Return a coding-system.
56         (mm-mime-mule-charset-alist): Use shift_jis instead of
57         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
58         entries for the mime charsets iso-2022-jp-3 and shift_jis.
59         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
60         instead of japanese-shift-jis and iso-latin-1 respectively in
61         order to share the default value with both Emacs and XEmacs-mule.
62         (mm-mule-charset-to-mime-charset): Make
63         mm-coding-system-priorities effective.
64         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
65         while predicating of candidates upon the priorities.
66
67 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
68
69         * gnus-sum.el (gnus-summary-make-menu-bar): Add
70         gnus-uu-invert-processable.
71
72         * gnus.el: Autoload gnus-uu-invert-processable.
73
74 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * mm-util.el (mm-with-multibyte-buffer): New macro.
77
78         * rfc2047.el (rfc2047-encode-string): Use it.
79         (rfc2047-encode-region): Move point to the end of the region after
80         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
81
82 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
85         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
86
87 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
90         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
91         Karl Chen <quarl@nospam.quarl.org>.
92
93 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
94
95         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
96         invalid addresses.
97
98 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * spam.el: section markers changed, TODO list revised
101         (spam-backends): new master list of all installed backends
102         (spam-summary-exit-behavior): new variable to determine how
103         messages moves are done at summary exit
104         (spam-move-spam-nonspam-groups-only)
105         (spam-process-ham-in-nonham-groups)
106         (spam-process-ham-in-spam-groups): variables removed, the
107         spam-summary-exit-behavior variable should be used to manage this
108         behavior
109         (spam-old-ham-articles, spam-old-spam-articles): removed
110         (spam-old-articles): new variable, replacing spam-old-ham-articles
111         and spam-old-spam-articles
112         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
113         empty variables, placeholders for the backends they represent
114         (spam-set-difference): moved, unchanged
115         (spam-list-of-processors): variable OBSOLETE, not used anymore
116         unless the user has a processor variable
117         (spam-classifications, spam-classification-valid-p)
118         (spam-backend-properties, spam-backend-property-valid-p)
119         (spam-backend-function-type-valid-p)
120         (spam-process-type-valid-p, spam-list-articles): helper functions
121         (spam-report-articles-gmane, spam-report-articles-resend):
122         functions removed, they are not needed
123         (spam-install-backend-super, spam-backend-list)
124         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
125         (spam-backend-function, spam-backend-ham-registration-function)
126         (spam-backend-spam-registration-function)
127         (spam-backend-ham-unregistration-function)
128         (spam-backend-spam-unregistration-function)
129         (spam-backend-statistical-p, spam-backend-mover-p)
130         (spam-install-backend-alias, spam-install-checkonly-backend)
131         (spam-install-mover-backend, spam-install-nocheck-backend)
132         (spam-install-backend, spam-install-statistical-backend)
133         (spam-install-statistical-checkonly-backend): backend installation
134         support
135         (spam-summary-prepare-exit): rewritten to use the new backend code
136         (spam-group-processor-p): use the new backend code and respect the
137         summary exit behavior
138         (spam-mark-spam-as-expired-and-move-routine): removed
139         (spam-summary-prepare): changed to use the new spam-old-articles
140         variable
141         (spam-copy-or-move-routine, spam-copy-spam-routine)
142         (spam-move-spam-routine, spam-copy-ham-routine)
143         (spam-move-ham-routine): new code to copy/move ham or spam
144         (spam-fetch-field-fast): doc and code improved, plus it allows the
145         'number request
146         (spam-list-of-checks, spam-list-of-statistical-checks): variables
147         removed, no longer used
148         (spam-split, spam-find-spam): use the new backend code
149         (spam-registration-functions): variable removed, no longer used
150         (spam-unregister-routine): convenience wrapper
151         (spam-log-undo-registration, spam-register-routine)
152         (spam-log-processing-to-registry)
153         (spam-log-unregistration-needed-p): renamed "check" to "backend"
154         where possible
155         (spam-check-gmane-xref, spam-check-regex-headers)
156         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
157         (spam-check-whitelist, spam-check-blacklist)
158         (spam-check-bogofilter-headers, spam-check-spamoracle)
159         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
160         (spam-check-crm114-headers): use the spam-split-group that
161         spam-split prepares, no need to determine it every time
162
163         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
164         the nnheader-parse-naked-head call
165
166         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
167
168         * gnus-sum.el (gnus-nov-parse-line): add the message number to
169         the nnheader-nov-read-message-id call
170
171 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
174         gnus-activate-group twice.  Suggested by Markus Peter
175         <warp@spin.de>.
176
177 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * gnus-art.el (gnus-article-time-format): Exchange the order of
180         day and month in the default value; fix customization type.
181         (article-date-ut): Use add-text-properties.
182         (article-make-date-line): Use message-make-date instead of
183         current-time-string.
184
185         * message.el (message-fetch-field): Don't use set-text-properties.
186         (message-make-date): Simplify.
187
188         * messagexmas.el (message-xmas-make-date): New function.
189         (message-xmas-redefine): Defalias message-make-date to it.
190
191 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
194         (rfc2047-encode-region): Treat text within parentheses as special;
195         show the original text when error has occurred.
196
197         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
198         already-computed method to gnus-activate-group.
199
200         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
201         same select-methods identical Lisp objects.
202
203         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
204         object when modifying the info.
205
206 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * gnus-srvr.el (gnus-server-set-info): Remove the server from
209         gnus-opened-servers since it has never been opened with the new
210         configuration yet.
211
212 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
215         arg to nnheader-generate-fake-message-id.
216
217 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * nnheader.el (nnheader-generate-fake-message-id): accept a
220         number and build a fake message ID localized to a group and
221         article number (so it's repeatable from that point on)
222         (nnheader-fake-message-id-p): change regex to accomodate new fake
223         ID format
224
225         * gnus-sum.el (gnus-get-newsgroup-headers): call
226         nnheader-generate-fake-message-id with the article number
227
228 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
229
230         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
231         end-of-buffer.
232
233 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * message.el (message-ignored-supersedes-headers): Add Approved. 
236
237 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * rfc2047.el (rfc2047-encode-message-header): Remove useless
240         goto-char.
241         (rfc2047-encode): Fold the line before encoding.
242
243 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * rfc2047.el (rfc2047-encode-message-header): Disabled header
246         folding -- not all headers can be folded, and this should be done
247         by the message composition mode.  Probably.  I think. 
248
249 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
252         fast.
253
254         * gnus-ems.el (gnus-remove-image): Don't use
255         message-text-with-property; remove only the image found first.
256
257         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
258         found first.
259
260 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
261
262         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
263
264 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * message.el (message-text-with-property): Make it fast and accept
267         optional arguments.
268         (message-strip-forbidden-properties): Use it.
269         (message-fix-before-sending): Follow the m-t-w-p change.
270
271         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
272
273 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-art.el (article-hide-headers): Don't change the buffer
276         mistakenly when performing mml-preview even if
277         gnus-single-article-buffer is nil.
278
279 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
280
281         * message.el (message-expand-name-databases): New user option.
282         (message-expand-name): Use it.
283
284 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * spam.el (spam-report-articles-resend)
287         (spam-report-resend-register-routine): allow ham reporting
288         (spam-report-resend-register-ham-routine): simple wrapper
289         (spam-registration-functions): add ham resending functions
290         (spam-list-of-processors): add ham resend processor
291
292         * gnus.el (ham-resend-to): new group parameter
293         (spam-process): add ham resend option
294
295         * spam-report.el (spam-report-resend): allow reporting ham
296         (spam-report-resend-ham): simple wrapper
297
298 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * message.el (message-cite-articles-with-x-no-archive): New
301         variable. 
302         (message-cite-original): Use it.
303
304 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * message.el (message-cite-original): Respect X-No-Archive. 
307
308 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-art.el (article-hide-headers): Refer to the values for
311         gnus-ignored-headers and gnus-visible-headers in the summary
312         buffer since a user may have set them as group parameters.
313
314 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * assistant.el (assistant-node-name): new convenience function
317         (assistant-render-text, assistant-render-node): error handling,
318         plus handle multiple next nodes
319         (assistant-find-next-node): commented out for now
320         (assistant-find-next-nodes): new function, returns list of next
321         nodes
322
323 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * mail-source.el (mail-source-directory): Fix doc-string.
326
327 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * assistant.el (assistant-render-text, assistant-eval): add :set
330         widget type, which is different because it takes and returns a
331         list.  Much hilarity ensues.
332
333 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
334
335         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
336
337         * gnus-group.el (gnus-group-get-new-news-this-group): Added
338         doc-string.
339
340         * gnus-start.el (gnus-activate-group): Added doc-string.
341
342 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
345
346 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * assistant.el (assistant-render-text): trying to add a :set
349         widget, more to come...
350
351         * spam.el (spam-group-spam-contents-p): handle empty groupname
352         strings
353         (spam-report-articles-resend)
354         (spam-report-resend-register-routine): allow spam-report-resend-to
355         to be a group parameter or a global value
356         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
357         (spam-register-routine): do registration iff any articles warrant
358         it.
359         (spam-summary-prepare-exit): changed log message for nil group
360         destinations 
361
362 2004-05-26  Simon Josefsson  <jas@extundo.com>
363
364         * starttls.el: Merge with my GNUTLS based starttls.el.
365         (starttls-gnutls-program, starttls-use-gnutls)
366         (starttls-extra-arguments, starttls-process-connection-type)
367         (starttls-connect, starttls-failure, starttls-success): New
368         variables.
369         (starttls-program, starttls-extra-args): Doc fix.
370         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
371         functions.
372         (starttls-negotiate, starttls-open-stream): Check
373         `starttls-use-gnutls' and pass on to corresponding *-gnutls
374         function if it is set.
375
376 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
379         structured fields.
380
381 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
384
385 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
386
387         * spam.el (spam-mark-junk-as-spam-routine)
388         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
389         disable assigning the spam-mark to new messages
390         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
391         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
392
393 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * dgnushack.el: Autoload customize-set-variable for XEmacs.
396
397         * rfc2047.el (rfc2047-encodable-p): Don't move point.
398         (rfc2047-decode): Treat the ascii coding-system as raw-text by
399         default.
400
401 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
404         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
405
406 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
407
408         * spam.el (spam-list-of-processors): use nil for nonexistent processors
409         (spam-group-processor-p): fixed function so it works properly
410         (spam-group-processor-multiple-p)
411         (spam-group-spam-processor-report-gmane-p)
412         (spam-group-spam-processor-report-resend-p)
413         (spam-group-spam-processor-bogofilter-p)
414         (spam-group-spam-processor-blacklist-p)
415         (spam-group-spam-processor-ifile-p)
416         (spam-group-ham-processor-ifile-p)
417         (spam-group-spam-processor-spamoracle-p)
418         (spam-group-spam-processor-crm114-p)
419         (spam-group-ham-processor-bogofilter-p)
420         (spam-group-spam-processor-stat-p)
421         (spam-group-ham-processor-stat-p)
422         (spam-group-ham-processor-whitelist-p)
423         (spam-group-ham-processor-BBDB-p)
424         (spam-group-ham-processor-spamoracle-p)
425         (spam-group-ham-processor-copy-p): functions removed with some
426         prejudice against unneeded code
427         (spam-report-articles-resend)
428         (spam-report-resend-register-routine): allow the group/topic
429         spam-resend-to value to override spam-report-resend-to
430         (spam-summary-prepare-exit): invoke spam-group-processor-p
431         properly now
432
433         * spam-report.el (spam-report-resend-to, spam-report-resend):
434         start with resend-to set to nil, and then ask the user if
435         necessary.  From Daniel Pittman <daniel@rimspace.net>.
436
437         * gnus.el (spam-resend-to): new group/topic parameter
438         (spam-process): move the OBSOLETE processors to the end of the
439         choices.
440
441         * spam-report.el (spam-report-resend): spam-report-resend takes a
442         list of articles, not separate article numbers.  From Daniel
443         Pittman <daniel@rimspace.net>.
444
445 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
448         addition to emacs-w3m.
449
450 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * assistant.el (assistant-authinfo-data): New function.
453         (assistant-eval): Eval for entire assistant.
454
455         * netrc.el (netrc-services-file): New variable.
456         (netrc-parse-services): New function.
457         (netrc-find-service-name): New function.
458         (netrc-find-service-number): New function.
459         (netrc-port-equal): New function.
460         (netrc-machine): Use it.
461
462         * nnimap.el (nnimap-open-connection): Use netrc.
463
464         * gnus-util.el (gnus-netrc-get): Remove aliases.
465         
466         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
467
468         * assistant.el (wid-edit): Fix compilation.
469
470         * gnus-util.el (gnus-set-file-modes): Just ignore errors. 
471
472 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
473
474         * gnus-util.el (gnus-set-file-modes): New function.  (small
475         patch). 
476
477 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
480
481         * assistant.el (assistant-render-node): Fix up rendering and
482         read-only text. 
483         (assistant-render-node): Reset.
484         (assistant-make-read-only): Not sticky.
485
486 2004-05-20  Danny Siu  <dsiu@adobe.com>
487
488         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
489         centered even when gnus-auto-center-summary is t
490
491 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * dns.el (dns-get-txt-answer): New function.
494         (dns-read-txt): Ditto.
495         (query-dns): Use it.
496
497 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
500         active for foreign groups even if the group level is higher than
501         the specified value.
502
503 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
506         non-active groups.
507
508         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
509
510 2004-05-20  Magnus Henoch  <mange@freemail.hu>
511
512         * dns.el (dns-read-type): Add support for SVR.  (small patch)
513
514 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
515
516         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
517         (spam-crm114-header, spam-crm114-spam-switch)
518         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
519         (spam-crm114-positive-spam-header)
520         (spam-crm114-database-directory, spam-list-of-processors)
521         (spam-group-spam-processor-crm114-p)
522         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
523         (spam-generic-score, spam-list-of-checks)
524         (spam-list-of-statistical-checks, spam-registration-functions)
525         (spam-check-crm114-headers, spam-crm114-score)
526         (spam-check-crm114, spam-crm114-register-with-crm114)
527         (spam-crm114-register-spam-routine)
528         (spam-crm114-unregister-spam-routine)
529         (spam-crm114-register-ham-routine)
530         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
531         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
532
533         * gnus.el: added spam-use-crm114
534
535         * spam.el (spam-list-of-processors, spam-registration-functions):
536         add spam-use-resend
537         (spam-group-spam-processor-report-resend-p): utility wrapper
538         (spam-report-articles-gmane): doc fix
539         (spam-report-articles-resend,
540         spam-report-resend-register-routine): wrappers around
541         spam-report-resend-to
542
543         * spam-report.el (spam-report-resend-to, spam-report-resend):
544         support for resending spam
545         (spam-report-gmane): line length >80 fix
546
547         * gnus.el (spam-process): add spam-use-resend
548
549 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
550
551         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
552         number of processed spam messages.
553         (spam-ham-copy-or-move-routine): Return the number of processed
554         ham messages.
555         (spam-summary-prepare-exit): Use the above values to decide
556         whether status messages shouled be displayed.
557
558 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
561         `rfc2047-encoding-function-alist' in order to avoid conflicting
562         with the old version.
563         (rfc2047-encode-region): Concatenate words containing non-ASCII
564         characters in structured fields; don't encode space-delimited
565         ASCII words even in unstructured fields; don't break words at
566         char-category boundaries.
567         (rfc2047-encode-1): New function.
568         (rfc2047-encode): Use it; encode text so that it occupies the
569         maximum width within 76-column; work correctly on Q encoding for
570         iso-2022-* charsets.
571         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
572         sure not to break a line just after the header name.
573         (rfc2047-b-encode-region): Removed.
574         (rfc2047-b-encode-string): New function.
575         (rfc2047-q-encode-region): Removed.
576         (rfc2047-q-encode-string): New function.
577
578         * mm-util.el (mm-replace-in-string): New function.
579
580 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
583         get it right.
584         (gnus-inews-make-draft): Really.
585
586 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
587
588         * nnmh.el (nnmh-request-list-1): Don't check the link count
589         before descending.  (small patch)
590
591 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
594         stuff. 
595
596         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
597         on real group name.
598
599         * gnus-art.el (gnus-signature-limit): Doc fix.
600
601         * gnus-msg.el (gnus-inews-make-draft): Quote list.
602
603         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
604
605 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
606
607         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
608         isn't a string.
609
610 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * gnus-draft.el (gnus-draft-send): Bind
613         rfc2047-encode-encoded-words.
614
615         * rfc2047.el (rfc2047-encode-region): Encode =? strings. 
616         (rfc2047-encodable-p): Say that =? needs encoding.
617         (rfc2047-encode-encoded-words): New variable.
618
619         * gnus-group.el (gnus-group-select-group): Doc fix.
620
621         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied. 
622
623         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
624         to nil.
625         
626         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
627
628         * nnheader.el (nnheader-get-lines-and-char): New function.
629
630 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
631
632         * gnus-msg.el (gnus-summary-followup-with-original): Document
633         yanking of region when active.
634
635 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
638         groups if the group level is higher than the specified value.
639
640 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
641
642         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
643         (gnus-group-jump-to-group): Added prefix argument using
644         `gnus-group-jump-to-group-prompt'.  Query before jumping to
645         non-active group.
646
647         * compface.el (uncompface): Be verbose when changing
648         `uncompface-use-external'.
649
650         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
651         handle manual section.
652
653 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-art.el (gnus-button-alist): Revert previous change.
656
657 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
658
659         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
660
661 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
664         whether backend can accept message.
665
666         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp. 
667
668 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
669
670         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
671         Avoid creating directory when nntp-marks-is-evil is true.
672         Reported by Reiner Steib.
673
674 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
675
676         * gnus-picon.el (gnus-picon-style): New variable.
677         (gnus-picon-insert-glyph): Added optional `nostring' argument.
678         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
679         Jesper Harder <harder@ifa.au.dk>.
680
681 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * message.el (message-fill-field): Return point.
684         (message-generate-headers): Go to end of field.
685
686         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
687         stuff for non-living groups.
688
689 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
690
691         * gnus-art.el (gnus-article-followup-with-original)
692         (gnus-article-reply-with-original): gnus-mark-active-p ->
693         gnus-region-active-p.
694
695 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
696
697         * spam.el (spam-summary-prepare-exit): fix messages, so they show
698         only when there is spam or ham to be processed
699
700 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * mail-source.el (mail-source-delete-crash-box): Refactor.
703         (mail-source-fetch): Use it.
704         (mail-source-fetch-file): Ditto.
705         (mail-source-fetch-directory): Run postscript in loop. 
706         (mail-source-fetch-pop): Delete.
707         (mail-source-fetch-maildir): Ditto.
708         (mail-source-fetch-imap): Ditto.
709
710         * imap.el (imap-authenticators): Comment out sasl.
711
712         * message.el (message-skip-to-next-address): New function.
713         (message-fill-header-address): Refactor.
714         (message-fill-address): Use it.
715         (message-delete-address): Use it.
716         (message-fill-header-general): Refactor.
717         (message-fill-field-address): Rename.
718         (message-narrow-to-field): Find the start of the header. 
719         (message-header-format-alist): Don't pre-fill.
720         (message-fill-header): Removed.
721         (message-insert-header): New function.
722         (message-shorten-references): Use it.
723
724         * rfc2047.el (rfc2047-field-value): Strip props.
725
726         * mail-parse.el (mail-header-make-address): New alias.
727
728         * ietf-drums.el (ietf-drums-make-address): New function.
729
730         * imap.el: Add compiler directives.
731
732         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks. 
733
734         * gnus-art.el (article-decode-idna-rhs): Don't use
735         message-idna-inside-rhs-p. 
736
737 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * message.el (message-idna-inside-rhs-p): Removed.
740         (message-idna-to-ascii-rhs-1): Use proper address parsing.
741
742         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
743         false positives.
744
745 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
746
747         * imap.el (imap-sasl-make-mechanisms): Use sasl. 
748
749 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nneething.el (nneething-file-name): Don't create spurions
752         files. 
753
754         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups. 
755         (gnus-inews-do-gcc): Remove sleep.
756
757         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
758         part under point.
759
760         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil. 
761         (gnus-agent-regenerate-group): Using nil messages aren't valid. 
762
763 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
766
767 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
768
769         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
770         header is not nil (tiny change).  From Nelson Ferreira
771         <nelson.ferreira@verizon.net>.
772
773         * spam.el (spam-summary-prepare-exit): only produce "marking spam
774         as expired without moving it" message when there are spam
775         messages left
776
777 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
778
779         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
780         nntp-possibly-create-directory, not nntp-possibly-change-group.
781         (nntp-marks-changed-p): New arg SERVER.
782         (nntp-request-update-info): Adjust caller.
783
784 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
785
786         * nntp.el (nntp-save-marks): Pass missing arg.
787
788 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
789
790         * nntp.el: Support marks.
791         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
792         (nntp-marks-modtime, nntp-marks-directory): New variables.
793         (nntp-request-set-mark, nntp-request-update-info)
794         (nntp-possibly-create-directory, nntp-marks-changed-p)
795         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
796         functions.
797
798 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
799
800         * gnus-xmas.el (gnus-xmas-select-lowest-window)
801         (gnus-xmas-redefine): Rename.
802
803         * gnus-score.el (gnus-score-insert-help): Use
804         gnus-select-lowest-window.
805
806         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
807         appt-select-lowest-window and rename to gnus-select-lowest-window.
808
809         * gnus.el: do.
810
811 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
812
813         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
814         encodings of MIME-encoded words, in order to improve
815         interoperability with several broken MUAs.
816
817 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
818
819         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
820         tags, only when charsets are not specified in headers.
821         (mm-inline-text-html-render-with-w3m): Ditto.
822
823         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
824         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
825
826 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
827
828         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
829         instead of MIME-decoded from fields when checking
830         `gnus-article-address-banner-alist'.
831
832 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
833
834         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
835         description rather than subject.
836
837 2004-05-02  Steve Youngs  <steve@youngs.au.com>
838
839         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
840
841 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus.el (gnus-version-number): Bump.
844
845 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
846
847         * gnus.el: No Gnus v0.2 is released.
848
849 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-agent.el (gnus-agent-read-agentview): Inline
852         gnus-uncompress-range.
853
854 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
855
856         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
857         `exec-installed-p'.
858
859 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
860
861         * gnus.el (spam-process, spam-autodetect-methods): Add
862         bsfilter and bsfilter-headers.
863
864         * spam.el (spam-bsfilter): New customize group.
865         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
866         (spam-bsfilter-header, spam-bsfilter-probability-header)
867         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
868         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
869         (spam-bsfilter-database-directory): New options.
870         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
871         (spam-list-of-statistical-checks, spam-registration-functions):
872         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
873         (spam-bsfilter-score): New command.
874         (spam-check-bsfilter-headers, spam-check-bsfilter)
875         (spam-bsfilter-register-with-bsfilter)
876         (spam-bsfilter-register-spam-routine)
877         (spam-bsfilter-unregister-spam-routine)
878         (spam-bsfilter-register-ham-routine)
879         (spam-bsfilter-unregister-ham-routine): New functions.
880         (spam-generic-score): Support bsfilter; Accept an optional argument
881         to recalcurate spam score even if scoring header has already been
882         added.
883         (spam-bogofilter-score, spam-spamassassin-score): Accept an
884         optional argument to recalcurate spam score even if scoring header
885         has already been added.
886
887 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
888
889         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
890         strings!  Reported by David D. Smith <davidsmith@acm.org>.
891         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
892         link is missing.
893
894 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
895
896         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
897         (html2text-get-attr): Rewrite.
898
899         * message.el (message-setup-1): Remove redundant put-text-property
900         on mail-header-separator.
901
902 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
903
904         * gnus-registry.el (gnus-registry-cache-whitespace)
905         (gnus-registry-action, gnus-registry-spool-action)
906         (gnus-registry-split-fancy-with-parent): changed message levels
907         from 5 to 3 or 7, as needed
908
909         * spam.el (spam-summary-prepare-exit)
910         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
911         (spam-split, spam-find-spam, spam-log-undo-registration)
912         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
913         level from 5 to 6
914
915 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-ems.el: Autoload appt-select-lowest-window (revert
918         2004-03-04 change).
919
920 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
921
922         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
923         Use mapc when appropriate.
924
925         * sieve-manage.el (sieve-manage-open): do.
926
927         * nnweb.el (nnweb-insert-html): do.
928
929         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
930         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
931
932         * nnspool.el (nnspool-request-group): do.
933
934         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
935         do.
936
937         * nnml.el (nnml-request-update-info): do.
938
939         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
940         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
941
942         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
943         (nnimap-request-set-mark): do.
944
945         * nnfolder.el (nnfolder-request-update-info): do.
946
947         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
948         do.
949
950         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
951
952         * gnus-uu.el (gnus-uu-find-articles-matching): do.
953
954         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
955         do.
956
957         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
958         do.
959
960         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
961
962         * gnus-nocem.el (gnus-nocem-scan-groups): do.
963
964         * gnus-int.el (gnus-start-news-server): do.
965
966         * gnus-group.el (gnus-group-make-kiboze-group)
967         (gnus-group-browse-foreign-server): do.
968
969 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
970
971         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
972         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
973         <shields@msrl.com>:
974         
975         * spam.el (spam-necessary-extra-headers): get the extra headers we
976         may need for spam sorting and scoring
977         (spam-user-format-function-S): a user format function suitable for
978         general use
979         (spam-article-sort-by-spam-status): sorting function for summary
980         sorting
981         (spam-extra-header-to-number): get a score from a header
982         (spam-summary-score): get a numeric score from the headers
983         (spam-generic-score): oops, function doc in wrong place
984         (spam-initialize): take symbols when it's run, and install the
985         extra headers that spam-necessary-extra-headers thinks we need
986
987 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
988
989         * spam.el (spam-summary-prepare-exit): logic and message fix.
990         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
991
992 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
993
994         * gnus-sum.el (gnus-set-global-variables)
995         (gnus-build-all-threads, gnus-get-newsgroup-headers)
996         (gnus-article-get-xrefs, gnus-summary-best-group)
997         (gnus-summary-next-article, gnus-summary-enter-digest-group)
998         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
999         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
1000         with-current-buffer.
1001
1002 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         * spam.el (spam-summary-prepare-exit): simplified logic
1005         (spam-fetch-article-header): read the article header if it's not
1006         available
1007         (spam-list-articles): simplified logic
1008         (spam-filelist-register-routine): found bug with unregister-list
1009
1010         * gnus-registry.el: clarified comments at beginning
1011
1012 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
1013
1014         * message.el (message-cater-to-broken-inn): Remove.
1015         (message-shorten-references): Make sure the total folded length of
1016         References is shorter than 998 characters to cater to a bug in INN
1017         2.3.  Also, don't pretend that references aren't folded -- this
1018         hasn't worked for a while.
1019
1020 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1021                 
1022         * gnus-agent.el (gnus-agentize):
1023         gnus-agent-send-mail-real-function no longer set to current value
1024         of message-send-mail-function but rather a lambda that calls
1025         message-send-mail-function.  The change makes the agent real-time
1026         responsive to user changes to message-send-mail-function.
1027
1028 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1029                 
1030         * legacy-gnus-agent.el
1031         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
1032         help from Florian Weimer <fw@deneb.enyo.de>
1033
1034 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * nnmail.el (nnmail-cache-insert): Revert last change.
1037
1038 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * nnmail.el (nnmail-cache-insert): Always check whether
1041         nnmail-cache-ignore-groups matches a group name.
1042
1043 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
1044
1045         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
1046         (spam-find-spam, spam-log-processing-to-registry)
1047         (spam-log-registered-p, spam-log-unregistration-needed-p)
1048         (spam-log-undo-registration): use gnus-message instead of
1049         gnus-error, none of these errors are fatal
1050
1051         * gnus-registry.el (gnus-registry-clean-empty-function)
1052         (gnus-registry-clean-empty): remove only empty entries without
1053         extra data
1054
1055 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1056
1057         * spam-stat.el (spam-stat-buffer-change-to-spam)
1058         (spam-stat-buffer-change-to-non-spam): change (error) to
1059         (gnus-message 8) invocation
1060
1061 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * nntp.el (nntp-via-netcat-command): New variable.
1064         (nntp-via-netcat-switches): New variable.
1065         (nntp-open-via-rlogin-and-netcat): New function.
1066         (nntp-open-connection-function): Doc fix.
1067         (nntp-telnet-command): Doc fix.
1068         (nntp-end-of-line): Doc fix.
1069         (nntp-via-rlogin-command): Doc fix.
1070         (nntp-via-user-name): Doc fix.
1071         (nntp-via-address): Doc fix.
1072
1073 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
1076         error in Emacs 21.1.
1077
1078 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
1079
1080         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
1081
1082 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1083         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
1084         (gnus-agent-with-refreshed-group): New macro.
1085         (gnus-agent-rename-group): New function.
1086         (gnus-agent-delete-group): New function.
1087         (gnus-agent-save-group-info): Use gnus-command-method when
1088         `method' parameter is nil.  Don't write nil entries into the
1089         active file.
1090         (gnus-agent-get-group-info): New function.
1091         (gnus-agent-fetch-articles): Use
1092         gnus-agent-update-files-total-fetched-for to increment disk space
1093         used.
1094         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
1095         gnus-agent-update-view-total-fetched-for to increment disk space
1096         used.
1097         (gnus-agent-get-local): Added optional parameters to avoid calling
1098         gnus-group-real-name and gnus-find-method-for-group.
1099         (gnus-agent-set-local): Delete stored entry if either min, or max,
1100         are nil.
1101         (gnus-agent-fetch-session): Reworded error/quit messages.  On
1102         quit, use gnus-agent-regenerate-group to record existance of any
1103         articles fetched to disk before the quit occurred.
1104         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
1105         gnus-agent-update-view-total-fetched-for, and
1106         gnus-agent-update-files-total-fetched-for to decrement disk space
1107         used.
1108         (gnus-agent-retrieve-headers): Use
1109         gnus-agent-update-view-total-fetched-for to increment disk space
1110         used.
1111         (gnus-agent-regenerate-group): Replace gnus-group-update-group
1112         with gnus-agent-update-files-total-fetched-for to decrement disk
1113         space and fresh group buffer.
1114         (gnus-agent-inhibit-update-total-fetched-for): New variable.
1115         (gnus-agent-need-update-total-fetched-for): New variable.
1116         (gnus-agent-update-files-total-fetched-for): New function.
1117         (gnus-agent-update-view-total-fetched-for): New function.
1118         (gnus-agent-total-fetched-for): New function.  
1119
1120         * gnus-cache.el (gnus-cache-save-buffers): Use
1121         gnus-cache-update-overview-total-fetched-for to change disk space
1122         used by this group.
1123         (gnus-cache-possibly-enter-article): Use
1124         gnus-cache-update-file-total-fetched-for to increment disk space
1125         used by this group.
1126         (gnus-cache-possibly-remove-article): Use
1127         gnus-cache-update-file-total-fetched-for to decrement disk space
1128         used by this group.
1129         (gnus-cache-generate-nov-databases): Purge total fetched cache.
1130         (gnus-cache-rename-group): New function.
1131         (gnus-cache-delete-group): New function.
1132         (gnus-cache-inhibit-update-total-fetched-for): New variable.
1133         (gnus-cache-need-update-total-fetched-for): New variable.
1134         (gnus-cache-with-refreshed-group): New macro.
1135         (gnus-cache-update-file-total-fetched-for): New function.
1136         (gnus-cache-update-overview-total-fetched-for): New function.
1137         (gnus-cache-rename-group-total-fetched-for): New function.
1138         (gnus-cache-delete-group-total-fetched-for): New function.
1139         (gnus-cache-total-fetched-for): New function.
1140
1141         * gnus-group.el (): Require gnus-sum and autoload functions to
1142         resolve warnings when gnus-group.el compiled alone.
1143         (gnus-group-line-format): Documented new %F
1144         (size of Fetched data) group line format; identifies disk space
1145         used by agent and cache.
1146         (gnus-group-line-format-alist): Defined new F format.
1147         (gnus-total-fetched-for): New function.
1148         (gnus-group-delete-group): No longer update
1149         gnus-cache-active-altered as gnus-request-delete-group now keeps
1150         the cache in sync.
1151         (gnus-group-list-active): Let the agent store a server's active
1152         list if currently plugged.
1153
1154         * gnus-int.el (gnus-request-delete-group): Use
1155         gnus-cache-delete-group and gnus-agent-delete-group to keep the
1156         local disk in sync with the server.
1157          (gnus-request-rename-group): Use
1158         gnus-cache-rename-group and gnus-agent-rename-group to keep the
1159         local disk in sync with the server.
1160
1161         * gnus-start.el (gnus-get-unread-articles): Cosmetic
1162         simplification to logic.
1163
1164         * gnus-util.el (gnus-rename-file): New function.
1165
1166 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
1167
1168         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
1169         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
1170
1171         * mm-util.el (mm-image-load-path): Handle nil in load-path.
1172         From Christian Neukirchen <chneukirchen@yahoo.de>.
1173
1174 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
1175
1176         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
1177         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
1178
1179 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
1180
1181         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
1182
1183 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * spam.el (spam-set-difference): new function to replace
1186         gnus-set-difference in spam.el
1187         (spam-summary-prepare-exit): use spam-set-difference
1188
1189 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * gnus-registry.el (gnus-registry-cache-file): updated to use
1192         gnus-dribble-directory OR gnus-home-directory OR ~
1193         (gnus-registry-split-fancy-with-parent): fixed doc
1194
1195 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * message.el (message-exchange-point-and-mark): Use
1198         message-mark-active-p.  Suggested by Jesper Harder
1199         <harder@ifa.au.dk>.
1200
1201 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * message.el (message-exchange-point-and-mark): Don't activate
1204         region if it was inactive.  Suggested by Hiroshi Fujishima
1205         <pooh@nature.tsukuba.ac.jp>.
1206
1207 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-art.el (article-display-face): Display Faces in the same
1210         order as X-Faces.
1211
1212 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
1215
1216 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
1219         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
1220         (gnus-article-mime-hierarchy): Remove.
1221         (gnus-article-mime-hierarchy-next): Remove.
1222         (gnus-article-mode): Revert 2004-03-19 change.
1223         (gnus-article-setup-buffer): Revert 2004-03-19 change.
1224         (gnus-insert-mime-button): Revert 2004-03-19 change.
1225         (gnus-mime-accumulate-hierarchy): Remove.
1226         (gnus-mime-enter-multipart): Remove.
1227         (gnus-mime-leave-multipart): Remove,
1228         (gnus-mime-display-part): Revert 2004-03-19 change.
1229         (gnus-mime-display-alternative): Revert 2004-03-19 change.
1230
1231         * mml.el (mml-preview): Revert 2004-03-19 change.
1232
1233 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
1234
1235         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
1236
1237 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
1240         t while entering a file name using the mm-with-multibyte macro.
1241         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
1242
1243         * mm-util.el (mm-with-multibyte): New macro.
1244
1245 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
1248         user option.
1249         (gnus-mime-multipart-functions): Doc and customization fix.
1250         (gnus-article-mime-hierarchy): New variable.
1251         (gnus-article-mime-hierarchy-next): New variable.
1252         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
1253         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
1254         gnus-article-mime-hierarchy-next to nil.
1255         (gnus-insert-mime-button): Show hierarchy numbers.
1256         (gnus-mime-accumulate-hierarchy): New function.
1257         (gnus-mime-enter-multipart): New function.
1258         (gnus-mime-leave-multipart): New function.
1259         (gnus-mime-display-part): Recompute hierarchical MIME structure.
1260         (gnus-mime-display-alternative): Show hierarchy numbers.
1261
1262         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
1263         gnus-article-mime-hierarchy-next to nil.
1264
1265 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
1266
1267         * dns.el: Don't require gnus-xmas.
1268
1269 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
1270
1271         * mml.el (mml-generate-mime-1): Don't use format=flowed with
1272         inline PGP.
1273         (mml-menu): Disable mml-quote-region if mark is inactive.
1274
1275 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
1278         when the group's active is not available.
1279
1280 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
1283         error.
1284
1285         * gnus-sum.el (gnus-read-header): Don't remove a header for the
1286         parent article of a sparse article in the thread hashtb.  From
1287         Stefan Wiens <s.wi@gmx.net>.
1288
1289 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * imap.el (imap-store-password): New variable.
1292         (imap-interactive-login): Use it.
1293         Suggested by Mark Plaksin <happy@mcplaksin.org>.
1294
1295 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-art.el (gnus-article-read-summary-keys): Restore new
1298         window-start and hscroll to summary window.
1299
1300 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1301
1302         * gnus-start.el (gnus-convert-old-newsrc): Only write the
1303         conversion message to newsrc-dribble when an actual conversion is
1304         performed.
1305
1306 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
1307
1308         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
1309
1310 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * mm-decode.el (mm-complicated-handles): New function reviving
1313         former definition of mm-multiple-handles.
1314
1315         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
1316         (gnus-mime-delete-part): Use it.
1317
1318 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1319
1320         * gnus-agent.el (gnus-agent-read-local): Bind
1321         nnheader-file-coding-system to gnus-agent-file-coding-system to
1322         avoid the implicit assumption that they will always be equal.
1323         (gnus-agent-save-local): Bind buffer-file-coding-system, not
1324         coding-system-for-write, as the with-temp-file macro first prints
1325         to a buffer then saves the buffer.
1326
1327 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-art.el (gnus-article-edit-part): New function.
1330         (gnus-mime-save-part-and-strip): Use it; do query instead of
1331         signaling an error; don't use mm-multiple-handles.
1332         (gnus-mime-delete-part): Ditto.
1333
1334 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
1335
1336         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
1337         old file versions.
1338         (gnus-group-prepare-hook): Removed function that converted list
1339         form of gnus-agent-expire-days to group properties.
1340
1341         * gnus-int.el: Autoload gnus-agent-regenerate-group.
1342         (gnus-request-accept-article): Re-indented.
1343
1344         * gnus-start.el (gnus-convert-old-newsrc): Registered new
1345         converters to handle old agent file formats.  Added logic for a
1346         "backup before upgrading warning".
1347         (gnus-convert-mark-converter-prompt): Developers can mark
1348         functions as needing (default), or not needing,
1349         gnus-convert-old-newsrc's "backup before upgrading warning".
1350         (gnus-convert-converter-needs-prompt): Tests whether the user
1351         should be protected from potentially irreversable changes by the
1352         function.
1353
1354         * legacy-gnus-agent.el (): New. Provides converters that are only
1355         loaded when gnus-convert-old-newsrc needs to call them.
1356         
1357 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * mail-source.el (mail-source-touch-pop): Doc fix.
1360
1361         * message.el (message-smtpmail-send-it): Doc fix.
1362
1363 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
1364
1365         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1366
1367         * nnmail.el (nnmail-split-fancy): do.
1368
1369         * gnus-kill.el (gnus-kill, gnus-execute): do.
1370
1371 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1372
1373         * gnus-sum.el (gnus-widget-reversible-match) 
1374         (gnus-widget-reversible-to-internal) 
1375         (gnus-widget-reversible-to-external): New functions.
1376         (gnus-widget-reversible): New widget.
1377         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
1378
1379 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
1380
1381         * gnus-sum.el (gnus-thread-sort-functions)
1382         (gnus-article-sort-functions): Document `(not F)' items.
1383
1384 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1385
1386         * spam.el (spam-use-gmane-xref): new backend
1387         (spam-gmane-xref-spam-group): variable to control the name of the
1388         Gmane spam group
1389         (spam-blackhole-servers, spam-blackhole-good-server-regex)
1390         (spam-regex-headers-spam, spam-regex-headers-ham)
1391         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
1392         (spam-list-of-checks): added spam-use-gmane-xref to list of
1393         backends and checks
1394         (spam-check-gmane-xref): function for spam-use-gmane-xref
1395
1396         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
1397         an autodetect method
1398
1399 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1400
1401         * gnus-int.el (gnus-request-accept-article): Inform the agent that
1402         articles are being added to a group.
1403         (gnus-request-replace-article): Inform the agent that articles
1404         need to be uncached as the cached contents are no longer valid.
1405         
1406 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * binhex.el: Don't autoload executable-find.
1409
1410         * canlock.el: Don't autoload mail-fetch-field.
1411
1412         * dgnushack.el: Autoload c-mode for XEmacs.
1413
1414         * gnus-ems.el: Don't autoload appt-select-lowest-window.
1415
1416         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
1417         rmail-dont-reply-to and rmail-output.
1418
1419         * gnus-score.el: Don't autoload ffap-string-at-point.
1420
1421         * gnus-setup.el: Don't autoload sc-cite-original.
1422
1423         * imap.el: Don't autoload base64-decode-string,
1424         base64-encode-string and md5.
1425
1426         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
1427         and rmail-msg-restore-non-pruned-header.
1428
1429         * mm-decode.el: Don't autoload executable-find.
1430
1431         * mm-url.el: Don't autoload executable-find.
1432
1433         * mm-view.el: Don't autoload diff-mode.
1434
1435         * nndb.el: Don't autoload news-reply-mode, news-setup,
1436         cancel-timer and telnet.
1437
1438         * password.el: Don't autoload run-at-time for Emacs.
1439
1440         * sha1-el.el: Don't autoload executable-find.
1441
1442         * sieve-mode.el: Don't autoload c-mode.
1443
1444         * uudecode.el: Don't autoload executable-find.
1445
1446 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1447
1448         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
1449         (gnus-agent-possibly-alter-active): Avoid null in numeric
1450         comparison.
1451         (gnus-agent-set-local): Refuse to save null in local object table.
1452         (gnus-agent-regenerate-group): The REREAD parameter can now be a
1453         list of articles that will be marked as unread.
1454
1455 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
1458
1459 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
1460
1461         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
1462         language tags.
1463
1464 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1465
1466         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
1467         Don't bind "obarray".
1468
1469         * gnus-sum.el (gnus-thread-sort-functions): Added
1470         `gnus-thread-sort-by-most-recent-number' and
1471         `gnus-thread-sort-by-most-recent-date'.
1472         Reported by Kai Grossjohann <kai@emptydomain.de>.
1473
1474 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
1477
1478 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
1479
1480         * gnus-cus.el (gnus-agent-customize-category): Removed
1481         ignore-errors macro reference that required cl to be loaded at
1482         run-time.
1483
1484         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
1485         single-interval range of the form (min . max).  Previously the
1486         range had to look like ((min . max)).  Likewise, return
1487         (min . max) rather than ((min . max)).
1488         (gnus-range-map): Use gnus-range-normalize to accept
1489         single-interval range.
1490
1491         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
1492         the cache, but not the agent, now appear with their usual face.
1493
1494         * dgnushack.el (loaddir): New variable that is bound to the
1495         directory containing the dgnushack.el file. Use loaddir, rather
1496         than srcdir, to update load-path. Change lets dgnushack compile
1497         code in directories other than GNUS/lisp.
1498
1499 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * lpath.el: Don't bind w3m-safe-url-regexp.
1502
1503         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
1504         w3m-safe-url-regexp variable buffer-local.
1505
1506         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
1507
1508 2004-02-27  Simon Josefsson  <jas@extundo.com>
1509
1510         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
1511         gnus-group-real-prefix.
1512         (gnus-summary-move-article): Use it, instead of
1513         gnus-group-real-prefix.
1514
1515 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * lpath.el: Bind w3m-safe-url-regexp.
1518
1519         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
1520         w3m-safe-url-regexp variable buffer-local and set it as the value
1521         of mm-w3m-safe-url-regexp.
1522
1523         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
1524
1525         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
1526         parsing gnus-posting-styles when the message is not for replying.
1527
1528         * dgnushack.el: Autoload sgml-mode for XEmacs.
1529
1530         * nnrss.el (nnrss-opml-export): Use
1531         mm-set-buffer-file-coding-system instead of
1532         set-buffer-file-coding-system.
1533
1534 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
1535
1536         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
1537         of checkdoc.el).
1538         * nnrss.el: do.
1539         * gnus-mlspl.el: do.
1540         * gnus-ml.el: do.
1541         * gnus-srvr.el: do.
1542
1543         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
1544
1545 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1546
1547         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
1548         Corrections to custom-manual links.
1549
1550         * gnus-art.el (gnus-article): Ditto.
1551
1552         * mm-decode.el (mime-display, mime-security): Ditto.
1553
1554 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
1555
1556         * flow-fill.el: Typo.
1557
1558 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
1559
1560         * spam-wash.el: New file.
1561
1562 2004-02-26  Mark A. Hershberger <mah@everybody.org> 
1563
1564         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
1565
1566 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1567
1568         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
1569         to be run with new-articles as LIST1, not LIST2
1570         (spam-registration-functions): add spam-use-ham-copy as a nil
1571         registration backend
1572
1573 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
1574
1575         * spam-stat.el (spam-stat-washing-hook): New option.
1576         (spam-stat-buffer-words): Use it.
1577         (spam-stat-process-directory, spam-stat-test-directory): Use
1578         insert-file-contents-literally.
1579         (spam-stat-coding-system): New variable.
1580         (spam-stat-load, spam-stat-save): Use it.
1581
1582 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * spam-report.el (spam-report-plug-agent): Quote
1585         spam-report-url-to-file and spam-report-url-ping-plain.
1586
1587 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
1590         / in mailto URLs.
1591
1592 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * spam-report.el (spam-report-process-queue): Fix interactive use.
1595         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
1596         (spam-report-unplug-agent): Doc fixes.
1597         (spam-report-url-ping-mm-url, spam-report-url-to-file)
1598         (spam-report-agentize, spam-report-deagentize): Autoload
1599
1600 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
1603
1604         * message.el (message-setup-fill-variables): Add mml tags to
1605         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
1606         <ajk@iu.edu>.
1607         (message-mode): Don't modify paragraph-separate there.
1608
1609 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * compface.el (uncompface-use-external): Default to undecided.
1612         (uncompface-use-external-threshold): New variable.
1613         (uncompface-float-time): New macro.
1614         (uncompface): Determine whether to use the external decoder if
1615         uncompface-use-external is undecided.
1616
1617 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
1620         after images.
1621
1622         * gnus-art.el (gnus-mime-display-single): Remove dead code.
1623
1624 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
1625
1626         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
1627
1628         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
1629
1630         * gnus-sum.el (gnus-summary-limit-to-age)
1631         (gnus-summary-limit-children): do.
1632
1633         * gnus-int.el (gnus-request-scan): do.
1634
1635         * gnus-group.el (gnus-group-suspend): do.
1636
1637         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
1638
1639         * gnus-cite.el (gnus-cite-parse-attributions): do.
1640
1641         * gnus-agent.el (gnus-summary-set-agent-mark)
1642         (gnus-agent-regenerate-group): do.
1643
1644         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
1645
1646         * binhex.el (binhex-decode-region-internal): do.
1647
1648 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-fun.el (gnus-face-properties-alist): New user option.
1651         (gnus-display-x-face-in-from): Use it.
1652
1653         * gnus-art.el (article-display-face): Ditto.
1654
1655         * compface.el (uncompface-use-external): Default to nil.
1656
1657 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
1658
1659         * nntp.el (nntp-erase-buffer): New function.
1660         (nntp-retrieve-data, nntp-send-command)
1661         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
1662         (nntp-possibly-change-group): Use it.
1663
1664         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
1665         with-current-buffer.
1666
1667 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
1668
1669         * compface.el: Merge the ELisp-based uncompface program.
1670         (compface): New customization group.
1671         (uncompface-use-external): New user option.
1672         (uncompface): Call uncompface-internal if uncompface-use-external
1673         is nil.
1674         (uncompface-internal): New function.  Note that there are also
1675         some other functions and variables added for this function.
1676
1677 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
1678
1679         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
1680         if necessary.
1681
1682 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * spam-report.el (spam-report-unplug-agent)
1685         (spam-report-plug-agent, spam-report-deagentize)
1686         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
1687         support for the Agent in spam-report: when unplugged, report to a
1688         file; when plugged, submit all the requests
1689
1690         * spam.el (spam-register-routine): improved message about
1691         registration
1692
1693 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
1694
1695         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
1696         dependencies.
1697         (rfc2047-encode): Use it.
1698
1699         * gnus-art.el (gnus-button-marker-list): Move before first
1700         reference.
1701
1702         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
1703         (imap-parse-body): Fix format string mismatch.
1704
1705         * gnus-score.el (gnus-summary-increase-score): do.
1706
1707         * nnrss.el (nnrss-close): New function.
1708
1709 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
1710
1711         * nnrss.el (nnrss-make-filename): New function.
1712         (nnrss-request-delete-group, nnrss-read-server-data)
1713         (nnrss-save-server-data, nnrss-read-group-data)
1714         (nnrss-save-group-data): Use it.
1715         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
1716         (nnrss-read-server-data, nnrss-read-group-data): Use load.
1717         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
1718
1719 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
1720
1721         * mml.el (mml-compute-boundary-1): Don't uncompress files.
1722
1723 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
1724
1725         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
1726         files.
1727
1728         * message.el (message-generate-headers-first): Don't quote nil
1729         and t in docstrings.
1730
1731         * imap.el (imap-id): do.
1732
1733         * gnus-agent.el (gnus-agent-consider-all-articles)
1734         (gnus-agent-queue-mail): do.
1735
1736 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * spam-report.el (spam-report-process-queue): New function.
1739         Process requests from `spam-report-requests-file'.
1740         (spam-report-process-queue): Doc fix.
1741
1742 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * spam.el (spam-register-routine)
1745         (spam-log-processing-to-registry, spam-log-registered-p)
1746         (spam-log-unregistration-needed-p, spam-log-undo-registration):
1747         change "check" to "spam-check" for semi-clarity
1748
1749 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
1750
1751         * pop3.el: Require nnheader.
1752
1753         * mml-smime.el: Require cl.  Autoload message-fetch-field.
1754
1755         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
1756
1757         * gnus-picon.el: Require cl.
1758
1759         * gnus-fun.el: Require gnus-ems and gnus-util.
1760
1761         * gnus.el (gnus-method-to-server): Move defsubst before first use.
1762
1763         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
1764
1765         * gnus-art.el (gnus-article-edit-mode): Define before first
1766         reference.
1767
1768 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
1769
1770         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
1771         (gnus-uu-post-encoded): Use point-at-bol.
1772
1773         * gnus-topic.el (gnus-group-active-topic-p): do.
1774
1775         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
1776
1777         * gnus-group.el (gnus-group-kill-region): do.
1778
1779         * gnus-art.el (article-date-ut): do.
1780
1781         * message.el (message-fetch-field): Remove redundant
1782         case-fold-search binding.
1783         (message-narrow-to-field): Simplify.
1784
1785 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * spam.el (spam-directory): Derive from `gnus-directory'.
1788
1789         * spam-report.el (spam-report-url-to-file)
1790         (spam-report-requests-file): New function and variable for offline
1791         reporting.
1792         (spam-report-url-ping-function): Add `spam-report-url-to-file'
1793         and user defined function.
1794         (spam-report-url-ping-mm-url): Remove doubled slash.
1795
1796 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * spam.el (spam-list-of-processors): fixed spamassassin variable names
1799
1800 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
1801
1802         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
1803         format string mismatch.
1804
1805         * sieve.el (sieve-deactivate-all): do.
1806
1807         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
1808
1809         * nnlistserv.el (nnlistserv-kk-wash-article): do.
1810
1811         * nnml.el (nnml-request-set-mark, nnml-save-marks): do. 
1812
1813         * mm-bodies.el (mm-7bit-chars): Don't include \r.
1814
1815 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
1818         the list of checks
1819
1820 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
1821
1822         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
1823         padding.
1824
1825 2004-01-27  Simon Josefsson  <jas@extundo.com>
1826
1827         * mm-view.el (mm-fill-flowed): Add.
1828         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
1829         <angeli@iwi.uni-sb.de>.
1830
1831 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1832
1833         * spam.el (spam-spamassassin-register-ham-routine)
1834         (spam-spamassassin-register-spam-routine): fixed function names
1835
1836 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gnus.el (gnus-tmp-grouplens): Remove.
1839         (gnus-summary-line-format): Remove grouplens.
1840
1841         * gnus-group.el (gnus-group-line-format): Ditto.
1842
1843         * gnus-spec.el (gnus-format-specs): Ditto.
1844         (gnus-update-format-specifications): Flush the group format spec
1845         cache if there's the grouplens stuff.
1846         (gnus-parse-simple-format): Replace %l with the empty string.
1847
1848 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
1849
1850         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
1851         omission. 
1852         From Jerry James  <james@xemacs.org>
1853
1854 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
1857         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
1858
1859 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
1860
1861         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
1862         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
1863         New macros and functions.
1864         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
1865         Handle > NLINK_MAX messages.
1866         * nnmaildir.el (nnmaildir-request-set-mark): Use
1867         nnmaildir--emlink-p and nnmaildir--eexist-p.
1868
1869 2004-01-25  Alex Schroeder  <alex@gnu.org>
1870
1871         * spam-stat.el (spam-stat-process-directory-age): New option.
1872         (spam-stat-process-directory): Use it.
1873
1874 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
1875
1876         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
1877         (spam-stat-save): Accept prefix argument.
1878
1879 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
1880
1881         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
1882         links" error.
1883
1884 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
1887         the rest of the and/or forms.
1888
1889 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
1890
1891         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
1892         compatibility with old .newsrc.eld files.
1893
1894         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
1895
1896         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
1897
1898         * gnus-start.el (gnus-1): do.
1899
1900         * gnus-group.el (gnus-group-line-format-alist): do.
1901
1902         * gnus.el (gnus-use-grouplens, gnus-visual): do.
1903
1904         * gnus-gl.el: Remove.
1905
1906 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1907
1908         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
1909         marks consisting of a single range {for example, (3 . 5)} rather
1910         than a list of a single range { ((3 . 5)) }.
1911
1912 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
1913
1914         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
1915         with-current-buffer.
1916         (spam-stat-store-current-buffer): Use insert-buffer-substring to
1917         avoid consing a string.
1918
1919         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
1920         Remove obsolete entries for big5 and gb2312.
1921
1922 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
1923
1924         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
1925         uncompressed list.
1926
1927 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
1928
1929         * spam-stat.el (spam-stat-strip-xref): New function.
1930         (spam-stat-process-directory): Use it.
1931
1932         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
1933         here -- it's done in message-fetch-field.
1934
1935 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1936
1937         * gnus-agent.el (gnus-agent-queue-mail,
1938         gnus-agent-prompt-send-queue): New variables.
1939         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
1940         * gnus-draft.el (gnus-group-send-queue): Pass the group name
1941         "nndraft:queue" along to gnus-draft-send.  Use
1942         gnus-agent-prompt-send-queue.
1943         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
1944         is "nndraft:queue".  Suggested by Gaute Strokkenes
1945         <gs234@srcf.ucam.org>
1946
1947         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
1948         (agent-enable-undownloaded-faces): Added
1949         (gnus-agent-cat-groups): Use eval-and-compile, not
1950         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
1951         method of gnus-agent-cat-groups even when the buffer has been
1952         evaled.
1953         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
1954         delete gnus-agent-save-active-1.
1955         (gnus-agent-save-groups): Deleted. Identical to
1956         gnus-agent-save-active.
1957         (gnus-agent-write-active): No longer adjust agent's copy of active
1958         file as agent's adjustments are now stored in their own
1959         file. Removed optional parameter.
1960         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
1961         servers.  Add use of min/max range limits from server's local
1962         file.
1963         (gnus-agent-save-alist): Removed unused optional argument.
1964         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
1965         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
1966         (gnus-agent-set-local): A per-server file that keeps min/max range
1967         limits for articles known to the agent.  Provides a fast mechanism
1968         for altering many active ranges.
1969         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
1970         active file (local makes it unnecessary).
1971         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
1972
1973         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
1974         (agent-enable-undownloaded-faces): Added
1975
1976         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
1977         disable it when sending to "nndraft:queue".
1978         (gnus-group-send-queue): Add safety check to avoid sending queue
1979         when unplugged.
1980
1981         * gnus-group.el (gnus-group-catchup): Use new
1982         gnus-sequence-of-unread-articles, not
1983         gnus-list-of-unread-articles, to avoid exhausting memory with huge
1984         numbers of articles.  Use gnus-range-map to avoid having to
1985         uncompress the unread list.
1986         (gnus-group-archive-directory,
1987         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
1988         reference.
1989
1990         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
1991         (gnus-sorted-range-intersection): Intersection of two ranges
1992         without requiring that they first be uncompressed.
1993
1994         * gnus-start.el (gnus-activate-group): Unless blocked by the
1995         caller, possibly expand the active range to include both cached
1996         and agentized articles.
1997         (gnus-convert-old-newsrc): Rewrote in anticipation of having
1998         multiple version-dependent converters.
1999         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
2000         gnus-agent-save-active.
2001         (gnus-save-newsrc-file): Save dirty agent range limits.
2002
2003         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
2004         gnus-agent-possibly-alter-active.
2005         (gnus-adjust-marked-articles): Faster handling of simple lists
2006         
2007 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
2008
2009         * spam-stat.el (spam-stat-test-directory): New optional argument
2010         displays a list of files detected.  Suggested by Andrew Cohen
2011         <cohen@andy.bu.edu>.
2012         (spam-stat-buffer-words-with-scores): Don't narrow and change
2013         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
2014
2015 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>  
2016
2017         * spam.el (gnus-summary-mode-map): make spam-generic-score the
2018         default scoring function
2019         (spam-generic-score): calls spam-spamassassin-score if
2020         spam-use-spamassassin or spam-use-spamassassin-headers is on;
2021         spam-bogofilter-score otherwise.
2022
2023         From Hubert Chan <hubert@uhoreg.ca>:
2024
2025         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
2026         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
2027         (spam-spamassassin-arguments)
2028         (spam-spamassassin-spam-flag-header)
2029         (spam-spamassassin-positive-spam-flag-header)
2030         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
2031         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
2032         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2033         (spam-list-of-processors, spam-list-of-checks)
2034         (spam-list-of-statistical-checks, spam-registration-functions)
2035         (spam-check-spamassassin-headers, spam-check-spamassassin)
2036         (spam-spamassassin-score)
2037         (spam-spamassassin-register-with-sa-learn)
2038         (spam-spamassassin-register-spam-routine)
2039         (spam-spamassassin-register-ham-routine)
2040         (spam-assassin-register-spam-routine)
2041         (spam-assassin-register-ham-routine): add SpamAssassin support
2042         (spam-bogofilter-score): fix to show article before scoring
2043
2044         * gnus.el (spam-process, spam-autodetect-methods): add
2045         spamassassin and spamassassin-headers
2046
2047         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2048         Suppress unnecessary messages.  From Nevin Kapur
2049         <nkapur@cs.caltech.edu>.
2050
2051 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
2052
2053         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
2054         make-hash-table.
2055
2056 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * canlock.el (base64-encode-string): Don't autoload it.
2059
2060 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * run-at-time.el: Remove useless (require 'itimer),
2063         eval-and-compile and (featurep 'xemacs).
2064
2065 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
2066
2067         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
2068         GROUP is a virtual group.
2069
2070 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
2071
2072         * gnus.el: Autoload `message-y-or-n-p'.
2073
2074 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
2075
2076         * pgg-parse.el: Remove unnecessary (require 'custom).
2077
2078         * pgg-def.el: do.
2079
2080         * nnmail.el: do.
2081
2082         * gnus-undo.el: do.
2083
2084         * gnus-picon.el: do.
2085
2086         * gnus-util.el: do.
2087
2088 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
2089
2090         * gnus-sum.el (gnus-pick-line-number): Add autoload.
2091
2092 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
2095         handle, as well as a list.
2096
2097         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
2098         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
2099         (mm-w3m-cid-retrieve): Simplify.
2100
2101 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
2102
2103         * message.el (message-kill-to-signature): Allow prefix arg to
2104         specify number of lines to keep before signature.  From Vasily
2105         Korytov.
2106         (message-kill-to-signature): Change docstring.
2107
2108 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * canlock.el: Always require sha1-el.
2111         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
2112
2113         * message.el: Autoload sha1 only when compiling.
2114
2115         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
2116         eudc-expand-inline for XEmacs.
2117
2118 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * message.el (message-canlock-generate): Require sha1-el.
2121
2122 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
2123
2124         * message.el (message-expand-name): Silence the byte compiler.
2125
2126         * lpath.el: Add detect-coding-system.
2127
2128         * dgnushack.el (dgnushack-compile): Remove obsolete check for
2129         cus-edit.
2130
2131 2004-01-13  Simon Josefsson  <jas@extundo.com>
2132
2133         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
2134         Invoke gnus-score-mode.  Reported by
2135         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
2136
2137         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
2138         Jim Blandy <jimb@redhat.com> (tiny change).
2139
2140 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
2141
2142         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
2143
2144 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * spam.el (spam-get-article-as-string): updated to use
2147         gnus-request-article-this-buffer, much simpler
2148         (spam-get-article-as-buffer): removed
2149
2150 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
2151
2152         * message.el (message-expand-name): Use EUDC if the user uses
2153         that.
2154
2155 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
2156
2157         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
2158         character for the encoding to avoid consing a string.
2159         
2160         * rfc2047.el (rfc2047-decode-string): Don't cons a string
2161         unnecessarily.
2162
2163         * mm-util.el (mm-replace-chars-in-string): Remove.
2164
2165         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
2166         of mm-replace-chars-in-string.
2167
2168 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
2169
2170         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
2171         strings.
2172
2173         * mm-util.el (mm-subst-char-in-string): Support inplace.        
2174
2175         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
2176         a new string in every iteration.  Use shy groups.
2177
2178 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
2179
2180         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
2181         (gnus-group-change-level, gnus-kill-newsgroup)
2182         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
2183         (gnus-get-unread-articles, gnus-make-articles-unread)
2184         (gnus-make-ascending-articles-unread): Use accessor
2185         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
2186         to get group information for improved readability.
2187
2188         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
2189
2190         * gnus-soup.el (gnus-soup-group-brew): do.
2191
2192         * gnus-msg.el (gnus-put-message): do.
2193
2194         * gnus-move.el (gnus-group-move-group-to-server): do.
2195
2196         * gnus-kill.el (gnus-batch-score): do.
2197
2198         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
2199         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
2200         (gnus-group-update-group, gnus-group-read-group)
2201         (gnus-group-make-group, gnus-group-make-help-group)
2202         (gnus-group-make-archive-group, gnus-group-make-directory-group)
2203         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
2204         (gnus-group-sort-by-unread, gnus-group-catchup)
2205         (gnus-group-unsubscribe-group, gnus-group-kill-group)
2206         (gnus-group-yank-group, gnus-group-set-info)
2207         (gnus-group-list-groups): do.
2208
2209         * gnus.el (gnus-generate-new-group-name): do.
2210
2211         * gnus-delay.el (gnus-delay-send-queue): do.
2212
2213         * nnvirtual.el (nnvirtual-catchup-group): do.
2214
2215         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
2216         do.
2217
2218         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
2219         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
2220         
2221         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
2222         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
2223         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
2224         (gnus-group-make-articles-read): do.
2225         
2226 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
2227
2228         * gnus-art.el (article-decode-mime-words, article-babel)
2229         (gnus-article-highlight-signature, gnus-article-add-buttons)
2230         (gnus-signature-toggle): Use gnus-with-article-buffer.
2231         
2232         * gnus-art.el (gnus-article-highlight-headers)
2233         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
2234         
2235         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
2236         (gnus-article-set-globals, gnus-request-article-this-buffer)
2237         (gnus-button-message-id, gnus-article-maybe-hide-headers)
2238         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
2239         (gnus-mime-display-alternative): Use with-current-buffer.
2240
2241 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
2244         also under 80 char limit, and call gnus-error if needed
2245         (spam-fetch-article-header): finally fixed - it was a
2246         buffer-local variable (gnus-newsgroup-data)
2247         (spam-find-spam): use spam-generate-fake-headers, forget about
2248         spam-insert-fake-headers
2249         (spam-insert-fake-headers): removed
2250
2251 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
2252
2253         * deuglify.el (gnus-article-outlook-unwrap-lines)
2254         (gnus-outlook-rearrange-article)
2255         (gnus-outlook-repair-attribution-outlook)
2256         (gnus-outlook-repair-attribution-block)
2257         (gnus-outlook-repair-attribution-other): Remove redundant
2258         save-excursion.
2259
2260 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
2263         (spam-fetch-field-subject-fast)
2264         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
2265         (spam-fetch-article-header): new functions to deal with Gnus
2266         internals for fast retrieval of article header data
2267         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
2268
2269 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
2270
2271         * pop3.el (pop3-md5): Remove.
2272         (pop3-apop): Replace pop3-md5 with md5.
2273
2274         * mm-bodies.el: base64 is always built-in.
2275
2276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
2277         with-current-buffer.
2278
2279 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * canlock.el (canlock-insert-header): Remove excessive grouping in
2282         regexp.
2283
2284         * gnus-sum.el (gnus-summary-read-document): Ditto.
2285
2286         * gnus-uu.el (gnus-uu-part-number): Ditto.
2287
2288         * html2text.el (html2text-remove-tags): Ditto.
2289         (html2text-format-tags): Ditto.
2290         (html2text-format-single-elements): Ditto.
2291
2292         * mml.el (mml-parse-1): Ditto.
2293
2294 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
2295
2296         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
2297
2298         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
2299
2300         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
2301
2302         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
2303
2304 2003-11-15  Simon Josefsson  <jas@extundo.com>
2305
2306         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
2307         (pgg-gpg-lookup-key): Use regexp match instead of
2308         split-string (split-string is different between emacs 21.2 and
2309         21.4).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
2310
2311 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
2312
2313         * gnus-art.el (gnus-mime-view-all-parts)
2314         (gnus-article-part-wrapper, gnus-article-view-part): Use
2315         with-current-buffer.
2316
2317 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2318
2319         * spam.el (spam-disable-spam-split-during-ham-respool)
2320         (spam-spamoracle-database, spam-cache-lookups)
2321         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
2322         (spam-group-ham-mark-p, spam-group-spam-mark-p)
2323         (spam-group-ham-marks, spam-group-spam-marks)
2324         (spam-group-spam-contents-p, spam-group-ham-contents-p)
2325         (spam-list-of-processors, spam-list-of-statistical-checks): doc
2326         fix, also add spam-use-blackholes to the statistical checks
2327         (spam-fetch-field-fast): new interface to fetching fields, may
2328         become a macro
2329         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
2330         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
2331         (spam-insert-fake-headers): fake an article when needed
2332         (spam-find-spam): fake article when possible
2333         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
2334         (spam-check-bogofilter-headers): use message-fetch-field instead
2335         of nnmail-fetch-field
2336
2337 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2338
2339         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
2340
2341 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         * spam.el (spam-split): do not require spam-use-CHECK to be
2344         enabled if that check is passed to spam-split explicitly; also
2345         fix so 'spam doesn't get converted to spam-split-group when
2346         spam-split-symbolic-return is t
2347         (spam-find-spam): find registrations of the article and use those
2348         instead of re-running spam-split to find the spam/ham
2349         classification of the article
2350         (spam-log-processing-to-registry, spam-log-registered-p)
2351         (spam-log-unregistration-needed-p, spam-log-undo-registration):
2352         use gnus-error instead of gnus-message
2353         (spam-log-registration-type): new function to determine the
2354         classification of a message based on registry entries; will
2355         return nil if both 'spam and 'ham are found
2356         (spam-check-BBDB): expand all the BBDB macros here so we can have
2357         a reasonably fast local cache without the loading errors
2358         (spam-cache-lookups): set to t by default
2359         (spam-find-spam): don't try to guess spam-cache-lookups
2360         (spam-enter-whitelist, spam-enter-blacklist): also clear the
2361         spam-caches entry
2362         (spam-filelist-build-cache, spam-filelist-check-cache): better
2363         caching of whitelist/blacklist entries
2364         (spam-check-whitelist, spam-check-blacklist): invoke
2365         spam-from-listed-p with a type, not a cache variable
2366         (spam-from-listed-p): wrap around spam-filelist-check-cache
2367
2368 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
2369
2370         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
2371
2372         * nnmail.el (nnmail-split-fancy): do.
2373
2374         * mml.el (mml-parse): do.
2375
2376         * gnus-score.el (gnus-enter-score-words-into-hashtb)
2377         (gnus-score-adaptive): do.
2378
2379 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
2382         (gnus-mime-button-map): Don't set keymap parent.
2383         (gnus-button-ctan-directory-regexp): Use shy grouping.
2384         (gnus-prev-page-map): Don't set keymap parent.
2385         (gnus-prev-page-map): Remove duplicated one.
2386         (gnus-next-page-map): Don't set keymap parent.
2387         (gnus-mime-security-button-map): Ditto.
2388
2389         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
2390         version number.
2391
2392         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
2393
2394 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * canlock.el (canlock-sha1-function): Remove.
2397         (canlock-sha1-function-for-verify): Remove.
2398         (canlock-openssl-program): Remove.
2399         (canlock-openssl-args): Remove.
2400         (canlock-ignore-errors): Remove.
2401         (canlock-sha1-with-openssl): Remove.
2402         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
2403         (canlock-verify): Don't use canlock-ignore-errors.
2404
2405         * sha1-el.el (sha1-string-external): Make it can return a string
2406         in binary form.
2407         (sha1-region-external): Ditto.
2408         (sha1-string-internal): Ditto.
2409         (sha1-region-internal): Ditto.
2410         (sha1-region): Ditto.
2411         (sha1-string): Ditto.
2412         (sha1): Ditto.
2413
2414 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * spam.el (spam-report-articles-gmane): New command.
2417
2418 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus.el: Don't make unnecessary *Group* buffer when loading.
2421
2422         * run-at-time.el (run-at-time-saved): Remove.
2423         (run-at-time): Doc fix.
2424
2425 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
2426
2427         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
2428         (gnus-summary-limit-map): Add it.
2429         (gnus-summary-make-menu-bar): do.
2430
2431 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
2434         first attempt at some caching support (done for BBDB only now)
2435         (spam-find-spam): set spam-cache-lookups if there are more than 2
2436         addresses to be checked
2437         (spam-clear-cache-BBDB): new function, to be invoked by
2438         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
2439         (spam-check-BBDB): check and use the caches, if
2440         spam-cache-lookups is on
2441         remove superfluous (provide)
2442
2443 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2444
2445         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
2446
2447 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
2448
2449         * run-at-time.el (run-at-time-saved): Move to after the definition
2450         of `run-at-time'.
2451
2452         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
2453
2454 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
2457         mm-w3m-local-map-property.
2458
2459         * mm-view.el (mm-w3m-mode-map): Remove.
2460         (mm-w3m-local-map-property): Remove.
2461         (mm-inline-text-html-render-with-w3m): Don't use
2462         mm-w3m-local-map-property.
2463
2464 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * run-at-time.el: New file.
2467
2468         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
2469         under Emacs.
2470
2471         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
2472         of gnus-set-text-properties.
2473
2474         * gnus-uu.el (gnus-uu-save-article): Ditto.
2475
2476         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
2477
2478         * gnus-cite.el (gnus-cite-parse): Ditto.
2479
2480         * gnus-art.el (gnus-button-push): Use set-text-properties instead
2481         of gnus-.
2482
2483         * gnus-xmas.el (run-at-time): Require run-at-time.
2484
2485         * gnus.el: Changed calls to nnheader-run-at-time and
2486         password-run-at-time throughout to use run-at-time directly.
2487
2488         * password.el: Removed definition of run-at-time.
2489
2490         * nnheaderxm.el: Remove definition of run-at-time.
2491
2492 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
2493
2494         * mml.el (mml-minibuffer-read-disposition): Show attachment type
2495         in prompt (tiny change)
2496
2497 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
2498
2499         * messagexmas.el (message-xmas-redefine): Alias
2500         `message-make-caesar-translation-table' to
2501         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
2502         version.
2503
2504         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
2505         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
2506         `gnus-xmas-set-text-properties'.
2507         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
2508         `gnus-xmas-completing-read'. 
2509         (gnus-xmas-completing-read): Removed.
2510         (gnus-xmas-open-network-stream): Removed.
2511
2512         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
2513         XEmacs version.
2514
2515         * dns.el (dns-make-network-process): Use `open-network-stream'
2516         instead of `gnus-xmas-open-network-stream'.
2517
2518         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
2519
2520         * .cvsignore: Add auto-autoloads.el, custom-load.el.
2521
2522 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
2523
2524         * gnus-art.el (gnus-mime-display-alternative)
2525         (gnus-insert-mime-button, gnus-insert-mime-security-button)
2526         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
2527         Don't use gnus-local-map-property.
2528
2529         * gnus-util.el (gnus-local-map-property): Remove.
2530
2531         * mm-view.el (mm-view-pkcs7-decrypt): Replace
2532         gnus-completing-read-maybe-default with completing-read.
2533
2534         * gnus-util.el (gnus-completing-read): do.
2535         (gnus-completing-read-maybe-default): Remove.
2536
2537 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
2538
2539         * password.el: Only autoload `run-at-time' if not XEmacs.
2540         Only autoload the itimer functions if XEmacs.
2541
2542 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
2545         XEmacsen.
2546
2547         * dgnushack.el: Autoload executable-find for XEmacs.
2548
2549 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
2550
2551         * gnus-art.el (gnus-read-string): Remove.
2552         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
2553         read-string.
2554
2555 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * netrc.el: autoload password-read
2558         (netrc): new configuration group
2559         (netrc-encoding-method, netrc-openssl-path): configuration
2560         variables for encoding and decoding of files with symmetric
2561         ciphers
2562         (netrc-encode): assistant function to encode a file with
2563         netrc-encoding-method
2564         (netrc-parse): added interactive parameter, added optional
2565         decoding if netrc-encoding-method is non-nil but otherwise
2566         behavior is standard
2567         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
2568         s/encode/encrypt/ everywhere
2569
2570         * spam.el: remove executable-find autoload
2571
2572 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
2573
2574         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
2575
2576         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
2577
2578 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2579
2580         * gnus-art.el (gnus-treat-ansi-sequences,
2581         article-treat-ansi-sequences): New variable and function.
2582         Suggested by Dan Jacobson <jidanni@jidanni.org>.
2583
2584         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
2585         Use it.
2586
2587 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
2588
2589         * mm-util.el (mm-quote-arg): Remove.
2590
2591         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
2592         shell-quote-argument.
2593
2594         * gnus-uu.el (gnus-uu-command): do.
2595
2596         * gnus-sum.el (gnus-summary-insert-pseudos): do.
2597
2598         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
2599         with make-char.
2600
2601         * mm-util.el (mm-make-char): Remove.
2602
2603         * mml.el (mml-mode): Replace gnus-add-minor-mode with
2604         add-minor-mode.
2605
2606         * gnus-undo.el (gnus-undo-mode): do.
2607
2608         * gnus-topic.el (gnus-topic-mode): do.
2609
2610         * gnus-sum.el (gnus-dead-summary-mode): do.
2611
2612         * gnus-start.el (gnus-slave-mode): do.
2613
2614         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
2615
2616         * gnus-ml.el (gnus-mailing-list-mode): do.
2617
2618         * gnus-gl.el (gnus-grouplens-mode): do.
2619
2620         * gnus-draft.el (gnus-draft-mode): do.
2621
2622         * gnus-dired.el (gnus-dired-mode): do.
2623
2624         * gnus-ems.el (gnus-add-minor-mode): Remove.
2625
2626         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
2627         Replace gnus-char-width with char-width.
2628
2629         * gnus-ems.el (gnus-char-width): Remove.
2630
2631         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
2632         Replace gnus-char-width with char-width.
2633
2634         * gnus-ems.el (gnus-char-width): Remove.
2635
2636         * spam-stat.el (with-syntax-table): Remove with-syntax-table
2637         definition.
2638         Remove Emacs 20 hash table compatibility code.
2639
2640         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
2641         20 compatibility code.
2642
2643         * spam.el (spam-point-at-eol): Replace with point-at-eol.
2644
2645         * smime.el (smime-point-at-eol): Replace with point-at-eol.
2646
2647         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
2648         with point-at-{eol,bol}.
2649
2650         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
2651
2652         * imap.el (imap-point-at-eol): Replace with point-at-eol.
2653
2654         * flow-fill.el (fill-flowed-point-at-bol,
2655         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
2656
2657         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
2658         Replace with point-at-{eol,bol} throughout all files.
2659
2660 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * ntlm.el (ntlm-string-as-unibyte): New macro.
2663         (ntlm-build-auth-response): Use it.
2664
2665         Remove Emacs 20 stuff:
2666         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
2667         (butlast, mapc, remove): Remove the compiler macros.
2668         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
2669         of delq and copy-sequence.
2670         * gnus-art.el (popup-menu): Remove the compiler macro.
2671         * nnmail.el (nnmail-split-fancy): Don't support customizing with
2672         Emacs 20.
2673
2674 2004-01-05  Simon Josefsson  <jas@extundo.com>
2675
2676         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
2677         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
2678         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
2679         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
2680         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
2681         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
2682         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
2683         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
2684         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
2685         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
2686         ntlm-string-permute, string-lshift into ntlm-string-lshift,
2687         string-xor into ntlm-string-xor.  Suggested by
2688         Jesper Harder <harder@myrealbox.com>.
2689
2690         * ntlm.el: Don't include poem.
2691
2692         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
2693         Jesper Harder <harder@myrealbox.com>.
2694
2695         * sasl-ntlm.el, ntlm.el, md4.el: New files.
2696
2697         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
2698         probably breaks emacs with DL patch, but do we care? Is anyone
2699         still using the DL stuff?)
2700
2701         * sieve-manage.el: Use the password package.
2702         (sieve-manage-read-passwd): Remove.
2703         (sieve-manage-interactive-login): Use password.  Re-add
2704         condition-case around loop.
2705
2706         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
2707         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
2708         the password package.
2709
2710 2003-02-19  Simon Josefsson  <jas@extundo.com>
2711
2712         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
2713         token.
2714
2715 2002-08-07  Simon Josefsson  <jas@extundo.com>
2716
2717         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
2718         (sieve-manage-authenticators):
2719         (sieve-manage-authenticator-alist): Add some SASL mechs.
2720         (sieve-sasl-auth): New function.
2721         (sieve-manage-cram-md5-auth):
2722         (sieve-manage-plain-auth): Rewrite using SASL library.
2723         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
2724         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
2725         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
2726         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
2727
2728 2004-01-05  Simon Josefsson  <jas@extundo.com>
2729
2730         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
2731         New files.
2732
2733 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-group.el (gnus-no-groups-message): Update.
2736
2737         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
2738
2739 2003-11-09  Simon Josefsson  <jas@extundo.com>
2740
2741         * imap.el: Support for ID IMAP extension (RFC 2971).
2742         (imap-local-variables): Add imap-id.
2743         (imap-id): New variable.
2744         (imap-id): New function.
2745         (imap-parse-response): Parse untagged ID response.
2746         * nnimap.el (nnimap-id): New variable.
2747         (nnimap-open-connection): Use it.
2748
2749 2003-12-28  Simon Josefsson  <jas@extundo.com>
2750
2751         * gnus-score.el (gnus-score-edit-all-score): New.
2752         * gnus-group.el (gnus-group-score-map): Bind it to W e.
2753
2754 2004-01-04  Simon Josefsson  <jas@extundo.com>
2755
2756         * password.el: Add.
2757
2758 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
2759
2760         * dns.el: Add support for AAAA records (see RFC 3596)
2761
2762         * Fix typo PRT -> PTR
2763
2764         * Parse MX, PTR and SOA replies (see RFC 1035)
2765
2766 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
2769
2770         * Moved to Changelog.1.
2771
2772     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
2773   Copying and distribution of this file, with or without modification,
2774   are permitted provided the copyright notice and this notice are preserved.
2775
2776 ;; Local Variables:
2777 ;; coding: iso-2022-7bit
2778 ;; End:
2779
2780 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4