* gnus-art.el (article-decode-charset): Don't use ignore-errors when calling
[gnus] / lisp / ChangeLog
1 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4         when calling mail-header-parse-content-type.
5         (article-de-quoted-unreadable): Ditto.
6         (article-de-base64-unreadable): Ditto.
7         (article-wash-html): Ditto.
8
9         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10         calling mail-header-parse-content-type and
11         mail-header-parse-content-disposition.
12         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13         mail-header-parse-content-type.
14
15         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16         insert charset and format parameters; encode description after
17         inserting it to buffer.
18         (mml-insert-parameter): Fold lines properly even if a parameter is
19         segmented into two or more lines; change the max column to 76.
20
21         * rfc1843.el (rfc1843-decode-article-body): Don't use
22         ignore-errors when calling mail-header-parse-content-type.
23
24         * rfc2231.el (rfc2231-parse-string): Return at least type if
25         possible; don't cause an error even if it fails in parsing of
26         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
27         (rfc2231-encode-string): Don't break lines at the beginning, leave
28         it to mml-insert-parameter.
29
30         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
31         calling mail-header-parse-content-type.
32
33 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
34
35         * spam-report.el (spam-report-gmane-use-article-number): Improve
36         doc string.
37         (spam-report-gmane-internal): Check if a suitable header was found
38         in the article.
39
40 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
43         (rfc2231-encode-string): Make param*=value always begin with LWSP.
44
45 2006-02-03  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
46
47         * nnweb.el (nnweb-request-group): Avoid growing overview files.
48
49 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
52         segmented lines of parameter value to cope with Thunderbird 1.5
53         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
54         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
55         (rfc2231-encode-string): Don't make lines exceeding 76 column.
56
57 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
58
59         * mml.el (mml-generate-mime-1): Correct the order of inline signed
60         parts.
61
62 2006-01-31  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
63
64         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
65         there's only one active file for all servers.
66         (nnweb-request-scan): Make sure nnweb-articles is initialized on
67         solid groups.  Gnus might have used a FAST request to select the
68         group.
69         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
70         and nnweb-search redundantly in the active file.
71         (nnweb-request-list): Don't list bogus groups.  There can only be
72         one.
73         (nnweb-request-create-group): Don't use ARGS.
74         (nnweb-possibly-change-server, nnweb-request-group): Remove some
75         initialisations.  Let nnoo do the work.
76
77 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
80         decoded.
81         (mm-uu-diff-extract): Ditto.
82
83         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
84
85 2006-01-31  Kevin Ryde  <user42@zip.com.au>
86
87         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
88         mailcap-viewer-test-cache when there's no 'test clause, since that
89         will invert the meaning of a "nil" test previously determined by
90         mailcap-mailcap-entry-passes-test.
91
92 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
95         compiling.
96
97         * gnus-sum.el: Ditto.
98
99         * message.el: Don't bind tool-bar-map when compiling.
100
101 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
102
103         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
104
105 2006-01-30  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
106
107         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
108         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
109         current Google Groups.
110
111 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
112
113         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
114         and tool-bar-mode.
115
116         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
117         and tool-bar-mode.
118
119         * message.el (message-tool-bar-update): Simplify.
120         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
121
122         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
123         gnus-summary-buffer.
124         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
125         gnus-summary-reply.
126
127         * gmm-utils.el (gmm): Add :version.
128
129 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * Makefile.in (clean): New rule.
132         (distclean): Use it.
133
134 2006-01-26  Steve Youngs  <steve@sxemacs.org>
135
136         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
137         autoload.
138
139 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gmm-utils.el (gmm-verbose): Add :group.
142
143 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
144
145         * message.el: Change some comments WRT tool-bars.
146
147         * gnus-sum.el (gnus-summary-tool-bar)
148         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
149         (gnus-summary-tool-bar-zap-list): New variables.
150         (gnus-summary-make-tool-bar): Complete rewrite using
151         `gmm-tool-bar-from-list'.
152
153         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
154         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
155         variables.
156         (gnus-group-make-tool-bar): Complete rewrite using
157         `gmm-tool-bar-from-list'.
158         (gnus-group-tool-bar-update): New function.
159
160         * message.el (message-mode-field-menu): Add "Show hidden Headers".
161
162 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
165         is dissected into a single part of which the type is the same as
166         the given one; decode charset.
167
168 2006-01-21  Kevin Ryde  <user42@zip.com.au>
169
170         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
171         into alists as symbol not string, since that's what
172         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
173         look for.
174
175 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
176
177         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
178         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
179
180         * message.el (message-tool-bar-gnome): Use gmm-ignore.
181
182 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
185         (gnus-xmas-mime-security-button-menu): New function.
186
187         * gnus-art.el (gnus-mime-security-button-commands): New variable.
188         (gnus-mime-security-button-menu): New definition.
189         (gnus-mime-security-button-map): Use them.
190         (gnus-mime-security-button-menu): New function.
191         (gnus-insert-mime-security-button): Addition to help echo.
192         (gnus-mime-security-run-function, gnus-mime-security-save-part)
193         (gnus-mime-security-pipe-part): New functions.
194
195         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
196         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
197
198         * mm-decode.el (mm-handle-set-disposition): Remove.
199         (mm-handle-set-description): Remove.
200
201 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
204         (mm-w3m-standalone-supports-m17n-p): New function.
205         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
206         w3m usage.
207
208         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
209         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
210
211 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
212
213         * message.el (message-tool-bar-zap-list): Use
214         gmm-tool-bar-zap-list as custom type.
215         (message-tool-bar-update): New function.
216         (message-tool-bar, message-tool-bar-gnome)
217         (message-tool-bar-retro): Add message-tool-bar-update.
218         (message-tool-bar-gnome): Add flyspell-buffer.
219
220         * gnus-util.el (gnus-error): Describe `args'.
221
222         * gmm-utils.el (gmm-error): Describe `args'.
223         (gmm-tool-bar-zap-list): New widget.
224         (gmm-tool-bar-from-list): Improve description of `zap-list'.
225
226 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
229         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
230         the number of recursive calls.
231
232         * mm-decode.el (mm-handle-set-disposition): New macro.
233         (mm-handle-set-description): New macro.
234
235 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
238         encoding.
239
240 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
241
242         * message.el (message-tool-bar-zap-list, message-tool-bar)
243         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
244         (message-tool-bar-local-item-from-menu): Remove.
245         (message-tool-bar-map): Replace by `message-make-tool-bar'.
246         (message-make-tool-bar): New function.
247         (message-mode): Use `message-make-tool-bar'.
248
249         * gmm-utils.el: New file.
250         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
251         (gmm-lazy): New widget copied from `nnmail.el'.
252         (gmm-tool-bar-from-list): New function for creating customizable
253         tool bars.
254         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
255         output.
256         (gmm): Add :prefix to defgroup.
257
258 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
259
260         * gmm-utils.el (gmm-widget-p): New function.
261
262 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
263
264         * mml.el (mml-attach-file): Describe `description' in doc string.
265         (mml-menu): Add Emacs MIME manual and PGG manual.
266
267 2006-01-20  Richard M. Stallman  <rms@gnu.org>
268
269         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
270
271 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
272
273         * nntp.el (nntp-end-of-line): Doc fix.
274
275 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
276
277         * imap.el (imap-open): Handle case where buffer is a buffer
278         object.
279
280 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
281
282         * gnus-delay.el (gnus-delay): Don't autoload.
283         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
284         to be re-loaded when customizing the `gnus-delay' group.
285
286 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
287
288         * message.el (message-insert-citation-line): Use newlines.
289
290 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
291
292         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
293         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
294         these routines, so the passphrase can be managed externally and
295         passed in to the system.
296         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
297         pgg-add-passphrase-to-cache function.
298
299         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
300         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
301         these routines, so the passphrase can be managed externally and
302         passed in to the system.
303         (pgg-pgp5-sign-region): Use new name of
304         pgg-add-passphrase-to-cache function.
305
306 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
307
308         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
309         part of the decoded armor to find the key-identifier.
310         (pgg-gpg-lookup-key-owner): New function to return the
311         human-readable identifier of a key owner.
312         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
313         itself.
314         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
315         the key value) if we have a key and can match it against a secret
316         key.  Also, added a note pointing out fact that the prompt only
317         indicates the first matching key.
318
319         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
320         pgg-decrypt-region.
321         (pgg-add-passphrase-to-cache): Rename from
322         `pgg-add-passphrase-cache' to reduce confusion (all callers
323         changed).
324         (pgg-remove-passphrase-from-cache): Rename from
325         `pgg-remove-passphrase-cache' to reduce confusion (all callers
326         changed).
327         (pgg-read-passphrase, pgg-add-passphrase-cache)
328         (pgg-remove-passphrase-cache): Add informative docstrings.
329         (pgg-decrypt): Convey provided passphrase in subordinate call to
330         pgg-decrypt-region.
331
332 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
333
334         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
335         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
336         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
337         'passphrase' argument, so the passphrase can be managed externally
338         and then passed in to the system.
339
340         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
341         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
342         so the passphrase cache can be used reliably with identifiers
343         besides a pgp packet's key id.
344
345         * pgg-gpg.el (pgg-gpg-encrypt-region)
346         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
347         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
348         these routines, so the passphrase can be managed externally and
349         passed in to the system.
350
351         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
352         'notruncate' argument, so the passphrase cache can be used
353         reliably with identifiers besides a pgp packet's key id.
354
355 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
356
357         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
358         symmetric encryption.
359         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
360         encrypted session key.
361         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
362         message ask for the passphrase in a proper way.
363
364         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
365         New user commands for symmetric encryption.
366
367 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
370
371         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
372
373 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
374
375         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
376
377 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * mm-decode.el (mm-inlined-types): Add application/pgp.
380         (mm-automatic-display): Ditto.
381
382         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
383         part as text.
384
385 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * nnrss.el: Update copyright.
388         (nnrss-opml-import): Query whether to subscribe to each entry.
389
390         * gnus-art.el:
391         * gnus-sum.el:
392         * gnus-xmas.el:
393         * messagexmas.el:
394         * mm-uu.el:
395         * mm-view.el: Update copyright.
396
397 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
398
399         * message.el (message-info): New function.
400         (message-mode-menu): Add it.
401         Update copyright.
402
403         * ChangeLog: Fix and update copyright.
404
405 2006-01-13  Romain Francoise  <romain@orebokech.com>
406
407         * message.el (message-forward-subject-name-subject): Prefer the
408         address to 'nowhere' if the sender has no name.
409         Fix typo.  Update copyright year.
410
411 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-art.el (article-wash-html): Use
414         gnus-summary-show-article-charset-alist if a numeric arg is given.
415         (gnus-article-wash-html-with-w3m-standalone): New function.
416
417         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
418         mm-inline-text-html-render-with-w3m-standalone.
419         (mm-text-html-washer-alist): Map w3m-standalone to
420         gnus-article-wash-html-with-w3m-standalone.
421         (mm-inline-text-html-render-with-w3m-standalone): New function.
422
423 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
424
425         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
426         Improve LaTeX.
427
428 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
431         (nnrss-request-article): Render text/plain parts as HTML.
432
433         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
434         the buffer.
435
436 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
437
438         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
439         custom definition of `gnus-posting-styles'.
440
441         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
442         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
443
444 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
445
446         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
447         Use nntp for bug archive.
448
449 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
452         parts.
453         (nnrss-normalize-date): New function converts ISO 8601 date into
454         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
455         (nnrss-check-group): Use it.
456
457 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
460
461         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
462         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
463         (nnrss-insert-w3): Ditto.
464
465 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
468         the articles to be forwarded including the case where neither a
469         number of articles nor a region is specified.
470
471 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * nnrss.el (nnrss-request-article): Fix last change; fill
474         text/plain parts.
475
476 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
479         in text/plain part.
480         (nnrss-check-group): Don't add excessive newline to dc:subject.
481
482 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
483
484         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
485         article.
486
487 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
488
489         * nnml.el: Don't require gnus-bcklg.  Autoload it.
490         (nnml-use-compressed-files, nnml-save-mail): Support other
491         comression programs such as bzip2.
492
493 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * dns.el (query-dns): Make sure we check the buffer size before
496         removing tcp headers.
497
498 2006-01-08  Chong Yidong  <cyd@stupidchicken.com>
499
500         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
501         (spam-group-spam-marks): Delete functions.
502         (spam-list-articles): Just call spam-group-ham-marks directly.
503         (spam-group-ham-marks): Simplify.
504
505 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
508         remove MIME buttons associated with multipart/alternative parts.
509         (gnus-mime-display-alternative): Tag buttons using `article-type'
510         text property.
511
512         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
513         associated with multipart/alternative parts.
514
515         * gnus-art.el (gnus-signature-separator): Fix custom type.
516
517         * mm-decode.el (mm-inlined-types): Fix custom type.
518         (mm-keep-viewer-alive-types): Ditto.
519         (mm-automatic-display): Ditto.
520         (mm-attachment-override-types): Ditto.
521         (mm-inline-override-types): Ditto.
522         (mm-automatic-external-display): Ditto.
523
524 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
525
526         * spam-report.el (spam-report-user-mail-address)
527         (spam-report-user-agent): New variables.
528         (spam-report-url-ping-plain): Use spam-report-user-agent.
529
530 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
531
532         * gnus-art.el (gnus-button-handle-custom): Do not just use
533         `customize-apropos' for any "M-x customize-*" button but the
534         function called for.  Accept both the function name and its
535         argument in order to achieve this.
536         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
537         function name to `gnus-button-handle-custom' in case of "M-x
538         customize-*" buttons.
539
540 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
543         multipart/alternative and add xref to mm-discouraged-alternatives
544         in doc string.
545
546         * mm-decode.el (mm-discouraged-alternatives): Add xref to
547         gnus-buttonized-mime-types in doc string.
548
549 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
550
551         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
552         Suggest image/.* in the doc string.
553
554 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
555
556         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
557         message-marks (Debian bug #342521).
558
559 2005-12-12  Simon Josefsson  <jas@extundo.com>
560
561         * password.el (password-read-from-cache): Add.
562         (password-read): Use it.
563
564 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
567         us-ascii as a MIME charset.
568
569         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
570         against the case where the 2nd arg TYPE is nil.
571
572 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
573
574         * pop3.el (pop3-stream-type): Fix custom version.
575
576         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
577
578 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
579
580         * mm-decode.el (mm-display-external): Add missing cdr.
581
582 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * mm-decode.el (mm-display-external): Use nametemplate (defined in
585         RFC1524) if it is in mailcap or add a suffix according to
586         mailcap-mime-extensions when generating a temp filename; postpone
587         deleting a temp file for 2 seconds for some wrappers, shell
588         scripts, and so on, which might exit right after having started a
589         viewer command as a background job.
590
591 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
592
593         * nntp.el (nntp-marks-directory): Fix custom group.
594
595         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
596         steps when < 10.
597
598         * gnus-start.el (gnus-no-server-1): Mention
599         `gnus-level-default-subscribed' in doc string.
600
601 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
602
603         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
604         parens.
605
606 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-xmas.el (gnus-use-toolbar): Revert.
609         (gnus-xmas-setup-toolbar): Use global default-toolbar if
610         gnus-use-toolbar is default.
611
612         * messagexmas.el (message-use-toolbar): Revert.
613         (message-setup-toolbar): Use global default-toolbar if
614         message-use-toolbar is default.
615
616 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
619         according to default-toolbar-visible-p.
620
621         * messagexmas.el (message-use-toolbar): Ditto.
622
623 2005-11-26  Dave Love  <fx@gnu.org>
624
625         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
626         (tls-program, tls-success): Provide openssl alternative.
627
628         * starttls.el: Doc fixes.
629         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
630         SERVICE to PORT.
631
632         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
633         port null or service name.
634         (starttls-negotiate): Autoload.
635
636 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * message.el (message-kill-to-signature): Fix interactive spec.
639
640 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * pop3.el (pop3-open-server): Recognize a string as a service name.
643
644 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
645
646         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
647
648 2005-11-23  Dave Love  <fx@gnu.org>
649
650         Add pop3s, pop3/starttls.
651
652         * pop3.el (pop3-authentication-scheme): Clarify doc.
653         (open-tls-stream, starttls-open-stream): Autoload.
654         (pop3-stream-type): New.
655         (pop3-open-server): Use it.
656
657         * mail-source.el (mail-sources): Fix some :types.  Add stream type
658         for POP.
659         (mail-source-keyword-map): Add :stream for POP.
660         (mail-source-fetch-pop): Use pop3-stream-type.
661
662 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
665         of current-time-string.
666
667 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
668
669         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
670         date header.
671
672 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
673
674         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
675         it can seriously impact performance as it bypasses the agent's
676         local caches.
677
678 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
679
680         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
681         must be explicitly online rather than "not explicitly offline" for
682         its flags to be synchronized.
683
684         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
685         that gnus-uu-unmark-thread will function correctly.
686
687         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
688         1024K is instead displayed as 1M.
689
690 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
693
694 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
695
696         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
697
698 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
699
700         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
701         error message to display actual error condition.
702         (gnus-agent-save-local): Avoid saving symbols that are bound to
703         nil as they simply result in a warning message in
704         gnus-agent-read-local.
705
706 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
709         rather than make-variable-buffer-local for file-precious-flag.
710
711 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
712
713         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
714         for duplicates which are removed.  The invalid sort check then
715         triggers a rescan after the sort as sorting may have moved
716         duplicate entries such that they can be cheaply detected.
717
718 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
721
722 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
723
724         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
725         internal variable to a custom variable.  Changed default value
726         from compressed(2) to uncompressed(1).
727         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
728         support for uncompressed agentview files.  Taken together, reading
729         the agentview file should now be 6-7 times faster.
730
731 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
734         as a buffer-local variable.  This avoids creating truncated
735         dribble files as a result of a hang up, eg.
736
737 2006-01-03  Rodrigo Ventura <yoda@isr.ist.utl.pt>  (tiny change)
738
739         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
740         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
741         XEmacs.
742
743 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
744
745         * gnus-start.el (gnus-start-draft-setup): Enforce
746         `gnus-draft-mode' for nndraft:drafts at startup.
747
748         * gnus.el (gnus-splash): Change custom group.
749         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
750         allow-list argument.
751
752         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
753         string.
754
755 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
756
757         * gnus-art.el (gnus-default-article-saver): Add user-defined
758         `function' to custom type.
759
760 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
761
762         * imap.el (imap-open): Handle case where buffer is a buffer
763         object.
764
765 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
766
767         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
768         long lines.
769         (gnus-cache-delete-group): Wrap doc strings.
770
771         * gnus-agent.el (gnus-agent-rename-group)
772         (gnus-agent-delete-group): Wrap doc strings.
773
774
775 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * messagexmas.el (message-use-toolbar): Change the valid values
778         into default, top, bottom, left, and right.
779         (message-toolbar-thickness): New variable.
780         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
781         well.
782         (message-setup-toolbar): Make it work.
783
784         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
785         (gnus-use-toolbar): Change the valid values into default, top,
786         bottom, left, and right.
787         (gnus-toolbar-thickness): New variable.
788         (gnus-xmas-setup-toolbar): New function.
789         (gnus-xmas-setup-group-toolbar): Use it.
790         (gnus-xmas-setup-summary-toolbar): Use it.
791
792 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * gnus-start.el (gnus-1): Add "native" to
795         gnus-predefined-server-alist.
796
797         * gnus.el (gnus-method-to-server): Don't add "native" to the
798         lists here, because that leads to problems when
799         gnus-select-method is bound.
800
801 2005-11-09  Simon Josefsson  <jas@extundo.com>
802
803         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
804         use (not sort-by-date) instead.
805
806 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
807
808         * gnus-delay.el (gnus-delay-group): Don't autoload.
809         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
810         to be re-loaded when customizing the `gnus-delay' group.
811
812 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
813
814         * message.el: Revert last changes.
815         (message-insert-citation-line): Use newlines.
816
817 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
818
819         * message.el (message-courtesy-message)
820         (message-mark-insert-begin, message-mark-insert-end)
821         (message-elide-ellipsis, message-cancel-message)
822         (message-add-header, message-change-subject)
823         (message-cross-post-followup-to-header)
824         (message-cross-post-insert-note, message-reduce-to-to-cc)
825         (message-widen-reply, message-delete-not-region)
826         (message-kill-to-signature, message-insert-signature)
827         (message-insert-importance-high, message-insert-importance-low)
828         (message-insert-or-toggle-importance)
829         (message-insert-disposition-notification-to)
830         (message-indent-citation, message-yank-original)
831         (message-cite-original-without-signature, message-cite-original)
832         (message-insert-citation-line, message-position-on-field)
833         (message-fix-before-sending, message-send-mail-partially)
834         (message-send-mail, message-send-mail-with-sendmail)
835         (message-send-mail-with-qmail, message-send-news)
836         (message-check-news-header-syntax, message-generate-headers)
837         (message-insert-courtesy-copy, message-fill-address)
838         (message-fill-header, message-shorten-references)
839         (message-setup-1, message-cancel-news)
840         (message-forward-make-body-plain, message-forward-make-body-mime)
841         (message-forward-make-body-mml, message-encode-message-body)
842         (message-forward-make-body-digest-plain)
843         (message-forward-make-body-digest-mime)
844         (message-use-alternative-email-as-from): Insert `hard-newline'
845         instead of ordinary newlines.
846
847 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * message.el (message-generate-headers): Downcase the argument
850         given to message-check-element.
851
852 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
853
854         * nntp.el (nntp-authinfo-rejected): New error condition.
855         (nntp-wait-for): Use new error condition to signal authentication
856         error.
857         (nntp-retrieve-data): Rethrow new error condition to break out of
858         recursive call to nntp-send-authinfo.
859
860 2005-11-08  Romain Francoise  <romain@orebokech.com>
861
862         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
863         (gnus-summary-exit-map): Bind to `Z p'.
864         (gnus-summary-make-menu-bar): Add menu item.
865
866 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gnus-art.el (gnus-article-treat-custom): Add `first'.
869         (gnus-treat-*): Add `first' in all doc strings.
870
871         * gnus-group.el (gnus-group-compact-group): Fix typo.
872
873 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * gnus.el (gnus-parameters-case-fold-search): New variable.
876         (gnus-parameters-get-parameter): Use it.
877
878         * gnus-score.el (gnus-home-score-file): Doc fix.
879
880 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
881
882         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
883
884 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * mm-util.el (mm-special-display-p): New function.
887
888         * mml.el (mml-preview): Use it; doc fix.
889
890 2005-10-29  Romain Francoise  <romain@orebokech.com>
891
892         * message.el (message-fix-before-sending): Fix comment.
893
894 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
895
896         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
897
898 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
899
900         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
901         Used in gnus-score.el.
902
903 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
904
905         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
906
907 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
910         whitespace removed in revision 7.8.  Use concatenated string to
911         protect trailing whitespace.
912
913 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
914
915         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
916         (nnimap-request-expire-articles): Use it to avoid sending 'UID
917         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
918         Courier IMAP ("some version from 2004").  Mostly based on similar
919         code in the same function.
920
921 2005-10-26  Didier Verna  <didier@xemacs.org>
922
923         * gnus-group.el (gnus-group-compact-group): invalidate original
924         article buffer.
925         * gnus-srvr.el (gnus-server-compact-server): ditto.
926         * nnml.el (nnml-request-compact-group): handle self Xref: field in
927         NOV database and in article itself.
928         Invalidate article backlog.
929
930 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
933
934 2005-10-26  Simon Josefsson  <jas@extundo.com>
935
936         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
937         part of 2004-07-25 change.
938
939 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * message.el (message-display-completion-list): New function.
942         (message-expand-group): Use it; make sure the Completions buffer
943         is modifiable.
944
945 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
946
947         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
948         user-mail-name is an empty string.
949
950 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
951
952         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
953         depending on gnus-score-decay-constant.
954
955         * encrypt.el (encrypt-insert-file-contents)
956         (encrypt-write-file-contents): Don't use `gnus-message'.
957
958         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
959         arguments.
960         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
961         arguments to mm-uu-verbatim-marks-extract.
962         (mm-uu-hide-markers): New variable.
963         (mm-uu-extract): Use face similar to `gnus-cite-3'.
964
965         * gnus-fun.el (gnus-convert-image-to-x-face-command)
966         (gnus-convert-image-to-face-command): Use "convert" by default to
967         allow other input image formats.
968         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
969         accordingly.
970
971 2005-10-23  Simon Josefsson  <jas@extundo.com>
972
973         * imap.el (imap-gssapi-program): Align command line parameters
974         with latest GNU SASL.
975         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
976
977 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
980         HTML.
981         (nnslashdot-request-article): Ditto.
982
983         * lpath.el (featurep): Add nobreak-char-display.
984
985 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
986
987         * mail-source.el (mail-source-fetch-pop): Require pop3.
988         (mail-source-check-pop): Ditto.
989
990 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
993         errors.
994
995 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
996
997         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
998         (gnus-treat-strip-leading-blank-lines): Improve doc string.
999
1000         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
1001
1002         * mm-bodies.el (mm-decode-string): Call
1003         `mm-charset-to-coding-system' with allow-override argument.
1004
1005 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
1008         (rfc2047-charset-to-coding-system): New function.
1009         (rfc2047-decode-encoded-words): New function.
1010         (rfc2047-decode-region): Use them.
1011         (rfc2047-decode-cte): Remove.
1012         (rfc2047-parse-and-decode): Remove.
1013         (rfc2047-decode): Remove.
1014
1015 2005-10-15  Kenichi Handa  <handa@m17n.org>
1016
1017         * rfc2047.el (rfc2047-decode-cte): New function.
1018         (rfc2047-decode-region): Change the way to decode successive
1019         encoded-words: decode B- or Q-encoding in each encoded-word,
1020         concatenate them, and decode it as charset.
1021
1022 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * lpath.el: Fbind codepage-setup for XEmacs.
1025
1026 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1027
1028         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
1029         widget-move-and-invoke.
1030         (gnus-custom-mode): Use gnus-custom-map.
1031
1032 2005-10-15  Bill Wohler  <wohler@newt.com>
1033
1034         * message.el (message-tool-bar-map): Renamed image file from
1035         mail_send to mail/send.
1036
1037 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1038
1039         * message.el (message-expand-group): Pass the common
1040         prefix substring of completion to `display-completion-list'.
1041
1042 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
1043
1044         * mml-sec.el (mml-secure-method): New internal variable.
1045         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1046         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
1047         functions using mml-secure-method.
1048
1049         * mml.el (mml-mode-map): Add key bindings for those functions.
1050         (mml-menu): Simplify security menu entries.  Suggested by Jesper
1051         Harder <harder@myrealbox.com>.
1052         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
1053         end of message if point is the headers of the message.
1054
1055         * message.el (message-in-body-p): New function.
1056
1057         * assistant.el: Autoload gnus-util and netrc.
1058
1059         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
1060         Use `mm-charset-override-alist' only when decoding.
1061
1062         * mm-bodies.el (mm-decode-body): Call
1063         `mm-charset-to-coding-system' with allow-override argument.
1064
1065         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1066         `filename' from Content-Disposition if Content-Type doesn't
1067         provide `name'.
1068         (gnus-mime-view-part-as-type): Set default instead of
1069         initial-input.
1070
1071 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1072
1073         * format-spec.el (format-spec): Propagate text properties of % spec.
1074
1075 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1076
1077         * gnus-art.el (gnus-treat-predicate): Add `first'.
1078
1079 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1082         (mm-charset-override-alist): New variable.
1083         (mm-charset-to-coding-system): Use it.
1084         (mm-codepage-setup): New helper function.
1085         (mm-charset-eval-alist): New variable.
1086         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
1087         about unknown charsets.
1088
1089         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
1090
1091 2005-10-04  David Hansen  <david.hansen@gmx.net>
1092
1093         * nnrss.el (nnrss-request-article): Add support for the comments tag.
1094         (nnrss-check-group): Ditto.
1095
1096 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
1099         Rename x-gnus-verbatim to x-verbatim.
1100         (mm-uu-type-alist): Fix regexp for verbatim-marks.
1101
1102         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
1103         x-verbatim.
1104
1105         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
1106
1107         * gnus-util.el (gnus-remove-duplicates): Remove.
1108
1109         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
1110         instead of gnus-remove-duplicates.
1111
1112         * message.el (message-remove-duplicates): Remove.
1113         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
1114         message-remove-duplicates.
1115
1116         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
1117         available, else use implementation from `delete-dups'.
1118
1119         * message.el (message-insert-expires): New function.
1120         (message-mode-map): Add key binding.
1121         (message-mode-field-menu): Add menu entry.
1122         (message-mode): Document it.
1123         (message-make-expires-date): Use `message-make-date'.
1124
1125 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
1126
1127         * message.el (message-make-expires-date): New function.
1128
1129 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * Makefile.in (list-installed-shadows): New entry.
1132         (install): Use it.
1133         (remove-installed-shadows): New entry.
1134
1135         * dgnushack.el (dgnushack-default-load-path): New variable.
1136         (dgnushack-find-lisp-shadows): New function.
1137         (dgnushack-remove-lisp-shadows): New function.
1138
1139 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * Makefile.in (install-el-elc): New entry.
1142         (install): Use it so that .el files are necessarily installed.
1143
1144 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * time-date.el: Autoload parse-time-string, XEmacs needs it.
1147
1148 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1149
1150         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
1151         function rather than the diff-mode.el package.
1152         (mm-display-external): Use with-current-buffer.
1153         (mm-viewer-completion-map, mm-viewer-completion-map):
1154         Move initialization inside declaration.
1155
1156 2005-09-29  Simon Josefsson  <jas@extundo.com>
1157
1158         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
1159         autoload mail-check-payment.
1160         (spam-check-hashcash): Define unconditionally, since hashcash.el
1161         is part of Gnus now.  Ignore errors from payment checking.
1162
1163 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1164
1165         * message.el (message-bold-region, message-unbold-region): Rename
1166         from `bold-region' and `unbold-region'.
1167
1168         * message.el: Remove useless autoloads.
1169
1170 2005-09-28  Simon Josefsson  <jas@extundo.com>
1171
1172         * message.el (message-use-idna): Default to t.
1173         (message-use-idna): Test whether encoding works too.  Doc fix.
1174
1175 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * nntp.el (nntp-warn-about-losing-connection): Remove.
1178
1179 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1180
1181         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
1182         customizable.  Change default value.
1183         (mm-uu-diff-groups-regexp): Change default value.
1184         (mm-uu-type-alist): Add doc string.
1185         (mm-uu-configure): Add doc string.  Make it interactive.
1186         (mm-uu-tex-groups-regexp): New variable.
1187         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
1188         (mm-uu-type-alist): Add LaTeX documents.
1189         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
1190         of "text/verbatim".
1191         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
1192
1193         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
1194         instead of "text/verbatim".
1195
1196         * message.el (message-mark-inserted-region)
1197         (message-mark-insert-file): Use slrn style marks when called with
1198         prefix argument.
1199
1200 2005-09-27  Simon Josefsson  <jas@extundo.com>
1201
1202         * message.el (message-idna-to-ascii-rhs-1): Reformat.
1203
1204 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1205
1206         * message.el (message-remove-duplicates): New function.
1207         Implementation borrowed from `gnus-remove-duplicates'.
1208         (message-idna-to-ascii-rhs): Also encode idna addresses in
1209         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1210         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
1211         only ask about the same idna domain once per header and also tell
1212         in what header to replace the idna domain.
1213
1214         * gnus-art.el (article-decode-idna-rhs): Also decode idna
1215         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1216         (article-decode-idna-rhs): Fix regexp so that all idna-address in
1217         a header is decoded and not just the last one.
1218
1219 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
1222         has been decoded.
1223
1224         * mm-decode.el (mm-automatic-display): Add text/verbatim.
1225         (mm-insert-part): Don't modify text if it has been decoded.
1226
1227         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
1228         decoded.
1229
1230         * mm-view.el (mm-inline-text): Don't strip text props unless
1231         decoding enriched or richtext parts.
1232
1233 2005-09-25  Romain Francoise  <romain@orebokech.com>
1234
1235         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
1236         * gnus-start.el (gnus-subscribe-interactively):
1237         * gnus-uu.el (gnus-uu-grab-articles):
1238         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
1239         space.
1240
1241 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1242
1243         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1244         * mm-view.el (mm-view-pkcs7-decrypt):
1245         * gnus-sum.el (gnus-summary-limit-to-extra)
1246         (gnus-summary-respool-article, gnus-read-move-group-name):
1247         * gnus-score.el (gnus-summary-increase-score):
1248         * gnus-util.el (gnus-completing-read-with-default):
1249         * gnus-art.el (gnus-read-save-file-name)
1250         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
1251         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
1252         * message.el (message-check-news-header-syntax):
1253         Follow convention for reading with the minibuffer.
1254
1255 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         * spam-report.el (spam-report-url-ping-plain):
1258         Use gnus-extended-version as User-Agent.
1259
1260         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
1261         default value is nil.
1262
1263         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
1264         (mm-uu-verbatim-marks-extract): New function.
1265         (mm-uu-extract): New face.
1266         (mm-uu-copy-to-buffer): Use it.
1267
1268         * spam-report.el (spam-report-gmane-ham): Renamed from
1269         `spam-report-gmane-unspam'.
1270         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
1271         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
1272
1273         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
1274         Autoload.
1275         (spam-report-gmane-unregister-routine): Renamed
1276         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
1277
1278 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
1281         (spam-report-gmane-unregister-routine): added support for gmane
1282         unregistration
1283
1284         * spam-report.el (spam-report-gmane-unspam)
1285         (spam-report-gmane-spam): new wrappers around spam-report-gmane
1286         (spam-report-gmane): changed to take a single article and do
1287         unspam registration
1288
1289 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * mm-url.el (mm-url-decode-entities): Fix regexp.
1292
1293 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
1296         default to nil, to be able to use Gnus at all.  If the default
1297         switches to something else, then the function should be fixed not
1298         be exceedingly slow.
1299
1300 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * gnus-start.el (gnus-activate-group): if the server is nil, don't
1303         fail hard
1304
1305         * spam-report.el: better Keywords line
1306
1307         * spam.el: added Maintainer and better Keywords line
1308
1309 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1310
1311         * gnus-art.el (gnus-article-replace-part)
1312         (gnus-mime-replace-part): New functions.
1313         (gnus-mime-action-alist, gnus-mime-button-commands)
1314         (gnus-mime-save-part-and-strip): Added file argument.
1315         (gnus-article-part-wrapper): Added interactive argument.
1316
1317         * gnus-sum.el (gnus-summary-mime-map): Add
1318         `gnus-article-replace-part'.
1319
1320 2005-09-19  Didier Verna  <didier@xemacs.org>
1321
1322         The nnml compaction feature:
1323         * nnml.el (nnml-request-compact-group): New function.
1324         * nnml.el (nnml-request-compact): New function.
1325         * gnus-int.el (gnus-request-compact-group): New function.
1326         * gnus-int.el (gnus-request-compact): New function.
1327         * gnus-group.el (gnus-group-compact-group): New function.
1328         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
1329         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
1330         * gnus-srvr.el (gnus-server-compact-server): New function.
1331         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
1332         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
1333
1334 2005-09-18  Deepak Goel  <deego@gnufans.org>
1335
1336         * sieve.el (sieve-help): Fix `message' call: first arg should be a
1337         format spec.
1338
1339 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus.el (gnus-group-startup-message): Bind image-load-path.
1342
1343 2005-09-15  Romain Francoise  <romain@orebokech.com>
1344
1345         * message.el (message-fill-paragraph): Clarify docstring.
1346
1347 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (gnus-mime-display-part): Protect against broken
1350         MIME messages.
1351
1352 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
1355         before parsing header.
1356
1357 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
1358
1359         * html2text.el: (html2text-replace-list): Add new entities.
1360
1361 2005-09-11  Romain Francoise  <romain@orebokech.com>
1362
1363         * message.el (message-alternative-emails): Improve docstring.
1364         (message-setup-1): Call `message-use-alternative-email-as-from'
1365         after `message-setup-hook' to give it precedence over posting
1366         styles, etc.
1367         (message-use-alternative-email-as-from): Add docstring.  Remove
1368         the original From header if present.
1369
1370         * nnml.el (nnml-compressed-files-size-threshold): New variable.
1371         (nnml-save-mail): Use it.
1372
1373         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
1374         articles.  Add new argument `silent'.
1375         (gnus-uu-mark-all): Report the total number of marked articles.
1376
1377 2005-09-10  Romain Francoise  <romain@orebokech.com>
1378
1379         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
1380         (gnus-uu-mark-series): Likewise.
1381
1382 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
1383
1384         * spam-report.el (spam-report-gmane): Fix generation of spam
1385         report URL.
1386
1387 2005-09-10  Simon Josefsson  <jas@extundo.com>
1388
1389         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
1390         t, based on discussion on the ding list with Robert Epprecht
1391         <epprecht@solnet.ch>.
1392
1393 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
1394
1395         * spam-report.el (spam-report-gmane): Make it work without
1396         X-Report-Spam header.  Gmane now only provides Archived-At.
1397         This is only used if `spam-report-gmane-use-article-number' is nil.
1398         (spam-report-gmane-spam-header): Remove.  Not used anymore.
1399
1400         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
1401         make `gnus-summary-sort-by-recipient' work with threading.
1402
1403         * nnweb.el (nnweb-google-wash-article): Print a message if article
1404         is not available.
1405
1406 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1407
1408         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
1409         change.  Decode text/* parts content before displaying.
1410
1411 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * mml-smime.el: Remove defvar of gnus-extract-address-components.
1414
1415 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * mm-view.el (mm-display-inline-fontify): Disable support modes.
1418
1419         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
1420         url-package-name, url-package-version,
1421         w3m-cid-retrieve-function-alist, w3m-current-buffer,
1422         w3m-display-inline-images, and w3m-minor-mode-map.
1423
1424 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
1425
1426         * message.el (message-tab-body-function): Fixed mismatched custom
1427         type.
1428
1429         * gnus.el (gnus-group-change-level-function): Ditto.
1430
1431         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
1432
1433         * gnus-art.el (gnus-signature-limit)
1434         (gnus-article-mime-part-function): Ditto.
1435
1436 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * mml.el (mml-mode): Silence the byte compiler.
1439
1440         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
1441         using `(sit-for 0)' before moving the point to the specified part;
1442         skip unbuttonized parts.
1443         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
1444         return to the summary window if gnus-auto-select-part is non-nil.
1445
1446 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
1447
1448         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
1449         variables.
1450         (mml-dnd-attach-file, mml-mode): Use them.
1451
1452         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
1453         Make fetching article by MID work again for Google Groups.  Added
1454         FIXME concerning gnus-group-make-web-group.
1455
1456         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
1457         Don't depend on Gnus by using mail-extract-address-components if
1458         gnus-extract-address-components is not bound.
1459
1460 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-art.el (gnus-mime-display-security): Don't display the
1463         signature, but only the signed part.
1464
1465 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
1468
1469         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
1470         list, not listp.
1471
1472 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
1473
1474         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
1475         when encoding.
1476
1477         * mm-bodies.el (mm-decode-content-transfer-encoding):
1478         De-canonicalize CRLF for all text content types, not just
1479         text/plain.
1480
1481 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
1484         valid article; point arrow and cursor at the MIME button.
1485
1486 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
1489         Suggested by Dan Christensen <jdc@uwo.ca>.
1490
1491         * mm-decode.el (mm-save-part): Enable change of prompt.
1492
1493 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
1494
1495         * gnus-msg.el (gnus-inews-add-send-actions): Made
1496         `message-post-method' lambda parameter ARG `&optional'.
1497
1498 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
1499
1500         * gnus-sum.el (gnus-summary-mime-map): Added
1501         gnus-article-save-part-and-strip, gnus-article-delete-part and
1502         gnus-article-jump-to-part.
1503
1504         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
1505         (gnus-article-edit-part): Use it.
1506         (gnus-article-part-wrapper): Added no-handle argument.
1507         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
1508         functions.
1509
1510 2005-08-29  Romain Francoise  <romain@orebokech.com>
1511
1512         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1513         docstring.
1514         (gnus-face-from-file): Likewise.
1515
1516 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
1517
1518         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
1519         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
1520         non-nil.
1521         (gnus-auto-select-part): New variable.
1522         (gnus-article-jump-to-part): New function.
1523         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
1524         (gnus-mime-delete-part): Allow selecting specified part after
1525         deleting or stripping parts.
1526         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
1527         part if argument is bogus.
1528
1529 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
1530
1531         * gnus-art.el (w3m-minor-mode-map):
1532         * gnus-spec.el (gnus-newsrc-file-version):
1533         * gnus-util.el (nnmail-active-file-coding-system)
1534         (gnus-original-article-buffer, gnus-user-agent):
1535         * gnus.el (gnus-ham-process-destinations)
1536         (gnus-parameter-ham-marks-alist)
1537         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
1538         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
1539         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
1540         * mm-decode.el (gnus-current-window-configuration):
1541         * mm-extern.el (gnus-article-mime-handles):
1542         * mm-url.el (url-current-object, url-package-name)
1543         (url-package-version):
1544         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
1545         (smime-keys, w3m-cid-retrieve-function-alist)
1546         (w3m-current-buffer, w3m-display-inline-images)
1547         (w3m-minor-mode-map):
1548         * mml-smime.el (gnus-extract-address-components):
1549         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
1550         (gnus-newsrc-hashtb, message-default-charset)
1551         (message-deletable-headers, message-options)
1552         (message-posting-charset, message-required-mail-headers)
1553         (message-required-news-headers):
1554         * mml1991.el (mc-pgp-always-sign):
1555         * mml2015.el (mc-pgp-always-sign):
1556         * nnheader.el (nnmail-extra-headers):
1557         * rfc1843.el (gnus-decode-encoded-word-function)
1558         (gnus-decode-header-function, gnus-newsgroup-name):
1559         * spam-stat.el (gnus-original-article-buffer): Add defvars.
1560
1561 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1562
1563         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
1564         the end of the date treatments.
1565
1566 2005-08-15  Simon Josefsson  <jas@extundo.com>
1567
1568         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
1569         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
1570         Capello and Romain Francoise.
1571         (pgg-fetch-key-function): Removed, not used?
1572         (pgg-insert-url-with-w3): Require url, to get
1573         url-insert-file-contents regardless of where it is defined.
1574
1575 2005-08-13  Romain Francoise  <romain@orebokech.com>
1576
1577         * message.el (message-cite-original-1): New function.
1578         (message-cite-original): Use it.
1579         (message-cite-original-without-signature): Ditto.
1580
1581 2005-08-08  Romain Francoise  <romain@orebokech.com>
1582
1583         * message.el (message-yank-empty-prefix): New variable.
1584         (message-indent-citation): Use it.
1585         (message-cite-original-without-signature): Respect X-No-Archive.
1586
1587 2005-08-08  Simon Josefsson  <jas@extundo.com>
1588
1589         * pgg.el: Autoload url-insert-file-contents instead of loading
1590         w3/url.
1591         (pgg-insert-url-with-w3): Don't load url here.
1592
1593 2005-08-07  Jesper Harder  <harder@phys.au.dk>
1594
1595         * message.el (message-kill-to-signature): Don't insert newline at
1596         bol.
1597         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
1598
1599 2005-08-06  Romain Francoise  <romain@orebokech.com>
1600
1601         * message.el (message-user-fqdn): Fix typo in docstring.
1602
1603 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
1604
1605         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
1606
1607         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
1608
1609 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * mm-bodies.el (mm-encode-body): Use coding system rather than
1612         charset to encode text.
1613
1614         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
1615         number of charsets if utf-8 is available (XEmacs).
1616
1617 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
1618
1619         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
1620         taken from `gnus-button-mid-or-mail-regexp'.
1621         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
1622         (gnus-button-alist): Improve regexp for domain part of the MIDs
1623         for news:localpart@domain buttons.
1624         (gnus-button-ctan-directory-regexp): Update.
1625
1626 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * sieve-manage.el (sieve-manage-interactive-login): Use
1629         make-local-variable rather than make-variable-buffer-local.
1630         (sieve-manage-open): Ditto.
1631         (sieve-manage-authenticate): Ditto.
1632
1633         * mml.el (mml-generate-mime-1): Make the content type default to
1634         text/plain if the filename is not specified.
1635
1636 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
1639         instead of insert-buffer.
1640
1641         * message.el (message-yank-original): Ditto; set the mark at the
1642         end of the yanked message.
1643
1644 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
1647         lines to scroll rather than to stop it.
1648
1649         * mml.el (mml-generate-default-type): Add doc string.
1650         (mml-generate-mime-1): Use mm-default-file-encoding or make it
1651         default to application/octet-stream when determining the content
1652         type if it is not specified for the part or the mml contents; add
1653         a comment about mml-generate-default-type.
1654
1655 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
1656
1657         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
1658         make it default to application/octet-stream when determining the
1659         content type if it is not specified for the external contents.
1660
1661 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * rfc2231.el (rfc2231-parse-string): Take care that not only a
1664         segmented parameter but also other parameters might be there.
1665
1666 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mm-decode.el (mm-display-external): Delete temp file, directory
1669         and buffer immediately if the external process is exited.
1670
1671 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
1674         fewer lines than that of scroll-margin.
1675         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
1676
1677 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-art.el (gnus-article-next-page): Revert.
1680         (gnus-article-beginning-of-window): New macro.
1681         (gnus-article-next-page-1): Use it.
1682         (gnus-article-prev-page): Ditto.
1683         (gnus-article-edit-part): Use insert-buffer-substring instead of
1684         insert-buffer.
1685         (gnus-article-edit-exit): Ditto.
1686
1687         * gnus-util.el (gnus-beginning-of-window): Remove.
1688         (gnus-end-of-window): Remove.
1689
1690         * lpath.el: Don't bind header-line-format and scroll-margin.
1691
1692 2005-07-25  Simon Josefsson  <jas@extundo.com>
1693
1694         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
1695         to have the url package without w3.  Reported by Daiki Ueno
1696         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
1697
1698 2005-07-20  Didier Verna  <didier@xemacs.org>
1699
1700         * gnus-diary.el: Remove the description comment (nndiary is now
1701         properly documented in the Gnus manual).
1702         Fix the spelling of "Back End".
1703         * nndiary.el: Ditto.
1704         Fix the copyright notice.
1705
1706 2005-07-18  Romain Francoise  <romain@orebokech.com>
1707
1708         * gnus-sum.el (gnus-summary-to-prefix,
1709         gnus-summary-newsgroup-prefix): New variables.
1710         (gnus-summary-from-or-to-or-newsgroups): Use them.
1711
1712 2005-07-17  Romain Francoise  <romain@orebokech.com>
1713
1714         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
1715         space as it's generally not especially interesting to the user.
1716
1717 2005-07-16  Romain Francoise  <romain@orebokech.com>
1718
1719         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
1720         nil to avoid prompting and file modification if one of the
1721         messages at the top of the nnfolder file contains a copyright
1722         notice.
1723         Update copyright notice.
1724
1725         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
1726         instead of `current-time-string' as the latter creates a time
1727         string that is not RFC 2822 compliant (it lacks the zone).
1728         Update copyright notice.
1729
1730 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1731
1732         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
1733         for text/rtf.  Display default in prompt.  Pass default for M-n.
1734
1735         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
1736
1737 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * gnus-msg.el (gnus-button-mailto): Remove
1740         save-selected-window-window hackery because it relies on
1741         save-selected-window internals.
1742
1743 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
1746         (gnus-article-next-page-1): Use gnus-beginning-of-window.
1747         (gnus-article-prev-page): Ditto.
1748
1749         * gnus-util.el (gnus-beginning-of-window): New function.
1750         (gnus-end-of-window): New function.
1751
1752         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
1753
1754 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
1755
1756         * gnus-score.el (gnus-score-edit-all-score): Set
1757         gnus-score-edit-exit-function to gnus-score-edit-done and call
1758         gnus-message.
1759
1760 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-msg.el (gnus-button-mailto): Remove
1763         save-selected-window-window hackery because it relies on
1764         save-selected-window internals.
1765
1766 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
1769         add-minor-mode.
1770         (gnus-binary-mode): Ditto.
1771
1772         * gnus-topic.el (gnus-topic-mode): Ditto.
1773
1774 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
1775
1776         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
1777         (gnus-article-prev-page): Take scroll-margin into consideration.
1778
1779 2005-07-04  Lute Kamstra  <lute@gnu.org>
1780
1781         Update FSF's address in GPL notices.
1782
1783 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
1784
1785         * gnus.el (gnus-exit):
1786         * gnus-group.el (gnus-group-icons):
1787         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
1788
1789         * gnus-nocem.el (gnus-nocem):
1790         * message.el (message-various, message-buffers, message-sending)
1791         (message-interface, message-forwarding, message-insertion)
1792         (message-headers, message-news, message-mail):
1793         * pgg-gpg.el (pgg-gpg):
1794         * pgg-parse.el (pgg-parse):
1795         * pgg-pgp.el (pgg-pgp):
1796         * pgg-pgp5.el (pgg-pgp5):
1797         * pop3.el (pop3): Finish `defgroup' description with period.
1798
1799 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-art.el (article-display-face): Improve the efficiency.
1802         (article-display-x-face): Ditto; remove grey x-face stuff.
1803
1804 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * gnus-art.el (article-display-face): Correct the position in
1807         which Faces are inserted.
1808
1809 2005-06-29  Didier Verna  <didier@xemacs.org>
1810
1811         * gnus-art.el (article-display-face): Display faces in correct
1812         order.
1813
1814 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
1817         (gnus-fill-real-hashtb): Use hash table instead of obarray.
1818         (gnus-nocem-check-article): Fetch the Type header.
1819         (gnus-nocem-message-wanted-p): Fix the way to examine types.
1820         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
1821         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
1822         make sure gnus-nocem-hashtb is initialized.
1823         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
1824         (gnus-nocem-unwanted-article-p): Ditto.
1825
1826         * pgg.el (pgg-verify): Return the verification result.
1827
1828 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
1831         is ascii.
1832
1833 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1834
1835         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
1836         `show-nonbreak-escape'.
1837
1838 2005-06-23  Lute Kamstra  <lute@gnu.org>
1839
1840         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
1841
1842         * dig.el (dig-mode):
1843         * smime.el (smime-mode): Use gnus-run-mode-hooks.
1844
1845 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1846
1847         * nnimap.el (nnimap-split-download-body): Fix spellings.
1848
1849 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1850
1851         * gnus-art.el (gnus-article-encrypt-body):
1852         * gnus-cus.el (gnus-score-customize):
1853         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
1854         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
1855
1856 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1857
1858         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
1859         header by looking for magic "MII" at the beginnig.
1860
1861 2005-06-16  Miles Bader  <miles@gnu.org>
1862
1863         * gnus-xmas.el (gnus-xmas-group-startup-message):
1864         Use renamed gnus-splash face.
1865
1866         * assistant.el (assistant-field): Remove "-face" suffix from face name.
1867         (assistant-field-face): New backward-compatibility alias for renamed
1868         face.
1869         (assistant-render-text): Use renamed assistant-field face.
1870
1871         * spam.el (spam): Remove "-face" suffix from face name.
1872         (spam-face): New backward-compatibility alias for renamed face.
1873         (spam-face, spam-initialize): Use renamed spam face.
1874
1875         * message.el (message-header-to, message-header-cc)
1876         (message-header-subject, message-header-newsgroups)
1877         (message-header-other, message-header-name)
1878         (message-header-xheader, message-separator, message-cited-text)
1879         (message-mml): Remove "-face" suffix from face names.
1880         (message-header-to-face, message-header-cc-face)
1881         (message-header-subject-face, message-header-newsgroups-face)
1882         (message-header-other-face, message-header-name-face)
1883         (message-header-xheader-face, message-separator-face)
1884         (message-cited-text-face, message-mml-face):
1885         New backward-compatibility aliases for renamed faces.
1886         (message-font-lock-keywords): Use renamed message faces.
1887
1888         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
1889         (sieve-test-commands, sieve-tagged-arguments):
1890         Remove "-face" suffix from face names.
1891         (sieve-control-commands-face, sieve-action-commands-face)
1892         (sieve-test-commands-face, sieve-tagged-arguments-face):
1893         New backward-compatibility aliases for renamed faces.
1894         (sieve-control-commands-face, sieve-action-commands-face)
1895         (sieve-test-commands-face, sieve-tagged-arguments-face):
1896         Use renamed sieve faces.
1897
1898         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
1899         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
1900         (gnus-group-news-3-empty, gnus-group-news-4)
1901         (gnus-group-news-4-empty, gnus-group-news-5)
1902         (gnus-group-news-5-empty, gnus-group-news-6)
1903         (gnus-group-news-6-empty, gnus-group-news-low)
1904         (gnus-group-news-low-empty, gnus-group-mail-1)
1905         (gnus-group-mail-1-empty, gnus-group-mail-2)
1906         (gnus-group-mail-2-empty, gnus-group-mail-3)
1907         (gnus-group-mail-3-empty, gnus-group-mail-low)
1908         (gnus-group-mail-low-empty, gnus-summary-selected)
1909         (gnus-summary-cancelled, gnus-summary-high-ticked)
1910         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
1911         (gnus-summary-high-ancient, gnus-summary-low-ancient)
1912         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
1913         (gnus-summary-low-undownloaded)
1914         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
1915         (gnus-summary-low-unread, gnus-summary-normal-unread)
1916         (gnus-summary-high-read, gnus-summary-low-read)
1917         (gnus-summary-normal-read, gnus-splash):
1918         Remove "-face" suffix from face names.
1919         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1920         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1921         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1922         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1923         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1924         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1925         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1926         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1927         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1928         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1929         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1930         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1931         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1932         (gnus-summary-normal-ticked-face)
1933         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
1934         (gnus-summary-normal-ancient-face)
1935         (gnus-summary-high-undownloaded-face)
1936         (gnus-summary-low-undownloaded-face)
1937         (gnus-summary-normal-undownloaded-face)
1938         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1939         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1940         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1941         (gnus-splash-face):
1942         New backward-compatibility aliases for renamed faces.
1943         (gnus-group-startup-message): Use renamed gnus faces.
1944
1945         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
1946         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
1947         (gnus-server-agent): Remove "-face" suffix from face names.
1948         (gnus-server-agent-face, gnus-server-opened-face)
1949         (gnus-server-closed-face, gnus-server-denied-face)
1950         (gnus-server-offline-face):
1951         New backward-compatibility aliases for renamed faces.
1952         (gnus-server-agent-face, gnus-server-opened-face)
1953         (gnus-server-closed-face, gnus-server-denied-face)
1954         (gnus-server-offline-face): Use renamed gnus faces.
1955
1956         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
1957         Remove "-face" suffix from face names.
1958         (gnus-picon-xbm-face, gnus-picon-face):
1959         New backward-compatibility aliases for renamed faces.
1960
1961         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
1962         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
1963         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
1964         (gnus-cite-11): Remove "-face" suffix from face names.
1965         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
1966         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
1967         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
1968         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
1969         New backward-compatibility aliases for renamed faces.
1970         (gnus-cite-attribution-face, gnus-cite-face-list)
1971         (gnus-article-boring-faces): Use renamed gnus faces.
1972
1973         * gnus-art.el (gnus-signature, gnus-header-from)
1974         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
1975         (gnus-header-content): Remove "-face" suffix from face names.
1976         (gnus-signature-face, gnus-header-from-face)
1977         (gnus-header-subject-face, gnus-header-newsgroups-face)
1978         (gnus-header-name-face, gnus-header-content-face):
1979         New backward-compatibility aliases for renamed faces.
1980         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
1981
1982         * gnus-sum.el (gnus-summary-selected-face)
1983         (gnus-summary-highlight): Use renamed gnus faces.
1984         * gnus-group.el (gnus-group-highlight): Likewise.
1985
1986 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
1987
1988         * gnus-sieve.el (gnus-sieve-article-add-rule):
1989         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
1990         * spam-stat.el (spam-stat-buffer-change-to-spam)
1991         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
1992
1993         * message.el (message-is-yours-p):
1994         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
1995
1996 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * mm-view.el (mm-inline-text): Withdraw the last change.
1999
2000 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2003         executing enriched-decode.
2004
2005 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
2008         charset of tar files.
2009
2010 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2011
2012         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2013
2014 2005-06-04  Lute Kamstra  <lute@gnu.org>
2015
2016         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2017         information is never recorded.
2018
2019 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2020
2021         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2022
2023 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * pop3.el (pop3-apop): Run md5 in the binary mode.
2026
2027         * starttls.el (starttls-set-process-query-on-exit-flag):
2028         Use eval-and-compile.
2029
2030 2005-05-31  Simon Josefsson  <jas@extundo.com>
2031
2032         * smime.el (smime-replace-in-string): Define.
2033         (smime-cert-by-ldap-1): Use it.
2034
2035 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-art.el (article-display-x-face): Replace
2038         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2039
2040         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2041         set-process-query-on-exit-flag or process-kill-without-query.
2042
2043         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2044         loop instead of replace-regexp.
2045
2046         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2047         instead of process-kill-without-query if it is available.
2048
2049         * lpath.el: Fbind ldap-search-entries.
2050
2051         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2052         instead of find-file-hooks if it is available.
2053
2054         * mml1991.el: Bind pgg-default-user-id when compiling.
2055
2056         * mml2015.el: Bind pgg-default-user-id when compiling.
2057
2058         * nndraft.el (nndraft-request-associate-buffer):
2059         Use write-contents-functions instead of write-contents-hooks if it is
2060         available.
2061
2062         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2063         instead of find-file-hooks if it is available.
2064
2065         * nntp.el (nntp-open-connection): Replace
2066         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2067         (nntp-open-ssl-stream): Ditto.
2068         (nntp-open-tls-stream): Ditto.
2069
2070         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
2071         set-process-query-on-exit-flag or process-kill-without-query.
2072         (starttls-open-stream-gnutls): Use it instead of
2073         process-kill-without-query.
2074         (starttls-open-stream): Ditto.
2075
2076 2005-05-31  Simon Josefsson  <jas@extundo.com>
2077
2078         * smime.el (smime-cert-by-ldap-1): Don't use
2079         replace-regexp-in-string, tiny patch from Ulf Stegemann
2080         <ulf@zeitform.de>.
2081
2082 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2083
2084         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
2085
2086         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
2087         in PEM format. Adjust to the XEmacs compability.
2088
2089 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
2092         by `string-to-number'.
2093         * gnus-agent.el (gnus-agent-regenerate-group)
2094         (gnus-agent-fetch-articles): Ditto.
2095         * gnus-art.el (gnus-button-fetch-group): Ditto.
2096         * gnus-cache.el (gnus-cache-generate-active)
2097         (gnus-cache-articles-in-group): Ditto.
2098         * gnus-group.el (gnus-group-set-current-level)
2099         (gnus-group-insert-group-line): Ditto.
2100         * gnus-score.el (gnus-score-set-expunge-below)
2101         (gnus-score-set-mark-below, gnus-summary-score-effect)
2102         (gnus-summary-score-entry): Ditto.
2103         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2104         (gnus-soup-pack): Ditto.
2105         * gnus-spec.el (gnus-xmas-format): Ditto.
2106         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2107         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2108         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2109         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2110         * nndb.el (nndb-get-remote-expire-response): Ditto.
2111         * nndiary.el (nndiary-parse-schedule-value)
2112         (nndiary-string-to-number, nndiary-request-replace-article)
2113         (nndiary-request-article): Ditto.
2114         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2115         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2116         * nneething.el (nneething-make-head): Ditto.
2117         * nnfolder.el (nnfolder-request-article)
2118         (nnfolder-retrieve-headers): Ditto.
2119         * nnheader.el (nnheader-file-to-number): Ditto.
2120         * nnkiboze.el (nnkiboze-request-article): Ditto.
2121         * nnmail.el (nnmail-process-unix-mail-format)
2122         (nnmail-process-babyl-mail-format): Ditto.
2123         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
2124         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
2125         (nnmh-request-create-group, nnmh-request-list-1)
2126         (nnmh-request-group, nnmh-request-article): Ditto.
2127         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
2128         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
2129         * nnsoup.el (nnsoup-make-active): Ditto.
2130         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
2131         * nntp.el (nntp-find-group-and-number)
2132         (nntp-retrieve-headers-with-xover): Ditto.
2133         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
2134         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
2135         (pgg-format-key-identifier): Ditto.
2136         * pop3.el (pop3-last, pop3-stat): Ditto.
2137         * qp.el (quoted-printable-decode-region): Ditto.
2138
2139         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
2140         of concat.
2141
2142 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
2145
2146         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
2147
2148         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
2149
2150         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
2151
2152         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
2153
2154         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
2155
2156         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
2157         (gnus-carpal-mode): Ditto.
2158
2159         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
2160         (gnus-browse-mode): Ditto.
2161
2162         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
2163
2164         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
2165
2166 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2167
2168         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
2169
2170 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-util.el (gnus-run-mode-hooks): New function.
2173
2174         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2175
2176         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
2177         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
2178
2179 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2180
2181         * gnus-agent.el (gnus-agent-make-mode-line-string):
2182         Use mode-line-highlight as mouse-face.
2183
2184 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * canlock.el (canlock): Change the parent group to news.
2187
2188         * deuglify.el (gnus-outlook-deuglify): Add :group.
2189
2190         * dig.el (dig): Add :group.
2191
2192         * dns-mode.el (dns-mode): Add :group.
2193
2194         * encrypt.el (encrypt): Add :group.
2195
2196         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
2197         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
2198         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
2199         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
2200         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
2201
2202         * gnus-diary.el (gnus-diary): Add :group.
2203
2204         * gnus.el (gnus-group-news-1-face): Add :group.
2205         (gnus-group-news-1-empty-face): Ditto.
2206         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
2207         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
2208         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
2209         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
2210         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
2211         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
2212         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
2213         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
2214         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
2215         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
2216         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
2217         (gnus-summary-high-ticked-face): Ditto.
2218         (gnus-summary-low-ticked-face): Ditto.
2219         (gnus-summary-normal-ticked-face): Ditto.
2220         (gnus-summary-high-ancient-face): Ditto.
2221         (gnus-summary-low-ancient-face): Ditto.
2222         (gnus-summary-normal-ancient-face): Ditto.
2223         (gnus-summary-high-undownloaded-face): Ditto.
2224         (gnus-summary-low-undownloaded-face): Ditto.
2225         (gnus-summary-normal-undownloaded-face): Ditto.
2226         (gnus-summary-high-unread-face): Ditto.
2227         (gnus-summary-low-unread-face): Ditto.
2228         (gnus-summary-normal-unread-face): Ditto.
2229         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
2230         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
2231
2232         * hashcash.el (hashcash): New custom group.
2233         (hashcash-default-payment): Add :group.
2234         (hashcash-payment-alist): Ditto.
2235         (hashcash-default-accept-payment): Ditto.
2236         (hashcash-accept-resources): Ditto.
2237         (hashcash-path): Ditto.
2238         (hashcash-extra-generate-parameters): Ditto.
2239         (hashcash-double-spend-database): Ditto.
2240         (hashcash-in-news): Ditto.
2241
2242         * message.el (message-minibuffer-local-map): Add :group.
2243
2244         * netrc.el (netrc): Add :group.
2245
2246         * sieve-manage.el (sieve-manage-log): Add :group.
2247         (sieve-manage-default-user): Diito.
2248         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
2249         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
2250         (sieve-manage-authenticators): Ditto.
2251         (sieve-manage-authenticator-alist): Ditto.
2252         (sieve-manage-default-port): Ditto.
2253
2254         * sieve-mode.el (sieve-control-commands-face): Add :group.
2255         (sieve-action-commands-face): Ditto.
2256         (sieve-test-commands-face): Ditto.
2257         (sieve-tagged-arguments-face): Ditto.
2258
2259         * smime.el (smime): Add :group.
2260
2261         * spam-report.el (spam-report): Add :group.
2262
2263         * spam.el (spam, spam-face): Add :group.
2264
2265 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * nntp.el (nntp-next-result-arrived-p): Some news servers may
2268         return \n.\n.\n at the end of articles.  Protect against that.
2269         (nntp-with-open-group): Allow debugging.
2270
2271         * nnheader.el (mail-header-set-extra): Make into a function
2272         because I just could't understand how to quote the list properly.
2273
2274         * dns.el (query-dns-cached): New function.
2275
2276 2005-05-26  Lute Kamstra  <lute@gnu.org>
2277
2278         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
2279
2280 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
2283
2284         * gnus-art.el: Don't autoload mail-extract-address-components.
2285
2286         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
2287         eval-and-compile to evaluate it.
2288
2289         * hashcash.el: Don't autoload executable-find.
2290
2291         * nndb.el: Don't declare the nndb back end two or more times; don't
2292         autoload news-reply-mode, news-setup, cancel-timer and telnet.
2293
2294         * nntp.el: Autoload format-spec instead of format; use
2295         eval-and-compile to evaluate autoload forms.
2296
2297 2005-05-09  Simon Josefsson  <jas@extundo.com>
2298
2299         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
2300         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
2301
2302 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus.el (gnus-version-number): Bump version.
2305
2306 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2307
2308         * gnus.el: No Gnus v0.3 is released.
2309
2310 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * lpath.el (featurep): Bind show-nonbreak-escape.
2313
2314 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-art.el (gnus-article-edit-part): Disable undo.
2317
2318 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
2321         gnus-article-date-lapsed-new-header is t if date timer is active;
2322         skip headers in which the original date value is empty.
2323         (gnus-article-save-original-date): Redefine it as a macro.
2324         (gnus-display-mime): Use it.
2325
2326 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-art.el (article-date-ut): Support converting date in
2329         forwarded parts as well.
2330         (gnus-article-save-original-date): New function.
2331         (gnus-display-mime): Use it.
2332
2333 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
2334
2335         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
2336         enclosure element of <item>.
2337
2338 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * message.el (message-kill-buffer-query): Renamed from
2341         `message-kill-buffer-query-if-modified'.  Added :version.
2342
2343 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
2346         window layout.
2347
2348 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * mml.el: Autoload dnd when compiling.
2351
2352 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
2355         x-dnd-*.
2356
2357 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * qp.el (quoted-printable-encode-region): Save excursion.
2360
2361 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2362
2363         * message.el (message-kill-buffer-query-if-modified): new variable
2364         so the user can kill a modified message buffer quickly
2365         (message-kill-buffer): use it.
2366
2367 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * lpath.el: Fbind display-time-event-handler; don't fbind
2370         string-to-multibyte.
2371
2372         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
2373
2374 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
2377         contained in text because xml.el decodes entities) with LFs.
2378
2379 2005-04-11  Lute Kamstra  <lute@gnu.org>
2380
2381         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
2382         differently.
2383
2384 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2385
2386         * mm-util.el (mm-detect-coding-region): Typo.
2387
2388 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
2391
2392 2005-04-06  D Goel  <deego@gnufans.org>
2393
2394         * spam-stat.el (spam-stat-score-buffer): Add a call to a
2395         user-function allow user modifications of the scores.
2396         (spam-stat-score-buffer-user): New function, to allow
2397         user-computed modifications to the score.
2398         (spam-stat-score-buffer-user-functions): list of additional
2399         scoring functions
2400         (spam-stat-error-holder): global temporary error holder
2401         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
2402         variable
2403
2404 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * gnus-registry.el (gnus-registry-clean-empty-function)
2407         (gnus-registry-trim, gnus-registry-fetch-groups)
2408         (gnus-registry-delete-group): now groups that match
2409         `gnus-registry-ignored-groups' will be removed from the registry
2410         entries, not just ignored for splitting.  This helps clean up the
2411         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
2412         to get all the groups a message ID is in.
2413
2414         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
2415         (spam-stat-split-fancy): changed "threshhold" to "threshold"
2416         (spam-stat-score-buffer-user-functions): added :number custom type
2417
2418 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
2421         argument in XEmacs.
2422
2423         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
2424         (nnrss-request-group): Decode group name first.
2425         (nnrss-request-article): Make a text/plain article if mml-to-mime
2426         failed.
2427         (nnrss-get-encoding): Return a compatible encoding according to
2428         nnrss-compatible-encoding-alist.
2429         (nnrss-find-el): Use consp instead of listp.
2430         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
2431
2432 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
2435         which Emacs 20 doesn't support.
2436         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
2437
2438 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
2441         silence the byte compiler inside the defun
2442
2443         * gnus-demon.el (parse-time-string): Add autoload.
2444
2445         * gnus-delay.el (parse-time-string): Add autoload.
2446
2447         * gnus-art.el (parse-time-string): Add autoload.
2448
2449         * nnultimate.el (parse-time): Require for `parse-time-string'.
2450
2451 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
2454
2455         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
2456
2457         * smime.el (smime-ldap-host-list): Add :version.
2458
2459 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2460
2461         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
2462         pass it to `gnus-browse-read-group'.
2463         (gnus-browse-read-group): Add NUMBER argument and pass it to
2464         `gnus-group-read-ephemeral-group'.
2465
2466         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
2467         argument and pass it to `gnus-group-read-group'.
2468
2469 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
2470
2471         * mm-util.el (mm-xemacs-find-mime-charset): Only call
2472         mm-xemacs-find-mime-charset-1 if we have the mule feature
2473         available at runtime.
2474
2475 2005-03-25  Werner Lemberg  <wl@gnu.org>
2476
2477         * nnmaildir.el: Replace `illegal' with `invalid'.
2478
2479 2005-03-23  Lute Kamstra  <lute@gnu.org>
2480
2481         * time-date.el: Add comment on time value formats.
2482         Don't require parse-time.
2483         (with-decoded-time-value): New macro.
2484         (encode-time-value): New function.
2485         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
2486         (days-to-time): Return a valid time value when arg is huge.
2487         (time-since): Use time-subtract.
2488         (time-to-number-of-days): Use time-to-seconds.
2489
2490 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2491
2492         * gnus-start.el (gnus-display-time-event-handler):
2493         Check display-time-timer at runtime rather than only at load time
2494         in case display-time-mode is turned off in the mean time.
2495
2496 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2497
2498         * nnimap.el (nnimap-open-connection): Print which authinfo file is
2499         used.
2500
2501         * nneething.el (nneething-map-file-directory): Derive from
2502         `gnus-directory'.
2503
2504         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
2505         the To/Cc button.
2506
2507 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2508
2509         * nnmaildir.el (nnmaildir-request-accept-article):
2510         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
2511
2512 2005-03-13  Steve Youngs  <steve@sxemacs.org>
2513
2514         * gnus-async.el: Require timer-funcs at compile time when in
2515         XEmacs for `run-with-idle-timer'.
2516
2517 2005-03-13  Steve Youngs  <steve@sxemacs.org>
2518
2519         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
2520         autoloaded function.
2521         From: Andrey Slusar <anrays@gmail.com>.
2522
2523 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2524
2525         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
2526
2527 2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)
2528
2529         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
2530
2531 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
2534         gnus-expert-user to default.
2535
2536 2005-03-08  Juergen Kreileder <jk@blackdown.de>  (tiny change)
2537
2538         * nnimap.el (nnimap-open-server): Ditto.
2539
2540         * imap.el (imap-authenticate): Fix typo.
2541
2542 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
2543
2544         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
2545         buffer (since IMAP server might return FETCH response out of
2546         order, and the nntp buffer must be sorted).
2547
2548 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
2549
2550         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
2551         comparison on string.
2552
2553         * gnus-agent.el (gnus-agent-long-article,
2554         gnus-agent-short-article, gnus-agent-score): Renamed category
2555         keywords to match gnus-cus.
2556         (gnus-agent-summary-fetch-series): Modified to protect against
2557         gnus-agent-summary-fetch-group clearing processable flags.
2558         (gnus-agent-synchronize-group-flags): Update live group buffer as
2559         synchronization may occur due to the user toggle the plugged
2560         status.
2561         (gnus-agent-fetch-group-1): Clear downloadable flag when article
2562         successfully downloaded.
2563         (gnus-agent-expire-group-1): Avoid using markers when the overview
2564         is in ascending order; greatly improves performance.
2565         (gnus-agent-regenerate-group): Use
2566         gnus-agent-synchronize-group-flags to reset read status in both
2567         gnus and server.
2568         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
2569
2570 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2571
2572         * message.el: Don't autoload former message-utils variables.
2573         (message-strip-subject-trailing-was): Change doc string.
2574
2575         * nnweb.el: Fixes for `gnus-group-make-web-group'.
2576         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
2577         (nnweb-google-search): Add "hl=en" here.
2578         (nnweb-google-parse-1, nnweb-google-create-mapping):
2579         Don't hardcode URL.
2580
2581 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2582
2583         * message.el (message-get-reply-headers, message-followup):
2584         Mention related variables `message-use-followup-to' and
2585         `message-use-mail-followup-to', in the information buffer.
2586
2587         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
2588         of broken groups(-beta).google.com.
2589
2590 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2591
2592         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
2593         parameter to invoked gnus-request-move-article; remove the
2594         redundant gnus-sum-hint-move-is-internal variable; apply the marks
2595         all at once instead of once per article
2596         (gnus-summary-remove-process-mark): accept a list of articles as
2597         well as a single article for processing
2598
2599         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
2600
2601         * nnml.el (nnml-request-move-article): add move-is-internal parameter
2602
2603         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
2604
2605         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
2606
2607         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
2608
2609         * nnimap.el (nnimap-request-move-article): add move-is-internal
2610         parameter and remove the gnus-sum-hint-move-is-internal variable
2611
2612         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
2613
2614         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
2615
2616         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
2617
2618         * nndb.el (nndb-request-move-article): add move-is-internal parameter
2619
2620         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
2621
2622         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
2623
2624 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2625
2626         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
2627         a more conservative way.
2628
2629 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2630
2631         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
2632         buffer, so it moves the window's cursor.
2633
2634 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2635
2636         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
2637         `mm-dissect-multipart' and receive the from field as an (optional)
2638         argument from `mm-dissect-multipart'.
2639         (mm-dissect-multipart): Receive the from field as an argument and
2640         pass it on when we call `mm-dissect-buffer' on MIME parts.
2641         Fixes verification/decryption of signed/encrypted MIME parts.
2642
2643 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2644
2645         * gnus-sum.el (gnus-summary-move-article): set
2646         gnus-sum-hint-move-is-internal for gnus-request-move-article and
2647         whatever it calls (right now, only nnimap-request-move article
2648         respects it)
2649
2650         * nnimap.el (nnimap-request-move-article): when
2651         gnus-sum-hint-move-is-internal is set, don't do the extra
2652         nnimap-request-article
2653
2654 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * nnheader.el (nnheader-find-file-noselect): Add doc string.
2657
2658         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
2659         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
2660
2661         * gnus-sum.el (gnus-summary-caesar-message):
2662         Apply `gnus-treat-article' after rotation.
2663
2664         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
2665         doc string.
2666
2667 2005-02-22  Simon Josefsson  <jas@extundo.com>
2668
2669         * encrypt.el (encrypt-password-cache-expiry): Remove (use
2670         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
2671         <arne@arnested.dk>.
2672         (encrypt): Add password-cache and password-cache-expiry as group
2673         members.
2674
2675 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2676
2677         * smime.el (smime-ldap-host-list): Doc fix.
2678         (smime-ask-passphrase): Use `password-read-and-add' to read (and
2679         cache) password.
2680         (smime-sign-region): Use it.
2681         (smime-decrypt-region): Use it.
2682         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
2683         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
2684         fails.
2685         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
2686         certificate from DER to PEM format rather than calling openssl.
2687
2688         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
2689
2690         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
2691         for signing/encryption.
2692
2693         * mml.el (mml-parse-1): Use them.
2694
2695 2005-02-21  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2696
2697         * nnrss.el (nnrss-verbose): Removed.
2698         (nnrss-request-group): Use `nnheader-message' instead.
2699
2700 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
2701
2702         * nnrss.el (nnrss-verbose): New variable.
2703         (nnrss-request-group): Make it say nnrss is requesting a group.
2704
2705 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2706
2707         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
2708         Handle news URL with given port correctly.
2709
2710 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
2713         containing special characters.
2714
2715         * gnus-sum.el (gnus-summary-edit-article): Ditto.
2716
2717         * mml.el (mime-to-mml): Ditto.
2718
2719         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
2720         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
2721         (rfc2047-decode-region): Quote decoded words containing special
2722         characters when rfc2047-quote-decoded-words-containing-tspecials
2723         is non-nil.
2724
2725 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
2728
2729         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
2730
2731 2005-02-15  Simon Josefsson  <jas@extundo.com>
2732
2733         * nnimap.el (nnimap-debug): Doc fix.
2734
2735         * imap.el (imap-debug): Doc fix.
2736
2737 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
2740
2741 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * gnus.el (spam-contents): improve docs for spam-contents
2744         parameter in its variable incarnation
2745
2746 2005-02-14  Simon Josefsson  <jas@extundo.com>
2747
2748         * smime-ldap.el: Use require instead of load-library for ldap.
2749         (smime-ldap-search): Indent.
2750         (smime-ldap-search-internal): Shorten line.
2751
2752         * smime.el (smime-cert-by-dns): Add doc-string.
2753         (smime-cert-by-ldap-1): Indent.
2754
2755         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
2756         mml-smime-get-dns-ldap.
2757         (mml-smime-encrypt-query): Use new function.  Default to ldap.
2758
2759 2005-02-14  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2760
2761         * smime.el: Require smime-ldap.
2762         (smime-ldap-host-list): New variable.
2763         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
2764
2765         * mml-smime.el (mml-smime-encrypt-query): New function.
2766         (mml-smime-encrypt-query): Use it.
2767
2768         * smime-ldap.el: New file.
2769
2770 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
2773
2774 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2775
2776         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
2777         argument in doc string.  Make query for type more clear.
2778
2779 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2780
2781         * gnus.el (gnus-group-startup-message): Search for gnus images in
2782         etc/images/gnus.
2783         * mm-util.el (mm-find-charset-region): Likewise.
2784         * smiley.el (smiley-data-directory): Search for smilies in
2785         etc/images/smilies.
2786
2787 2005-02-09  Kim F. Storm  <storm@cua.dk>
2788
2789         Change Emacs release version from 21.4 to 22.1 throughout.
2790         Change Emacs development version from 21.3.50 to 22.0.50.
2791
2792 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
2795
2796         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
2797         non-Mule XEmacs as well.
2798         (mm-decompress-buffer): Signal an error intentionally if it does
2799         not decompress compressed data because auto-compression-mode is
2800         disabled.
2801
2802 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2803
2804         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
2805         an ID in the registry even if it has no groups
2806
2807 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
2810         merge it into mm-decompress-buffer.
2811         (gnus-mime-copy-part): Use the MIME part charset, the value which
2812         a user specified or gnus-newsgroup-charset for decoding, like
2813         gnus-mime-inline-part does; set buffer-file-coding-system to tell
2814         save-buffer what was used.  Suggested by Kevin Ryde
2815         <user42@zip.com.au>.
2816         (gnus-mime-inline-part): Allow the name parameter as well as the
2817         filename parameter; force decompressing of compressed data; always
2818         display contents being not decoded as unibyte.
2819
2820         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
2821         as well as the filename parameter.
2822
2823         * mm-util.el (mm-decompress-buffer): Merge
2824         gnus-mime-jka-compr-maybe-uncompress.
2825         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
2826         of compressed data.
2827
2828 2005-02-08  Simon Josefsson  <jas@extundo.com>
2829
2830         * imap.el (imap-log): Doc fix.
2831
2832 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
2835         the coding cookies; decompress compressed parts.
2836
2837         * mml.el (mml-generate-mime-1): Add the charaset parameter according
2838         to the value which a user specified manually or the coding cookie.
2839
2840         * mm-util.el (mm-string-to-multibyte): New function.
2841         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
2842         (mm-coding-system-to-mime-charset): New function.
2843         (mm-decompress-buffer): New function.
2844         (mm-find-buffer-file-coding-system): New function.
2845
2846         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
2847         (mm-display-inline-fontify): Rewrite for decoding and decompressing
2848         parts.
2849
2850 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2851
2852         * mm-view.el (mm-display-inline-fontify): Decode a part according
2853         to the charset parameter.
2854
2855 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
2858         prefix arg is neither nil nor a number, as info specifies.
2859
2860 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
2863         timestamps.
2864
2865 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
2866
2867         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
2868         groups error checking and notify user.
2869
2870 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
2871
2872         * message.el (message-send-mail-function): Check existence of
2873         sendmail-program first before using default value
2874         `message-send-mail-with-sendmail'.  Otherwise use more generic
2875         `smtpmail-send-it'.
2876
2877 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * nntp.el (nntp-request-update-info): Always return nil.
2880
2881 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2882
2883         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
2884
2885 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         * message.el (message-beginning-of-line): Change the behavior when
2888         invoked between BOL and : so that it first moves backward.
2889
2890 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
2893         article buffer when editing of the article is discarded.
2894         (gnus-article-prepare): Revert.
2895
2896 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-art.el (gnus-article-prepare):
2899         Remove message-strip-forbidden-properties from the local hook.
2900
2901 2005-01-27  Simon Josefsson  <jas@extundo.com>
2902
2903         * password.el (password-cache-add): Only start one timer per key.
2904         Reported by Derek Atkins <warlord@MIT.EDU>.
2905
2906 2005-01-26  Steve Youngs  <steve@sxemacs.org>
2907
2908         * run-at-time.el: Removed.  It is no longer needed as
2909         timer-funcs.el in the xemacs-base package has a working version of
2910         `run-at-time'.
2911
2912         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
2913
2914         * password.el: Require timer-funcs instead of run-at-time in
2915         XEmacs.
2916         Remove `password-run-at-time' macro.
2917         (password-cache-add): Use `run-at-time' instead of
2918         `password-run-at-time'.
2919
2920         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
2921         Remove `nnheader-cancel-function-timers' alias,
2922         `cancel-function-timers' exists in XEmacs in timer-funcs.
2923
2924         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
2925         for `run-with-idle-timer'.
2926
2927         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
2928         for `run-at-time'.
2929
2930         * mm-url.el: Require timer-funcs at compile time when in XEmacs
2931         for `with-timeout'.
2932
2933         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
2934         the same as for XEmacs 21.4.
2935         No need to ignore `run-with-idle-timer', this function exists in
2936         XEmacs now in timer-funcs.el in the xemacs-base package.
2937         (dgnushack-compile): No need to delete
2938         run-at-time.el from the list of files to compile because it
2939         doesn't exist anymore.
2940
2941 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * mml.el (mml-generate-mime-1): Convert string into unibyte when
2944         inserting " *mml*" buffer's contents into a unibyte temp buffer.
2945
2946 2005-01-24  Harald Meland <harald.meland@usit.uio.no>  (tiny change)
2947
2948         * mail-source.el (mail-source-fetch-imap): Search for ^From case
2949         sensitively.
2950
2951 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
2952
2953         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
2954
2955 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
2958         which will be inserted according to the multibyteness of a buffer
2959         rather than the type of contents.  Suggested by ARISAWA Akihiro
2960         <ari@mbf.ocn.ne.jp>.
2961
2962         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
2963         of string which old xml.el may return rather than a string.
2964
2965 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
2968
2969 2005-01-16  Simon Josefsson  <jas@extundo.com>
2970
2971         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
2972         idn/idna.el isn't available.
2973         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
2974         <michael@waxrat.com>.
2975
2976         * hashcash.el: Remove non-FSF copyright header.
2977
2978         * hashcash.el (hashcash-extra-generate-parameters): New variable.
2979         (hashcash-generate-payment): Use it.
2980         (hashcash-generate-payment-async): Use it.
2981
2982 2005-01-15  Simon Josefsson  <jas@extundo.com>
2983
2984         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
2985         Suggested by Raymond Scholz <ray-2005@zonix.de>.
2986
2987         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
2988         gnus-summary-idna-message.
2989         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
2990         (gnus-summary-idna-message): New function.
2991
2992 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2993
2994         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
2995         gnus-novice-user.
2996
2997 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * nnrss.el (nnrss-request-delete-group): Delete entries in
3000         nnrss-group-alist as well.
3001         (nnrss-save-server-data): Insert newline.
3002
3003 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * gnus.el (gnus-user-agent): Use list of symbols instead of
3006         symbols.  Display full version number for (S)XEmacs.  Optionally
3007         display (S)XEmacs codename.
3008
3009         * gnus-util.el (gnus-emacs-version): Update for new
3010         `gnus-user-agent'.
3011
3012         * gnus-msg.el (gnus-extended-version): Make it possible to omit
3013         Gnus version.
3014
3015 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3018         which is unreadable in some setups.
3019
3020 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * gnus-spec.el (gnus-update-format-specifications): Flush the
3023         group format spec cache if it doesn't support decoded group names.
3024
3025 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
3028         to apply decay on score files matching a regexp.
3029
3030 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
3033         compatibility in %g and %c.
3034
3035 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3038         name for only %g and %c.
3039         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
3040         of gnus-tmp-group to decoded group name.
3041         (gnus-group-make-rss-group): Exclude `/'s from group names.
3042
3043 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * nnrss.el (nnrss-get-encoding): Fix regexp.
3046
3047 2004-12-27  Simon Josefsson  <jas@extundo.com>
3048
3049         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3050         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3051         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3052
3053 2004-12-17  Kim F. Storm  <storm@cua.dk>
3054
3055         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3056
3057         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3058
3059 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3060
3061         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3062
3063 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * nnrss.el: Require rfc2047 and mml.
3066         (nnrss-file-coding-system): New variable.
3067         (nnrss-format-string): Redefine it as an inline function.
3068         (nnrss-decode-group-name): New function.
3069         (nnrss-string-as-multibyte): Remove.
3070         (nnrss-retrieve-headers): Decode group name; don't use
3071         nnrss-format-string.
3072         (nnrss-request-group): Decode group name.
3073         (nnrss-request-article): Decode group name; allow a Message-ID as
3074         well as an article number; don't use nnrss-format-string; encode a
3075         Message-ID string which may contain non-ASCII characters; use
3076         mml-to-mime to compose a MIME article.
3077         (nnrss-request-expire-articles): Decode group name.
3078         (nnrss-request-delete-group): Decode group name.
3079         (nnrss-fetch): Clarify error message.
3080         (nnrss-read-server-data): Use insert-file-contents instead of load;
3081         bind file-name-coding-system; use multibyte buffer.
3082         (nnrss-save-server-data): Bind coding-system-for-write to the
3083         value of nnrss-file-coding-system; bind file-name-coding-system;
3084         add coding cookie.
3085         (nnrss-read-group-data): Use insert-file-contents instead of load;
3086         bind file-name-coding-system; use multibyte buffer.
3087         (nnrss-save-group-data): Bind coding-system-for-write to the
3088         value of nnrss-file-coding-system; bind file-name-coding-system.
3089         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3090         make it work with non-ASCII text.
3091         (nnrss-find-el): Make it work with old xml.el as well.
3092
3093 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3094
3095         * nnrss.el (nnrss-get-encoding): New function.
3096         (nnrss-fetch): Use unibyte buffer initially; bind
3097         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3098         decode contents according to the encoding attribute.
3099         (nnrss-save-group-data): Add coding cookie.
3100         (nnrss-mime-encode-string): New function.
3101         (nnrss-check-group): Use it to encode subject and author.
3102
3103 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3104
3105         * spam.el (spam-check-BBDB): don't get the symbol-value of an
3106         imaginary variable
3107
3108 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3111         correctly even if there are wide characters.
3112
3113 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3114
3115         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
3116         downcased symbol names; make a new cache instead of reusing
3117         bbdb-hashtable
3118
3119 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3122         concatenating segments rather than before concatenating them.
3123         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3124
3125         * message.el (message-get-reply-headers): Bind `extra'.
3126
3127 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * message.el (message-extra-wide-headers): New variable.
3130         (message-get-reply-headers): Use it.
3131
3132 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-agent.el (gnus-agent-group-path): Decode group name.
3135         (gnus-agent-group-pathname): Ditto.
3136
3137         * gnus-cache.el (gnus-cache-file-name): Decode group name.
3138
3139         * gnus-group.el (gnus-group-make-group): Decode group name.
3140         (gnus-group-make-rss-group): Register the group data after opening
3141         the nnrss group.
3142
3143 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
3144
3145         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
3146         by expiry now get marked as read.
3147
3148 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3151
3152 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
3153
3154         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3155         unify Latin characters in XEmacs.
3156         (mm-find-mime-charset-region): Use it.
3157
3158 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-util.el (gnus-delete-directory): New function.
3161
3162         * gnus-agent.el (gnus-agent-delete-group): Use it.
3163
3164         * gnus-cache.el (gnus-cache-delete-group): Use it.
3165
3166 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
3169         names.
3170
3171 2004-12-16  Simon Josefsson  <jas@extundo.com>
3172
3173         * hashcash.el (hashcash-payment-alist): Fix custom :type.
3174
3175 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3178
3179         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
3180         (gnus-group-set-current-level): Decode group name.
3181
3182 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
3183
3184         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3185         failed.
3186
3187 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * gnus-group.el (gnus-group-delete-group): Decode group name.
3190         (gnus-group-make-rss-group): Encode group name.
3191         (gnus-group-catchup-current): Decode group name.
3192         (gnus-group-kill-group): Decode group name.
3193
3194 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3195
3196         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3197
3198 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * gnus-group.el (gnus-group-make-rss-group):
3201         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3202
3203         * gnus-start.el (gnus-setup-news): Honor user's setting to
3204         gnus-message-archive-method.  Suggested by Lute Kamstra
3205         <lute@gnu.org>.
3206
3207 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
3208
3209         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
3210         global counterparts of the buffer-local variables.
3211
3212 2004-11-16  Romain Francoise  <romain@orebokech.com>
3213
3214         * gnus-sum.el (gnus-summary-exit): Don't clear the global
3215         counterparts of the buffer-local variables.
3216
3217 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3218
3219         * message.el (message-forbidden-properties): Fixed typo in doc
3220         string.
3221
3222 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3223
3224         * gnus-util.el (gnus-replace-in-string): Added doc string.
3225
3226         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3227         to avoid problems when splitting mails with many recipients.
3228
3229 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3232         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3233
3234 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
3235
3236         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
3237         if there is no hashtable in memory or file modification time is
3238         newer than cached timestamp.
3239
3240 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3241
3242         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
3243         not-matching option.
3244
3245 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
3248         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
3249         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3250         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
3251         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
3252         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
3253
3254 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * message.el (message-forward-make-body-mml): Remove headers
3257         according to message-forward-ignored-headers if a message is decoded.
3258
3259 2004-12-02  Romain Francoise  <romain@orebokech.com>
3260
3261         * message.el (message-forward-make-body-plain): Always remove
3262         headers according to message-forward-ignored-headers.
3263
3264 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3265
3266         * spam.el (spam-summary-prepare-exit): remove the
3267         gnus-summary-limit pop for now, it has problems with ham marks for
3268         me
3269
3270 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
3271
3272         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
3273         correctly
3274
3275 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
3276
3277         * format-spec.el (format-spec): Message the char.
3278
3279 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3280
3281         * gnus-art.el (gnus-split-methods): reformat comments
3282
3283         * spam.el (spam-summary-prepare-exit): remove article limits
3284         before exiting the summary buffer
3285
3286 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * lpath.el: Remove bbdb-create-internal, bbdb-records,
3289         spam-BBDB-register-routine and spam-enter-ham-BBDB.
3290
3291         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3292         order to silence the byte compiler.
3293
3294         * spam.el: Fix the way to silence the byte compiler, which
3295         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
3296         bbdb-search-simple, spam-BBDB-register-routine,
3297         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3298         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3299         spam-stat-buffer-is-spam, spam-stat-load,
3300         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3301         spam-stat-save and spam-stat-split-fancy.
3302
3303 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3306         which may confuse users.
3307         (canlock-password-for-verify): Ditto.
3308
3309         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
3310
3311         * gnus-art.el (gnus-emphasis-alist): Ditto.
3312
3313         * gnus-registry.el (gnus-registry-max-entries): Ditto.
3314
3315         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
3316
3317         * gnus-start.el (gnus-save-killed-list): Ditto.
3318
3319         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
3320         (gnus-sum-thread-tree-root): Ditto.
3321         (gnus-sum-thread-tree-false-root): Ditto.
3322         (gnus-sum-thread-tree-single-indent): Ditto.
3323
3324         * message.el (message-courtesy-message): Ditto.
3325         (message-archive-note): Ditto.
3326         (message-subscribed-address-file): Ditto.
3327         (message-user-fqdn): Ditto.
3328
3329         * spam-report.el (spam-report-gmane-regex): Ditto.
3330
3331         * spam.el (spam-blackhole-good-server-regex): Ditto.
3332
3333 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * mml.el (mml-preview): Widen the message buffer before copying
3336         the contents to the preview buffer; sort headers before previewing.
3337
3338         * message.el (message-hidden-headers): Fix the way to avoid a bug
3339         in the `repeat' widget in Emacs 21.3 or earlier.
3340
3341 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * message.el (message-hidden-headers): Default to "^References:".
3344         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
3345         (message-strip-forbidden-properties): Remove check for obsolete
3346         `message-hidden' text property, hidden headers are not accessible
3347         in the buffer anymore.  From Romain Francoise on January 11, 2004.
3348
3349 2004-11-22  Romain Francoise  <romain@orebokech.com>
3350
3351         * message.el (message-header-format-alist): Add `From' in list
3352         so that it can be sorted.
3353         (message-fix-before-sending): Widen and sort headers before
3354         sending.
3355         (message-hide-headers): Use narrowing to hide headers by moving
3356         them to the top of the buffer and narrowing to the region
3357         underneath.
3358
3359 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * message.el (message-strip-forbidden-properties): Bind
3362         buffer-read-only (etc) to nil.
3363
3364 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3367         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3368
3369 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
3370
3371         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3372
3373 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * dns.el (query-dns): Use sit-for to time instead of
3376         accept-process-output, since that doesn't seem to work on udp
3377         sockets.
3378
3379 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
3382
3383 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
3384
3385         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
3386         docstrings.
3387
3388 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * nntp.el (nntp-request-update-info): Return nil if
3391         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
3392         may not call gnus-activate-group which uselessly issues the GROUP
3393         commands for all nntp groups and wastes time.  Reported by Romain
3394         Francoise <romain@orebokech.com>.
3395
3396         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
3397
3398 2004-11-15  Simon Josefsson  <jas@extundo.com>
3399
3400         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
3401         headers separately.
3402         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
3403         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
3404
3405 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3406
3407         * gnus-start.el (gnus-convert-old-newsrc):
3408         Assign legacy-gnus-agent to 5.10.7.
3409
3410 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
3413         start of the lines.
3414
3415 2004-11-14  Magnus Henoch  <mange@freemail.hu>
3416
3417         * hashcash.el (hashcash-default-payment): Change default to 20
3418         (hashcash-default-accept-payment): Change default to 20
3419         (hashcash-process-alist): New variable
3420         (hashcash-generate-payment-async): Add
3421         (hashcash-already-paid-p): Add
3422         (hashcash-insert-payment): Don't generate payments twice
3423         (hashcash-insert-payment-async): Add
3424         (hashcash-insert-payment-async-2): Add
3425         (hashcash-cancel-async): Add
3426         (hashcash-wait-async): Add
3427         (hashcash-processes-running-p): Add
3428         (hashcash-wait-or-cancel): Add
3429         (mail-add-payment): New optional argument.  Conditionally start
3430         asynchronous calculation.
3431         (mail-add-payment-async): Add
3432
3433         * message.el (message-send-mail): Wait for asynchronous hashcash
3434         results.  Don't clobber existing X-Hashcash headers.
3435         (message-setup-1): Call mail-add-payment-async when
3436         message-generate-hashcash is non-nil.
3437
3438 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3439
3440         * message.el (message-use-alternative-email-as-from): Examine the
3441         From header as well; use message-make-from in order to include a
3442         user's full name.
3443
3444 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3447         default; improve customization type.
3448         (gnus-emphasis-custom-with-format): New macro.
3449         (gnus-emphasis-custom-value-to-external): New function.
3450         (gnus-emphasis-custom-value-to-internal): New function.
3451
3452 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * dns.el (query-dns): Resolve reverse addresses.
3455
3456 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus-group.el (gnus-group-get-new-news): Use it.
3459
3460         * gnus-start.el (gnus-check-reasonable-setup): New function.
3461
3462 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3465         "Args out of range" error.  Reported by Arnaud Giersch
3466         <arnaud.giersch@free.fr>.
3467
3468 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
3469
3470         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
3471         From Stefan Wiens <s.wi@gmx.net>.
3472
3473 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3474
3475         * spam.el (spam group): Add :version.
3476
3477         * pgg-def.el (pgg group): Add :version.
3478
3479 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-art.el (gnus-article-edit-article): Don't associate the
3482         article buffer with a draft file.  This is a temporary measure
3483         against the 2004-08-22 change to gnus-article-edit-mode.
3484
3485 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
3488         (html2text-format-tags): Remove unused variable `attr'.
3489
3490 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
3493
3494         * tls.el (tls-process-connection-type, tls-success)
3495         (tls-certtool-program): Add :version.
3496
3497         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
3498         (starttls-extra-arguments, starttls-process-connection-type)
3499         (starttls-connect, starttls-failure, starttls-success):
3500
3501         * spam-stat.el (spam-stat): Add :version.
3502
3503         * sieve.el (sieve): Add :version.
3504
3505         * sha1.el (sha1): Add :version.
3506         (sha1-use-external): Remove redundant version.
3507
3508         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
3509         (nnmail-cache-ignore-groups, nnmail-spool-hook)
3510         (nnmail-split-fancy-match-partial-words)
3511         (nnmail-split-lowercase-expanded):
3512
3513         * nndiary.el (nndiary): Add :version.
3514
3515         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
3516
3517         * mml-sec.el (mml-default-sign-method)
3518         (mml-default-encrypt-method, mml-signencrypt-style-alist):
3519         Add :version.
3520
3521         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
3522
3523         * mm-url.el (mm-url-use-external, mm-url-program)
3524         (mm-url-arguments): Add :version.
3525
3526         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
3527         (mm-attachment-file-modes, mm-decrypt-option)
3528         (mm-w3m-safe-url-regexp): Add :version.
3529
3530         * message.el (message-cite-prefix-regexp)
3531         (message-sendmail-envelope-from, message-minibuffer-local-map)
3532         (message-user-fqdn, message-completion-alist): Add :version.
3533
3534         * gnus-win.el (gnus-configure-windows-hook)
3535         (gnus-use-frames-on-any-display): Add :version.
3536
3537         * gnus-art.el (gnus-article-address-banner-alist)
3538         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
3539         (gnus-treat-from-picon, gnus-treat-mail-picon)
3540         (gnus-treat-x-pgp-sig): Add :version.
3541
3542         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
3543         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
3544         (gnus-summary-article-delete-hook)
3545         (gnus-summary-display-while-building): Add :version.
3546
3547         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
3548         (gnus-get-top-new-news-hook):Add :version.
3549
3550         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3551         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
3552
3553         * gnus-registry.el (gnus-registry): Add :version.
3554
3555         * gnus-spec.el (gnus-use-correct-string-widths)
3556         (gnus-make-format-preserve-properties): Add :version.
3557
3558         * gnus.el (gnus-group-charter-alist)
3559         (gnus-group-fetch-control-use-browse-url)
3560         (gnus-install-group-spam-parameters): Add :version.
3561
3562         * gnus-diary.el (gnus-diary): Add :version.
3563
3564         * gnus-delay.el (gnus-delay): Add :version.
3565
3566         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3567         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
3568         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
3569         Add :version.
3570
3571         * gnus-agent.el (gnus-agent-max-fetch-size)
3572         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
3573         (gnus-agent-prompt-send-queue): Add :version.
3574
3575         * deuglify.el (gnus-outlook-deuglify): Add :version.
3576
3577         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
3578         cleanup.
3579         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
3580         (html2text-format-tag-list): Add "strong" and "em".
3581         From "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
3582
3583 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * gnus-registry.el (gnus-registry-hashtb): create the registry
3586         when package is loaded
3587
3588         * spam.el (spam-summary-score-preferred-header): global preference
3589         for people who want to override the default SpamAssassin over
3590         Bogofilter preference (when both are set)
3591         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
3592         (spam-user-format-function-S): check spam-summary-score-preferred-header
3593         (spam-extra-header-to-number): add X-Bogosity header parsing
3594         (spam-user-format-function-S): format the score correctly
3595
3596 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
3599         signature file.  Suggested by Manoj Srivastava
3600         <srivasta@golden-gryphon.com>.
3601
3602         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
3603         iso-2022-jp even in the Japanese language environment.
3604         Suggested by Jason Rumney <jasonr@gnu.org>.
3605
3606 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
3609         use the same characters as the dummy marks; make it free from
3610         getting affected by the language environment.
3611         (gnus-summary-read-group-1): Update mark positions only when the
3612         format spec is updated.
3613
3614         * gnus-spec.el (gnus-update-format-specifications): Return a list
3615         of updated types.
3616
3617 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
3620         of boundp to check if display-warning is available.
3621
3622 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
3623
3624         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
3625
3626 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * nnspool.el (nnspool-spool-directory): Use news-path if the
3629         news-directory variable is not bound.
3630
3631         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
3632         function instead of display-warning if it is not available.
3633
3634 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
3637         v5-10: Use `point-at-bol'.
3638
3639 2004-10-26  Simon Josefsson  <jas@extundo.com>
3640
3641         * hashcash.el: Fix URL in comment, reported by Cheng Gao
3642         <chenggao@gmail.com>.
3643
3644 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
3647         instead.
3648
3649 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
3652         to remove a server from the nnimap-server-buffer-alist
3653         (nnimap-open-connection, nnimap-close-server): use it
3654
3655         * gnus-encrypt.el: removed in favor of encrypt.el
3656
3657 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
3660         running the major-mode function.
3661
3662 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
3665         dummy marks in the right way.
3666
3667 2004-10-18  David Edmondson  <dme@dme.org>
3668
3669         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
3670         excessively.
3671
3672 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * gnus-util.el (gnus-split-references): accept a nil references
3675         string and go on blissfully
3676
3677         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
3678         cases where the references string is non-nil but has no references
3679
3680         * encrypt.el: add autoload tags
3681
3682         * spam.el (spam-resolve-registrations-routine): remove article
3683         from unregistration list too.  Reported by David Hanak
3684         <dhanak@isis.vanderbilt.edu>
3685
3686 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
3689         nil.  Changed custom type.
3690
3691 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
3692
3693         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
3694
3695         * gnus-sum.el (gnus-summary-move-article): Use it.
3696
3697 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * encrypt.el: add autoload cookies
3700
3701         * spam.el (spam-backend-article-list-property)
3702         (spam-backend-get-article-todo-list)
3703         (spam-backend-put-article-todo-list, )
3704         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
3705         resolve registrations separately
3706         (spam-register-routine): format comments
3707         (spam-unregister-routine, spam-register-routine): always call with
3708         specific-articles, no default list
3709         (spam-summary-prepare-exit): use the spam-classifications function
3710
3711         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
3712         gnus-encrypt.el
3713
3714         * encrypt.el: copied from gnus-encrypt.el
3715
3716         * gnus-encrypt.el: commented that it's obsolete
3717
3718 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
3719
3720         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
3721         (gnus-score-save): Use it.
3722
3723         * message.el (message-bury): Use `window-dedicated-p'.
3724
3725 2004-10-15  Simon Josefsson  <jas@extundo.com>
3726
3727         * pop3.el (top-level): Don't require nnheader.
3728         (pop3-read-timeout): Add.
3729         (pop3-accept-process-output): Add.
3730         (pop3-read-response, pop3-retr): Use it.
3731
3732 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
3733
3734         * spam.el (spam-register-routine): move comment
3735         (spam-verify-bogofilter): we use 'unknown for the initial
3736         spam-bogofilter-valid state, not 'never
3737
3738         * netrc.el (netrc-machine-user-or-password): convenience wrapper
3739         for netrc-machine
3740
3741         * nnimap.el (nnimap-open-connection): use
3742         netrc-machine-user-or-password
3743
3744 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3745
3746         * gnus-registry.el (gnus-registry-unload-hook):
3747         Set as a variable with add-hook.
3748
3749         * nnspool.el (nnspool-spool-directory): Use news-directory instead
3750         of news-path.
3751
3752         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
3753
3754         * spam.el: Delete duplicate `provide'.
3755         (spam-unload-hook): Set as a variable with add-hook.
3756
3757 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
3760         in the doc string.
3761
3762         * message.el (message-ignored-news-headers)
3763         (message-ignored-supersedes-headers)
3764         (message-ignored-resent-headers)
3765         (message-forward-ignored-headers): Improve custom type.
3766
3767 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * message.el (message-tokenize-header): Fix 2004-09-06 change
3770         which used point-min in the wrong place.
3771
3772 2004-10-12  Simon Josefsson  <jas@extundo.com>
3773
3774         * net/tls.el (tls-certtool-program): New variable.
3775         (tls-certificate-information): New function, based on
3776         ssl-certificate-information.
3777
3778 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * compface.el: Move the version of ELisp-based uncompface program
3781         to the contrib directory because of the copyright problem.
3782
3783 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3784
3785         * message.el (message-kill-buffer): Raise the current frame.
3786
3787 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3788
3789         * gnus-sum.el: Mention that multibyte characters don't work as marks.
3790
3791         * gnus.el (message-y-or-n-p): Autoload.
3792
3793         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
3794         (pop3-password-required, pop3-authentication-scheme)
3795         (pop3-leave-mail-on-server): Made customizable.
3796         (pop3): New custom group.
3797         (pop3-retr): Remove `sleep-for' statements.
3798         Suggested by Dave Love <fx@gnu.org>.
3799
3800         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
3801         Windows/DOS.
3802
3803         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
3804         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
3805         Dave Love <fx@gnu.org>.
3806
3807         * mml.el (mml-minibuffer-read-disposition): Require match.
3808         Suggested by Dave Love <fx@gnu.org>.
3809
3810 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
3813         doc string.
3814
3815 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
3818
3819 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3820
3821         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
3822         instead of calling `mm-insert-inline', to decode text/* parts
3823         before displaying them.
3824
3825 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * mm-uu.el (mm-uu-text-plain-type): New variable.
3828         (mm-uu-pgp-signed-extract-1): Use it.
3829         (mm-uu-pgp-encrypted-extract-1): Use it.
3830         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
3831         bind mm-uu-text-plain-type with that value.
3832         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
3833         mm-uu-dissect.
3834
3835 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-group.el (gnus-update-group-mark-positions):
3838         * gnus-sum.el (gnus-update-summary-mark-positions):
3839         * message.el (message-check-news-body-syntax):
3840         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
3841         of string-as-multibyte.
3842
3843 2004-10-05  Juri Linkov  <juri@jurta.org>
3844
3845         * gnus-group.el (gnus-update-group-mark-positions):
3846         * gnus-sum.el (gnus-update-summary-mark-positions):
3847         * message.el (message-check-news-body-syntax):
3848         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
3849         8-bit unibyte values to a multibyte string for search functions.
3850
3851 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * mm-uu.el (mm-uu-dissect): Allow optional arg.
3854         (mm-uu-dissect-text-parts): New function.
3855
3856         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
3857         dissect text parts.
3858
3859         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
3860         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
3861
3862         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
3863
3864         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
3865         gnus-current-topics instead of gnus-current-topic.
3866
3867 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
3868
3869         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
3870
3871 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
3872
3873         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
3874         where approriate.
3875
3876         * nnml.el (nnml-generate-active-info): do.
3877
3878         * nndiary.el (nndiary-generate-active-info): do.
3879
3880         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
3881         (gnus-topic-move): do.
3882
3883         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
3884         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
3885
3886         * gnus-srvr.el (gnus-server-prepare)
3887         (gnus-server-open-all-servers): do.
3888
3889         * gnus-msg.el (gnus-summary-cancel-article)
3890         (gnus-summary-resend-message)
3891         (gnus-summary-mail-crosspost-complaint): do.
3892
3893         * gnus-move.el (gnus-change-server): do.
3894
3895         * gnus-group.el (gnus-group-unmark-all-groups)
3896         (gnus-group-set-current-level): do.
3897
3898 2004-10-04  Simon Josefsson  <jas@extundo.com>
3899
3900         * message.el (message-generate-hashcash): Doc fix.
3901
3902 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
3903
3904         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
3905         avoid infinite recursion via gnus-get-function.
3906
3907 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
3908
3909         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
3910
3911         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
3912
3913         * nnmail.el (nnmail-split-history): do.
3914
3915         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
3916         (nnml-request-delete-group): do.
3917
3918         * nnslashdot.el (nnslashdot-read-groups): do.
3919
3920         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
3921         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
3922
3923         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
3924         (nnspool-sift-nov-with-sed): Use last
3925         (nnspool-retrieve-headers-with-nov): Use mapc.
3926         (nnspool-request-newgroups): Use dolist.
3927         (nnspool-request-group): Use last.
3928
3929         * nntp.el (nntp-read-server-type): Use dolist.
3930
3931         * nnvirtual.el (nnvirtual-create-mapping)
3932         (nnvirtual-update-read-and-marked): Use dolist.
3933         (nnvirtual-convert-headers): Simplify.
3934
3935 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
3936
3937         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
3938         support for sync'ing tick marks.
3939
3940 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
3943         there's no visible header.
3944
3945 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
3946
3947         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
3948         necessary, pass full group name to gnus-request-set-marks.
3949
3950 2004-10-01  Simon Josefsson  <jas@extundo.com>
3951
3952         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
3953         acroread.
3954
3955 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * spam-report.el (spam-report-gmane): Fix interactive.
3958
3959         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
3960
3961         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
3962         when writing file.
3963         (gnus-agent-synchronize-flags): Don't default to being
3964         interactive.
3965
3966 2004-09-30  Simon Josefsson  <jas@extundo.com>
3967
3968         * message.el (message-generate-hashcash): Add.
3969         (message-send-mail): Use it, call mail-add-payment.
3970
3971 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3972
3973         * spam.el (spam-verify-bogofilter): -V, not -sV option
3974
3975 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
3976
3977         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
3978         gnus-requst-update-info with explicit code to sync the in-memory
3979         info read flags with the marks being sync'd to the backend.
3980
3981         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
3982
3983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3984
3985         * spam.el (spam-verify-bogofilter): new function
3986         (spam-check-bogofilter)
3987         (spam-bogofilter-register-with-bogofilter): use it
3988         (spam-verify-bogofilter): small fixes
3989
3990 2004-09-28  Simon Josefsson  <jas@extundo.com>
3991
3992         * hashcash.el (hashcash-generate-payment): Revert.
3993
3994 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3995
3996         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
3997         gnus-extract-references instead of gnus-split-references
3998
3999         * gnus-util.el (gnus-extract-references): new function, analogous
4000         to gnus-split-references but extracts only the message-ID without
4001         anything extra
4002
4003         * hashcash.el (hashcash-generate-payment)
4004         (hashcash-check-payment): do the right thing if hashcash-path is
4005         nil (because the hashcash program could not be found)
4006
4007         * spam.el (spam-use-hashcash): remove comment
4008
4009 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
4010
4011         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
4012         (gnus-cache-enter-article, gnus-cache-remove-article)
4013         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
4014
4015         * gnus-async.el (gnus-async-prefetch-remove-group): do.
4016
4017         * gnus-art.el (article-hide-boring-headers)
4018         (article-translate-strings, article-display-face)
4019         (gnus-article-mime-match-handle-first)
4020         (gnus-article-highlight-headers)
4021         (gnus-article-add-buttons-to-head): do.
4022
4023 2004-09-27  Simon Josefsson  <jas@extundo.com>
4024
4025         * hashcash.el: New version, from
4026         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
4027         ../contrib/.
4028
4029 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4032
4033 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4034
4035         * gnus-dup.el (gnus-dup-open): Use mapc.
4036         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
4037
4038         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
4039         Reported by Stefan Wiens <s.wi@gmx.net>.
4040
4041         * gnus.el (gnus-shutdown): Use dolist.
4042
4043         * gnus-undo.el (gnus-undo): Use mapc.
4044
4045         * nnrss.el (nnrss-generate-active): do.
4046
4047         * message.el (message-cite-original-without-signature)
4048         (message-cite-original): Use mapc.
4049         (message-do-actions, message-make-forward-subject): Use dolist.
4050
4051 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4052
4053         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
4054         deletion to remove entire duplicate line.  Fixes merged article
4055         number bug.
4056
4057 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4058
4059         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
4060         servers that are offline.  Avoids having gnus-agent-toggle-plugged
4061         first ask if you want to open a server and then, even when you
4062         responded with no, asking if you want to synchronize the server's
4063         flags.
4064         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
4065         multi-line expressions.
4066         (gnus-agent-synchronize-group-flags): New internal function.
4067         Updates marks in memory (in the info structure) AND in the
4068         backend.
4069
4070         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
4071
4072         * nnagent.el (nnagent-request-set-mark): Use
4073         gnus-agent-synchronize-group-flags, not backend's request-set-mark
4074         method, to ensure that synchronization updates marks in the
4075         backend and in the info (in memory) structure.
4076
4077 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
4080         convention fully; don't miss the root article of a thread; make
4081         the X-Draft-From header with correct article numbers.
4082
4083 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
4084
4085         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4086         unless plugged.  Disable the agent so that an open failure causes
4087         an error.
4088
4089         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
4090         Reverted 2004-09-21 change.  The backend must be opened while
4091         synchronizing flags even when the backend stores the flags
4092         locally.
4093
4094 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4097         in `header' match.  Reported by Svend Tollak Munkejord.
4098
4099         * message.el (message-cite-original): Fix use of
4100         `message-cite-articles-with-x-no-archive'.
4101
4102 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
4105         (gnus-window-to-buffer): Ditto.
4106
4107         * mml.el (mml-preview-buffer): New variable.
4108         (mml-preview): Manage window layout with gnus-buffer-configuration.
4109
4110         * gnus-msg.el (gnus-setup-message): Put article numbers into the
4111         X-Draft-From header even if those articles aren't quoted.
4112
4113 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
4114
4115         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
4116         (gnus-request-set-mark, gnus-request-update-mark): Use new
4117         g-s-t-u-l-m to decide to use backend even when unplugged.
4118
4119 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
4122         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
4123
4124 2004-09-20  Simon Josefsson  <jas@extundo.com>
4125
4126         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
4127         "utf-16-le".
4128
4129 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4130
4131         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4132
4133 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4134
4135         * uudecode.el (uudecode-use-external): Add :version.
4136
4137         * smime.el (smime-CA-file, smime-encrypt-cipher)
4138         (smime-dns-server): Add :version.
4139
4140         * smiley.el (gnus-smiley-file-types): Add :version.
4141
4142         * sha1.el (sha1-use-external): Add :version.
4143
4144         * pgg-def.el (pgg-query-keyserver): Add :version.
4145
4146         * nnmail.el (nnmail-fancy-expiry-targets)
4147         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4148
4149         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4150         (nnimap-retrieve-groups-asynchronous): Add :version.
4151         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
4152
4153         * mml.el (mml-content-disposition-parameters)
4154         (mml-insert-mime-headers-always): Add :version.
4155
4156         * mm-util.el (mm-coding-system-priorities):
4157
4158         * mm-decode.el (mm-inline-text-html-with-images)
4159         (mm-keep-viewer-alive-types, mm-external-terminal-program)
4160         (mm-verify-option): Add :version.
4161         (mm-text-html-renderer): Change :version.
4162
4163         * message.el (message-fcc-externalize-attachments)
4164         (message-required-headers, message-draft-headers)
4165         (message-subject-trailing-was-query)
4166         (message-subject-trailing-was-ask-regexp)
4167         (message-subject-trailing-was-regexp, message-mark-insert-begin)
4168         (message-mark-insert-end, message-archive-header)
4169         (message-archive-note, message-cross-post-default)
4170         (message-cross-post-note, message-followup-to-note)
4171         (message-cross-post-note-function, message-use-mail-followup-to)
4172         (message-subscribed-address-functions)
4173         (message-subscribed-address-file, message-subscribed-addresses)
4174         (message-subscribed-regexps, message-allow-no-recipients)
4175         (message-yank-cited-prefix, message-signature-insert-empty-line)
4176         (message-hidden-headers, message-hierarchical-addresses)
4177         (message-mail-user-agent, message-use-idna)
4178         (message-valid-fqdn-regexp)
4179         (message-strip-special-text-properties, message-header-synonyms)
4180         (message-beginning-of-line, message-tab-body-function): Add :version.
4181         (message-insert-canlock, message-wide-reply-confirm-recipients):
4182         Change :version.
4183
4184         * mail-source.el (mail-source-ignore-errors): Add :group, :type
4185         and :version.
4186         (mail-source-delete-old-incoming-confirm)
4187         (mail-source-movemail-program): Add :version.
4188
4189         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4190         (gnus-agent-cache, gnus-agent): Change :version.
4191
4192         * gnus-util.el (gnus-use-byte-compile): Change :version.
4193
4194         * gnus-sum.el (gnus-summary-make-false-root-always)
4195         (gnus-summary-default-high-score)
4196         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4197         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4198         (gnus-read-all-available-headers, gnus-article-emulate-mime)
4199         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4200         (gnus-sum-thread-tree-single-indent)
4201         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4202         (gnus-sum-thread-tree-leaf-with-other)
4203         (gnus-sum-thread-tree-single-leaf): Add :version.
4204         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4205         (gnus-article-loose-mime): Change :version.
4206
4207         * gnus-start.el (gnus-backup-startup-file)
4208         (gnus-save-startup-file-via-temp-buffer): Add :version.
4209
4210         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4211         (gnus-server-offline-face): Add :version.
4212
4213         * gnus-score.el (gnus-adaptive-word-length-limit):
4214
4215         * gnus-msg.el (gnus-gcc-externalize-attachments)
4216         (gnus-debug-files, gnus-debug-exclude-variables)
4217         (gnus-discouraged-post-methods): Change :version.
4218         (gnus-confirm-mail-reply-to-news)
4219         (gnus-confirm-treat-mail-like-news): Add :version.
4220
4221         * gnus-int.el (gnus-server-unopen-status): Add :version.
4222
4223         * gnus-group.el (gnus-group-jump-to-group-prompt)
4224         (gnus-large-ephemeral-newsgroup)
4225         (gnus-fetch-old-ephemeral-headers): Add :version.
4226
4227         * gnus-fun.el (gnus-x-face-directory)
4228         (gnus-convert-pbm-to-x-face-command)
4229         (gnus-convert-image-to-x-face-command)
4230         (gnus-convert-image-to-face-command): Add :version.
4231
4232         * gnus-delay.el (gnus-delay-default-hour): Add :version.
4233
4234         * gnus-cite.el (gnus-cite-blank-line-after-header)
4235         (gnus-article-boring-faces):
4236
4237         * gnus-art.el (gnus-buttonized-mime-types)
4238         (gnus-inhibit-mime-unbuttonizing)
4239         (gnus-treat-display-face)
4240         (gnus-treat-body-boundary): Change :version.
4241         (gnus-body-boundary-delimiter, gnus-picon-databases)
4242         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4243         (gnus-treat-date-english, gnus-treat-fold-headers)
4244         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4245         (gnus-treat-mail-picon, gnus-treat-wash-html)
4246         (gnus-article-encrypt-protocol)
4247         (gnus-use-idna, gnus-article-over-scroll)
4248         (gnus-mime-display-multipart-alternative-as-mixed)
4249         (gnus-mime-display-multipart-related-as-mixed)
4250         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4251         (gnus-ctan-url, gnus-button-ctan-handler)
4252         (gnus-button-handle-ctan-bogus-regexp)
4253         (gnus-button-ctan-directory-regexp)
4254         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4255         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4256         (gnus-button-man-level, gnus-button-emacs-level)
4257         (gnus-button-message-level, gnus-button-browse-level): Add :version.
4258
4259         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4260         (gnus-agent-go-online): Change :version.
4261         (gnus-agent-expire-unagentized-dirs)
4262         (gnus-agent-auto-agentize-methods): Add :version.
4263
4264         * flow-fill.el (fill-flowed-display-column)
4265         (fill-flowed-encode-column): Add :version.
4266
4267         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4268         (gnus-outlook-deuglify-unwrap-max)
4269         (gnus-outlook-deuglify-cite-marks)
4270         (gnus-outlook-deuglify-unwrap-stop-chars)
4271         (gnus-outlook-deuglify-no-wrap-chars)
4272         (gnus-outlook-deuglify-attrib-cut-regexp)
4273         (gnus-outlook-deuglify-attrib-verb-regexp)
4274         (gnus-outlook-deuglify-attrib-end-regexp)
4275         (gnus-outlook-display-hook): Add :version.
4276
4277         * binhex.el (binhex-use-external): Add :version.
4278
4279 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4282         and `invisible'.
4283
4284 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * gnus-registry.el (gnus-registry-trim): watch out for negatives
4287         in gnus-registry-trim
4288
4289 2004-09-13  Simon Josefsson  <jas@extundo.com>
4290
4291         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
4292
4293         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4294
4295         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
4296         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4297         <yamaoka@jpl.org>.
4298         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
4299         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4300         <yamaoka@jpl.org>.
4301
4302         * sieve.el (sieve-manage-mode): Ditto.
4303
4304 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
4305
4306         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
4307
4308 2004-09-11  Simon Josefsson  <jas@extundo.com>
4309
4310         * dns-mode.el: Add.
4311
4312         * mm-view.el (mm-display-dns-inline): Add.
4313
4314         * mm-decode.el (mm-inline-media-tests): Add text/dns.
4315         (mm-automatic-display): Ditto.
4316
4317         * mailcap.el (mailcap-mime-data): Add text/dns.
4318         (mailcap-mime-extensions): Map .soa to text/dns.
4319
4320 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
4321
4322         * gnus-art.el (article-decode-mime-words, article-babel)
4323         (gnus-article-highlight-signature, gnus-article-add-buttons)
4324         (gnus-signature-toggle): Remove unnecessary bindings of
4325         `inhibit-read-only' inherited from v5.10 merge.
4326
4327 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * nntp.el (nntp): New customization group.
4330         (nntp-authinfo-file): Add customization group.
4331
4332         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
4333
4334         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
4335
4336         * gnus.el (to-address, to-list, subscribed)
4337         (large-newsgroup-initial): Ditto.
4338
4339         * flow-fill.el (fill-flowed-display-column)
4340         (fill-flowed-encode-column): Ditto.
4341
4342 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
4343
4344         * message.el (message-tokenize-header, message-send-mail-with-qmail):
4345         Use point-min rather than 1.
4346         (message-send-mail): Use buffer-size rather than point-max.
4347
4348         * gnus-sum.el (gnus-summary-search-article-forward):
4349         Signal a specific `search-failed' rather than a generic `error'.
4350
4351         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
4352         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
4353         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
4354
4355 2004-09-10  Simon Josefsson  <jas@extundo.com>
4356
4357         * nndb.el (require): Remove tcp and duplicate cl.
4358
4359 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-agent.el (directory-files-and-attributes): Move forward.
4362
4363 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
4364
4365         * gnus-agent.el (directory-files-and-attributes): Optionally
4366         defined to support XEmacs.
4367
4368 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
4369
4370         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
4371         to avoid run-time CL dependencies.
4372         (gnus-agent-unfetch-articles): New function.
4373         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
4374         article numbers even when local .overview file is missing.
4375         (gnus-agent-read-article-number): New function. Only accepts
4376         27-bit article numbers.
4377         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
4378         gnus-agent-read-article-number.
4379         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
4380         from backend while recognizing that article numbers in .overview
4381         must be valid.
4382         (gnus-agent-update-files-total-fetched-for): Use
4383         directory-files-and-attributes to improve performance.
4384         * gnus-int.el (gnus-request-move-article): Use
4385         gnus-agent-unfetch-articles in place of gnus-agent-expire to
4386         improve performance.
4387
4388         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
4389         some users confused by references to .newsrc when they only have a
4390         .newsrc.eld file.
4391         (gnus-convert-mark-converter-prompt,
4392         gnus-convert-converter-needs-prompt): Fixed use of property list.
4393         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
4394         New function. Used internally to only display 'gnus converting
4395         files' message when actually necessary.
4396
4397         * gnus-sum.el (): Removed (require 'gnus-agent) as required
4398         methods now autoloaded.
4399
4400 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-sum.el (gnus-summary-insert-subject): Remove list
4403         identifiers.
4404
4405 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
4406
4407         * gnus-picon.el: Fix indentation and closing parenthesis.
4408
4409 2004-09-01  Simon Josefsson  <jas@extundo.com>
4410
4411         * message.el (message-canlock-generate): Require sha1, not
4412         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
4413         to require within a function.  Sadly, if sha1.el isn't loaded, the
4414         let binding in m-c-g will hide the defcustom definition, which is
4415         bad.)
4416
4417         * canlock.el: Require sha1, not sha1-el.
4418
4419         * message.el: Don't autoload sha1 (there is a autoload cookie in
4420         sha1.el).
4421
4422         * sha1-el.el: Renamed to sha1.el.
4423
4424 2004-08-30  Juanma Barranquero  <lektu@terra.es>
4425
4426         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
4427
4428 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4429
4430         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
4431
4432 2004-08-30  Kim F. Storm  <storm@cua.dk>
4433
4434         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
4435
4436         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
4437         Add :group 'nnimap.
4438
4439 2004-08-30  Simon Josefsson  <jas@extundo.com>
4440
4441         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4442         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
4443
4444 2004-08-30  Simon Josefsson  <jas@extundo.com>
4445
4446         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4447         and ?\' to symbol instead of whitespace (tiny patch).  From
4448         Andreas Schwab <schwab@suse.de>.
4449
4450 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4453
4454         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
4455         instead of re-search-forward.
4456
4457         * gnus-uu.el (gnus-uu-save-article): Ditto.
4458         (gnus-uu-post-encode-uuencode): Ditto.
4459
4460         * html2text.el (html2text-clean-list-items): Ditto.
4461         (html2text-clean-dtdd): Ditto.
4462         (html2text-format-tags): Ditto.
4463
4464         * message.el (message-send-mail-with-sendmail): Fix regexp.
4465         (message-fill-field-general): Use search-forward instead of
4466         re-search-forward.
4467         (unbold-region): Ditto.
4468
4469         * nnrss.el (nnrss-request-article): Ditto.
4470
4471         * nnslashdot.el (nnslashdot-request-article): Ditto.
4472
4473         * nnweb.el (nnweb-gmane-wash-article): Ditto.
4474
4475         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
4476         "Unrecognized menu descriptor" error in XEmacs.
4477
4478 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
4481         entry.
4482
4483         * gnus-group.el (gnus-group-line-format-alist): Convert the value
4484         of gnus-tmp-news-method into string under XEmacs.  It will be
4485         passed to gnus-correct-length which takes only a string argument.
4486
4487 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-util.el (gnus-bind-print-variables): New macro.
4490         (gnus-prin1): Use it.
4491         (gnus-prin1-to-string): Use it.
4492         (gnus-pp): New function.
4493         (gnus-pp-to-string): New function.
4494
4495         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
4496         pp-to-string with gnus-pp-to-string.
4497         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
4498         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
4499         * gnus-msg.el (gnus-debug): Ditto.
4500         * gnus-score.el (gnus-score-save): Ditto.
4501         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
4502         gnus-pp-to-string.
4503         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
4504         with gnus-pp.
4505         * score-mode.el (gnus-score-pretty-print): Ditto.
4506         * webmail.el (webmail-debug): Ditto.
4507
4508 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-art.el (article-display-face, article-display-x-face): Use
4511         buffer-read-only.
4512
4513 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * gnus-art.el (article-hide-list-identifiers): Bind
4516         inhibit-read-only as t.
4517
4518 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
4521
4522 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4523
4524         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
4525         (gnus-narrow-to-page): Don't assume point-min == 1.
4526         (gnus-article-edit-mode): Derive from message-mode.
4527
4528         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
4529         point-min == 1.
4530
4531         * imap.el (imap-parse-address-list, imap-parse-body-ext):
4532         Disable incorrect use of `assert'.
4533
4534         * message.el (message-mode): Set comment-start-skip.
4535
4536
4537 2004-08-22  Sam Steingold  <sds@gnu.org>
4538
4539         * pop3.el (pop3-leave-mail-on-server): New user variable.
4540         (pop3-movemail): Delete mail only when it is nil.
4541
4542 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
4545
4546         * mml.el (mml-preview): Use `pop-to-buffer'.
4547
4548         * message.el (message-goto-mail-followup-to): Insert after "To".
4549         (message-carefully-insert-headers): Add comment.
4550
4551         * gnus.el: Remove unused variable `gnus-article-check-size'.
4552
4553         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
4554
4555         * gnus-art.el (gnus-button-alist): Improve
4556         `gnus-button-handle-library' entry.
4557
4558 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
4559
4560         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
4561         downcase, since XEmacs capitalizes error messages differently.
4562         From Sebastian Freundt <hroptatyr@gna.org>.
4563
4564 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
4565
4566         * nntp.el: Add (require 'gnus) due to reference to
4567         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
4568
4569 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
4570
4571         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
4572         `mm-fill-flowed'.
4573
4574         * mm-decode.el (mm-dissect-singlepart): Check it.
4575
4576 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
4579         'imap' for netrc parsing
4580
4581 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * mailcap.el (mailcap-mime-data): Mark as risky.
4584
4585 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
4588         may be included in the encoded word.
4589         (rfc2047-encode): Don't append a space if the encoded word
4590         includes close parenthesis.
4591
4592 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
4595         of text within parentheses.
4596
4597 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
4600         (gnus-encrypt-write-file-contents): the password key is the file
4601         name PLUS the cipher, not just the cipher.  Also remove failed
4602         passwords from the cache.
4603
4604 2004-08-06  Simon Josefsson  <jas@extundo.com>
4605
4606         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
4607         fix.
4608
4609 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
4612         LWSP.
4613
4614 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
4615
4616         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
4617         to append in-reply-to: data to the references: header
4618
4619         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
4620         (netrc-parse): use gnus-encrypt.el functions
4621
4622         * gnus-encrypt.el: new file for encryption support; currently
4623         does only a few GPG ciphers and an internal XOR cipher
4624
4625         * password.el: add comments on using password-read-and-add
4626         (password-read-and-add): new function to read and add the
4627         password to the cache at once
4628
4629 2004-07-28  Simon Josefsson  <jas@extundo.com>
4630
4631         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
4632         parameter (but don't use it, for now).
4633
4634         * imap.el (imap-ssl-open): Use imap-process-connection-type,
4635         instead of hard coding to nil.
4636
4637 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mm-view.el (mm-inline-image-emacs): Open lines under an image
4640         as mm-inline-image-xemacs does.
4641
4642 2004-07-26  Simon Josefsson  <jas@extundo.com>
4643
4644         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
4645         Revert part of 2004-07-17 change below.
4646
4647 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
4650         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4651
4652 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
4655         quotes that actually start with ">" at the beginning of the
4656         lines.
4657
4658 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * rfc2047.el (rfc2047-encode-region): Fix last change.
4661         (rfc2047-encode-parameter): Remove useless concat.
4662
4663 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
4666         encode special characters; fix some kind of misconfigured headers;
4667         signal a real error if debug-on-quit or debug-on-error is non-nil.
4668         (rfc2047-encode-max-chars): New variable.
4669         (rfc2047-encode-1): Use it.
4670         (rfc2047-encode-parameter): New function.
4671
4672         * mml.el (mml-insert-parameter): Remove an excessive space.
4673
4674 2004-07-17  Simon Josefsson  <jas@extundo.com>
4675
4676         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
4677         Kai Grossjohann <kai@emptydomain.de>.
4678         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
4679         (gnus-group-make-menu-bar): Ditto.
4680
4681         * gnus-util.el (gnus-group-server): Add.
4682
4683 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
4684
4685         * message.el (message-clone-locals): Clone sendmail and smtp
4686         variables.
4687
4688 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * rfc2047.el (rfc2047-encode-region): Fix last change.
4691
4692 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4693         From David Hedbor <dhedbor@real.com>.
4694
4695         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
4696         (nnmail-expand-newtext): Lowercase expanded entries if
4697         nnmail-split-lowercase-expanded is non-nil.
4698
4699 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
4702         characters as non-special.
4703
4704 2004-07-09  Simon Josefsson  <jas@extundo.com>
4705
4706         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
4707         Users will lose all flag changes made while unplugged with
4708         e.g. nntp unless flag synchronization happens, thus `nil' is not a
4709         good default.  See numerous reports on ding mailing list.
4710
4711 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
4714         add generate-head-function and generate-article-function to the
4715         rfc822-forward entry.
4716         (nndoc-rfc822-forward-generate-article): New function.
4717         (nndoc-rfc822-forward-generate-head): New function.
4718
4719         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
4720
4721 2004-07-06  Dan Christensen  <jdc@uwo.ca>
4722
4723         * gnus-sum.el (gnus-summary-read-group-1): When summary
4724         is unthreaded, respect display group parameter.
4725         (gnus-articles-to-read): Remove unused reference to
4726         display group parameter.
4727
4728 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nnheader.el (nnheader-uniquify-message-id): New experimental
4731         variable.
4732         (nnheader-nov-read-message-id): Use it.
4733
4734         * spam-report.el (spam-report-gmane): Add interactive.
4735
4736 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
4739         qp-or-base64 for the application/* types.
4740
4741 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
4742
4743         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
4744         Joakim Verona <joakim@verona.se>.
4745
4746 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * gnus-registry.el (gnus-registry-trim): don't allow a negative
4749         trim value
4750
4751 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
4752
4753         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
4754         New macro and function.
4755         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
4756
4757 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
4760         after-load-alist.
4761
4762 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
4765         update info that isn't there.
4766
4767 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * mm-view.el (mm-inline-render-with-function): Use multibyte
4770         buffer; decode html source by charset.
4771
4772         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
4773
4774         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
4775         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
4776         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
4777         loaded under XEmacs.
4778         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
4779
4780 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
4781
4782         * nnheader.el (nnheader-max-head-length): Increase to 8192.
4783
4784 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * mm-util.el (mm-coding-system-p): Return a coding-system.
4787         (mm-mime-mule-charset-alist): Use shift_jis instead of
4788         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
4789         entries for the mime charsets iso-2022-jp-3 and shift_jis.
4790         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
4791         instead of japanese-shift-jis and iso-latin-1 respectively in
4792         order to share the default value with both Emacs and XEmacs-mule.
4793         (mm-mule-charset-to-mime-charset): Make
4794         mm-coding-system-priorities effective.
4795         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
4796         while predicating of candidates upon the priorities.
4797
4798 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
4799
4800         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4801         gnus-uu-invert-processable.
4802
4803         * gnus.el: Autoload gnus-uu-invert-processable.
4804
4805 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * mm-util.el (mm-with-multibyte-buffer): New macro.
4808
4809         * rfc2047.el (rfc2047-encode-string): Use it.
4810         (rfc2047-encode-region): Move point to the end of the region after
4811         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
4812
4813 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
4816         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
4817
4818 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
4821         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
4822         Karl Chen <quarl@nospam.quarl.org>.
4823
4824 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
4825
4826         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
4827         invalid addresses.
4828
4829 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * spam.el: section markers changed, TODO list revised
4832         (spam-backends): new master list of all installed backends
4833         (spam-summary-exit-behavior): new variable to determine how
4834         messages moves are done at summary exit
4835         (spam-move-spam-nonspam-groups-only)
4836         (spam-process-ham-in-nonham-groups)
4837         (spam-process-ham-in-spam-groups): variables removed, the
4838         spam-summary-exit-behavior variable should be used to manage this
4839         behavior
4840         (spam-old-ham-articles, spam-old-spam-articles): removed
4841         (spam-old-articles): new variable, replacing spam-old-ham-articles
4842         and spam-old-spam-articles
4843         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
4844         empty variables, placeholders for the backends they represent
4845         (spam-set-difference): moved, unchanged
4846         (spam-list-of-processors): variable OBSOLETE, not used anymore
4847         unless the user has a processor variable
4848         (spam-classifications, spam-classification-valid-p)
4849         (spam-backend-properties, spam-backend-property-valid-p)
4850         (spam-backend-function-type-valid-p)
4851         (spam-process-type-valid-p, spam-list-articles): helper functions
4852         (spam-report-articles-gmane, spam-report-articles-resend):
4853         functions removed, they are not needed
4854         (spam-install-backend-super, spam-backend-list)
4855         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
4856         (spam-backend-function, spam-backend-ham-registration-function)
4857         (spam-backend-spam-registration-function)
4858         (spam-backend-ham-unregistration-function)
4859         (spam-backend-spam-unregistration-function)
4860         (spam-backend-statistical-p, spam-backend-mover-p)
4861         (spam-install-backend-alias, spam-install-checkonly-backend)
4862         (spam-install-mover-backend, spam-install-nocheck-backend)
4863         (spam-install-backend, spam-install-statistical-backend)
4864         (spam-install-statistical-checkonly-backend): backend installation
4865         support
4866         (spam-summary-prepare-exit): rewritten to use the new backend code
4867         (spam-group-processor-p): use the new backend code and respect the
4868         summary exit behavior
4869         (spam-mark-spam-as-expired-and-move-routine): removed
4870         (spam-summary-prepare): changed to use the new spam-old-articles
4871         variable
4872         (spam-copy-or-move-routine, spam-copy-spam-routine)
4873         (spam-move-spam-routine, spam-copy-ham-routine)
4874         (spam-move-ham-routine): new code to copy/move ham or spam
4875         (spam-fetch-field-fast): doc and code improved, plus it allows the
4876         'number request
4877         (spam-list-of-checks, spam-list-of-statistical-checks): variables
4878         removed, no longer used
4879         (spam-split, spam-find-spam): use the new backend code
4880         (spam-registration-functions): variable removed, no longer used
4881         (spam-unregister-routine): convenience wrapper
4882         (spam-log-undo-registration, spam-register-routine)
4883         (spam-log-processing-to-registry)
4884         (spam-log-unregistration-needed-p): renamed "check" to "backend"
4885         where possible
4886         (spam-check-gmane-xref, spam-check-regex-headers)
4887         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
4888         (spam-check-whitelist, spam-check-blacklist)
4889         (spam-check-bogofilter-headers, spam-check-spamoracle)
4890         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
4891         (spam-check-crm114-headers): use the spam-split-group that
4892         spam-split prepares, no need to determine it every time
4893
4894         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
4895         the nnheader-parse-naked-head call
4896
4897         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
4898
4899         * gnus-sum.el (gnus-nov-parse-line): add the message number to
4900         the nnheader-nov-read-message-id call
4901
4902 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
4905         gnus-activate-group twice.  Suggested by Markus Peter
4906         <warp@spin.de>.
4907
4908 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-art.el (gnus-article-time-format): Exchange the order of
4911         day and month in the default value; fix customization type.
4912         (article-date-ut): Use add-text-properties.
4913         (article-make-date-line): Use message-make-date instead of
4914         current-time-string.
4915
4916         * message.el (message-fetch-field): Don't use set-text-properties.
4917         (message-make-date): Simplify.
4918
4919         * messagexmas.el (message-xmas-make-date): New function.
4920         (message-xmas-redefine): Defalias message-make-date to it.
4921
4922 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
4925         (rfc2047-encode-region): Treat text within parentheses as special;
4926         show the original text when error has occurred.
4927
4928         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
4929         already-computed method to gnus-activate-group.
4930
4931         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
4932         same select-methods identical Lisp objects.
4933
4934         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
4935         object when modifying the info.
4936
4937 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-srvr.el (gnus-server-set-info): Remove the server from
4940         gnus-opened-servers since it has never been opened with the new
4941         configuration yet.
4942
4943 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
4946         arg to nnheader-generate-fake-message-id.
4947
4948 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * nnheader.el (nnheader-generate-fake-message-id): accept a
4951         number and build a fake message ID localized to a group and
4952         article number (so it's repeatable from that point on)
4953         (nnheader-fake-message-id-p): change regex to accomodate new fake
4954         ID format
4955
4956         * gnus-sum.el (gnus-get-newsgroup-headers): call
4957         nnheader-generate-fake-message-id with the article number
4958
4959 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
4960
4961         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4962         end-of-buffer.
4963
4964 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * message.el (message-ignored-supersedes-headers): Add Approved.
4967
4968 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * rfc2047.el (rfc2047-encode-message-header): Remove useless
4971         goto-char.
4972         (rfc2047-encode): Fold the line before encoding.
4973
4974 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * rfc2047.el (rfc2047-encode-message-header): Disabled header
4977         folding -- not all headers can be folded, and this should be done
4978         by the message composition mode.  Probably.  I think.
4979
4980 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
4983         fast.
4984
4985         * gnus-ems.el (gnus-remove-image): Don't use
4986         message-text-with-property; remove only the image found first.
4987
4988         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
4989         found first.
4990
4991 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
4992
4993         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4994
4995 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * message.el (message-text-with-property): Make it fast and accept
4998         optional arguments.
4999         (message-strip-forbidden-properties): Use it.
5000         (message-fix-before-sending): Follow the m-t-w-p change.
5001
5002         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
5003
5004 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-art.el (article-hide-headers): Don't change the buffer
5007         mistakenly when performing mml-preview even if
5008         gnus-single-article-buffer is nil.
5009
5010 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
5011
5012         * message.el (message-expand-name-databases): New user option.
5013         (message-expand-name): Use it.
5014
5015 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * spam.el (spam-report-articles-resend)
5018         (spam-report-resend-register-routine): allow ham reporting
5019         (spam-report-resend-register-ham-routine): simple wrapper
5020         (spam-registration-functions): add ham resending functions
5021         (spam-list-of-processors): add ham resend processor
5022
5023         * gnus.el (ham-resend-to): new group parameter
5024         (spam-process): add ham resend option
5025
5026         * spam-report.el (spam-report-resend): allow reporting ham
5027         (spam-report-resend-ham): simple wrapper
5028
5029 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * message.el (message-cite-articles-with-x-no-archive): New
5032         variable.
5033         (message-cite-original): Use it.
5034
5035 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * message.el (message-cite-original): Respect X-No-Archive.
5038
5039 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-art.el (article-hide-headers): Refer to the values for
5042         gnus-ignored-headers and gnus-visible-headers in the summary
5043         buffer since a user may have set them as group parameters.
5044
5045 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * assistant.el (assistant-node-name): new convenience function
5048         (assistant-render-text, assistant-render-node): error handling,
5049         plus handle multiple next nodes
5050         (assistant-find-next-node): commented out for now
5051         (assistant-find-next-nodes): new function, returns list of next
5052         nodes
5053
5054 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * mail-source.el (mail-source-directory): Fix doc-string.
5057
5058 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * assistant.el (assistant-render-text, assistant-eval): add :set
5061         widget type, which is different because it takes and returns a
5062         list.  Much hilarity ensues.
5063
5064 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
5067
5068         * gnus-group.el (gnus-group-get-new-news-this-group): Added
5069         doc-string.
5070
5071         * gnus-start.el (gnus-activate-group): Added doc-string.
5072
5073 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
5076
5077 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
5078
5079         * assistant.el (assistant-render-text): trying to add a :set
5080         widget, more to come...
5081
5082         * spam.el (spam-group-spam-contents-p): handle empty groupname
5083         strings
5084         (spam-report-articles-resend)
5085         (spam-report-resend-register-routine): allow spam-report-resend-to
5086         to be a group parameter or a global value
5087         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
5088         (spam-register-routine): do registration iff any articles warrant
5089         it.
5090         (spam-summary-prepare-exit): changed log message for nil group
5091         destinations
5092
5093 2004-05-26  Simon Josefsson  <jas@extundo.com>
5094
5095         * starttls.el: Merge with my GNUTLS based starttls.el.
5096         (starttls-gnutls-program, starttls-use-gnutls)
5097         (starttls-extra-arguments, starttls-process-connection-type)
5098         (starttls-connect, starttls-failure, starttls-success): New
5099         variables.
5100         (starttls-program, starttls-extra-args): Doc fix.
5101         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
5102         functions.
5103         (starttls-negotiate, starttls-open-stream): Check
5104         `starttls-use-gnutls' and pass on to corresponding *-gnutls
5105         function if it is set.
5106
5107 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
5110         structured fields.
5111
5112 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
5115
5116 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * spam.el (spam-mark-junk-as-spam-routine)
5119         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
5120         disable assigning the spam-mark to new messages
5121         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
5122         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
5123
5124 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * dgnushack.el: Autoload customize-set-variable for XEmacs.
5127
5128         * rfc2047.el (rfc2047-encodable-p): Don't move point.
5129         (rfc2047-decode): Treat the ascii coding-system as raw-text by
5130         default.
5131
5132 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
5135         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
5136
5137 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * spam.el (spam-list-of-processors): use nil for nonexistent processors
5140         (spam-group-processor-p): fixed function so it works properly
5141         (spam-group-processor-multiple-p)
5142         (spam-group-spam-processor-report-gmane-p)
5143         (spam-group-spam-processor-report-resend-p)
5144         (spam-group-spam-processor-bogofilter-p)
5145         (spam-group-spam-processor-blacklist-p)
5146         (spam-group-spam-processor-ifile-p)
5147         (spam-group-ham-processor-ifile-p)
5148         (spam-group-spam-processor-spamoracle-p)
5149         (spam-group-spam-processor-crm114-p)
5150         (spam-group-ham-processor-bogofilter-p)
5151         (spam-group-spam-processor-stat-p)
5152         (spam-group-ham-processor-stat-p)
5153         (spam-group-ham-processor-whitelist-p)
5154         (spam-group-ham-processor-BBDB-p)
5155         (spam-group-ham-processor-spamoracle-p)
5156         (spam-group-ham-processor-copy-p): functions removed with some
5157         prejudice against unneeded code
5158         (spam-report-articles-resend)
5159         (spam-report-resend-register-routine): allow the group/topic
5160         spam-resend-to value to override spam-report-resend-to
5161         (spam-summary-prepare-exit): invoke spam-group-processor-p
5162         properly now
5163
5164         * spam-report.el (spam-report-resend-to, spam-report-resend):
5165         start with resend-to set to nil, and then ask the user if
5166         necessary.  From Daniel Pittman <daniel@rimspace.net>.
5167
5168         * gnus.el (spam-resend-to): new group/topic parameter
5169         (spam-process): move the OBSOLETE processors to the end of the
5170         choices.
5171
5172         * spam-report.el (spam-report-resend): spam-report-resend takes a
5173         list of articles, not separate article numbers.  From Daniel
5174         Pittman <daniel@rimspace.net>.
5175
5176 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
5179         addition to emacs-w3m.
5180
5181 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * assistant.el (assistant-authinfo-data): New function.
5184         (assistant-eval): Eval for entire assistant.
5185
5186         * netrc.el (netrc-services-file): New variable.
5187         (netrc-parse-services): New function.
5188         (netrc-find-service-name): New function.
5189         (netrc-find-service-number): New function.
5190         (netrc-port-equal): New function.
5191         (netrc-machine): Use it.
5192
5193         * nnimap.el (nnimap-open-connection): Use netrc.
5194
5195         * gnus-util.el (gnus-netrc-get): Remove aliases.
5196
5197         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
5198
5199         * assistant.el (wid-edit): Fix compilation.
5200
5201         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
5202
5203 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
5204
5205         * gnus-util.el (gnus-set-file-modes): New function.  (small
5206         patch).
5207
5208 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
5211
5212         * assistant.el (assistant-render-node): Fix up rendering and
5213         read-only text.
5214         (assistant-render-node): Reset.
5215         (assistant-make-read-only): Not sticky.
5216
5217 2004-05-20  Danny Siu  <dsiu@adobe.com>
5218
5219         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
5220         centered even when gnus-auto-center-summary is t
5221
5222 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * dns.el (dns-get-txt-answer): New function.
5225         (dns-read-txt): Ditto.
5226         (query-dns): Use it.
5227
5228 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
5231         active for foreign groups even if the group level is higher than
5232         the specified value.
5233
5234 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
5237         non-active groups.
5238
5239         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
5240
5241 2004-05-20  Magnus Henoch  <mange@freemail.hu>
5242
5243         * dns.el (dns-read-type): Add support for SVR.  (small patch)
5244
5245 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
5248         (spam-crm114-header, spam-crm114-spam-switch)
5249         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
5250         (spam-crm114-positive-spam-header)
5251         (spam-crm114-database-directory, spam-list-of-processors)
5252         (spam-group-spam-processor-crm114-p)
5253         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
5254         (spam-generic-score, spam-list-of-checks)
5255         (spam-list-of-statistical-checks, spam-registration-functions)
5256         (spam-check-crm114-headers, spam-crm114-score)
5257         (spam-check-crm114, spam-crm114-register-with-crm114)
5258         (spam-crm114-register-spam-routine)
5259         (spam-crm114-unregister-spam-routine)
5260         (spam-crm114-register-ham-routine)
5261         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
5262         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
5263
5264         * gnus.el: added spam-use-crm114
5265
5266         * spam.el (spam-list-of-processors, spam-registration-functions):
5267         add spam-use-resend
5268         (spam-group-spam-processor-report-resend-p): utility wrapper
5269         (spam-report-articles-gmane): doc fix
5270         (spam-report-articles-resend,
5271         spam-report-resend-register-routine): wrappers around
5272         spam-report-resend-to
5273
5274         * spam-report.el (spam-report-resend-to, spam-report-resend):
5275         support for resending spam
5276         (spam-report-gmane): line length >80 fix
5277
5278         * gnus.el (spam-process): add spam-use-resend
5279
5280 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5281
5282         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
5283         number of processed spam messages.
5284         (spam-ham-copy-or-move-routine): Return the number of processed
5285         ham messages.
5286         (spam-summary-prepare-exit): Use the above values to decide
5287         whether status messages shouled be displayed.
5288
5289 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
5292         `rfc2047-encoding-function-alist' in order to avoid conflicting
5293         with the old version.
5294         (rfc2047-encode-region): Concatenate words containing non-ASCII
5295         characters in structured fields; don't encode space-delimited
5296         ASCII words even in unstructured fields; don't break words at
5297         char-category boundaries.
5298         (rfc2047-encode-1): New function.
5299         (rfc2047-encode): Use it; encode text so that it occupies the
5300         maximum width within 76-column; work correctly on Q encoding for
5301         iso-2022-* charsets.
5302         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
5303         sure not to break a line just after the header name.
5304         (rfc2047-b-encode-region): Removed.
5305         (rfc2047-b-encode-string): New function.
5306         (rfc2047-q-encode-region): Removed.
5307         (rfc2047-q-encode-string): New function.
5308
5309         * mm-util.el (mm-replace-in-string): New function.
5310
5311 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
5314         get it right.
5315         (gnus-inews-make-draft): Really.
5316
5317 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
5318
5319         * nnmh.el (nnmh-request-list-1): Don't check the link count
5320         before descending.  (small patch)
5321
5322 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
5325         stuff.
5326
5327         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
5328         on real group name.
5329
5330         * gnus-art.el (gnus-signature-limit): Doc fix.
5331
5332         * gnus-msg.el (gnus-inews-make-draft): Quote list.
5333
5334         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
5335
5336 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
5337
5338         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
5339         isn't a string.
5340
5341 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * gnus-draft.el (gnus-draft-send): Bind
5344         rfc2047-encode-encoded-words.
5345
5346         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
5347         (rfc2047-encodable-p): Say that =? needs encoding.
5348         (rfc2047-encode-encoded-words): New variable.
5349
5350         * gnus-group.el (gnus-group-select-group): Doc fix.
5351
5352         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
5353
5354         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
5355         to nil.
5356
5357         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
5358
5359         * nnheader.el (nnheader-get-lines-and-char): New function.
5360
5361 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * gnus-msg.el (gnus-summary-followup-with-original): Document
5364         yanking of region when active.
5365
5366 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
5369         groups if the group level is higher than the specified value.
5370
5371 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
5374         (gnus-group-jump-to-group): Added prefix argument using
5375         `gnus-group-jump-to-group-prompt'.  Query before jumping to
5376         non-active group.
5377
5378         * compface.el (uncompface): Be verbose when changing
5379         `uncompface-use-external'.
5380
5381         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
5382         handle manual section.
5383
5384 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-art.el (gnus-button-alist): Revert previous change.
5387
5388 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
5391
5392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393
5394         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
5395         whether backend can accept message.
5396
5397         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
5398
5399 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
5400
5401         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
5402         Avoid creating directory when nntp-marks-is-evil is true.
5403         Reported by Reiner Steib.
5404
5405 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gnus-picon.el (gnus-picon-style): New variable.
5408         (gnus-picon-insert-glyph): Added optional `nostring' argument.
5409         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
5410         Jesper Harder <harder@ifa.au.dk>.
5411
5412 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * message.el (message-fill-field): Return point.
5415         (message-generate-headers): Go to end of field.
5416
5417         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
5418         stuff for non-living groups.
5419
5420 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
5421
5422         * gnus-art.el (gnus-article-followup-with-original)
5423         (gnus-article-reply-with-original): gnus-mark-active-p ->
5424         gnus-region-active-p.
5425
5426 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * spam.el (spam-summary-prepare-exit): fix messages, so they show
5429         only when there is spam or ham to be processed
5430
5431 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432
5433         * mail-source.el (mail-source-delete-crash-box): Refactor.
5434         (mail-source-fetch): Use it.
5435         (mail-source-fetch-file): Ditto.
5436         (mail-source-fetch-directory): Run postscript in loop.
5437         (mail-source-fetch-pop): Delete.
5438         (mail-source-fetch-maildir): Ditto.
5439         (mail-source-fetch-imap): Ditto.
5440
5441         * imap.el (imap-authenticators): Comment out sasl.
5442
5443         * message.el (message-skip-to-next-address): New function.
5444         (message-fill-header-address): Refactor.
5445         (message-fill-address): Use it.
5446         (message-delete-address): Use it.
5447         (message-fill-header-general): Refactor.
5448         (message-fill-field-address): Rename.
5449         (message-narrow-to-field): Find the start of the header.
5450         (message-header-format-alist): Don't pre-fill.
5451         (message-fill-header): Removed.
5452         (message-insert-header): New function.
5453         (message-shorten-references): Use it.
5454
5455         * rfc2047.el (rfc2047-field-value): Strip props.
5456
5457         * mail-parse.el (mail-header-make-address): New alias.
5458
5459         * ietf-drums.el (ietf-drums-make-address): New function.
5460
5461         * imap.el: Add compiler directives.
5462
5463         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
5464
5465         * gnus-art.el (article-decode-idna-rhs): Don't use
5466         message-idna-inside-rhs-p.
5467
5468 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * message.el (message-idna-inside-rhs-p): Removed.
5471         (message-idna-to-ascii-rhs-1): Use proper address parsing.
5472
5473         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
5474         false positives.
5475
5476 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
5477
5478         * imap.el (imap-sasl-make-mechanisms): Use sasl.
5479
5480 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * nneething.el (nneething-file-name): Don't create spurions
5483         files.
5484
5485         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
5486         (gnus-inews-do-gcc): Remove sleep.
5487
5488         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
5489         part under point.
5490
5491         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
5492         (gnus-agent-regenerate-group): Using nil messages aren't valid.
5493
5494 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
5497
5498 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
5501         header is not nil (tiny change).  From Nelson Ferreira
5502         <nelson.ferreira@verizon.net>.
5503
5504         * spam.el (spam-summary-prepare-exit): only produce "marking spam
5505         as expired without moving it" message when there are spam
5506         messages left
5507
5508 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
5509
5510         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
5511         nntp-possibly-create-directory, not nntp-possibly-change-group.
5512         (nntp-marks-changed-p): New arg SERVER.
5513         (nntp-request-update-info): Adjust caller.
5514
5515 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
5516
5517         * nntp.el (nntp-save-marks): Pass missing arg.
5518
5519 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
5520
5521         * nntp.el: Support marks.
5522         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
5523         (nntp-marks-modtime, nntp-marks-directory): New variables.
5524         (nntp-request-set-mark, nntp-request-update-info)
5525         (nntp-possibly-create-directory, nntp-marks-changed-p)
5526         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
5527         functions.
5528
5529 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
5530
5531         * gnus-xmas.el (gnus-xmas-select-lowest-window)
5532         (gnus-xmas-redefine): Rename.
5533
5534         * gnus-score.el (gnus-score-insert-help): Use
5535         gnus-select-lowest-window.
5536
5537         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
5538         appt-select-lowest-window and rename to gnus-select-lowest-window.
5539
5540         * gnus.el: do.
5541
5542 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5543
5544         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
5545         encodings of MIME-encoded words, in order to improve
5546         interoperability with several broken MUAs.
5547
5548 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5549
5550         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
5551         tags, only when charsets are not specified in headers.
5552         (mm-inline-text-html-render-with-w3m): Ditto.
5553
5554         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
5555         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
5556
5557 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5558
5559         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
5560         instead of MIME-decoded from fields when checking
5561         `gnus-article-address-banner-alist'.
5562
5563 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
5564
5565         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
5566         description rather than subject.
5567
5568 2004-05-02  Steve Youngs  <steve@youngs.au.com>
5569
5570         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
5571
5572 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * gnus.el (gnus-version-number): Bump.
5575
5576 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5577
5578         * gnus.el: No Gnus v0.2 is released.
5579
5580 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * gnus-agent.el (gnus-agent-read-agentview): Inline
5583         gnus-uncompress-range.
5584
5585 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5586
5587         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
5588         `exec-installed-p'.
5589
5590 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5591
5592         * gnus.el (spam-process, spam-autodetect-methods): Add
5593         bsfilter and bsfilter-headers.
5594
5595         * spam.el (spam-bsfilter): New customize group.
5596         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
5597         (spam-bsfilter-header, spam-bsfilter-probability-header)
5598         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
5599         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
5600         (spam-bsfilter-database-directory): New options.
5601         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
5602         (spam-list-of-statistical-checks, spam-registration-functions):
5603         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
5604         (spam-bsfilter-score): New command.
5605         (spam-check-bsfilter-headers, spam-check-bsfilter)
5606         (spam-bsfilter-register-with-bsfilter)
5607         (spam-bsfilter-register-spam-routine)
5608         (spam-bsfilter-unregister-spam-routine)
5609         (spam-bsfilter-register-ham-routine)
5610         (spam-bsfilter-unregister-ham-routine): New functions.
5611         (spam-generic-score): Support bsfilter; Accept an optional argument
5612         to recalcurate spam score even if scoring header has already been
5613         added.
5614         (spam-bogofilter-score, spam-spamassassin-score): Accept an
5615         optional argument to recalcurate spam score even if scoring header
5616         has already been added.
5617
5618 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
5619
5620         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
5621         strings!  Reported by David D. Smith <davidsmith@acm.org>.
5622         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
5623         link is missing.
5624
5625 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
5626
5627         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
5628         (html2text-get-attr): Rewrite.
5629
5630         * message.el (message-setup-1): Remove redundant put-text-property
5631         on mail-header-separator.
5632
5633 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * gnus-registry.el (gnus-registry-cache-whitespace)
5636         (gnus-registry-action, gnus-registry-spool-action)
5637         (gnus-registry-split-fancy-with-parent): changed message levels
5638         from 5 to 3 or 7, as needed
5639
5640         * spam.el (spam-summary-prepare-exit)
5641         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
5642         (spam-split, spam-find-spam, spam-log-undo-registration)
5643         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
5644         level from 5 to 6
5645
5646 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-ems.el: Autoload appt-select-lowest-window (revert
5649         2004-03-04 change).
5650
5651 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
5652
5653         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
5654         Use mapc when appropriate.
5655
5656         * sieve-manage.el (sieve-manage-open): do.
5657
5658         * nnweb.el (nnweb-insert-html): do.
5659
5660         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
5661         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
5662
5663         * nnspool.el (nnspool-request-group): do.
5664
5665         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
5666         do.
5667
5668         * nnml.el (nnml-request-update-info): do.
5669
5670         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
5671         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
5672
5673         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
5674         (nnimap-request-set-mark): do.
5675
5676         * nnfolder.el (nnfolder-request-update-info): do.
5677
5678         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
5679         do.
5680
5681         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
5682
5683         * gnus-uu.el (gnus-uu-find-articles-matching): do.
5684
5685         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
5686         do.
5687
5688         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
5689         do.
5690
5691         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
5692
5693         * gnus-nocem.el (gnus-nocem-scan-groups): do.
5694
5695         * gnus-int.el (gnus-start-news-server): do.
5696
5697         * gnus-group.el (gnus-group-make-kiboze-group)
5698         (gnus-group-browse-foreign-server): do.
5699
5700 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
5703         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
5704         <shields@msrl.com>:
5705
5706         * spam.el (spam-necessary-extra-headers): get the extra headers we
5707         may need for spam sorting and scoring
5708         (spam-user-format-function-S): a user format function suitable for
5709         general use
5710         (spam-article-sort-by-spam-status): sorting function for summary
5711         sorting
5712         (spam-extra-header-to-number): get a score from a header
5713         (spam-summary-score): get a numeric score from the headers
5714         (spam-generic-score): oops, function doc in wrong place
5715         (spam-initialize): take symbols when it's run, and install the
5716         extra headers that spam-necessary-extra-headers thinks we need
5717
5718 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * spam.el (spam-summary-prepare-exit): logic and message fix.
5721         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
5722
5723 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
5724
5725         * gnus-sum.el (gnus-set-global-variables)
5726         (gnus-build-all-threads, gnus-get-newsgroup-headers)
5727         (gnus-article-get-xrefs, gnus-summary-best-group)
5728         (gnus-summary-next-article, gnus-summary-enter-digest-group)
5729         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
5730         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
5731         with-current-buffer.
5732
5733 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * spam.el (spam-summary-prepare-exit): simplified logic
5736         (spam-fetch-article-header): read the article header if it's not
5737         available
5738         (spam-list-articles): simplified logic
5739         (spam-filelist-register-routine): found bug with unregister-list
5740
5741         * gnus-registry.el: clarified comments at beginning
5742
5743 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
5744
5745         * message.el (message-cater-to-broken-inn): Remove.
5746         (message-shorten-references): Make sure the total folded length of
5747         References is shorter than 998 characters to cater to a bug in INN
5748         2.3.  Also, don't pretend that references aren't folded -- this
5749         hasn't worked for a while.
5750
5751 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5752
5753         * gnus-agent.el (gnus-agentize):
5754         gnus-agent-send-mail-real-function no longer set to current value
5755         of message-send-mail-function but rather a lambda that calls
5756         message-send-mail-function.  The change makes the agent real-time
5757         responsive to user changes to message-send-mail-function.
5758
5759 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5760
5761         * legacy-gnus-agent.el
5762         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
5763         help from Florian Weimer <fw@deneb.enyo.de>
5764
5765 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * nnmail.el (nnmail-cache-insert): Revert last change.
5768
5769 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * nnmail.el (nnmail-cache-insert): Always check whether
5772         nnmail-cache-ignore-groups matches a group name.
5773
5774 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
5775
5776         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
5777         (spam-find-spam, spam-log-processing-to-registry)
5778         (spam-log-registered-p, spam-log-unregistration-needed-p)
5779         (spam-log-undo-registration): use gnus-message instead of
5780         gnus-error, none of these errors are fatal
5781
5782         * gnus-registry.el (gnus-registry-clean-empty-function)
5783         (gnus-registry-clean-empty): remove only empty entries without
5784         extra data
5785
5786 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5787
5788         * spam-stat.el (spam-stat-buffer-change-to-spam)
5789         (spam-stat-buffer-change-to-non-spam): change (error) to
5790         (gnus-message 8) invocation
5791
5792 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * nntp.el (nntp-via-netcat-command): New variable.
5795         (nntp-via-netcat-switches): New variable.
5796         (nntp-open-via-rlogin-and-netcat): New function.
5797         (nntp-open-connection-function): Doc fix.
5798         (nntp-telnet-command): Doc fix.
5799         (nntp-end-of-line): Doc fix.
5800         (nntp-via-rlogin-command): Doc fix.
5801         (nntp-via-user-name): Doc fix.
5802         (nntp-via-address): Doc fix.
5803
5804 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
5807         error in Emacs 21.1.
5808
5809 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
5810
5811         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
5812
5813 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5814         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
5815         (gnus-agent-with-refreshed-group): New macro.
5816         (gnus-agent-rename-group): New function.
5817         (gnus-agent-delete-group): New function.
5818         (gnus-agent-save-group-info): Use gnus-command-method when
5819         `method' parameter is nil.  Don't write nil entries into the
5820         active file.
5821         (gnus-agent-get-group-info): New function.
5822         (gnus-agent-fetch-articles): Use
5823         gnus-agent-update-files-total-fetched-for to increment disk space
5824         used.
5825         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
5826         gnus-agent-update-view-total-fetched-for to increment disk space
5827         used.
5828         (gnus-agent-get-local): Added optional parameters to avoid calling
5829         gnus-group-real-name and gnus-find-method-for-group.
5830         (gnus-agent-set-local): Delete stored entry if either min, or max,
5831         are nil.
5832         (gnus-agent-fetch-session): Reworded error/quit messages.  On
5833         quit, use gnus-agent-regenerate-group to record existance of any
5834         articles fetched to disk before the quit occurred.
5835         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
5836         gnus-agent-update-view-total-fetched-for, and
5837         gnus-agent-update-files-total-fetched-for to decrement disk space
5838         used.
5839         (gnus-agent-retrieve-headers): Use
5840         gnus-agent-update-view-total-fetched-for to increment disk space
5841         used.
5842         (gnus-agent-regenerate-group): Replace gnus-group-update-group
5843         with gnus-agent-update-files-total-fetched-for to decrement disk
5844         space and fresh group buffer.
5845         (gnus-agent-inhibit-update-total-fetched-for): New variable.
5846         (gnus-agent-need-update-total-fetched-for): New variable.
5847         (gnus-agent-update-files-total-fetched-for): New function.
5848         (gnus-agent-update-view-total-fetched-for): New function.
5849         (gnus-agent-total-fetched-for): New function.
5850
5851         * gnus-cache.el (gnus-cache-save-buffers): Use
5852         gnus-cache-update-overview-total-fetched-for to change disk space
5853         used by this group.
5854         (gnus-cache-possibly-enter-article): Use
5855         gnus-cache-update-file-total-fetched-for to increment disk space
5856         used by this group.
5857         (gnus-cache-possibly-remove-article): Use
5858         gnus-cache-update-file-total-fetched-for to decrement disk space
5859         used by this group.
5860         (gnus-cache-generate-nov-databases): Purge total fetched cache.
5861         (gnus-cache-rename-group): New function.
5862         (gnus-cache-delete-group): New function.
5863         (gnus-cache-inhibit-update-total-fetched-for): New variable.
5864         (gnus-cache-need-update-total-fetched-for): New variable.
5865         (gnus-cache-with-refreshed-group): New macro.
5866         (gnus-cache-update-file-total-fetched-for): New function.
5867         (gnus-cache-update-overview-total-fetched-for): New function.
5868         (gnus-cache-rename-group-total-fetched-for): New function.
5869         (gnus-cache-delete-group-total-fetched-for): New function.
5870         (gnus-cache-total-fetched-for): New function.
5871
5872         * gnus-group.el: Require gnus-sum and autoload functions to
5873         resolve warnings when gnus-group.el compiled alone.
5874         (gnus-group-line-format): Documented new %F
5875         (size of Fetched data) group line format; identifies disk space
5876         used by agent and cache.
5877         (gnus-group-line-format-alist): Defined new F format.
5878         (gnus-total-fetched-for): New function.
5879         (gnus-group-delete-group): No longer update
5880         gnus-cache-active-altered as gnus-request-delete-group now keeps
5881         the cache in sync.
5882         (gnus-group-list-active): Let the agent store a server's active
5883         list if currently plugged.
5884
5885         * gnus-int.el (gnus-request-delete-group): Use
5886         gnus-cache-delete-group and gnus-agent-delete-group to keep the
5887         local disk in sync with the server.
5888          (gnus-request-rename-group): Use
5889         gnus-cache-rename-group and gnus-agent-rename-group to keep the
5890         local disk in sync with the server.
5891
5892         * gnus-start.el (gnus-get-unread-articles): Cosmetic
5893         simplification to logic.
5894
5895         * gnus-util.el (gnus-rename-file): New function.
5896
5897 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
5898
5899         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
5900         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
5901
5902         * mm-util.el (mm-image-load-path): Handle nil in load-path.
5903         From Christian Neukirchen <chneukirchen@yahoo.de>.
5904
5905 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
5906
5907         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
5908         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
5909
5910 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
5911
5912         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
5913
5914 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * spam.el (spam-set-difference): new function to replace
5917         gnus-set-difference in spam.el
5918         (spam-summary-prepare-exit): use spam-set-difference
5919
5920 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * gnus-registry.el (gnus-registry-cache-file): updated to use
5923         gnus-dribble-directory OR gnus-home-directory OR ~
5924         (gnus-registry-split-fancy-with-parent): fixed doc
5925
5926 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * message.el (message-exchange-point-and-mark): Use
5929         message-mark-active-p.  Suggested by Jesper Harder
5930         <harder@ifa.au.dk>.
5931
5932 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * message.el (message-exchange-point-and-mark): Don't activate
5935         region if it was inactive.  Suggested by Hiroshi Fujishima
5936         <pooh@nature.tsukuba.ac.jp>.
5937
5938 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-art.el (article-display-face): Display Faces in the same
5941         order as X-Faces.
5942
5943 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
5946
5947 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
5950         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
5951         (gnus-article-mime-hierarchy): Remove.
5952         (gnus-article-mime-hierarchy-next): Remove.
5953         (gnus-article-mode): Revert 2004-03-19 change.
5954         (gnus-article-setup-buffer): Revert 2004-03-19 change.
5955         (gnus-insert-mime-button): Revert 2004-03-19 change.
5956         (gnus-mime-accumulate-hierarchy): Remove.
5957         (gnus-mime-enter-multipart): Remove.
5958         (gnus-mime-leave-multipart): Remove,
5959         (gnus-mime-display-part): Revert 2004-03-19 change.
5960         (gnus-mime-display-alternative): Revert 2004-03-19 change.
5961
5962         * mml.el (mml-preview): Revert 2004-03-19 change.
5963
5964 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
5965
5966         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
5967
5968 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
5971         t while entering a file name using the mm-with-multibyte macro.
5972         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5973
5974         * mm-util.el (mm-with-multibyte): New macro.
5975
5976 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
5979         user option.
5980         (gnus-mime-multipart-functions): Doc and customization fix.
5981         (gnus-article-mime-hierarchy): New variable.
5982         (gnus-article-mime-hierarchy-next): New variable.
5983         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
5984         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
5985         gnus-article-mime-hierarchy-next to nil.
5986         (gnus-insert-mime-button): Show hierarchy numbers.
5987         (gnus-mime-accumulate-hierarchy): New function.
5988         (gnus-mime-enter-multipart): New function.
5989         (gnus-mime-leave-multipart): New function.
5990         (gnus-mime-display-part): Recompute hierarchical MIME structure.
5991         (gnus-mime-display-alternative): Show hierarchy numbers.
5992
5993         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
5994         gnus-article-mime-hierarchy-next to nil.
5995
5996 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
5997
5998         * dns.el: Don't require gnus-xmas.
5999
6000 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
6001
6002         * mml.el (mml-generate-mime-1): Don't use format=flowed with
6003         inline PGP.
6004         (mml-menu): Disable mml-quote-region if mark is inactive.
6005
6006 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
6009         when the group's active is not available.
6010
6011 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
6014         error.
6015
6016         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6017         parent article of a sparse article in the thread hashtb.  From
6018         Stefan Wiens <s.wi@gmx.net>.
6019
6020 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * imap.el (imap-store-password): New variable.
6023         (imap-interactive-login): Use it.
6024         Suggested by Mark Plaksin <happy@mcplaksin.org>.
6025
6026 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-art.el (gnus-article-read-summary-keys): Restore new
6029         window-start and hscroll to summary window.
6030
6031 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6032
6033         * gnus-start.el (gnus-convert-old-newsrc): Only write the
6034         conversion message to newsrc-dribble when an actual conversion is
6035         performed.
6036
6037 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
6038
6039         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
6040
6041 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * mm-decode.el (mm-complicated-handles): New function reviving
6044         former definition of mm-multiple-handles.
6045
6046         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
6047         (gnus-mime-delete-part): Use it.
6048
6049 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
6050
6051         * gnus-agent.el (gnus-agent-read-local): Bind
6052         nnheader-file-coding-system to gnus-agent-file-coding-system to
6053         avoid the implicit assumption that they will always be equal.
6054         (gnus-agent-save-local): Bind buffer-file-coding-system, not
6055         coding-system-for-write, as the with-temp-file macro first prints
6056         to a buffer then saves the buffer.
6057
6058 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-article-edit-part): New function.
6061         (gnus-mime-save-part-and-strip): Use it; do query instead of
6062         signaling an error; don't use mm-multiple-handles.
6063         (gnus-mime-delete-part): Ditto.
6064
6065 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
6066
6067         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
6068         old file versions.
6069         (gnus-group-prepare-hook): Removed function that converted list
6070         form of gnus-agent-expire-days to group properties.
6071
6072         * gnus-int.el: Autoload gnus-agent-regenerate-group.
6073         (gnus-request-accept-article): Re-indented.
6074
6075         * gnus-start.el (gnus-convert-old-newsrc): Registered new
6076         converters to handle old agent file formats.  Added logic for a
6077         "backup before upgrading warning".
6078         (gnus-convert-mark-converter-prompt): Developers can mark
6079         functions as needing (default), or not needing,
6080         gnus-convert-old-newsrc's "backup before upgrading warning".
6081         (gnus-convert-converter-needs-prompt): Tests whether the user
6082         should be protected from potentially irreversable changes by the
6083         function.
6084
6085         * legacy-gnus-agent.el (): New. Provides converters that are only
6086         loaded when gnus-convert-old-newsrc needs to call them.
6087
6088 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * mail-source.el (mail-source-touch-pop): Doc fix.
6091
6092         * message.el (message-smtpmail-send-it): Doc fix.
6093
6094 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
6095
6096         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
6097
6098         * nnmail.el (nnmail-split-fancy): do.
6099
6100         * gnus-kill.el (gnus-kill, gnus-execute): do.
6101
6102 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6103
6104         * gnus-sum.el (gnus-widget-reversible-match)
6105         (gnus-widget-reversible-to-internal)
6106         (gnus-widget-reversible-to-external): New functions.
6107         (gnus-widget-reversible): New widget.
6108         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
6109
6110 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
6111
6112         * gnus-sum.el (gnus-thread-sort-functions)
6113         (gnus-article-sort-functions): Document `(not F)' items.
6114
6115 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * spam.el (spam-use-gmane-xref): new backend
6118         (spam-gmane-xref-spam-group): variable to control the name of the
6119         Gmane spam group
6120         (spam-blackhole-servers, spam-blackhole-good-server-regex)
6121         (spam-regex-headers-spam, spam-regex-headers-ham)
6122         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
6123         (spam-list-of-checks): added spam-use-gmane-xref to list of
6124         backends and checks
6125         (spam-check-gmane-xref): function for spam-use-gmane-xref
6126
6127         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
6128         an autodetect method
6129
6130 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
6131
6132         * gnus-int.el (gnus-request-accept-article): Inform the agent that
6133         articles are being added to a group.
6134         (gnus-request-replace-article): Inform the agent that articles
6135         need to be uncached as the cached contents are no longer valid.
6136
6137 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * binhex.el: Don't autoload executable-find.
6140
6141         * canlock.el: Don't autoload mail-fetch-field.
6142
6143         * dgnushack.el: Autoload c-mode for XEmacs.
6144
6145         * gnus-ems.el: Don't autoload appt-select-lowest-window.
6146
6147         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
6148         rmail-dont-reply-to and rmail-output.
6149
6150         * gnus-score.el: Don't autoload ffap-string-at-point.
6151
6152         * gnus-setup.el: Don't autoload sc-cite-original.
6153
6154         * imap.el: Don't autoload base64-decode-string,
6155         base64-encode-string and md5.
6156
6157         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
6158         and rmail-msg-restore-non-pruned-header.
6159
6160         * mm-decode.el: Don't autoload executable-find.
6161
6162         * mm-url.el: Don't autoload executable-find.
6163
6164         * mm-view.el: Don't autoload diff-mode.
6165
6166         * nndb.el: Don't autoload news-reply-mode, news-setup,
6167         cancel-timer and telnet.
6168
6169         * password.el: Don't autoload run-at-time for Emacs.
6170
6171         * sha1-el.el: Don't autoload executable-find.
6172
6173         * sieve-mode.el: Don't autoload c-mode.
6174
6175         * uudecode.el: Don't autoload executable-find.
6176
6177 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
6178
6179         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
6180         (gnus-agent-possibly-alter-active): Avoid null in numeric
6181         comparison.
6182         (gnus-agent-set-local): Refuse to save null in local object table.
6183         (gnus-agent-regenerate-group): The REREAD parameter can now be a
6184         list of articles that will be marked as unread.
6185
6186 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
6189
6190 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
6191
6192         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
6193         language tags.
6194
6195 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6196
6197         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
6198         Don't bind "obarray".
6199
6200         * gnus-sum.el (gnus-thread-sort-functions): Added
6201         `gnus-thread-sort-by-most-recent-number' and
6202         `gnus-thread-sort-by-most-recent-date'.
6203         Reported by Kai Grossjohann <kai@emptydomain.de>.
6204
6205 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
6208
6209 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
6210
6211         * gnus-cus.el (gnus-agent-customize-category): Removed
6212         ignore-errors macro reference that required cl to be loaded at
6213         run-time.
6214
6215         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
6216         single-interval range of the form (min . max).  Previously the
6217         range had to look like ((min . max)).  Likewise, return
6218         (min . max) rather than ((min . max)).
6219         (gnus-range-map): Use gnus-range-normalize to accept
6220         single-interval range.
6221
6222         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
6223         the cache, but not the agent, now appear with their usual face.
6224
6225         * dgnushack.el (loaddir): New variable that is bound to the
6226         directory containing the dgnushack.el file. Use loaddir, rather
6227         than srcdir, to update load-path. Change lets dgnushack compile
6228         code in directories other than GNUS/lisp.
6229
6230 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * lpath.el: Don't bind w3m-safe-url-regexp.
6233
6234         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
6235         w3m-safe-url-regexp variable buffer-local.
6236
6237         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6238
6239 2004-02-27  Simon Josefsson  <jas@extundo.com>
6240
6241         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
6242         gnus-group-real-prefix.
6243         (gnus-summary-move-article): Use it, instead of
6244         gnus-group-real-prefix.
6245
6246 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * lpath.el: Bind w3m-safe-url-regexp.
6249
6250         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
6251         w3m-safe-url-regexp variable buffer-local and set it as the value
6252         of mm-w3m-safe-url-regexp.
6253
6254         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6255
6256         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
6257         parsing gnus-posting-styles when the message is not for replying.
6258
6259         * dgnushack.el: Autoload sgml-mode for XEmacs.
6260
6261         * nnrss.el (nnrss-opml-export): Use
6262         mm-set-buffer-file-coding-system instead of
6263         set-buffer-file-coding-system.
6264
6265 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
6266
6267         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
6268         of checkdoc.el).
6269         * nnrss.el: do.
6270         * gnus-mlspl.el: do.
6271         * gnus-ml.el: do.
6272         * gnus-srvr.el: do.
6273
6274         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
6275
6276 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6277
6278         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
6279         Corrections to custom-manual links.
6280
6281         * gnus-art.el (gnus-article): Ditto.
6282
6283         * mm-decode.el (mime-display, mime-security): Ditto.
6284
6285 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6286
6287         * flow-fill.el: Typo.
6288
6289 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
6290
6291         * spam-wash.el: New file.
6292
6293 2004-02-26  Mark A. Hershberger <mah@everybody.org>
6294
6295         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
6296
6297 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6298
6299         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
6300         to be run with new-articles as LIST1, not LIST2
6301         (spam-registration-functions): add spam-use-ham-copy as a nil
6302         registration backend
6303
6304 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6305
6306         * spam-stat.el (spam-stat-washing-hook): New option.
6307         (spam-stat-buffer-words): Use it.
6308         (spam-stat-process-directory, spam-stat-test-directory): Use
6309         insert-file-contents-literally.
6310         (spam-stat-coding-system): New variable.
6311         (spam-stat-load, spam-stat-save): Use it.
6312
6313 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * spam-report.el (spam-report-plug-agent): Quote
6316         spam-report-url-to-file and spam-report-url-ping-plain.
6317
6318 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
6321         / in mailto URLs.
6322
6323 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * spam-report.el (spam-report-process-queue): Fix interactive use.
6326         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
6327         (spam-report-unplug-agent): Doc fixes.
6328         (spam-report-url-ping-mm-url, spam-report-url-to-file)
6329         (spam-report-agentize, spam-report-deagentize): Autoload
6330
6331 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
6334
6335         * message.el (message-setup-fill-variables): Add mml tags to
6336         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
6337         <ajk@iu.edu>.
6338         (message-mode): Don't modify paragraph-separate there.
6339
6340 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * compface.el (uncompface-use-external): Default to undecided.
6343         (uncompface-use-external-threshold): New variable.
6344         (uncompface-float-time): New macro.
6345         (uncompface): Determine whether to use the external decoder if
6346         uncompface-use-external is undecided.
6347
6348 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6349
6350         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
6351         after images.
6352
6353         * gnus-art.el (gnus-mime-display-single): Remove dead code.
6354
6355 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
6356
6357         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
6358
6359         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
6360
6361         * gnus-sum.el (gnus-summary-limit-to-age)
6362         (gnus-summary-limit-children): do.
6363
6364         * gnus-int.el (gnus-request-scan): do.
6365
6366         * gnus-group.el (gnus-group-suspend): do.
6367
6368         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
6369
6370         * gnus-cite.el (gnus-cite-parse-attributions): do.
6371
6372         * gnus-agent.el (gnus-summary-set-agent-mark)
6373         (gnus-agent-regenerate-group): do.
6374
6375         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
6376
6377         * binhex.el (binhex-decode-region-internal): do.
6378
6379 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-fun.el (gnus-face-properties-alist): New user option.
6382         (gnus-display-x-face-in-from): Use it.
6383
6384         * gnus-art.el (article-display-face): Ditto.
6385
6386         * compface.el (uncompface-use-external): Default to nil.
6387
6388 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
6389
6390         * nntp.el (nntp-erase-buffer): New function.
6391         (nntp-retrieve-data, nntp-send-command)
6392         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
6393         (nntp-possibly-change-group): Use it.
6394
6395         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
6396         with-current-buffer.
6397
6398 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
6399
6400         * compface.el: Merge the ELisp-based uncompface program.
6401         (compface): New customization group.
6402         (uncompface-use-external): New user option.
6403         (uncompface): Call uncompface-internal if uncompface-use-external
6404         is nil.
6405         (uncompface-internal): New function.  Note that there are also
6406         some other functions and variables added for this function.
6407
6408 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
6409
6410         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
6411         if necessary.
6412
6413 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6414
6415         * spam-report.el (spam-report-unplug-agent)
6416         (spam-report-plug-agent, spam-report-deagentize)
6417         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
6418         support for the Agent in spam-report: when unplugged, report to a
6419         file; when plugged, submit all the requests
6420
6421         * spam.el (spam-register-routine): improved message about
6422         registration
6423
6424 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
6425
6426         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
6427         dependencies.
6428         (rfc2047-encode): Use it.
6429
6430         * gnus-art.el (gnus-button-marker-list): Move before first
6431         reference.
6432
6433         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6434         (imap-parse-body): Fix format string mismatch.
6435
6436         * gnus-score.el (gnus-summary-increase-score): do.
6437
6438         * nnrss.el (nnrss-close): New function.
6439
6440 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
6441
6442         * nnrss.el (nnrss-make-filename): New function.
6443         (nnrss-request-delete-group, nnrss-read-server-data)
6444         (nnrss-save-server-data, nnrss-read-group-data)
6445         (nnrss-save-group-data): Use it.
6446         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
6447         (nnrss-read-server-data, nnrss-read-group-data): Use load.
6448         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
6449
6450 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
6451
6452         * mml.el (mml-compute-boundary-1): Don't uncompress files.
6453
6454 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
6455
6456         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
6457         files.
6458
6459         * message.el (message-generate-headers-first): Don't quote nil
6460         and t in docstrings.
6461
6462         * imap.el (imap-id): do.
6463
6464         * gnus-agent.el (gnus-agent-consider-all-articles)
6465         (gnus-agent-queue-mail): do.
6466
6467 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * spam-report.el (spam-report-process-queue): New function.
6470         Process requests from `spam-report-requests-file'.
6471         (spam-report-process-queue): Doc fix.
6472
6473 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
6474
6475         * spam.el (spam-register-routine)
6476         (spam-log-processing-to-registry, spam-log-registered-p)
6477         (spam-log-unregistration-needed-p, spam-log-undo-registration):
6478         change "check" to "spam-check" for semi-clarity
6479
6480 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
6481
6482         * pop3.el: Require nnheader.
6483
6484         * mml-smime.el: Require cl.  Autoload message-fetch-field.
6485
6486         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
6487
6488         * gnus-picon.el: Require cl.
6489
6490         * gnus-fun.el: Require gnus-ems and gnus-util.
6491
6492         * gnus.el (gnus-method-to-server): Move defsubst before first use.
6493
6494         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
6495
6496         * gnus-art.el (gnus-article-edit-mode): Define before first
6497         reference.
6498
6499 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
6500
6501         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
6502         (gnus-uu-post-encoded): Use point-at-bol.
6503
6504         * gnus-topic.el (gnus-group-active-topic-p): do.
6505
6506         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
6507
6508         * gnus-group.el (gnus-group-kill-region): do.
6509
6510         * gnus-art.el (article-date-ut): do.
6511
6512         * message.el (message-fetch-field): Remove redundant
6513         case-fold-search binding.
6514         (message-narrow-to-field): Simplify.
6515
6516 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * spam.el (spam-directory): Derive from `gnus-directory'.
6519
6520         * spam-report.el (spam-report-url-to-file)
6521         (spam-report-requests-file): New function and variable for offline
6522         reporting.
6523         (spam-report-url-ping-function): Add `spam-report-url-to-file'
6524         and user defined function.
6525         (spam-report-url-ping-mm-url): Remove doubled slash.
6526
6527 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
6528
6529         * spam.el (spam-list-of-processors): fixed spamassassin variable names
6530
6531 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
6532
6533         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
6534         format string mismatch.
6535
6536         * sieve.el (sieve-deactivate-all): do.
6537
6538         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
6539
6540         * nnlistserv.el (nnlistserv-kk-wash-article): do.
6541
6542         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
6543
6544         * mm-bodies.el (mm-7bit-chars): Don't include \r.
6545
6546 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
6549         the list of checks
6550
6551 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
6552
6553         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
6554         padding.
6555
6556 2004-01-27  Simon Josefsson  <jas@extundo.com>
6557
6558         * mm-view.el (mm-fill-flowed): Add.
6559         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
6560         <angeli@iwi.uni-sb.de>.
6561
6562 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * spam.el (spam-spamassassin-register-ham-routine)
6565         (spam-spamassassin-register-spam-routine): fixed function names
6566
6567 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus.el (gnus-tmp-grouplens): Remove.
6570         (gnus-summary-line-format): Remove grouplens.
6571
6572         * gnus-group.el (gnus-group-line-format): Ditto.
6573
6574         * gnus-spec.el (gnus-format-specs): Ditto.
6575         (gnus-update-format-specifications): Flush the group format spec
6576         cache if there's the grouplens stuff.
6577         (gnus-parse-simple-format): Replace %l with the empty string.
6578
6579 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
6580
6581         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
6582         omission.
6583         From Jerry James  <james@xemacs.org>
6584
6585 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
6588         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6589
6590 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6591
6592         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
6593         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
6594         New macros and functions.
6595         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
6596         Handle > NLINK_MAX messages.
6597         * nnmaildir.el (nnmaildir-request-set-mark): Use
6598         nnmaildir--emlink-p and nnmaildir--eexist-p.
6599
6600 2004-01-25  Alex Schroeder  <alex@gnu.org>
6601
6602         * spam-stat.el (spam-stat-process-directory-age): New option.
6603         (spam-stat-process-directory): Use it.
6604
6605 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
6606
6607         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
6608         (spam-stat-save): Accept prefix argument.
6609
6610 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
6611
6612         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
6613         links" error.
6614
6615 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
6618         the rest of the and/or forms.
6619
6620 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
6621
6622         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
6623         compatibility with old .newsrc.eld files.
6624
6625         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
6626
6627         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
6628
6629         * gnus-start.el (gnus-1): do.
6630
6631         * gnus-group.el (gnus-group-line-format-alist): do.
6632
6633         * gnus.el (gnus-use-grouplens, gnus-visual): do.
6634
6635         * gnus-gl.el: Remove.
6636
6637 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
6638
6639         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
6640         marks consisting of a single range {for example, (3 . 5)} rather
6641         than a list of a single range { ((3 . 5)) }.
6642
6643 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
6644
6645         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
6646         with-current-buffer.
6647         (spam-stat-store-current-buffer): Use insert-buffer-substring to
6648         avoid consing a string.
6649
6650         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
6651         Remove obsolete entries for big5 and gb2312.
6652
6653 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
6654
6655         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
6656         uncompressed list.
6657
6658 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
6659
6660         * spam-stat.el (spam-stat-strip-xref): New function.
6661         (spam-stat-process-directory): Use it.
6662
6663         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
6664         here -- it's done in message-fetch-field.
6665
6666 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
6667
6668         * gnus-agent.el (gnus-agent-queue-mail,
6669         gnus-agent-prompt-send-queue): New variables.
6670         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
6671         * gnus-draft.el (gnus-group-send-queue): Pass the group name
6672         "nndraft:queue" along to gnus-draft-send.  Use
6673         gnus-agent-prompt-send-queue.
6674         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
6675         is "nndraft:queue".  Suggested by Gaute Strokkenes
6676         <gs234@srcf.ucam.org>
6677
6678         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
6679         (agent-enable-undownloaded-faces): Added
6680         (gnus-agent-cat-groups): Use eval-and-compile, not
6681         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
6682         method of gnus-agent-cat-groups even when the buffer has been
6683         evaled.
6684         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
6685         delete gnus-agent-save-active-1.
6686         (gnus-agent-save-groups): Deleted. Identical to
6687         gnus-agent-save-active.
6688         (gnus-agent-write-active): No longer adjust agent's copy of active
6689         file as agent's adjustments are now stored in their own
6690         file. Removed optional parameter.
6691         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
6692         servers.  Add use of min/max range limits from server's local
6693         file.
6694         (gnus-agent-save-alist): Removed unused optional argument.
6695         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
6696         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
6697         (gnus-agent-set-local): A per-server file that keeps min/max range
6698         limits for articles known to the agent.  Provides a fast mechanism
6699         for altering many active ranges.
6700         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
6701         active file (local makes it unnecessary).
6702         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
6703
6704         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
6705         (agent-enable-undownloaded-faces): Added
6706
6707         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
6708         disable it when sending to "nndraft:queue".
6709         (gnus-group-send-queue): Add safety check to avoid sending queue
6710         when unplugged.
6711
6712         * gnus-group.el (gnus-group-catchup): Use new
6713         gnus-sequence-of-unread-articles, not
6714         gnus-list-of-unread-articles, to avoid exhausting memory with huge
6715         numbers of articles.  Use gnus-range-map to avoid having to
6716         uncompress the unread list.
6717         (gnus-group-archive-directory,
6718         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
6719         reference.
6720
6721         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
6722         (gnus-sorted-range-intersection): Intersection of two ranges
6723         without requiring that they first be uncompressed.
6724
6725         * gnus-start.el (gnus-activate-group): Unless blocked by the
6726         caller, possibly expand the active range to include both cached
6727         and agentized articles.
6728         (gnus-convert-old-newsrc): Rewrote in anticipation of having
6729         multiple version-dependent converters.
6730         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
6731         gnus-agent-save-active.
6732         (gnus-save-newsrc-file): Save dirty agent range limits.
6733
6734         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
6735         gnus-agent-possibly-alter-active.
6736         (gnus-adjust-marked-articles): Faster handling of simple lists
6737
6738 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
6739
6740         * spam-stat.el (spam-stat-test-directory): New optional argument
6741         displays a list of files detected.  Suggested by Andrew Cohen
6742         <cohen@andy.bu.edu>.
6743         (spam-stat-buffer-words-with-scores): Don't narrow and change
6744         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
6745
6746 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * spam.el (gnus-summary-mode-map): make spam-generic-score the
6749         default scoring function
6750         (spam-generic-score): calls spam-spamassassin-score if
6751         spam-use-spamassassin or spam-use-spamassassin-headers is on;
6752         spam-bogofilter-score otherwise.
6753
6754         From Hubert Chan <hubert@uhoreg.ca>:
6755
6756         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
6757         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
6758         (spam-spamassassin-arguments)
6759         (spam-spamassassin-spam-flag-header)
6760         (spam-spamassassin-positive-spam-flag-header)
6761         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
6762         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
6763         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6764         (spam-list-of-processors, spam-list-of-checks)
6765         (spam-list-of-statistical-checks, spam-registration-functions)
6766         (spam-check-spamassassin-headers, spam-check-spamassassin)
6767         (spam-spamassassin-score)
6768         (spam-spamassassin-register-with-sa-learn)
6769         (spam-spamassassin-register-spam-routine)
6770         (spam-spamassassin-register-ham-routine)
6771         (spam-assassin-register-spam-routine)
6772         (spam-assassin-register-ham-routine): add SpamAssassin support
6773         (spam-bogofilter-score): fix to show article before scoring
6774
6775         * gnus.el (spam-process, spam-autodetect-methods): add
6776         spamassassin and spamassassin-headers
6777
6778         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6779         Suppress unnecessary messages.  From Nevin Kapur
6780         <nkapur@cs.caltech.edu>.
6781
6782 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
6783
6784         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
6785         make-hash-table.
6786
6787 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * canlock.el (base64-encode-string): Don't autoload it.
6790
6791 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * run-at-time.el: Remove useless (require 'itimer),
6794         eval-and-compile and (featurep 'xemacs).
6795
6796 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
6797
6798         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
6799         GROUP is a virtual group.
6800
6801 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
6802
6803         * gnus.el: Autoload `message-y-or-n-p'.
6804
6805 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
6806
6807         * pgg-parse.el: Remove unnecessary (require 'custom).
6808
6809         * pgg-def.el: do.
6810
6811         * nnmail.el: do.
6812
6813         * gnus-undo.el: do.
6814
6815         * gnus-picon.el: do.
6816
6817         * gnus-util.el: do.
6818
6819 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * gnus-sum.el (gnus-pick-line-number): Add autoload.
6822
6823 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
6826         handle, as well as a list.
6827
6828         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
6829         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
6830         (mm-w3m-cid-retrieve): Simplify.
6831
6832 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
6833
6834         * message.el (message-kill-to-signature): Allow prefix arg to
6835         specify number of lines to keep before signature.  From Vasily
6836         Korytov.
6837         (message-kill-to-signature): Change docstring.
6838
6839 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * canlock.el: Always require sha1-el.
6842         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
6843
6844         * message.el: Autoload sha1 only when compiling.
6845
6846         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
6847         eudc-expand-inline for XEmacs.
6848
6849 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * message.el (message-canlock-generate): Require sha1-el.
6852
6853 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
6854
6855         * message.el (message-expand-name): Silence the byte compiler.
6856
6857         * lpath.el: Add detect-coding-system.
6858
6859         * dgnushack.el (dgnushack-compile): Remove obsolete check for
6860         cus-edit.
6861
6862 2004-01-13  Simon Josefsson  <jas@extundo.com>
6863
6864         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
6865         Invoke gnus-score-mode.  Reported by
6866         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
6867
6868         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
6869         Jim Blandy <jimb@redhat.com> (tiny change).
6870
6871 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
6872
6873         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
6874
6875 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
6876
6877         * spam.el (spam-get-article-as-string): updated to use
6878         gnus-request-article-this-buffer, much simpler
6879         (spam-get-article-as-buffer): removed
6880
6881 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
6882
6883         * message.el (message-expand-name): Use EUDC if the user uses
6884         that.
6885
6886 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
6887
6888         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
6889         character for the encoding to avoid consing a string.
6890
6891         * rfc2047.el (rfc2047-decode-string): Don't cons a string
6892         unnecessarily.
6893
6894         * mm-util.el (mm-replace-chars-in-string): Remove.
6895
6896         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
6897         of mm-replace-chars-in-string.
6898
6899 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
6900
6901         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
6902         strings.
6903
6904         * mm-util.el (mm-subst-char-in-string): Support inplace.
6905
6906         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
6907         a new string in every iteration.  Use shy groups.
6908
6909 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
6910
6911         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
6912         (gnus-group-change-level, gnus-kill-newsgroup)
6913         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
6914         (gnus-get-unread-articles, gnus-make-articles-unread)
6915         (gnus-make-ascending-articles-unread): Use accessor
6916         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
6917         to get group information for improved readability.
6918
6919         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
6920
6921         * gnus-soup.el (gnus-soup-group-brew): do.
6922
6923         * gnus-msg.el (gnus-put-message): do.
6924
6925         * gnus-move.el (gnus-group-move-group-to-server): do.
6926
6927         * gnus-kill.el (gnus-batch-score): do.
6928
6929         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
6930         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
6931         (gnus-group-update-group, gnus-group-read-group)
6932         (gnus-group-make-group, gnus-group-make-help-group)
6933         (gnus-group-make-archive-group, gnus-group-make-directory-group)
6934         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
6935         (gnus-group-sort-by-unread, gnus-group-catchup)
6936         (gnus-group-unsubscribe-group, gnus-group-kill-group)
6937         (gnus-group-yank-group, gnus-group-set-info)
6938         (gnus-group-list-groups): do.
6939
6940         * gnus.el (gnus-generate-new-group-name): do.
6941
6942         * gnus-delay.el (gnus-delay-send-queue): do.
6943
6944         * nnvirtual.el (nnvirtual-catchup-group): do.
6945
6946         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
6947         do.
6948
6949         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
6950         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
6951
6952         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
6953         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
6954         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
6955         (gnus-group-make-articles-read): do.
6956
6957 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
6958
6959         * gnus-art.el (article-decode-mime-words, article-babel)
6960         (gnus-article-highlight-signature, gnus-article-add-buttons)
6961         (gnus-signature-toggle): Use gnus-with-article-buffer.
6962
6963         * gnus-art.el (gnus-article-highlight-headers)
6964         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
6965
6966         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
6967         (gnus-article-set-globals, gnus-request-article-this-buffer)
6968         (gnus-button-message-id, gnus-article-maybe-hide-headers)
6969         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
6970         (gnus-mime-display-alternative): Use with-current-buffer.
6971
6972 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
6975         also under 80 char limit, and call gnus-error if needed
6976         (spam-fetch-article-header): finally fixed - it was a
6977         buffer-local variable (gnus-newsgroup-data)
6978         (spam-find-spam): use spam-generate-fake-headers, forget about
6979         spam-insert-fake-headers
6980         (spam-insert-fake-headers): removed
6981
6982 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
6983
6984         * deuglify.el (gnus-article-outlook-unwrap-lines)
6985         (gnus-outlook-rearrange-article)
6986         (gnus-outlook-repair-attribution-outlook)
6987         (gnus-outlook-repair-attribution-block)
6988         (gnus-outlook-repair-attribution-other): Remove redundant
6989         save-excursion.
6990
6991 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6992
6993         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
6994         (spam-fetch-field-subject-fast)
6995         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
6996         (spam-fetch-article-header): new functions to deal with Gnus
6997         internals for fast retrieval of article header data
6998         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
6999
7000 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7001
7002         * pop3.el (pop3-md5): Remove.
7003         (pop3-apop): Replace pop3-md5 with md5.
7004
7005         * mm-bodies.el: base64 is always built-in.
7006
7007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7008         with-current-buffer.
7009
7010 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * canlock.el (canlock-insert-header): Remove excessive grouping in
7013         regexp.
7014
7015         * gnus-sum.el (gnus-summary-read-document): Ditto.
7016
7017         * gnus-uu.el (gnus-uu-part-number): Ditto.
7018
7019         * html2text.el (html2text-remove-tags): Ditto.
7020         (html2text-format-tags): Ditto.
7021         (html2text-format-single-elements): Ditto.
7022
7023         * mml.el (mml-parse-1): Ditto.
7024
7025 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7026
7027         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
7028
7029         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
7030
7031         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
7032
7033         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
7034
7035 2003-11-15  Simon Josefsson  <jas@extundo.com>
7036
7037         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
7038         (pgg-gpg-lookup-key): Use regexp match instead of
7039         split-string (split-string is different between emacs 21.2 and
7040         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
7041
7042 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7043
7044         * gnus-art.el (gnus-mime-view-all-parts)
7045         (gnus-article-part-wrapper, gnus-article-view-part): Use
7046         with-current-buffer.
7047
7048 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7049
7050         * spam.el (spam-disable-spam-split-during-ham-respool)
7051         (spam-spamoracle-database, spam-cache-lookups)
7052         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
7053         (spam-group-ham-mark-p, spam-group-spam-mark-p)
7054         (spam-group-ham-marks, spam-group-spam-marks)
7055         (spam-group-spam-contents-p, spam-group-ham-contents-p)
7056         (spam-list-of-processors, spam-list-of-statistical-checks): doc
7057         fix, also add spam-use-blackholes to the statistical checks
7058         (spam-fetch-field-fast): new interface to fetching fields, may
7059         become a macro
7060         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
7061         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
7062         (spam-insert-fake-headers): fake an article when needed
7063         (spam-find-spam): fake article when possible
7064         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
7065         (spam-check-bogofilter-headers): use message-fetch-field instead
7066         of nnmail-fetch-field
7067
7068 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
7071
7072 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7073
7074         * spam.el (spam-split): do not require spam-use-CHECK to be
7075         enabled if that check is passed to spam-split explicitly; also
7076         fix so 'spam doesn't get converted to spam-split-group when
7077         spam-split-symbolic-return is t
7078         (spam-find-spam): find registrations of the article and use those
7079         instead of re-running spam-split to find the spam/ham
7080         classification of the article
7081         (spam-log-processing-to-registry, spam-log-registered-p)
7082         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7083         use gnus-error instead of gnus-message
7084         (spam-log-registration-type): new function to determine the
7085         classification of a message based on registry entries; will
7086         return nil if both 'spam and 'ham are found
7087         (spam-check-BBDB): expand all the BBDB macros here so we can have
7088         a reasonably fast local cache without the loading errors
7089         (spam-cache-lookups): set to t by default
7090         (spam-find-spam): don't try to guess spam-cache-lookups
7091         (spam-enter-whitelist, spam-enter-blacklist): also clear the
7092         spam-caches entry
7093         (spam-filelist-build-cache, spam-filelist-check-cache): better
7094         caching of whitelist/blacklist entries
7095         (spam-check-whitelist, spam-check-blacklist): invoke
7096         spam-from-listed-p with a type, not a cache variable
7097         (spam-from-listed-p): wrap around spam-filelist-check-cache
7098
7099 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7100
7101         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
7102
7103         * nnmail.el (nnmail-split-fancy): do.
7104
7105         * mml.el (mml-parse): do.
7106
7107         * gnus-score.el (gnus-enter-score-words-into-hashtb)
7108         (gnus-score-adaptive): do.
7109
7110 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
7113         (gnus-mime-button-map): Don't set keymap parent.
7114         (gnus-button-ctan-directory-regexp): Use shy grouping.
7115         (gnus-prev-page-map): Don't set keymap parent.
7116         (gnus-prev-page-map): Remove duplicated one.
7117         (gnus-next-page-map): Don't set keymap parent.
7118         (gnus-mime-security-button-map): Ditto.
7119
7120         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
7121         version number.
7122
7123         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
7124
7125 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * canlock.el (canlock-sha1-function): Remove.
7128         (canlock-sha1-function-for-verify): Remove.
7129         (canlock-openssl-program): Remove.
7130         (canlock-openssl-args): Remove.
7131         (canlock-ignore-errors): Remove.
7132         (canlock-sha1-with-openssl): Remove.
7133         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
7134         (canlock-verify): Don't use canlock-ignore-errors.
7135
7136         * sha1-el.el (sha1-string-external): Make it can return a string
7137         in binary form.
7138         (sha1-region-external): Ditto.
7139         (sha1-string-internal): Ditto.
7140         (sha1-region-internal): Ditto.
7141         (sha1-region): Ditto.
7142         (sha1-string): Ditto.
7143         (sha1): Ditto.
7144
7145 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * spam.el (spam-report-articles-gmane): New command.
7148
7149 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus.el: Don't make unnecessary *Group* buffer when loading.
7152
7153         * run-at-time.el (run-at-time-saved): Remove.
7154         (run-at-time): Doc fix.
7155
7156 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7157
7158         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
7159         (gnus-summary-limit-map): Add it.
7160         (gnus-summary-make-menu-bar): do.
7161
7162 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
7163
7164         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
7165         first attempt at some caching support (done for BBDB only now)
7166         (spam-find-spam): set spam-cache-lookups if there are more than 2
7167         addresses to be checked
7168         (spam-clear-cache-BBDB): new function, to be invoked by
7169         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
7170         (spam-check-BBDB): check and use the caches, if
7171         spam-cache-lookups is on
7172         remove superfluous (provide)
7173
7174 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
7177
7178 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
7179
7180         * run-at-time.el (run-at-time-saved): Move to after the definition
7181         of `run-at-time'.
7182
7183         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
7184
7185 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
7188         mm-w3m-local-map-property.
7189
7190         * mm-view.el (mm-w3m-mode-map): Remove.
7191         (mm-w3m-local-map-property): Remove.
7192         (mm-inline-text-html-render-with-w3m): Don't use
7193         mm-w3m-local-map-property.
7194
7195 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * run-at-time.el: New file.
7198
7199         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
7200         under Emacs.
7201
7202         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
7203         of gnus-set-text-properties.
7204
7205         * gnus-uu.el (gnus-uu-save-article): Ditto.
7206
7207         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
7208
7209         * gnus-cite.el (gnus-cite-parse): Ditto.
7210
7211         * gnus-art.el (gnus-button-push): Use set-text-properties instead
7212         of gnus-.
7213
7214         * gnus-xmas.el (run-at-time): Require run-at-time.
7215
7216         * gnus.el: Changed calls to nnheader-run-at-time and
7217         password-run-at-time throughout to use run-at-time directly.
7218
7219         * password.el: Removed definition of run-at-time.
7220
7221         * nnheaderxm.el: Remove definition of run-at-time.
7222
7223 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
7224
7225         * mml.el (mml-minibuffer-read-disposition): Show attachment type
7226         in prompt (tiny change)
7227
7228 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7229
7230         * messagexmas.el (message-xmas-redefine): Alias
7231         `message-make-caesar-translation-table' to
7232         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
7233         version.
7234
7235         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
7236         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
7237         `gnus-xmas-set-text-properties'.
7238         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
7239         `gnus-xmas-completing-read'.
7240         (gnus-xmas-completing-read): Removed.
7241         (gnus-xmas-open-network-stream): Removed.
7242
7243         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
7244         XEmacs version.
7245
7246         * dns.el (dns-make-network-process): Use `open-network-stream'
7247         instead of `gnus-xmas-open-network-stream'.
7248
7249         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
7250
7251         * .cvsignore: Add auto-autoloads.el, custom-load.el.
7252
7253 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7254
7255         * gnus-art.el (gnus-mime-display-alternative)
7256         (gnus-insert-mime-button, gnus-insert-mime-security-button)
7257         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
7258         Don't use gnus-local-map-property.
7259
7260         * gnus-util.el (gnus-local-map-property): Remove.
7261
7262         * mm-view.el (mm-view-pkcs7-decrypt): Replace
7263         gnus-completing-read-maybe-default with completing-read.
7264
7265         * gnus-util.el (gnus-completing-read): do.
7266         (gnus-completing-read-maybe-default): Remove.
7267
7268 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7269
7270         * password.el: Only autoload `run-at-time' if not XEmacs.
7271         Only autoload the itimer functions if XEmacs.
7272
7273 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
7276         XEmacsen.
7277
7278         * dgnushack.el: Autoload executable-find for XEmacs.
7279
7280 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7281
7282         * gnus-art.el (gnus-read-string): Remove.
7283         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
7284         read-string.
7285
7286 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
7287
7288         * netrc.el: autoload password-read
7289         (netrc): new configuration group
7290         (netrc-encoding-method, netrc-openssl-path): configuration
7291         variables for encoding and decoding of files with symmetric
7292         ciphers
7293         (netrc-encode): assistant function to encode a file with
7294         netrc-encoding-method
7295         (netrc-parse): added interactive parameter, added optional
7296         decoding if netrc-encoding-method is non-nil but otherwise
7297         behavior is standard
7298         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
7299         s/encode/encrypt/ everywhere
7300
7301         * spam.el: remove executable-find autoload
7302
7303 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
7304
7305         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
7306
7307         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
7308
7309 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-art.el (gnus-treat-ansi-sequences,
7312         article-treat-ansi-sequences): New variable and function.
7313         Suggested by Dan Jacobson <jidanni@jidanni.org>.
7314
7315         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
7316         Use it.
7317
7318 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
7319
7320         * mm-util.el (mm-quote-arg): Remove.
7321
7322         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
7323         shell-quote-argument.
7324
7325         * gnus-uu.el (gnus-uu-command): do.
7326
7327         * gnus-sum.el (gnus-summary-insert-pseudos): do.
7328
7329         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
7330         with make-char.
7331
7332         * mm-util.el (mm-make-char): Remove.
7333
7334         * mml.el (mml-mode): Replace gnus-add-minor-mode with
7335         add-minor-mode.
7336
7337         * gnus-undo.el (gnus-undo-mode): do.
7338
7339         * gnus-topic.el (gnus-topic-mode): do.
7340
7341         * gnus-sum.el (gnus-dead-summary-mode): do.
7342
7343         * gnus-start.el (gnus-slave-mode): do.
7344
7345         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
7346
7347         * gnus-ml.el (gnus-mailing-list-mode): do.
7348
7349         * gnus-gl.el (gnus-grouplens-mode): do.
7350
7351         * gnus-draft.el (gnus-draft-mode): do.
7352
7353         * gnus-dired.el (gnus-dired-mode): do.
7354
7355         * gnus-ems.el (gnus-add-minor-mode): Remove.
7356
7357         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
7358         Replace gnus-char-width with char-width.
7359
7360         * gnus-ems.el (gnus-char-width): Remove.
7361
7362         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
7363         Replace gnus-char-width with char-width.
7364
7365         * gnus-ems.el (gnus-char-width): Remove.
7366
7367         * spam-stat.el (with-syntax-table): Remove with-syntax-table
7368         definition.
7369         Remove Emacs 20 hash table compatibility code.
7370
7371         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
7372         20 compatibility code.
7373
7374         * spam.el (spam-point-at-eol): Replace with point-at-eol.
7375
7376         * smime.el (smime-point-at-eol): Replace with point-at-eol.
7377
7378         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
7379         with point-at-{eol,bol}.
7380
7381         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
7382
7383         * imap.el (imap-point-at-eol): Replace with point-at-eol.
7384
7385         * flow-fill.el (fill-flowed-point-at-bol,
7386         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
7387
7388         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
7389         Replace with point-at-{eol,bol} throughout all files.
7390
7391 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * ntlm.el (ntlm-string-as-unibyte): New macro.
7394         (ntlm-build-auth-response): Use it.
7395
7396         Remove Emacs 20 stuff:
7397         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
7398         (butlast, mapc, remove): Remove the compiler macros.
7399         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
7400         of delq and copy-sequence.
7401         * gnus-art.el (popup-menu): Remove the compiler macro.
7402         * nnmail.el (nnmail-split-fancy): Don't support customizing with
7403         Emacs 20.
7404
7405 2004-01-05  Simon Josefsson  <jas@extundo.com>
7406
7407         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
7408         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
7409         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
7410         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
7411         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
7412         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
7413         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
7414         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
7415         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
7416         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
7417         ntlm-string-permute, string-lshift into ntlm-string-lshift,
7418         string-xor into ntlm-string-xor.  Suggested by
7419         Jesper Harder <harder@myrealbox.com>.
7420
7421         * ntlm.el: Don't include poem.
7422
7423         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
7424         Jesper Harder <harder@myrealbox.com>.
7425
7426         * sasl-ntlm.el, ntlm.el, md4.el: New files.
7427
7428         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
7429         probably breaks emacs with DL patch, but do we care? Is anyone
7430         still using the DL stuff?)
7431
7432         * sieve-manage.el: Use the password package.
7433         (sieve-manage-read-passwd): Remove.
7434         (sieve-manage-interactive-login): Use password.  Re-add
7435         condition-case around loop.
7436
7437         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
7438         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
7439         the password package.
7440
7441 2003-02-19  Simon Josefsson  <jas@extundo.com>
7442
7443         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
7444         token.
7445
7446 2002-08-07  Simon Josefsson  <jas@extundo.com>
7447
7448         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
7449         (sieve-manage-authenticators):
7450         (sieve-manage-authenticator-alist): Add some SASL mechs.
7451         (sieve-sasl-auth): New function.
7452         (sieve-manage-cram-md5-auth):
7453         (sieve-manage-plain-auth): Rewrite using SASL library.
7454         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
7455         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
7456         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
7457         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
7458
7459 2004-01-05  Simon Josefsson  <jas@extundo.com>
7460
7461         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
7462         New files.
7463
7464 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * gnus-group.el (gnus-no-groups-message): Update.
7467
7468         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
7469
7470 2003-11-09  Simon Josefsson  <jas@extundo.com>
7471
7472         * imap.el: Support for ID IMAP extension (RFC 2971).
7473         (imap-local-variables): Add imap-id.
7474         (imap-id): New variable.
7475         (imap-id): New function.
7476         (imap-parse-response): Parse untagged ID response.
7477         * nnimap.el (nnimap-id): New variable.
7478         (nnimap-open-connection): Use it.
7479
7480 2003-12-28  Simon Josefsson  <jas@extundo.com>
7481
7482         * gnus-score.el (gnus-score-edit-all-score): New.
7483         * gnus-group.el (gnus-group-score-map): Bind it to W e.
7484
7485 2004-01-04  Simon Josefsson  <jas@extundo.com>
7486
7487         * password.el: Add.
7488
7489 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
7490
7491         * dns.el: Add support for AAAA records (see RFC 3596)
7492
7493         * Fix typo PRT -> PTR
7494
7495         * Parse MX, PTR and SOA replies (see RFC 1035)
7496
7497 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
7500
7501         * Moved to Changelog.2.
7502
7503 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * gnus.el (gnus-version-number): Bump version.
7506
7507 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7508
7509         * gnus.el: No Gnus v0.1 is released.
7510
7511 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7512
7513         * gnus.el: No Gnus v0.0 is released.
7514
7515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus.el (gnus-version-number): Bump.
7518         (gnus-version): No.
7519
7520 See ChangeLog.2 for earlier changes.
7521
7522     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
7523   Copying and distribution of this file, with or without modification,
7524   are permitted provided the copyright notice and this notice are preserved.
7525
7526 ;; Local Variables:
7527 ;; coding: iso-2022-7bit
7528 ;; End:
7529
7530 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4