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