* gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
[gnus] / lisp / ChangeLog
1 2009-01-07  David Engster  <dengste@eml.cc>
2
3         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4         simplified server definitions by converting it via g-server-to-method.
5
6 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9         parameter's operands.
10
11 2009-01-06  David Engster  <dengste@eml.cc>
12
13         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14         primary select method (for gnus-group-mark-article-as-read).
15
16 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * mm-util.el (mm-ucs-to-char): New function.
19
20         * mm-url.el (mm-url-decode-entities): Use it.
21
22         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
23         unicode-to-char.
24
25 2009-01-05  Dave Love  <fx@gnu.org>
26
27         * time-date.el: Require cl for `declare'.
28
29 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
30
31         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
32         Dave Love.
33
34 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
35
36         * message.el (message-fix-before-sending): Add `eight-bit' to
37         illegible-text check.
38
39 2009-01-01  Dave Love  <fx@gnu.org>
40
41         * imap.el (imap-string-to-integer): Fix typo.
42         (imap-fetch-safe): New function.
43         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
44
45         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
46
47         * imap.el (imap-process-connection-type, imap-debug, imap-open):
48         (imap-parse-greeting): Fix doc strings.
49         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
50         (imap-parse-flag-list): Make messages unique.
51         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
52
53         * nnimap.el: Fix author email.
54         (nnimap-split-rule): Add FIXME comment.
55         (nnimap-debug): Fix doc string.
56
57 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
58
59         * dns.el (dns-set-servers): Check "Address".  Fix typo.
60
61 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
62
63         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
64         nslookup if resolv.conf isn't available.
65         (dns-query): Rename from query-dns.
66         (dns-query-cached): Rename from query-dns-cached.
67
68 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
71         overlay-arrow-position and overlay-arrow-string buffer-local; no need
72         to check if those variables exist (first appeared in Emacs 18.50).
73
74 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * mm-util.el (mm-line-number-at-pos): New function.
77
78         * spam-report.el (spam-report-process-queue): Use it.
79
80 2008-12-24  David Engster  <dengste@eml.cc>
81
82         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
83         parameters that haven't existed as variables as buffer-local variables.
84
85 2008-12-23  Dave Love  <fx@gnu.org>
86
87         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
88         cadar.
89
90         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
91         imap-starttls-p.
92         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
93
94 2008-12-22  Dave Love  <fx@gnu.org>
95
96         * imap.el: Fix author email.  Doc fixes.
97         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
98         reply.
99
100 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
101
102         * spam-report.el (spam-report-gmane-max-requests): New constant.
103         (spam-report-gmane-wait): New variable.
104         (spam-report-gmane-ham, spam-report-gmane-spam)
105         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
106         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
107         the server.
108
109         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
110         Add explanations.
111
112         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
113         nnheader-accept-process-output and nnheader-read-timeout if available.
114         (pop3-movemail): Use it.
115
116         * message.el (message-check-news-body-syntax): Fix signature check if
117         there's an attachment.
118
119 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * mm-util.el: Add comments to the mm- emulating functions.
122
123 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
124
125         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
126         by Stephen Berman <stephen.berman@gmx.net>.
127
128 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * mm-util.el (mm-substring-no-properties): New function.
131         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
132         (mm-special-display-p): Enable those lambda forms to be byte compiled.
133         (mm-string-to-multibyte): Doc fix.
134
135         * mml.el (mml-attach-file): Use mm-substring-no-properties.
136
137 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
138
139         * mml.el (mml-attach-file): Strip text properties from file name.
140         (Bug#1574)
141
142 2008-12-16  Glenn Morris  <rgm@gnu.org>
143
144         * mm-util.el (mm-charset-override-alist): Declare for compiler.
145
146 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
149         knows since the charset specified might be a bogus alias that
150         mm-charset-synonym-alist provides.
151
152 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
153
154         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
155         "ISO_8859-1".
156
157         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
158
159 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * mm-util.el (mm-charset-eval-alist):
162         Define it before mm-charset-to-coding-system.
163         (mm-charset-to-coding-system): Add optional argument `silent';
164         define it before mm-charset-override-alist.
165         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
166         default value if it can be used in Emacs currently running;
167         silence mm-charset-to-coding-system.
168
169 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
172         `allow-override' which says whether to use `mm-charset-override-alist'.
173         (rfc2047-decode-encoded-words): Use it.
174
175         * mm-util.el (mm-charset-override-alist): Fix custom type;
176         add `(gb2312 . gbk)' to choices.
177
178 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
181         fast.
182
183         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
184
185         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
186
187 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
188
189         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
190         on links.
191
192         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
193
194 2008-12-03  Lute Kamstra  <lute@gnu.org>
195
196         * sha1.el: Remove leading * from docstrings of defcustoms,
197         deffaces, defconsts and defuns.
198
199 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * message.el (message-idna-to-ascii-rhs-1): Protect against local
202         users' addresses that don't have domain parts.
203         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
204         rather than message-narrow-to-head since there will be the message
205         header separator.
206
207 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
208
209         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
210         since the result is inserted in a unibyte buffer anyway.
211         (nnimap-demule-use-string-to-multibyte): Remove.
212         (nnimap-demule): Alias it to mm-string-to-multibyte.
213
214 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
217         variable for debugging bug#464 and bug#1174.
218         (nnimap-demule): Use it.
219
220 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
221
222         * gnus-score.el (gnus-score-find-trace): Handle default score in total
223         score calculation correctly.
224
225 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * message.el (message-send-mail): Just set the buffer to unibyte
228         rather than use mm-with-unibyte-current-buffer which does a lot more.
229         (message-send-mail-partially): Don't bother with
230         mm-with-unibyte-current-buffer since it's already been made unibyte by
231         message-send-mail.
232
233 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
234
235         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
236
237 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
240
241 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
244         require itself and to remove `with-no-warnings'.
245
246 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
247
248         * starttls.el (starttls-any-program-available): Get the name of the
249         available TLS layer program.
250         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
251         well as the host name in the "opening" message.
252
253         * auth-source.el (auth-source-cache, auth-source-do-cache)
254         (auth-source-user-or-password): Cache passwords and logins by default,
255         allow override with `auth-source-do-cache'.
256         (auth-source-forget-user-or-password): Allow users to remove cache
257         entries if needed.
258
259 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
260
261         * md4.el (md4-buffer): Fix typo in docstring.
262         (md4, md4-64): Doc fixes.
263         (md4-pack-int32): Reflow docstring.
264
265 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * ietf-drums.el (ietf-drums-remove-comments): Localize second
268         condition-case to only the forward-sexp call.
269
270 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
273         quotes contained.  Make it more robust regardless by an extra
274         condition-case wrapper.
275
276 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * lpath.el: No need to fbind codepage-setup for Emacs 23.
279
280 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * nnml.el (nnml-request-expire-articles): Check if the function set to
283         `nnmail-expiry-target' returns the symbol `delete'.
284
285         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
286
287         * nnmail.el (nnmail-expiry-target): Fix custom type.
288
289 2008-10-02  Glenn Morris  <rgm@gnu.org>
290
291         * mm-util.el (mm-codepage-setup): Tweak codepage error.
292         Silence compiler warning.
293
294 2008-10-01  Magnus Henoch  <mange@freemail.hu>
295
296         * tls.el (open-tls-stream): Show the actual command being
297         executed, instead of the format string.
298
299 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * lpath.el: Fbind codepage-setup for Emacs 23.
302
303 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
304
305         * mml.el (mml-menu): Don't assume mml2015 is bound.
306
307 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
310         exists.
311
312 2008-09-27  Glenn Morris  <rgm@gnu.org>
313
314         * gnus-util.el (mail-header-remove-comments): Autoload it.
315
316 2008-09-27  Andreas Schwab  <schwab@suse.de>
317
318         * gnus-util.el (gnus-split-references): Strip comments.
319         (gnus-parent-id): Likewise.
320
321 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
322
323         * message.el (message-confirm-send): Fix version.
324
325 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * message.el (message-idna-to-ascii-rhs-1): Use
328         mail-extract-address-components rather than mail-header-parse-addresses
329         that is an alias by default to ietf-drums-parse-addresses that does not
330         support non-ASCII names in headers' contents.
331
332 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * message.el (message-confirm-send): Fixed variable documentation to
335         avoid the "y/n" wording.
336
337 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
338
339         * message.el (message-set-auto-save-file-name): Save to a different
340         filename so multiple messages (especially drafts) can be recovered.
341
342 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * message.el (message-confirm-send): Add appropriate version.
345
346 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
349         defvar.
350
351 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
352
353         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
354         (mm-pkcs7-enveloped-magic): Ditto.
355
356 2008-09-17  Simon Josefsson  <simon@josefsson.org>
357
358         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
359         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
360
361 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
364         default, it's better.
365
366 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
367
368         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
369         summary line gnus-number property and ignore them (with a warning
370         message).
371
372 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
375         macro caddr in the interactive form since it won't be expanded.
376
377 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
380         `charset'; fix name of function called recursively.
381         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
382
383 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
386         (gnus-mime-set-charset-parameters): New function.
387         (gnus-mime-view-part-as-charset): Use it to correctly display part
388         specifying wrong charset.
389
390 2008-09-08  David Engster  <dengste@eml.cc>
391
392         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
393         in completing-read for back end server.
394
395 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * message.el (message-confirm-send): New variable to confirm sending a
398         message.
399         (message-send): Use it.
400
401 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
404
405 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
408
409 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
410
411         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
412         prevent tracking too many groups.
413         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
414         Use it.
415
416 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
417
418         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
419         moving point to the bottom of the window in order to avoid recentering.
420
421 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
424
425         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
426         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
427         (gnus-article-beginning-of-window): Fix calculation.
428
429 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-msg.el (gnus-summary-supersede-article)
432         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
433         value of gnus-newsgroup-charset to decode non-MIME encoded text in
434         message header.
435
436 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
437
438         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
439         pending output coming after the status change.
440
441 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
442
443         * message.el:
444         * gnus-start.el:
445         * gnus-registry.el: Remove VMS support.
446
447 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
450         macro.
451         (rfc2104-hash): Use it.
452
453 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
454
455         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
456         (gnus-summary-sort-by-most-recent-date): New commands.
457         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
458         and menu entries.
459
460 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
463         don't redisplay article for raw contents; remove plural articles stuff.
464
465         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
466         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
467         on gnus-summary-save-article; display results properly.
468
469 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * lpath.el: No need to fbind ns-focus-frame.
472
473 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
476
477 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-art.el (gnus-summary-save-in-pipe): Consider
480         gnus-save-all-headers.
481
482 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
483
484         * gnus-util.el (ns-focus-frame): Remove declaration.
485         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
486         like x.
487
488 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
489
490         * rfc2104.el (rfc2104-zero): Delete defconst.
491         (rfc2104-hex-alist): Likewise.
492         (rfc2104-hex-to-int): Delete func.
493         (rfc2104-hexstring-to-bitstring): Likewise.
494         (rfc2104-nybbles): New defconst.
495         (rfc2104-hash): Rewrite for speed.
496
497 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * tls.el (open-tls-stream): Make it work with the 2nd argument
500         BUFFER that is a string but does not exist as a buffer object, as
501         mentioned in the doc-string.
502
503 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
506         SXEmacs.
507
508 2008-07-16  Glenn Morris  <rgm@gnu.org>
509
510         * gnus-util.el (ns-focus-frame): Declare for compiler.
511
512 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
515         set as a group parameter.
516         (gnus-summary-save-in-pipe): Work when it is called independently.
517         (gnus-summary-pipe-to-muttprint): Don't modify
518         gnus-summary-pipe-output-default-command.
519
520 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
521
522         * message.el (message-send-mail-with-sendmail):
523         Display the error message.
524
525 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-art.el (gnus-default-article-saver):
528         Add gnus-summary-save-in-pipe to choices.
529         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
530         gnus-summary-pipe-output-default-command as the default command.
531         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
532         instead of gnus-last-shell-command.
533
534         * gnus-sum.el (gnus-summary-pipe-output-default-command):
535         New user option.
536         (gnus-summary-muttprint-program): Mention the value will be changed.
537         (gnus-summary-save-article): Force showing of all headers.
538         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
539
540 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
541
542         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
543
544 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
545
546         * nnimap.el (nnimap-id):
547         * sieve-manage.el (sieve-manage-open): Doc fixes.
548
549 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
550
551         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
552         if available.
553
554 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
555
556         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
557
558         * nnkiboze.el (nnkiboze-generate-group):
559         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
560
561         * nnmairix.el: Require CL.
562
563 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * dgnushack.el: Autoload get-display-table and put-display-table for
566         XEmacs 21.5.
567
568         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
569         21.4 and SXEmacs.
570
571 2008-06-15  David Engster  <dengste@eml.cc>
572
573         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
574
575 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
576
577         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
578         New macros that expand to an `aset'/`aref' call under Emacs, and to a
579         runtime choice under XEmacs.
580
581         * gnus-sum.el (gnus-summary-set-display-table):
582         Use `gnus-put-display-table', `gnus-get-display-table',
583         `gnus-set-display-table' for the display table, instead of `aset'.
584
585         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
586         Use `gnus-put-display-table', `gnus-get-display-table',
587         `gnus-set-display-table' for the display table.
588
589 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
590
591         * nnmairix.el: Add autoloads.
592
593 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
594
595         * nnmairix.el (nnmairix-delete-recreate-group)
596         (nnmairix-update-and-clear-marks): Fix error messages.
597
598 2008-06-14  David Engster  <dengste@eml.cc>
599
600         * nnmairix.el: Upgrade to version 0.6.
601         (nnmairix-group-toggle-propmarks-this-group)
602         (nnmairix-group-toggle-readmarks-this-group)
603         (nnmairix-group-delete-recreate-this-group)
604         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
605         (nnmairix-remove-tick-mark-original-article): New commands.
606         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
607         (nnmairix-propagate-marks-to-nnmairix-groups)
608         (nnmairix-only-use-registry, nnmairix-allowfast-default)
609         (nnmairix-marks-cache, nnmairix-version-output): New variables.
610         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
611         functions needed for marks propagation and manipulation of read marks.
612         (nnmairix-update-groups): New function.
613         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
614         (nnmairix-determine-original-group-from-registry)
615         (nnmairix-determine-original-group-from-path)
616         (nnmairix-get-group-from-file-path, nnmairix-map-range)
617         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
618         New helper functions.
619         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
620         keystrokes for new commands.
621         (nnmairix-delete-and-create-on-change): Doc string cleanup.
622         (nnmairix-request-group): Check allow-fast group parameter.
623         (nnmairix-request-create-group): Set allow-fast group parameter if
624         nnmairix-allowfast-default is set.
625         (nnmairix-close-group): Propagate marks upon closing if needed.
626         (nnmairix-group-toggle-threads-this-group): Use new.
627         nnmairix-group-toggle-parameter helper function.
628         (nnmairix-search): Better check for empty search result.
629         (nnmairix-goto-original-article): Use new helper functions for
630         determining original article.
631         (nnmairix-show-original-article): Make sure message-id is in brackets.
632         (nnmairix-call-mairix-binary): Change variable name.
633         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
634         helper function.
635         (nnmairix-widget-toggle-activate): Fix doc string.
636
637 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * nnir.el: Require edmacro when compiling with XEmacs.
640         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
641         available in Emacs 21.
642
643 2008-06-11  Glenn Morris  <rgm@gnu.org>
644
645         * gnus-util.el (x-focus-frame):
646         * gnus.el (image-size):
647         * mm-decode.el (image-size): Declare.
648
649         * gnus-picon.el (declare-function): Add compat definition.
650         (image-size): Declare.
651
652         * gnus-group.el (tool-bar-map):
653         * gnus-sum.el (tool-bar-map): Define for compiler.
654
655         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
656
657         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
658
659         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
660         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
661         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
662         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
663         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
664         * sieve-manage.el, spam-report.el, spam.el:
665         Remove unnecessary eval-and-compile of autoloads.
666
667 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
668
669         * auth-source.el: Precise Tramp doc.
670
671 2008-06-07  Glenn Morris  <rgm@gnu.org>
672
673         * nnmairix.el: Remove unnecessary eval-when-compile.
674
675 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * lpath.el: Fbind propertize for XEmacs 21.4.
678
679 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
680
681         * nnir.el: Move here from ../contrib.
682
683 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
684
685         * gnus-util.el (gnus-read-shell-command): New function.
686         * mm-decode.el (mm-pipe-part):
687         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
688
689 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
692
693 2008-06-03  Glenn Morris  <rgm@gnu.org>
694
695        * pop3.el (nnheader-accept-process-output): Autoload it.
696
697 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
700         are not 2-digit hexadecimal characters that follow `%'s.
701
702 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
703
704         * message.el (message-bogus-recipient-p): Fix type in doc string.
705         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
706         (message-bogus-addresses): Rename from message-bogus-address-regexp.
707         Improve custom options.
708         (message-bogus-recipient-p): Adjust accordingly.
709
710 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
711
712         * parse-time.el (parse-time-months, parse-time-weekdays): Add
713         long-form month and day names.
714
715 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * dgnushack.el: Autoload debug, eudc-expand-inline and
718         pgg-snarf-keys-region for XEmacs.
719
720         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
721
722         * nnmairix.el: Require edmacro when compiling with XEmacs.
723
724 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
725
726         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
727         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
728
729 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * auth-source.el: Add more docs.
732
733         * netrc.el (netrc-machine): Always match if the port is not given.
734
735 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * nnheader.el (nnheader-read-timeout): Change the default timeout from
738         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
739         retrieval faster in some cases, but might make CPU usage larger.  If
740         this has any bad side effects, we might revert this change.
741
742         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
743         seems to make mail retrieval much, much faster.
744         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
745         unconditionally.
746
747         * gnus-draft.el (gnus-group-send-queue): Bind
748         message-send-mail-partially-limit to nil to avoid being prompted.
749
750 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
751
752         * mml.el (mml-attach-buffer): Prompt for `disposition'.
753
754         * message.el (message-bogus-address-regexp): Fix and improve custom
755         type.
756         (message-setup-hook): Add message-check-recipients as custom option.
757
758 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
759
760         * message.el (message-cite-function): Remove bogus autoload which crept
761         in during merge from v5-10.
762
763 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * nnimap.el (nnimap-open-connection): Fix login/password bug.
766
767         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
768
769         * auth-source.el: Preliminary Tramp docs.
770         (auth-sources): Change the default auth-sources to use
771         EPA .gpg files.
772
773 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * nntp.el: Autoload `auth-source-user-or-password'.
776         (nntp-send-authinfo): Use it.
777
778         * nnimap.el: Autoload `auth-source-user-or-password'.
779         (nnimap-open-connection): Use it.
780
781         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
782         for the gnus-message function.
783         (auth-source-user-or-password): Use it.
784
785 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
786
787         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
788         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
789         (rfc2104-hash): Use it.
790
791 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
792
793         * gnus-art.el (gnus-article-toggle-truncate-lines):
794         Don't use `iff' in docstring.
795
796 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * gnus-registry.el: Adjusted copyright dates and added a keyword.
799
800         * gnus-util.el (gnus-extract-address-component-name)
801         (gnus-extract-address-component-email): Convenience functions around
802         `gnus-extract-address-components'.
803
804         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
805         Use `gnus-extract-address-component-email' to fix bug of comparing full
806         sender name to `user-mail-address'.
807
808 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
811         catch/throw to optimize.
812         (gnus-registry-find-keywords): Just use member to find a keyword.
813
814 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
815
816         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
817         is current before calling gnus-server-prepare.
818         (gnus-server-setup-buffer, gnus-server-update-server)
819         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
820
821 2008-05-04  Juri Linkov  <juri@jurta.org>
822
823         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
824         (mailcap-file-default-commands): Use mailcap-replace-in-string
825         instead of replace-regexp-in-string, and mailcap-delete-duplicates
826         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
827
828 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
829
830         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
831
832 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
833
834         * gnus.el: Bump version to 0.11
835
836 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
837
838         * gnus.el: No Gnus v0.10 is released.
839
840 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
843         hooks.
844         (gnus-update-read-articles): Speed up non-marks-using users.
845         (gnus-use-marks): Define gnus-use-marks.
846         (gnus-propagate-marks): Rename variable to something more sensible.
847
848 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
849
850         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
851         (gmm-image-load-path-for-library): Fix typos in docstrings.
852         (gmm-message): Reflow docstring.
853
854 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         * mail-source.el (mail-source-set-1, mail-source-bind):
857         Move auth-source code out of the macro to clean it up and fix bugs.
858
859 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
862         by sender if it's equal to user-mail-address, it's likely to be
863         useless.
864
865         * mail-source.el (mail-source-bind): Don't use user or password if they
866         are not bound.  Unintern them if they are nil.  Don't use server unless
867         it's bound, and default it to empty string otherwise.
868
869 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
870
871         * mail-source.el: Load auth-source.el.
872         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
873         get user name or password, if auth-sources is set up.
874
875         * gnus-registry.el (gnus-registry-split-strategy): New variable for
876         strategy of splitting with parent.
877         (gnus-registry-split-fancy-with-parent)
878         (gnus-registry-post-process-groups): Use it and fix prior
879         bug (returning a list as the split result).
880
881         * auth-source.el (auth-sources): Remove server parameter.
882         (auth-source-pick, auth-source-user-or-password)
883         (auth-source-user-or-password-imap)
884         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
885         (auth-source-user-or-password-sftp)
886         (auth-source-user-or-password-smtp): Remove server parameter.
887
888 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
889
890         * smime.el (smime-sign-region, smime-encrypt-region)
891         (smime-decrypt-region):
892         Remove redundant calls to `generate-new-buffer-name'.
893
894 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
895
896         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
897         Don't use QP for message/rfc822.
898         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
899
900 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
901
902         * sieve-manage.el (sieve-string-bytes): Remove.
903         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
904         correct byte-length only if the process's coding-system is the same as
905         the one used internally by Emacs to represent strings.
906
907 2008-04-22  Juri Linkov  <juri@jurta.org>
908
909         * mailcap.el (mailcap-file-default-commands): New function.
910
911 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
912
913         * message.el (message-signature-separator, message-cite-function):
914         Change custom version.
915
916 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
917
918         * tls.el (tls-program): Add -ign_eof argument to call the openssl
919         commands.
920         (tls-checktrust): Ditto.
921
922 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
923
924         * mm-decode.el (mm-display-external): Make temp file read-only.
925
926 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
927
928         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
929         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
930         `C-c C-f d'.
931
932 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
933
934         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
935
936 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
937
938         * gnus.el: Bump version to 0.9.
939
940 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
941
942         * gnus.el: No Gnus v0.8 is released.
943
944 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
945
946         * mail-source.el (mail-source-value):
947         Prefer fboundp to functionp so it works with macros as well.
948
949 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
950
951         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
952         Fix last change in case the element is not even a symbol.
953
954 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
955
956         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
957         Prefer fboundp to functionp so it works with macros as well.
958
959 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
960
961         * auth-source.el: Added docs.
962         (auth-sources): Modify format to support server.
963         (auth-source-pick, auth-source-user-or-password)
964         (auth-source-user-or-password-imap)
965         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
966         (auth-source-user-or-password-sftp)
967         (auth-source-user-or-password-smtp): Add server parameter.
968
969 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
970
971         * gnus-registry.el: Initialize the registry when gnus-registry-install
972         is t.
973
974 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * compface.el (uncompface): Make buffer unibyte.
977
978 2008-04-05  Glenn Morris  <rgm@gnu.org>
979
980         * gnus-ems.el (mm-disable-multibyte): Autoload it.
981
982 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
983
984         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
985         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
986
987         * nnheader.el (nnheader-init-server-buffer): Change buffer's
988         multibyteness after rather than before erasing it.
989
990         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
991         mm-with-multibyte.
992         (gnus-request-article-this-buffer): Make sure the proper decoding is
993         used if gnus-original-article-buffer happens to be unibyte.
994
995         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
996         default-enable-multibyte-characters.
997
998         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
999         default-enable-multibyte-characters.
1000
1001         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1002
1003         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1004
1005 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1006
1007         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1008         (imap-message-copyuid-1): Use it.
1009         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1010         J. Williams in
1011         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1012
1013         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1014         imap-enable-exchange-bug-workaround.
1015         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1016
1017 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1018
1019         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1020         a 100 byte status-checks into a 2-3MB transfer for each group.
1021         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1022         to enable bug workaround or not.
1023         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1024
1025 2008-03-31  Glenn Morris  <rgm@gnu.org>
1026
1027         * message.el (mml2015-use): Declare for compiler.
1028         (message-info): Require mml2015 when appropriate.
1029
1030 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1033         whitespace.
1034
1035 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1036
1037         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1038         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1039         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1040         (nntp-service-to-port): New function.
1041         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1042         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1043         (nntp-open-netcat-stream): New function.
1044         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1045
1046 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1047
1048         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1049
1050 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1051
1052         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1053
1054 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1055
1056         * dns.el (dns-write): Use set-buffer-multibyte.
1057
1058 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1059
1060         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1061
1062 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * message.el (message-signature-separator): Change default.
1065         Improve custom type.
1066         (message-cite-function): Change default to
1067         message-cite-original-without-signature.
1068
1069         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1070         toggle.
1071
1072         * message.el (message-check-news-body-syntax): Fix signature check.
1073         (message-setup-1): Mark buffer as unmodified _after_ running
1074         message-setup-hook and handling message-alternative-emails.
1075         (message-shorten-references): Be more strict when building list of
1076         valid references to comply with GNKSA.
1077
1078         * gnus-group.el (gnus-read-ephemeral-bug-group)
1079         (gnus-read-ephemeral-debian-bug-group)
1080         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1081
1082         * message.el (message-info): Don't use booleanp which isn't supported
1083         in Emacs 21 and XEmacs.
1084
1085 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1086
1087         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1088         gnus-group-gmane-group-download-format.
1089         (gnus-group-read-ephemeral-gmane-group): Rename from
1090         gnus-group-read-ephemeral-gmane-group.
1091         (gnus-read-ephemeral-gmane-group-url): Rename from
1092         gnus-group-read-ephemeral-gmane-group-url.
1093         (gnus-bug-group-download-format-alist): New variable.
1094         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1095         (gnus-read-ephemeral-emacs-bug-group): New commands.
1096
1097 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1098
1099         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1100         (gnus-visible-headers): Improve custom type.
1101
1102 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1103
1104         * mml.el (mml-menu): Add workarounds for XEmacs.
1105
1106         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1107         X-Boundary header.
1108
1109         * message.el (message-simplify-recipients): Fix previous commit.
1110
1111 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1112
1113         * mm-util.el (mm-set-buffer-multibyte): New function.
1114         * mm-decode.el (mm-copy-to-buffer): Use it.
1115
1116 2008-03-19  Glenn Morris  <rgm@gnu.org>
1117
1118         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1119         Accidentally removed in the sync process with Emacs.
1120
1121 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * message.el (message-alter-recipients-discard-bogus-full-name):
1124         New function.
1125         (message-alter-recipients-function): New variable.
1126         (message-get-reply-headers): Use it.
1127         (message-replace-header): New helper function.
1128         (message-recipients-without-full-name): New variable.
1129         (message-simplify-recipients): New command.
1130
1131         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1132
1133         * message.el (message-info): Handle EasyPG manual.
1134
1135         * mml.el (mml-menu): Add entry for EasyPG.
1136
1137 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1138
1139         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1140         parameter.
1141
1142         * message.el (message-disassociate-draft): Specify drafts group name
1143         fully.
1144
1145 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1146
1147         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1148         unnecessary duplicates from the match list.
1149
1150 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1153
1154         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1155
1156         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1157         args of `how-many' of which the XEmacs version doesn't take; declare
1158         Info-index-next as function.
1159
1160 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1161
1162         * gnus-score.el (gnus-score-headers): Fix handling of
1163         gnus-inhibit-slow-scoring.
1164
1165         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1166         string.
1167         (gnus-button-url-regexp): Improve handling of parenthesis.
1168         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1169         (gnus-button-handle-info-keystrokes): Handle index entries.
1170
1171 2008-03-15  Glenn Morris  <rgm@gnu.org>
1172
1173         * parse-time.el (parse-time-string): Simplify.
1174
1175 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1178         Incoming* files.
1179
1180 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1181
1182         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1183         (auth-source-pick): Use it.
1184
1185 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1186
1187         * binhex.el (binhex-decode-region-internal):
1188         * uudecode.el (uudecode-decode-region-internal):
1189         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1190         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1191         setting default-enable-multibyte-characters.
1192
1193 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * auth-source.el (auth-source-protocols)
1196         (auth-source-protocols-customize, auth-source-choices): Added and
1197         modified variable customizations and defaults.
1198         (auth-source-pick, auth-source-user-or-password)
1199         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1200         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1201         (auth-source-user-or-password-sftp)
1202         (auth-source-user-or-password-smtp): Use new variables and provide an
1203         interface to netrc.el.
1204
1205 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1208         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1209         Make sure the nntp port to specify is a string.
1210
1211 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1212
1213         * nntp.el: Use with-current-buffer.
1214         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1215         dubious mm-with-unibyte-current-buffer.
1216         (nntp-with-open-group-function): New function extracted from
1217         nntp-with-open-group macro.
1218         (nntp-with-open-group): Use the function, so it's easier to debug.
1219         Add indentation and debugging info.
1220         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1221         the use of the netcat alternatives.
1222
1223         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1224         Avoid mm-string-as-multibyte as well.
1225
1226         * nnweb.el (nnweb-insert-html):
1227         Remove use of nnheader-string-as-multibyte.
1228
1229         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1230         (nnheader-string-as-multibyte): Remove.
1231
1232         * mm-view.el: Use inhibit-read-only.
1233         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1234         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1235         or unibyte-string.
1236
1237         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1238         (mm-uu-yenc-extract): Use with-current-buffer.
1239
1240         * gnus-soup.el (gnus-soup-send-packet): Don't use
1241         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1242
1243         * nnmh.el: Use with-current-buffer.
1244         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1245         mm-string-as-multibyte on the output of mm-encode-coding-string.
1246
1247         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1248         (nnimap-request-move-article): Use with-current-buffer.
1249
1250         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1251         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1252         conversion uses string-make-unibyte rather than string-as-unibyte.
1253
1254         * gnus-msg.el: Use with-current-buffer.
1255
1256         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1257
1258 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1259
1260         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1261         string for caching if it is 'PIN.
1262
1263 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * lpath.el: Consider the case without Emacs/W3.
1266
1267 2008-03-08  Glenn Morris  <rgm@gnu.org>
1268
1269         * time-date.el (date-to-time, time-subtract, time-add)
1270         (safe-date-to-time): Doc fixes.
1271
1272 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1273
1274         * mail-source.el (mail-source-delete-old-incoming-confirm):
1275         Change default to nil.
1276         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1277
1278 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * lpath.el: Rearrange.
1281
1282         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1283         (gnus-article-goto-prev-page): Work for articles having ^L's.
1284
1285         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1286
1287         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1288
1289 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1290
1291         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1292         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1293         (gnus-bookmark-jump): Adjust some variable names.
1294
1295 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1296
1297         * auth-source.el: New package.
1298         (auth-source-choices): Add customization entry point variable.
1299
1300         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1301         bug.
1302
1303 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1306         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1307         (gnus-registry-install-shortcuts): Rename from
1308         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1309         the `gnus-registry-mark-map' keymap dynamically from
1310         `gnus-registry-marks'.  The generated functions update the summary line
1311         when a registry mark is added or deleted, and will call
1312         `gnus-registry-install-p' (see the comments in the code).
1313         (gnus-registry-user-format-function-M): Use concat intelligently.
1314
1315         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1316         the registry mark functions.
1317
1318 2008-03-05  Glenn Morris  <rgm@gnu.org>
1319
1320         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1321         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1322         gnus-art.
1323         (top-level): No need to load own source when compiling.
1324
1325 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1326
1327         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1328         Suggested by <chris.anderton@zetnet.co.uk>.
1329
1330 2008-03-04  Glenn Morris  <rgm@gnu.org>
1331
1332         * gnus-sum.el (top-level): No need to require gnus when compiling,
1333         since unconditionally required near start of file.
1334         (gnus-summary-display-while-building): Move definition before use.
1335
1336 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1337
1338         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1339         formatting function.
1340
1341 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1344         with plists.
1345         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1346         Use new format.
1347
1348 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1351         `where-is-internal' that returns a range of key sequences.
1352
1353 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1354
1355         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1356
1357         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1358         (gnus-summary-jump-to-group): Consider windows on other displayed
1359         frames as well.  Similar changes might be needed elsewhere, but that's
1360         the one I've bumped into during my use.
1361
1362         * nndoc.el (nndoc-oe-dbx-type-p):
1363         * gnus-msg.el (gnus-debug):
1364         * gnus-group.el (gnus-update-group-mark-positions):
1365         Use mm-string-to-multibyte.
1366
1367 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1368
1369         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1370         doesn't handle NotDashEscaped.
1371
1372         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1373         (mml-dnd-attach-options): Fix typo in custom choice.
1374
1375         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1376         nndoc-article-type to mbox.
1377         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1378
1379         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1380         to nil, instead of html2text.
1381
1382         * imap.el (imap-debug): Add `imap-ping-server'.
1383
1384         * gnus-bookmark.el: Add FIXMEs.
1385
1386         * message.el (message-form-letter-separator)
1387         (message-send-form-letter-delay): New variables.
1388         (message-send-form-letter): Use them.  New command to send form
1389         letters.  Requested by Uwe Siart.
1390         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1391
1392 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1393
1394         * Update copyright years.
1395
1396 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1397
1398         Sync from EMACS_22_BASE.
1399
1400         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1401
1402 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1403
1404         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1405         empty author.
1406
1407 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1408
1409         * gnus-registry.el (gnus-registry-marks): Add variable for
1410         customization of marks and their appearance.
1411         (gnus-registry-read-mark): Use it.
1412         (gnus-registry-do-marks): Add utility function to loop through
1413         `gnus-registry-marks'.
1414         (gnus-registry-install-shortcuts-and-menus): Add function to install
1415         shortcuts and menus.
1416         (gnus-registry-initialize): Use it.
1417         (gnus-registry-default-mark): Clarify documentation.
1418
1419 2008-02-29  Glenn Morris  <rgm@gnu.org>
1420
1421         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1422         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1423         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1424         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1425         Change defcustom :version from 23.0 to 23.1.
1426
1427 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1428
1429         * gnus-registry.el (gnus-registry-follow-group-p)
1430         (gnus-registry-post-process-groups): Add functions to aid registry
1431         splitting and improve logging.  Clarify behavior in function
1432         documentation.
1433         (gnus-registry-split-fancy-with-parent): Use them.
1434
1435 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1436
1437         * gnus-art.el: Use with-current-buffer.
1438
1439 2008-02-27  David Engster  <dengste@eml.cc>
1440
1441         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1442         Express real group name in the response.
1443
1444 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1447         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1448         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1449         autoload gnus-registry-fetch-group when compiling.
1450         (nnmairix-request-group-with-article-number-correction): Remove
1451         unreferenced argument passed to nnmairix-call-backend.
1452
1453 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1454
1455         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1456         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1457         Wilde.
1458
1459 2008-02-27  Glenn Morris  <rgm@gnu.org>
1460
1461         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1462         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1463         variables to defconsts.  Convert comments to doc-strings.
1464         (nnmairix-last-server, nnmairix-current-server): Convert from free
1465         variables to defvars.  Convert comments to doc-strings.
1466         (gnus-registry-fetch-group): Autoload.
1467         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1468         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1469         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1470         caddr.
1471         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1472         nnmairix-request-group-with-article-number-correction call.
1473         (nnmairix-fast, nnmairix-group): New, less general names, for free
1474         variables passed from nnmairix-request-group to
1475         nnmairix-request-group-with-article-number-correction.  Declare.
1476         (nnmairix-request-group-with-article-number-correction):
1477         Use nnmairix-fast, nnmairix-group rather than fast, group.
1478
1479 2008-02-26  David Engster  <dengste@eml.cc>
1480
1481         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1482         version 0.5.
1483
1484 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1487         instead of making an extra function call.  Don't add the current group
1488         to articles only when they have the group.  Use
1489         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1490         Reported by David <de_bb@arcor.de>.
1491
1492 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1495         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1496
1497 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1498
1499         * mail-source.el (mail-source-delete-incoming): Change default.
1500         Supplement doc string.
1501
1502         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1503
1504 2008-02-14  Glenn Morris  <rgm@gnu.org>
1505
1506         * time-date.el (format-seconds): New function.
1507
1508 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1509
1510         * nnmail.el (nnmail-message-id-cache-file): Derive from
1511         `gnus-home-directory'.
1512
1513 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1514
1515         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1516         Document negative prefix.
1517
1518         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1519
1520 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * message.el (message-unsent-separator): Add the Exim bounce
1523         separator.
1524
1525 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1526
1527         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1528         list.
1529         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1530         recipient/signer list.
1531
1532 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * Makefile.in (datarootdir): Define.
1535         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1536         name that might contain whitespace.
1537
1538 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1539
1540         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1541         fbound (Emacs 23 unicode), signal an error.
1542
1543 2008-02-08  Glenn Morris  <rgm@gnu.org>
1544
1545         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1546
1547 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1548
1549         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1550         ports to the calls to `netrc-machine-user-or-password' in addition to
1551         "imap" and "imaps".
1552
1553 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1554
1555         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1556
1557         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1558
1559 2008-02-01  Kenichi Handa  <handa@m17n.org>
1560
1561         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1562         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1563         (rfc2104-hash): Convert the result of concat to unibyte string.
1564
1565 2008-02-01  Dave Love  <fx@gnu.org>
1566
1567         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1568         coding-system-for-read.
1569         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1570
1571 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1572
1573         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1574         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1575         <hanche@math.ntnu.no>.
1576
1577 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1580
1581         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1582
1583 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1584
1585         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1586         * message.el (message-beginning-of-line): Use featurep instead of bound
1587         tests in order to resolve conditionals at compile time.
1588
1589 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1590
1591         * mail-source.el (mail-sources): Add `group' choice.
1592
1593         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1594         parameter `in-group' to control into which group the articles go.
1595         Add treatment of `group' mail-source.
1596
1597 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1600
1601         * mm-decode.el (mm-dissect-buffer): Decode description.
1602
1603         * mml.el (mml-to-mime): Encode message header first.
1604
1605 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1608         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1609
1610         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1611         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1612
1613 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1616
1617 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1620         prefix keys.
1621         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1622         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1623         gnus-xmas.el.
1624
1625         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1626         (gnus-xmas-article-describe-bindings): New function.
1627         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1628         gnus-xmas-article-describe-bindings.
1629
1630         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1631
1632 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1633
1634         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1635         Add new variables for article mark management.
1636         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1637         list of extra data entries which, when present, will indicate that the
1638         article ID should not be trimmed from the registry.
1639         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1640         functions.
1641         (gnus-registry-read-mark): New function to read a mark name from the
1642         user.
1643         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1644         (gnus-registry-set-article-mark-internal): New functions to add and
1645         remove marks.
1646         (gnus-registry-get-article-marks): New function to show the marks for
1647         an article, or retrieve them for further use.
1648
1649 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1652         keys when no argument is given.
1653
1654 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * imap.el (imap-ping-server): New variable.
1657         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1658         (imap-ping-server): Minor doc string fixes.
1659
1660 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1661
1662         * imap.el (imap-ping-server): New function.
1663         (imap-opened): Call imap-ping-server.
1664
1665 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1666
1667         * gnus-sum.el (gnus-article-sort-by-random)
1668         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1669         jidanni@jidanni.org.
1670
1671 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-article-describe-bindings): New function.
1674         (gnus-article-read-summary-keys): Use it.
1675         (gnus-article-mode-map): Bind `C-h b' to it.
1676
1677 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1680         XEmacs.
1681         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1682         against non-character events.
1683
1684         * lpath.el: Fbind map-keymap for Emacs 21.
1685
1686 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1689         command.
1690         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1691         instead of END.  Change name of the temp file.
1692         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1693         customizable.
1694
1695 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1698         bind `S W' to gnus-article-wide-reply-with-original; set default
1699         binding to gnus-article-read-summary-send-keys.
1700         (gnus-article-read-summary-keys): Fix the order of keys; display
1701         continuation keys correctly in the echo area; describe bindings
1702         correctly when keys end with `C-h'.
1703         (gnus-article-read-summary-send-keys): New function.
1704         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1705         for gnus-article-read-summary-send-keys; display continuation keys
1706         correctly in the echo area.
1707         (gnus-article-reply-with-original): Ignore prefix argument.
1708         (gnus-article-wide-reply-with-original): New function.
1709
1710         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1711         Emacs 21.
1712
1713 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1716         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1717
1718 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1719
1720         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1721         (gnus-group-read-ephemeral-gmane-group): New command.
1722
1723 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1724
1725         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1726
1727 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1728
1729         * message.el (message-send-mail-function): Increase custom version.
1730
1731         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1732         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1733
1734 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1735
1736         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1737         for the cases where imap-authenticate is called with a nil buffer
1738         parameter.
1739
1740 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1743         html parts correctly; support forwarded messages.
1744         (gnus-article-browse-html-article): Remove work buffers.
1745
1746         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1747         compiling.
1748         (netrc-bound-and-true-p): New macro.
1749         (netrc-parse): Use it instead of bound-and-true-p that is not available
1750         in XEmacs 21.4.
1751
1752 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1753
1754         * gnus-registry.el (gnus-registry-mark-article)
1755         (gnus-registry-article-marks): Add functionality to mark articles
1756         through the Gnus registry.
1757
1758         * encrypt.el: Clarify documentation for the new pgg method.
1759         (encrypt-file-alist): Add PGG option.
1760         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1761         functionality.  Abstract password key and messaging to external
1762         functions.
1763         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1764         (encrypt-message-method-and-cipher): Add new convenience external
1765         functions.
1766         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1767         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1768
1769         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1770         (netrc-parse): Use encrypt-file-alist to determine if
1771         encrypt-find-model or encrypt-insert-file-contents should be used.
1772
1773         * encrypt.el: Clarify documentation.  Load password-cache or
1774         password, whichever one is found first, instead of autoloading.
1775
1776 2007-12-19  Glenn Morris  <rgm@gnu.org>
1777
1778         * mml.el (message-options-set, message-narrow-to-head)
1779         (message-in-body-p, message-mail-p, message-encode-message-body):
1780         Autoload.
1781         (message-remove-header, message-narrow-to-headers-or-head)
1782         (message-subscribed-p, message-make-mail-followup-to)
1783         (message-position-on-field, message-news-p)
1784         (message-options-set-recipient, message-generate-headers)
1785         (message-sort-headers): Declare as functions.
1786
1787 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1790         convention in doc string.
1791
1792 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1795         title to html parts.
1796         (gnus-article-browse-html-article): Pass message header to it.
1797
1798         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1799
1800 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1803         or password compatible with XEmacs.
1804
1805 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1806
1807         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1808         format document.
1809         (gnus-mime-delete-part): Don't write description line if empty.
1810         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1811
1812 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1813
1814         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1815         (gnus-summary-mark-read-and-unread-as-read)
1816         (gnus-summary-mark-current-read-and-unread-as-read)
1817         (gnus-summary-mark-unread-as-ticked): Doc fix.
1818         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1819
1820 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1823         Christoph Conrad <christoph.conrad@gmx.de>.
1824
1825 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1826
1827         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1828         yes-or-no-p.
1829
1830 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * mm-decode.el (mm-add-meta-html-tag): New function.
1833         (mm-save-part-to-file, mm-pipe-part): Use it.
1834
1835         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1836         gnus-y-or-n-p instead of y-or-n-p.
1837         (gnus-article-browse-html-parts): Work with message/external-body; use
1838         mm-add-meta-html-tag.
1839
1840 2007-12-11  Glenn Morris  <rgm@gnu.org>
1841
1842         * gnus-cache.el: Require gnus-sum not just when compiling.
1843
1844         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1845
1846         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1847         definitions before use.
1848
1849         * mm-decode.el: Require gnus-util.
1850         (mm-remove-part): Only call delete-annotation on XEmacs.
1851
1852         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1853
1854         * nnmail.el: Require gnus-int.
1855
1856         * spam.el: Move `require's before `eval-when-compile's.
1857
1858         * gnus-ems.el (gnus-alive-p):
1859         * gnus-fun.el (message-goto-eoh):
1860         * gnus-util.el (gnus-group-name-decode):
1861         * mail-source.el (gnus-compress-sequence):
1862         * message.el (Info-goto-node, format-spec):
1863         * mm-bodies.el (message-options-get):
1864         * mm-decode.el (mm-view-pkcs7):
1865         * mm-util.el (gmm-write-region):
1866         * mml-smime.el (mml-compute-boundary)
1867         (gnus-completing-read-with-default):
1868         * mml.el (widget-button-press, gnus-make-hashtable):
1869         * mml1991.el (mm-decode-content-transfer-encoding)
1870         (mm-encode-content-transfer-encoding)
1871         (message-options-get, message-options-set):
1872         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1873         * nnfolder.el (gnus-request-group):
1874         * nnheader.el (ietf-drums-unfold-fws):
1875         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1876         * smime.el (gnus-run-mode-hooks):
1877         * spam-stat.el (gnus-message): Autoload.
1878
1879         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1880         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1881         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1882         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1883         Add declare-function compatibility definition.
1884
1885         * gnus-cache.el (nnvirtual-find-group-art):
1886         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1887         (gnus-add-image, gnus-add-wash-type):
1888         * gnus-group.el (nnkiboze-score-file):
1889         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1890         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1891         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1892         (message-tokenize-header, gnus-get-buffer-create)
1893         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1894         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1895         * gnus.el (gnus-group-decoded-name):
1896         * mail-source.el (imap-capability):
1897         * mm-bodies.el (message-options-set):
1898         * mm-decode.el (gnus-configure-windows):
1899         * mm-extern.el (message-goto-body):
1900         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1901         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1902         (epg-sub-key-validity, message-options-set):
1903         * mml.el (widget-event-point, gnus-configure-windows):
1904         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1905         * mml2015.el (epg-check-configuration, epg-configuration)
1906         (message-options-set):
1907         * nndb.el (nndb-request-article):
1908         * nnfolder.el (gnus-request-create-group):
1909         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1910         * nnmaildir.el (gnus-group-mark-article-read):
1911         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1912         * rfc1843.el (message-fetch-field):
1913         * spam.el (gnus-extract-address-components):
1914         Declare as functions.
1915
1916 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1919
1920         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1921
1922         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1923         bind show-trailing-whitespace for XEmacs.
1924
1925 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1926
1927         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1928         new no-op macro for backward compatibility.
1929
1930         * imap.el (imap-string-to-integer): New function.
1931
1932 2007-12-09  Glenn Morris  <rgm@gnu.org>
1933
1934         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1935
1936         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1937         * message.el, mm-view.el, sieve-manage.el, smime.el:
1938         Add declare-function compatibility definition.
1939
1940         * gnus-art.el (w3-region, w3m-region, Info-menu):
1941         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1942         * gnus-sum.el (gnus-get-predicate):
1943         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1944         * message.el (mail-abbrev-in-expansion-header-p):
1945         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1946         (w3m-detect-meta-charset, w3m-region):
1947         * sieve-manage.el (password-read, password-cache-add)
1948         (password-cache-remove):
1949         * smime.el (password-read-and-add): Declare as functions.
1950
1951 2007-12-08  David Kastrup  <dak@gnu.org>
1952
1953         * gnus-sum.el (gnus-summary-simplify-subject-query):
1954         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1955         `message'.
1956
1957 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1960         it to bind idna-program, installation-directory, defined-colors, and
1961         face-attribute for XEmacs of the version that compiles defcustom forms.
1962
1963 2007-12-07  Glenn Morris  <rgm@gnu.org>
1964
1965         * gnus-art.el (article-make-date-line): Revert previous change.
1966
1967 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1968
1969         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1970
1971 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1972
1973         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1974         Call gnus-add-to-range ranges only once with a prepared article-list.
1975
1976 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1977
1978         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1979         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1980         group names with backslashes.  Reported by Tassilo Horn
1981         <tassilo@member.fsf.org>.
1982
1983 2007-12-06  Deepak Goel  <deego3@gmail.com>
1984
1985         * gnus-art.el (article-make-date-line):
1986         * gnus-start.el (gnus-load):
1987         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1988
1989 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-art.el (gnus-use-idna)
1992         * gnus-start.el (gnus-site-init-file)
1993         * message.el (message-use-idna)
1994         * mm-uu.el (mm-uu-hide-markers)
1995         * smiley.el (smiley-style): Revert changes that suppress warnings.
1996
1997 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2000         specify charset to html source.  Reported by Christoph Conrad
2001         <christoph.conrad@gmx.de>.
2002
2003 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2006         idna-program in order to suppress byte compile warning issued by XEmacs
2007         that came to byte compile the default value section of defcustom forms
2008         recently.
2009
2010         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2011         value of installation-directory.
2012
2013         * message.el (message-use-idna): Don't directly refer to the value of
2014         idna-program.
2015
2016         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2017
2018         * smiley.el (smiley-style): Don't directly call face-attribute.
2019
2020 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2021
2022         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2023
2024         * gnus-dired.el: Reduce Gnus dependencies.
2025         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2026         require.  Use autoloads instead.
2027         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2028         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2029         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2030         (gnus-dired-mode): Adjust doc string.
2031         (gnus-dired-mail-mode): New variable.
2032         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2033         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2034         (gnus-dired-mail-buffers): New function.  Return mail or message
2035         composition buffers.
2036         (gnus-dired-attach): Use it.
2037         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2038         NO-DECODE.
2039         (gnus-dired-print): Use `gnus-print-buffer' depending on
2040         `gnus-dired-mail-mode'.
2041
2042 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * rfc2047.el (rfc2047-encoded-word-regexp)
2045         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2046         explaining what regexp patterns are for.
2047
2048 2007-12-04  Glenn Morris  <rgm@gnu.org>
2049
2050         * password.el: Move to password-cache.el.
2051
2052         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2053         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2054         * mml-smime.el (password-read, password-cache-add)
2055         (password-cache-remove):
2056         No need to autoload, since mml-sec requires password.
2057
2058         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2059         * message.el (gnus-extract-address-components):
2060         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2061
2062         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2063         password.
2064
2065 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2066
2067         * mailcap.el: Reduce dependencies.
2068         (mail-header-parse-content-type): Autoload.
2069         (mailcap-delete-duplicates): New alias.
2070         (mailcap-mime-info): Add optional argument NO-DECODE.
2071         (mailcap-mime-types): Use mailcap-delete-duplicates.
2072
2073         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2074
2075 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2076
2077         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2078         (imap-parse-status): Upcase status-att for servers that sends them
2079         lower-case (e.g., MS Exchange 2007).
2080
2081 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2084         function.
2085
2086         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2087         (gnus-uu-yenc-article): New function.
2088
2089         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2090
2091         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2092         buffer.
2093
2094 2007-12-02  Glenn Morris  <rgm@gnu.org>
2095
2096         * binhex.el (binhex): New custom group.
2097         (binhex-decoder-program, binhex-decoder-switches)
2098         (binhex-use-external): Move to the binhex custom group.
2099
2100         * uudecode.el (uudecode): New custom group.
2101         (uudecode-decoder-program, uudecode-decoder-switches)
2102         (uudecode-use-external): Move to the uudecode custom group.
2103
2104         * netrc.el (top-level): Don't load `encrypt' features.
2105         (netrc-parse): Don't use encrypt.
2106         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2107
2108         * encrypt.el: Remove file.
2109
2110 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2111
2112         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2113         matches on patches.
2114
2115         * gnus-art.el (gnus-article-browse-html-article): Mention
2116         `mm-text-html-renderer' in the doc string.
2117
2118         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2119         string.  Add comments.
2120
2121         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2122         if rhs is ASCII.
2123
2124 2007-12-01  Glenn Morris  <rgm@gnu.org>
2125
2126         * mail-source.el (top-level): Require format-spec before
2127         eval-when-compile.
2128
2129 2007-11-30  Glenn Morris  <rgm@gnu.org>
2130
2131         * encrypt.el: Require password, rather than autoloading password-read.
2132
2133 2007-11-29  Glenn Morris  <rgm@gnu.org>
2134
2135         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2136         (sasl-make-client, sasl-next-step, sasl-step-data)
2137         (sasl-step-set-data): Declare as functions.
2138
2139 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2140
2141         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2142
2143 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2144
2145         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2146         certs should be verified and what is to be done in the event of a
2147         verification failure.
2148
2149         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2150         caller can indicate whether the cache should be disregarded for this
2151         call.  This way the result of the call is reproducible at all times and
2152         can be considered a canonical server name for the supplied method.
2153         (gnus-agent-method-p): Canonicalize server names by pushing their
2154         method through `gnus-method-to-server' using the no-cache argument.
2155
2156         * gnus-srvr.el (gnus-server-insert-server-line): Call
2157         `gnus-method-to-server' with `no-cache' argument.
2158
2159         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2160         gnus-agent-possibly-synchronize-flags as this should be called when the
2161         server is actually being opened.
2162         (gnus-agent-possibly-synchronize-flags)
2163         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2164         flags file of an agentized server to the latter function.
2165
2166         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2167         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2168         after a connection has been established successfully.
2169
2170 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-art.el (article-display-face): Force to display face if called
2173         interactively; check if gnus-article-x-face-too-ugly matches author.
2174         (article-display-x-face): Display face even if From header is missing
2175         as article-display-face does.
2176
2177 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2178
2179         * hashcash.el (message-narrow-to-headers-or-head)
2180         (message-fetch-field, message-goto-eoh)
2181         (message-narrow-to-headers): Declare as functions.
2182
2183 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * mail-source.el (mail-sources): Default to fetch from file for
2186         compatibility with default of nnmail-spool-file.
2187
2188 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2191         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2192         to look for encoded word that should be encoded again.
2193         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2194         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2195         encoding pattern.
2196         (rfc2047-decode-region): Switch strict regexp and loose one according
2197         to rfc2047-allow-irregular-q-encoded-words.
2198
2199 2007-11-25  Romain Francoise  <romain@orebokech.com>
2200
2201         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2202
2203 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * tls.el (tls-program): Provide more custom choices from
2206         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2207         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2208
2209 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2210
2211         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2212         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2213
2214         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2215         `nnmail-spool-file'.
2216
2217         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2218         `nnmail-spool-file'.
2219
2220         * gnus-move.el (gnus-change-server): Ditto.
2221
2222         * gnus-kill.el (gnus-batch-score): Ditto.
2223
2224         * gnus-cache.el (gnus-jog-cache): Ditto.
2225
2226         * gnus-msg.el (gnus-summary-reply):
2227         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2228
2229 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2232         version.  Minor improvement to doc strings.
2233         (tls-program): Add comment.
2234
2235 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2236
2237         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2238         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2239         mismatch between the hostname provided in the certificate and the name
2240         of the host connnecting to.
2241         (open-tls-stream): Use them.  Check certificates against trusted root
2242         certificates.
2243
2244 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2245
2246         * gnus-cache.el (gnus-cache-generate-nov-databases):
2247         Use nnml-generate-nov-databases-directory instead of
2248         nnml-generate-nov-databases-1.
2249
2250 2007-11-24  Glenn Morris  <rgm@gnu.org>
2251
2252         * message.el (message-tool-bar-retro): Update for rename
2253         mail_send.xpm->mail-send.xpm.
2254
2255 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2256
2257         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2258         `smime-ldap-search' for Emacs 22 and up.
2259
2260 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2261
2262         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2263
2264         * message.el (message-send-mail-function): Fix error convention.
2265         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2266         (message-widen-reply, message-send-mail, message-talkative-question)
2267         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2268         (message-clone-locals, message-send-news): Use with-current-buffer.
2269         (message-insert-or-toggle-importance): Remove unused var `valid'.
2270         (message-make-references): Remove unused var `new-references'.
2271         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2272
2273 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2274
2275         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2276         (spam-split-symbolic-return-positive): Reflow docstring.
2277         (spam-backends, spam-summary-exit-behavior)
2278         (spam-mark-ham-unread-before-move-from-spam-group)
2279         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2280         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2281         (spam-clear-cache, spam-backend-check, spam-install-backend)
2282         (spam-install-statistical-backend, spam-list-of-processors)
2283         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2284         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2285         (spam-check-crm114, spam-initialize, spam-unload-hook):
2286         Fix typos in docstrings.
2287
2288 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2291         been checked if they have never been read and those group levels are
2292         higher than the one that a user specified.
2293
2294 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2297         foreign groups unless a group level is specified by a user.
2298         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2299
2300 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2301
2302         * message.el (message-send-mail-function): Require sendmail.
2303
2304 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2305
2306         * message.el (message-send-mail-function): Check for smtpmail too.
2307
2308         * utf7.el (utf7-encode, utf7-decode): Use coding system
2309         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2310
2311         * message.el (message-send-mail-function): New function.
2312         (message-send-mail-function): Set default using
2313         message-send-mail-function.  Adjust doc string.
2314         (message-send-mail-with-mailclient): New function.
2315
2316 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2317
2318         * smime.el (from):
2319         * rfc2047.el (message-posting-charset):
2320         * qp.el (mm-use-ultra-safe-encoding):
2321         * pop3.el (parse-time-months):
2322         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2323         * nnml.el (files):
2324         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2325         (jka-compr-compression-info-list, ange-ftp-path-format)
2326         (efs-path-regexp):
2327         * nndiary.el (files):
2328         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2329         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2330         (epg-digest-algorithm-alist, inhibit-redisplay)
2331         (password-cache-expiry):
2332         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2333         (pgg-output-buffer, password-cache-expiry):
2334         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2335         (efs-path-regexp):
2336         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2337         (inhibit-redisplay):
2338         * mm-uu.el (file-name, start-point, end-point, entry)
2339         (gnus-newsgroup-name, gnus-newsgroup-charset):
2340         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2341         (latin-unity-ucs-list):
2342         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2343         (mm-uu-binhex-decode-function):
2344         * message.el (gnus-message-group-art, gnus-list-identifiers)
2345         (rmail-enable-mime-composing, gnus-local-organization)
2346         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2347         (gnus-read-active-file, facemenu-add-face-function)
2348         (facemenu-remove-face-function, gnus-article-decoded-p)
2349         (tool-bar-mode):
2350         * mail-source.el (display-time-mail-function):
2351         * gnus-util.el (nnmail-pathname-coding-system)
2352         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2353         (gnus-original-article-buffer, gnus-user-agent)
2354         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2355         (xemacs-codename, sxemacs-codename, emacs-program-version):
2356         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2357         * gnus-start.el (gnus-agent-covered-methods)
2358         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2359         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2360         (gnus-newsgroup-headers, gnus-group-list-mode)
2361         (gnus-group-mark-positions, gnus-newsgroup-data)
2362         (gnus-newsgroup-unreads, nnoo-state-alist)
2363         (gnus-current-select-method, mail-sources)
2364         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2365         (nnmail-spool-file, gnus-cache-active-hashtb):
2366         * gnus-mh.el (mh-lib-progs):
2367         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2368         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2369         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2370         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2371         (gnus-group-buffer):
2372         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2373         (font-lock-set-defaults):
2374         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2375         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2376         (gnus-summary-post-menu, total-parts, type, condition, length):
2377         * gnus-agent.el (gnus-agent-read-agentview):
2378         * flow-fill.el (show-trailing-whitespace):
2379         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2380         eval-and-compile wrappers for byte compiler pacifiers.
2381
2382         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2383         (mm-display-inline-fontify): Check for featurep 'xemacs not
2384         extent-list.
2385
2386         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2387         itimer-list.
2388         (mm-create-image-xemacs): Only do something for XEmacs.
2389         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2390
2391         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2392
2393         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2394         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2395
2396 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2397
2398         * nnimap.el (nnimap-split-download-body):
2399         * gnus-demon.el (gnus-demon):
2400         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2401
2402 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2405         macros.
2406         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2407         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2408         copy data from unibyte buffer to multibyte current buffer.
2409         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2410         to copy data from unibyte current buffer to multibyte buffer.
2411         (nntp-make-process-buffer): Make process buffer unibyte.
2412
2413         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2414
2415 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2416
2417         * pop3.el (pop3-open-server): Accept and process data more robustly at
2418         connexion start to avoid spurious "POP SSL connexion failed" errors.
2419
2420 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2423         read group names.
2424
2425 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2426
2427         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2428
2429 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2432         (nnmail-save-active): Use a unibyte buffer when saving active file,
2433         which may contain non-ASCII group names.
2434
2435         * nnml.el (nnml-request-group): Decode group names in messages.
2436
2437 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * message.el (message-citation-line-function)
2440         (message-insert-formatted-citation-line): Fix spelling of
2441         `message-insert-formated-citation-line'.
2442
2443 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2444
2445         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2446
2447 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2450         nnmail-pathname-coding-system.
2451
2452         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2453         that a user enters; decode group names in messages.
2454
2455         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2456
2457 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2460
2461         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2462
2463         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2464         risky local variable.
2465
2466         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2467
2468 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2469
2470         * encrypt.el: Improve documentation to fix function name typo.
2471         Reported by Daiki Ueno <ueno@unixuser.org>.
2472
2473 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2476         even if the point is not in the last page of an article.
2477         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2478         back to the previous page.
2479
2480 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2481
2482         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2483
2484 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2487
2488 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2489
2490         * message.el (message-check-news-body-syntax): Avoid
2491         mm-string-as-multibyte.
2492         (message-hide-headers): Don't assume (point-min)==1.
2493
2494 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * message.el (message-remove-blank-cited-lines): Fix if remove is
2497         given.
2498         (message-bogus-address-regexp): New variable.
2499         (message-bogus-recipient-p): New function.
2500         (message-check-recipients): New command.
2501         (message-syntax-checks): Add `bogus-recipient'.
2502         (message-fix-before-sending): Add `bogus-recipient'.
2503
2504         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2505         (gnus-treat-body-boundary): Don't test window-system.
2506
2507 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2508
2509         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2510
2511 2007-10-28  Miles Bader  <miles@gnu.org>
2512
2513         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2514         at compile-time too.
2515
2516 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2517
2518         * gnus-msg.el (gnus-message-setup-hook): Add
2519         `message-remove-blank-cited-lines' to options.
2520
2521 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2522
2523         * message.el (message-remove-blank-cited-lines): New function.
2524         Suggested by Karl Plästerer.
2525
2526 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2529         mapc.
2530
2531         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2532         (top-level): Use mapc to set functions to be traced for debugging.
2533
2534         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2535         called for effect with while loop.
2536
2537         * message.el (message-talkative-question): Replace mapcar called for
2538         effect with mapc.
2539
2540         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2541         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2542         called for effect with dolist.
2543
2544         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2545
2546         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2547         gnus-extra-headers and nnmail-extra-headers.
2548
2549         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2550         called for effect with dolist.
2551         (top-level): Use mapc to set functions to be traced for debugging.
2552
2553         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2554         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2555         dolist.
2556
2557         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2558         Replace mapcar called for effect with mapc.
2559         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2560         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2561         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2562         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2563
2564         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2565         remove-if that's a cl function.
2566
2567         * webmail.el (webmail-debug): Replace mapcar called for effect with
2568         dolist.
2569
2570         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2571         with mapc.
2572
2573 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2576         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2577         with while loop.
2578
2579         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2580         functions from article-* functions.
2581         (gnus-multi-decode-header): Replace mapcar called for effect with
2582         dolist.
2583
2584         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2585         (gnus-bookmark-show-details): Replace mapcar called for effect with
2586         while loop.
2587
2588         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2589         called for effect with while loop.
2590
2591         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2592         with dolist.
2593
2594         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2595         mapcar called for effect with dolist.
2596
2597         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2598
2599         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2600         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2601         Replace mapcar called for effect with dolist.
2602         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2603         mapc.
2604
2605         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2606         Replace mapcar called for effect with dolist.
2607         (gnus-topic-list): Replace mapcar called for effect with mapc.
2608
2609         * gnus.el: Use mapc instead of mapcar to add autoloads.
2610
2611 2007-10-23  Richard Stallman  <rms@gnu.org>
2612
2613         * gnus-group.el (gnus-group-highlight): Mark as risky.
2614
2615 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus.el (gnus-server-to-method): Return method found first in
2618         gnus-newsrc-alist.
2619
2620         * gnus-art.el (gnus-article-highlight-signature)
2621         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2622         button overlay without the front stickiness.
2623
2624 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2625
2626         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2627         overview buffer needed a catch to receive its throw.
2628         (gnus-agent-flush-cache): Declared as interactive to make this function
2629         easier to use.
2630
2631 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2632
2633         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2634         `next-line'.
2635
2636 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2639         exclude address matching message-dont-reply-to-names.
2640
2641 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * gnus-util.el (gnus-string<): New function.
2644
2645         * gnus-sum.el (gnus-article-sort-by-author)
2646         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2647
2648 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2651         the frame-focus tag is set in gnus-buffer-configuration.
2652
2653 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2656         the front stickiness.
2657
2658 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2661         url pattern; remove duplicate one.
2662         (gnus-article-extend-url-button): New function.
2663         (gnus-article-add-buttons): Use it.
2664         (gnus-button-push): Use concatenated url that it makes.
2665
2666 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2667
2668         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2669
2670 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2671
2672         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2673         Don't hardcode point-min==1.
2674
2675 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2676
2677         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2678         Fix comment about "iso8859-1".
2679
2680 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2681
2682         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2683         ones returned from the verify-function.
2684
2685         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2686         mml2015-extract-cleartext-signature if extraction failed.
2687
2688 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2689
2690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2691         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2692         failed.
2693
2694 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2697
2698 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2701         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2702         recommends to use EasyPG instead of PGG.
2703
2704         * pgg.el: Revert to revision 6.23.2.16
2705
2706         * pgg-def.el: Revert to revision 6.6.2.14.
2707
2708         * pgg-gpg.el: Revert to revision 6.23.2.34.
2709
2710 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2711
2712         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2713         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2714         thread for both the null and zero (kill/expire thread) universal prefix
2715         cases.
2716         (gnus-summary-expire-thread): Add new function to expire a thread,
2717         using gnus-summary-kill-thread.
2718         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2719         shortcuts for gnus-summary-expire-thread.
2720         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2721         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2722
2723 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2726         extras value, so an extras entry can be deleted.
2727         (gnus-registry-delete-extra-entry): Use it.
2728         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2729         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2730         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2731         storage through the gnus-registry, and provide an appropriate API for
2732         it.
2733
2734 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2737         Suggested by Leo <sdl.web@gmail.com>.
2738
2739         * gnus.el: Do.
2740
2741 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2744         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2745
2746         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2747
2748         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2749         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2750
2751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2754         newline.
2755         (nnmbox-request-accept-article): Don't change article in source buffer;
2756         narrow to header to use message-fetch-field rather than
2757         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2758         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2759         as delimiters; make sure article ends with newline.
2760         (nnmbox-delete-mail): Correct last position of article to be deleted;
2761         ignore X-Gnus-Newsgroup header in article body.
2762         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2763         positions; make sure article ends with newline.
2764
2765         * message.el (message-display-abbrev): Don't infloop when a user
2766         inserts SPC in the beginning of header.
2767
2768         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2769         coding-system-for-read and coding-system-for-write for XEmacs having no
2770         file-coding feature.
2771
2772         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2773
2774 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2775
2776         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2777         list of groups not followed by default.  Fix type to be regexp.
2778         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2779
2780 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2781
2782         * hmac-def.el (define-hmac-function): Switch from old-style to
2783         new-style backquotes.
2784
2785         * md4.el (md4-make-step): Likewise.
2786
2787 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2790         raw-text coding system when saving .newsrc file, which may contain
2791         non-ASCII group names.
2792
2793 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-cus.el (gnus-score-extra): New widget.
2796         (gnus-score-extra-convert): New function.
2797         (gnus-score-customize): Use it for Extra.
2798
2799 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2800
2801         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2802         (mml2015-mailcrypt-clear-verify): Use it.
2803         (mml2015-gpg-clear-verify): Use it.
2804         (mml2015-pgg-clear-verify): Use it.
2805         (mml2015-epg-clear-verify): Replace the current part with the output
2806         from GnuPG; don't extract the plaintext by itself.
2807
2808         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2809         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2810         mml2015-clear-verify-function; don't touch the armor headers or
2811         dash-escaped text here.
2812
2813 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2816         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2817         parts, or application/octet-stream as a last resort.
2818         (gnus-mime-view-part-as-type): Don't toggle display.
2819         (gnus-mime-view-part-as-charset): Don't turn off display before
2820         querying charset.
2821
2822         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2823         stuff to undisplayer function in Emacs.
2824         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2825
2826         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2827         text/calendar parts.
2828
2829 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2832         decoding text/calendar parts.
2833
2834         * message.el (message-forward-make-body-mime): Always mark body as
2835         having no illegible text; remove signed-or-encrypted argument.
2836         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2837
2838         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2839         (mml-generate-mime-1): Don't encode body if it is specified to be in
2840         raw form; don't make buffer be unibyte when inserting multibyte string.
2841
2842 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2843
2844         * sha1.el: Fix up comment style.
2845         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2846         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2847
2848         * hex-util.el: Fix up comment style.
2849         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2850
2851         * gnus-salt.el: Use with-current-buffer.
2852         (gnus-pick-setup-message): Fix long-standing typo.
2853
2854 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * imap.el (imap-logout-timeout): New variable.
2857         (imap-logout, imap-logout-wait): New functions.
2858         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2859
2860         * nnimap.el (nnimap-logout-timeout): New server variable.
2861         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2862         nnimap-logout-timeout.
2863
2864         * gnus-art.el (gnus-article-summary-command-nosave)
2865         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2866
2867 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus.el (gnus-maximum-newsgroup): New variable.
2870
2871         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2872         according to gnus-maximum-newsgroup.
2873
2874         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2875         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2876         Limit the range of articles according to gnus-maximum-newsgroup.
2877
2878 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2879
2880         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2881         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2882         Don't perform gnus-configure-windows here; reuse existing sticky
2883         article buffer.
2884
2885         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2886         it doesn't exist in gnus-article-mode.
2887
2888 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2891         (gnus-agent-decoded-group-name): New function.
2892         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2893         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2894
2895 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2896
2897         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2898         Add binding for gnus-sticky-article.
2899         (gnus-summary-exit): Don't kill sticky article buffers.
2900
2901         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2902         article buffer.
2903         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2904         (gnus-kill-sticky-article-buffers): New commands.
2905
2906 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * nntp.el (nntp-xref-number-is-evil): New server variable.
2909         (nntp-find-group-and-number): If it is non-nil, don't trust article
2910         numbers in the Xref header.
2911
2912 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-agent.el (gnus-agent-read-group): New function.
2915         (gnus-agent-flush-group, gnus-agent-expire-group)
2916         (gnus-agent-regenerate-group): Use it.
2917         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2918         nnmail-pathname-coding-system.
2919
2920 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2923
2924         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2925         that are unread as unread, and also as selected so that information of
2926         marks having been changed by a user may be updated when exiting group.
2927
2928 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2931         calculated ignoring signature parts to gnus-treat-article.
2932
2933 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2936         a point here in order to keep the window start.
2937         (gnus-insert-mime-security-button): Make a button overlay without the
2938         front stickiness.
2939         (gnus-mime-display-security): Goto the end of a button.
2940
2941         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2942
2943 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2946         group-name-at-point.
2947         (gnus-group-completing-read): New function that offers decoded
2948         non-ASCII group names for completion.
2949         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2950         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2951         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2952         (gnus-group-fetch-control): Use it.
2953         (gnus-fetch-group): Use group-name-at-point for the initial value
2954         rather than the default value; use gnus-alive-p.
2955
2956         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2957         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2958         (gnus-summary-post-news): Use gnus-group-completing-read.
2959
2960         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2961         (gnus-read-move-group-name): Decode group name for completion.
2962
2963 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2964
2965         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2966         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2967         Yamaoka slightly modified the code).
2968
2969 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2972         (nnmail-split-incoming): Bind it.
2973
2974         * nnml.el (nnml-group-name-charset): New function.
2975         (nnml-decoded-group-name): Use it; don't decode group name if
2976         nnmail-group-names-not-encoded-p is non-nil.
2977         (nnml-encoded-group-name): New function.
2978         (nnml-group-pathname): Inline nnml-decoded-group-name.
2979         (nnml-request-expire-articles): Decode group name in message.
2980         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2981         nnmail-pathname-coding-system.
2982         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2983         not decoded ones according to nnmail-group-names-not-encoded-p.
2984         (nnml-generate-active-info): Use nnml-encoded-group-name.
2985
2986 2007-08-08  Glenn Morris  <rgm@gnu.org>
2987
2988         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2989         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2990         doc-strings and comments.
2991
2992 2007-07-25  Glenn Morris  <rgm@gnu.org>
2993
2994         * Relicense all FSF files to GPLv3 or later.
2995
2996 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-sum.el (gnus-summary-move-article): Make
2999         gnus-summary-respool-article work.
3000
3001 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3004         string.
3005
3006 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3007
3008         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3009         that should be ignored when comparing distant RSS articles with local
3010         ones.
3011         (nnrss-make-hash-index): New function.  Create a hash index according
3012         to the ignored fields.
3013         (nnrss-check-group): Use it.
3014
3015 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3018
3019         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3020
3021         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3022         the new optional argument ENCODED is non-nil.
3023         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3024         coding system for encoding group name.
3025         (gnus-group-make-rss-group): Pass un-encoded group name to
3026         gnus-group-make-group.
3027         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3028         encoded.
3029
3030         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3031         Encode group name to which articles are moved or copied.
3032         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3033         coding system for encoding Newsgroup, Followup-To and Xref headers.
3034
3035         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3036         marks; use nnheader-file-coding-system to write a file.
3037         (nnagent-retrieve-headers): Bind file-name-coding-system to
3038         nnmail-pathname-coding-system.
3039
3040         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3041
3042         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3043         (nnml-request-article, nnml-request-create-group)
3044         (nnml-request-rename-group, nnml-find-id)
3045         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3046         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3047         (nnml-save-marks): Use nnml-group-pathname instead of
3048         nnmail-group-pathname.
3049
3050         (nnml-request-create-group, nnml-request-expire-articles)
3051         (nnml-request-move-article, nnml-request-delete-group)
3052         (nnml-deletable-article-p, nnml-possibly-create-directory)
3053         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3054         (nnml-open-marks): Bind file-name-coding-system to
3055         nnmail-pathname-coding-system.
3056
3057         (nnml-request-article): Pass server argument to nnml-find-group-number.
3058         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3059         server argument to nnml-possibly-create-directory.
3060         (nnml-request-accept-article): Pass server argument to
3061         nnml-active-number and nnml-save-mail.
3062         (nnml-find-group-number): Pass server argument to nnml-find-id.
3063         (nnml-request-update-info): Pass server argument to
3064         nnml-marks-changed-p.
3065
3066         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3067         (nnml-save-mail, nnml-active-number): Add server argument.
3068
3069         (nnml-request-delete-group): Warn if group is missing.
3070         (nnml-get-nov-buffer): Decode group name.
3071         (nnml-generate-active-info): Encode group name.
3072         (nnml-open-marks): Decode group name in messages.
3073
3074 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3077         if it is not specified.
3078         (gnus-article-pipe-part, gnus-article-save-part)
3079         (gnus-article-interactively-view-part, gnus-article-copy-part)
3080         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3081         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3082         (gnus-article-replace-part, gnus-article-delete-part)
3083         (gnus-article-view-part-as-type): Pass raw prefix argument to
3084         gnus-article-part-wrapper.
3085
3086 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-agent.el (gnus-agent-save-active): Bind
3089         nnheader-file-coding-system to gnus-agent-file-coding-system.
3090
3091         * gnus-cache.el (gnus-cache-save-buffers)
3092         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3093         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3094         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3095         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3096         (gnus-cache-generate-active, gnus-cache-rename-group)
3097         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3098         (gnus-cache-update-overview-total-fetched-for): Bind
3099         file-name-coding-system to nnmail-pathname-coding-system.
3100         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3101         variables.
3102         (gnus-cache-decoded-group-name): New function.
3103         (gnus-cache-file-name): Use it.
3104         (gnus-cache-generate-active): Use non-decoded group name for active.
3105
3106         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3107         right place.
3108         (gnus-write-active-file): Don't break non-ASCII group names.
3109
3110         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3111         nnmail-pathname-coding-system.
3112
3113         * lpath.el: Bind default-file-name-coding-system,
3114         file-name-coding-system and language-info-alist for XEmacs.
3115
3116         * gnus-uu.el (gnus-uu-decode-save): Typo.
3117
3118 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3121
3122 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3125         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3126         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3127         (gnus-agent-flush-group, gnus-agent-flush-cache)
3128         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3129         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3130         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3131         (gnus-agent-regenerate-group)
3132         (gnus-agent-update-files-total-fetched-for)
3133         (gnus-agent-update-view-total-fetched-for): Bind
3134         file-name-coding-system to nnmail-pathname-coding-system.
3135         (gnus-agent-group-pathname): Don't encode file names by
3136         nnmail-pathname-coding-system.
3137         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3138         coding-system-for-write instead of buffer-file-coding-system to
3139         gnus-agent-file-coding-system.
3140
3141         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3142         Decode group name.
3143
3144         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3145
3146         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3147         (gnus-read-newsrc-el-file): Make group names unibyte.
3148
3149         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3150         nnmail-pathname-coding-system.
3151
3152         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3153         (nnrss-request-delete-group): Bind file-name-coding-system to
3154         nnmail-pathname-coding-system.
3155         (nnrss-read-server-data, nnrss-read-group-data): Bind
3156         file-name-coding-system correctly.
3157         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3158
3159         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3160         (nntp-server-to-method-cache): New variable.
3161         (nntp-group-pathname): New function that decodes non-ASCII group names.
3162         (nntp-possibly-create-directory, nntp-marks-changed-p)
3163         (nntp-save-marks, nntp-open-marks): Use it.
3164         (nntp-possibly-create-directory, nntp-open-marks):
3165         Bind file-name-coding-system to nnmail-pathname-coding-system.
3166         (nntp-open-marks): Decode group names when bootstrapping marks.
3167
3168         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3169         Newsgroups and Folowup-To headers.
3170
3171 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3174         (gnus-server-closed-face, gnus-server-denied-face)
3175         (gnus-server-offline-face): Remove variable.
3176         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3177
3178         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3179         of modifying message-stack directly for XEmacs.
3180
3181         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3182         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3183         if the coding-system argument is nil for XEmacs.
3184
3185         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3186         mm-charset-override-alist.
3187
3188         * rfc2047.el: Don't require base64; require rfc2045 for the function
3189         rfc2045-encode-string.
3190         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3191         to quote the parameter value.
3192
3193 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3196         form in gnus-group-name-charset-method-alist.
3197
3198         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3199         overrides the default layout edit-form.
3200
3201         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3202
3203         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3204
3205 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3208         as unfetched articles.
3209
3210 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3211
3212         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3213
3214 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3217         original back end that keeps marks in the local system.
3218
3219 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3222         arg of pop-to-buffer for XEmacs.
3223         (gnus-article-read-summary-keys): Ditto; don't restore window
3224         configuration if summary command ends up with neither article buffer
3225         nor summary buffer; describe bindings if summary keys end with C-h.
3226
3227 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * message.el (message-fix-before-sending): Skip raw message part to be
3230         forwarded while checking illegible text.
3231         (message-forward-make-body-mime, message-forward-make-body): Mark
3232         signed or encrypted raw message as having no illegible text.
3233
3234 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3237         (gnus-message-with-timestamp-1): New macro.
3238         (gnus-message-with-timestamp): New function.
3239         (gnus-message): Use them.
3240
3241         * nnheader.el (nnheader-message): Use them.
3242
3243 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3246         .newsrc.eld file.
3247
3248 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-agent.el (gnus-agent-fetch-headers)
3251         (gnus-agent-retrieve-headers): Bind
3252         gnus-decode-encoded-address-function to identity.
3253
3254         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3255         available also when the server returns simply a dot.
3256
3257         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3258
3259 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3262
3263 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-ems.el (gnus-x-splash): Make it work.
3266
3267         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3268         from being used.
3269
3270         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3271
3272 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3275         4th and the 5th arguments.
3276
3277         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3278         the front stickiness.
3279         (gnus-article-summary-command-nosave): Correct the order of the
3280         arguments passed to pop-to-buffer.
3281         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3282         summary command ends up with the article buffer.
3283
3284         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3285         the same faces.
3286
3287 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3288
3289         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3290
3291 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3292
3293         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3294         * gnus-sum.el (gnus-summary-highlight):
3295         * pgg.el (pgg-sign-region, pgg-sign):
3296         * mail-source.el (mail-source-delete-old-incoming-confirm):
3297         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3298
3299 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-art.el (gnus-mime-view-part-externally)
3302         (gnus-mime-view-part-internally): Fix predicate function passed to
3303         completing-read.
3304
3305         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3306
3307         * gnus.el (gnus-update-message-archive-method): Add :version.
3308
3309 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus.el (gnus-update-message-archive-method): New variable.
3312
3313         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3314         according to gnus-message-archive-method if
3315         gnus-update-message-archive-method is non-nil.
3316
3317 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3320         by Loic Dachary <loic@dachary.org>.
3321         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3322
3323 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * message.el (message-pop-to-buffer): Add switch-function argument.
3326         (message-mail): Pass switch-function argument to it.
3327
3328 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3329
3330         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3331         Improve doc string.
3332
3333 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3336         (gnus-header-content)
3337         * gnus-cite.el (gnus-cite-10)
3338         * gnus-srvr.el (gnus-server-closed)
3339         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3340         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3341         (gnus-group-mail-3-empty, gnus-group-mail-low)
3342         (gnus-group-mail-low-empty, gnus-splash)
3343         * message.el (message-header-to, message-header-cc)
3344         (message-header-subject, message-header-other, message-header-name)
3345         (message-header-xheader, message-separator, message-cited-text)
3346         (message-mml): Lighten colors of faces used for dark background.
3347
3348 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3349
3350         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3351         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3352
3353 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * message.el (message-narrow-to-headers-or-head):
3356         Ignore mail-header-separator in the body.
3357
3358 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3361         same as window size.
3362
3363 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3364
3365         * message.el (message-font-lock-keywords): Use message-header-xheader
3366         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3367         ahead of the anything pattern, to get it recognised.
3368
3369 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3372         spam.el loads uses it in the compiled defadvice form.
3373
3374 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3375
3376         * gnus-sum.el (gnus-articles-to-read)
3377         (gnus-summary-insert-old-articles): Don't truncate group name for
3378         `read-string'.
3379
3380         * gnus-util.el (gnus-limit-string): Delete this function.
3381
3382         * gnus-sum.el (gnus-simplify-subject-fully): Use
3383         `truncate-string-to-width' instead.
3384
3385 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3386
3387         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3388         if, on summary exit, the next group has to be selected.
3389         (gnus-summary-exit): Use it.
3390
3391 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3394         non-break space.
3395
3396 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3399         Check if group is not a directory.
3400         (nnfolder-request-expire-articles): Don't delete articles if the target
3401         group is not available.
3402
3403         * nnml.el (nnml-request-create-group): Properly check if group is not a
3404         file.
3405         (nnml-request-expire-articles): Don't delete articles if the target
3406         group is not available.
3407
3408         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3409         Don't quote characters that are within parentheses.
3410
3411 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3414         (gnus-handle-ephemeral-exit): Select article according to it.
3415
3416 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3417
3418         * message.el (message-insert-formated-citation-line): Remove newline.
3419         (message-citation-line-format): Add final \n here so that the user can
3420         avoid a blank line.
3421
3422 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3423
3424         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3425         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3426         Update lanl/arXiv support.
3427
3428 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * gnus.el: Bump version number.
3431
3432 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus.el (gnus-version-number): Bump version.
3435
3436 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3437
3438         * gnus.el: No Gnus v0.6 is released.
3439
3440 2007-04-27  Didier Verna  <didier@xemacs.org>
3441
3442         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3443         * gmm-utils.el (gmm-regexp-concat): here.
3444         * message.el: Don't require 'gnus-util.
3445         (message-dont-reply-to-names): Handle name change above.
3446         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3447
3448 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3451         since the initial value varies according to the system.
3452
3453 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3456
3457 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3458
3459         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3460
3461 2007-04-24  Didier Verna  <didier@xemacs.org>
3462
3463         Improve the type of gnus-ignored-from-addresses.
3464         * gnus-util.el (gnus-orify-regexp): New function.
3465         * message.el (gnus-util): Require it.
3466         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3467         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3469
3470 2007-04-24  Didier Verna  <didier@xemacs.org>
3471
3472         * gnus-sum.el:
3473         * gnus-utils.el: Fix some trailing whitespaces.
3474
3475 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3478         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3479         article's Message-ID; refer parent article in summary buffer.
3480
3481         * message.el (message-bounce): Call mime-to-mml.
3482
3483         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3484         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3485         optimize and/or forms properly.
3486
3487 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3488
3489         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3490         URL.
3491
3492 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3495
3496 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3499         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3500         displayed of multipart/alternative part if it is invoked from summary
3501         buffer.
3502
3503         * mm-view.el (mm-inline-text-html-render-with-w3m)
3504         (mm-inline-text-html-render-with-w3m-standalone)
3505         (mm-inline-render-with-function): Use mail-parse-charset by default.
3506
3507 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3508
3509         * parse-time.el (parse-time-string-chars): Check if CHAR
3510         is less than the length of parse-time-syntax.
3511
3512 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3515         from gnus-newsgroup-processable.
3516
3517 2007-04-16  Didier Verna  <didier@xemacs.org>
3518
3519         * gnus-msg.el (gnus-configure-posting-styles): Handle
3520         message-signature-directory properly with :file syntax.  Reported by
3521         "Leo".
3522
3523 2007-04-11  Didier Verna  <didier@xemacs.org>
3524
3525         New user option: message-signature-directory.
3526         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3527         * message.el (message-insert-signature): Ditto.
3528         * message.el (message-signature-file): Doc update.
3529         * message.el (message-signature-directory): New.
3530
3531 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-msg.el (gnus-inews-yank-articles): Use
3534         message-exchange-point-and-mark instead of exchange-point-and-mark.
3535
3536 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * message.el (message-yank-original): Make sure cited text ends with
3539         newline; don't exchange point and mark.
3540
3541 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3542
3543         * tls.el (open-tls-stream): Properly handle case where there
3544         is no associated buffer.
3545
3546 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3547
3548         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3549         message-yank-original, make sure (< mark TEXT point).
3550
3551 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * message.el (message-fill-column): New variable.
3554         (message-mode): Use it.  Add comment on a possible new hook.
3555
3556         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3557         (nnmail-get-new-mail): Reformat.
3558
3559         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3560
3561         * gmm-utils.el: Fix Commentary.
3562         (gmm-tool-bar-from-list): Fix typo in doc string.
3563
3564 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3565
3566         * message.el (message-yank-original): Don't switch point and mark
3567         unnecessarily to put point and mark as documented.
3568
3569 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3572         from the message heads.
3573
3574 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3575
3576         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3577         article buffer does not have a window.  This may not be the best
3578         solution but is certainly better than setting the start of the null,
3579         that is the current, window.
3580
3581 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3584         (gnus-draft-setup): Run it.
3585
3586         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3587         gnus-score-fast-scoring.  Allow regexp.
3588         (gnus-score-headers): Use it.
3589
3590         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3591         XEmacs.
3592
3593         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3594         string.
3595         (gnus-button-alist): Also catch `<f1> k ...'.
3596         (gnus-treat-display-x-face): Fix doc string.
3597
3598 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3599
3600         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3601         evaluation of gnus-extended-version to ensure correct generation of the
3602         User-Agent header when message-generate-headers-first is used.
3603
3604 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3605
3606         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3607         hashcash-path is nil.  Don't call callback with incorrect number of
3608         parameters if val is 0.
3609
3610 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3611
3612         * message.el (message-required-news-headers):
3613         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3614
3615 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3616
3617         * tls.el (open-tls-stream): In handshake-waiting loop,
3618         don't wait more if there is output available to process.
3619
3620 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3621
3622         * tls.el (tls-program): Doc fix.
3623
3624 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * message.el (message-generate-new-buffers): Change the meaning of the
3627         nil value; add `standard' to the choices; treat t as `unique'; improve
3628         doc string.
3629         (gnus-select-frame-set-input-focus): Autoload.
3630         (message-buffer-name): Search for the existing message buffer if
3631         message-generate-new-buffers is nil or `standard'; treat the value t of
3632         message-generate-new-buffers as `unique'.
3633         (message-pop-to-buffer): Raise the frame already displaying the message
3634         buffer; clear the echo area after querying.
3635         (message-setup): Pass the `continue' argument to compose-mail.
3636         (message-mail): Prefer `switch-function' if it is given; search for the
3637         existing message buffer if the `continue' argument is non-nil; pass
3638         continue and switch-function arguments to compose-mail by way of
3639         message-setup.
3640         (message-mail-other-window): Adjust argument of message-setup.
3641         (message-mail-other-frame): Ditto.
3642
3643 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3646         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3647         to turn font-lock on when turning gnus-message-citation-mode on.
3648
3649 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3650
3651         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3652         (mml-smime-function-alist): New variable; add epg as the backend.
3653         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3654         mml-smime- functions instead.
3655         * mm-view.el: Require smime.
3656
3657 2007-03-05  Didier Verna  <didier@xemacs.org>
3658
3659         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3660         instead of just inheritance for posting styles.
3661         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3662
3663 2007-02-24  Chris Moore  <dooglus@gmail.com>
3664
3665         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3666         * pgg-pgp.el (pgg-pgp-encrypt-region):
3667         * pgg-gpg.el (pgg-gpg-encrypt-region):
3668         Check pgg-encrypt-for-me if no other recipients.
3669
3670 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3671
3672         * tls.el (tls-certtool-program): Fix custom type.
3673
3674 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3677         and point-at-eol instead of line-(beginning|end)-position.
3678
3679         * assistant.el (assistant-parse-buffer): Ditto.
3680
3681         * netrc.el (netrc-parse-services): Ditto.
3682
3683 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3684
3685         * mml2015.el (mml2015-epg-find-usable-key): New function.
3686         (mml2015-epg-sign): Use it.
3687         (mml2015-epg-encrypt): Use it.
3688
3689 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * message.el (message-make-in-reply-to): Quote name containing
3692         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3693         if there are special characters.  Reported by NAKAJI Hiroyuki
3694         <nakaji@jp.freebsd.org>.
3695
3696 2007-02-27  Didier Verna  <didier@xemacs.org>
3697
3698         Include the group parameters as well as the topic ones in the
3699         inheritance filter process.
3700         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3701         argument GROUP-PARAMS-LIST.
3702         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3703
3704 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * nntp.el (nntp-never-echoes-commands)
3707         (nntp-open-connection-functions-never-echo-commands): New variables.
3708         (nntp-send-command): Use them.
3709
3710 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3711
3712         * mml2015.el (mml2015-epg-verify): Simplified.
3713
3714 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * mml.el (mml-content-disposition-alist): New user option.
3717         (mml-content-disposition): New function.
3718         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3719         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3720
3721 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3722
3723         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3724         verification.
3725
3726 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3727
3728         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3729         articles posted in the last 24 hours.
3730
3731 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3732
3733         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3734
3735 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3736
3737         * nntp.el (nntp-send-command): Don't wait for echoes when
3738         nntp-open-ssl-stream is used.
3739
3740 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3743         (gnus-message-add-citation-keywords)
3744         (gnus-message-remove-citation-keywords): Remove.
3745         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3746         directly, make the variables in font-lock-defaults buffer-local, add
3747         gnus-message-citation-keywords to them and then update the value of
3748         font-lock-keywords.
3749
3750 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * message.el (message-cite-original-1): Don't call
3753         gnus-article-highlight-citation.
3754
3755         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3756         citations; fix line count.
3757
3758 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3761         (gnus-message-add-citation-keywords)
3762         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3763         versions of font-lock-add-keywords and font-lock-remove-keywords to
3764         work with XEmacs correctly.
3765
3766 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-cite.el (gnus-cite-face-list): Set the values of
3769         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3770         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3771         (gnus-message-cite-prefix-regexp): New variable.
3772         (gnus-message-search-citation-line): Use it; protect against long
3773         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3774         the 0th match data for Emacs.
3775         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3776         (gnus-message-add-citation-keywords): Append keywords rather than
3777         prepending; emulate font-lock-add-keywords if it is not available.
3778         (gnus-message-remove-citation-keywords): Emulate
3779         font-lock-remove-keywords if it is not available.
3780
3781         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3782
3783         * message.el (message-cite-prefix-regexp): Set the value of
3784         gnus-message-cite-prefix-regexp.
3785
3786 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3787
3788         * nnweb.el (nnweb-google-parse-1): Update parser.
3789
3790 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3791
3792         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3793
3794 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3795
3796         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3797         regexp.
3798
3799 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3802         string-to-multibyte.
3803         (uudecode-decode-region-internal): Use it.
3804
3805         * lpath.el: Fbind string-as-multibyte for XEmacs.
3806
3807 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3810         custom choice.
3811
3812         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3813
3814 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3815
3816         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3817
3818         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3819         `write-region' to respect `mm-inhibit-file-name-handlers'.
3820
3821 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3822
3823         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3824         Use gnus-home-directory instead of "~/" or "$HOME".
3825
3826 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3829         to mention filename.
3830         Add comments at beginning regarding usage.
3831         (encrypt-write-file-contents): Change interactive so a string is
3832         acceptable.  If the file has no associated model, show an error instead
3833         of a nonsense prompt.
3834
3835 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3836
3837         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3838         Thanks to Yoshihiko Yamada for kind notification of this typo.
3839
3840 2007-01-12  Kenichi Handa  <handa@m17n.org>
3841
3842         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3843         multibyte buffer.
3844
3845 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * gnus-score.el (gnus-score-fast-scoring): New variable.
3848         (gnus-score-headers): Use it.
3849
3850         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3851
3852         * message.el (message-cite-original-1): Call
3853         gnus-article-highlight-citation if requested.
3854         (message-make-from): Allow name and address as optional arguments.
3855
3856         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3857
3858         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3859         bugs to doc string.
3860         (gnus-button-alist): Add mid\\|message-id.
3861         (gnus-button-fetch-group): Extend for use in
3862         `browse-url-browser-function'.
3863         (gnus-button-url-regexp): Try to catch paired parentheses like in
3864         Wikipedia URLs.
3865
3866         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3867         Suggested by Simon Krahnke <overlord@gmx.li>.
3868
3869 2007-01-13  Romain Francoise  <romain@orebokech.com>
3870
3871         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3872         Update copyright.
3873
3874 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3875
3876         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3877
3878 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * gnus-registry.el (gnus-registry-unfollowed-groups)
3881         (gnus-registry-split-fancy-with-parent): Fix documentation.
3882
3883 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3886         from nnweb groups.
3887
3888 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3891         Xref urls.  Erase buffer before requesting head.
3892
3893 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3894
3895         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3896         customizable.
3897
3898 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3899
3900         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3901         no signing key is found.
3902         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3903         no encrypting and/or signing key is found.
3904
3905 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3906
3907         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3908
3909 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3910
3911         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3912         headers read from disk with the ones newly found in the current search.
3913         This should no longer cause problems, because the article numbers in
3914         Gmane's `nov.php' output are ignored since the previous change.
3915
3916 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3917
3918         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3919
3920 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3923         replace-regexp-in-string; bind url-version; fbind display-images-p and
3924         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3925         find-face and set-itimer-function for Emacs; bind itimer-list for
3926         Emacs.
3927
3928         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3929
3930 2007-01-01  Romain Francoise  <romain@orebokech.com>
3931
3932         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3933
3934 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3935
3936         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3937         `define-minor-mode' macro definition expanded properly.
3938         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3939         exclude it there.
3940
3941         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3942         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3943         `fboundp' test.
3944         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3945         This is OK to autoload in (S)XEmacs now.
3946
3947 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3950         keystroke.
3951         (gnus-summary-limit-to-singletons): Fix typo.
3952
3953         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3954         else fails.
3955
3956 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3957
3958         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3959         docstring.
3960
3961         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3962         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3963         (gnus-summary-insert-dormant-articles): Fix typo in message.
3964
3965 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3966
3967         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3968         nil for XEmacs.
3969         (gnus-message-citation-mode): Don't autoload in XEmacs.
3970
3971         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3972
3973 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3974
3975         * nnimap.el (nnimap-expunge-search-string): Mention
3976         nnimap-search-uids-not-since-is-evil in docstring.
3977
3978 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3979
3980         * spam.el: Revert to make-obsolete-variable because
3981         define-obsolete-variable-alias is not supported in Emacs 21.
3982
3983         * spam.el (spam-ifile-path, spam-ifile-database-path)
3984         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3985         make-obsolete-variable.
3986         (spam-bsfilter-path, spam-bsfilter-program)
3987         (spam-spamassassin-path, spam-spamassassin-program)
3988         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3989         use "path" inappropriately.
3990         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3991         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3992         variable names.
3993
3994 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3995
3996         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3997         summary buffer.
3998
3999         * password.el (password-cache-remove): Use clear-string to burn
4000         password, if available.
4001
4002 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4003
4004         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4005
4006         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4007
4008         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4009         (gnus-message-highlight-citation): Move defcustom here from
4010         gnus-cite.el.
4011         (gnus-message-citation-mode): Autoload.
4012
4013         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4014         checks to make it compile with XEmacs.
4015         (gnus-message-citation-mode): New minor mode.
4016         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4017         (gnus-message-highlight-citation): New variables.
4018         (gnus-message-search-citation-line)
4019         (gnus-message-add-citation-keywords)
4020         (gnus-message-remove-citation-keywords)
4021         (turn-on-gnus-message-citation-mode)
4022         (turn-off-gnus-message-citation-mode): New functions.
4023
4024 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4025
4026         * gnus-cite.el: Enable highlighting of different citation levels in
4027         message-mode.
4028
4029 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * message.el (message-make-fqdn): Fix comment.
4032         (message-bogus-system-names): Add ".local".
4033
4034         * spam.el (spam-ifile-path, spam-ifile-program)
4035         (spam-ifile-database-path, spam-ifile-database)
4036         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4037         Don't use "path" inappropriately.
4038         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4039         strings.
4040         (spam-check-ifile, spam-ifile-register-with-ifile)
4041         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4042         new variable names.
4043
4044         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4045         (gnus-treat-display-smileys): Simplify using
4046         gnus-image-type-available-p.
4047
4048         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4049         available.
4050
4051         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4052         `display-images-p' if available.
4053
4054 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4057         one after turning on the buffer's multibyteness instead of decoding
4058         them directly in the unibyte buffer that causes unexpected conversion
4059         in Emacs 23 (unicode).
4060
4061 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4062
4063         * message.el (message-generate-hashcash): Fix custom type.
4064
4065 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4066
4067         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4068
4069 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4070
4071         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4072         disconnect icons.  Add help text.
4073
4074 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4077         negated to be consistent with the others we handle.
4078
4079 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4082         version of gnus-summary-buffer to something, so that we can use two
4083         article buffers at the same time.
4084
4085 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4088         trigger all the extra headers.
4089         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4090         sorting.
4091
4092 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4093
4094         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4095         solid groups.
4096
4097 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4098
4099         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4100
4101 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * legacy-gnus-agent.el: Add Copyright notice.
4104
4105 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4106
4107         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4108
4109 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4112
4113         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4114         to make it work reliably in CVS Emacs.
4115         (gnus-summary-limit-strange-charsets-predicate)
4116         (gnus-summary-limit-to-predicate): New functions.
4117
4118 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4119
4120         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4121         specifying array size.
4122         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4123         array if it is too small.
4124         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4125         (gnus-sort-threads-loop): New function.
4126
4127 2006-12-06  Chris Moore  <dooglus@gmail.com>
4128
4129         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4130         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4131
4132 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4133
4134         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4135         options.
4136
4137 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4140         DOS-ing the recipient.
4141
4142         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4143         the headers when creating the mapping to avoid mismappings.
4144         (nnweb-gmane-create-mapping): Always nix out old mapping.
4145
4146 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4149         and mm-verify-option to never.
4150
4151 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * message.el (message-signed-or-encrypted-p): New function.
4154         (message-forward-make-body): Use it.
4155
4156         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4157         Replace encode-coding-string with mm-encode-coding-string.
4158
4159 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * nneething.el (nneething-decode-file-name): Replace
4162         decode-coding-string with mm-decode-coding-string.
4163
4164         * gnus-int.el (gnus-open-server): Say failed server's name.
4165
4166 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4167
4168         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4169         strings to a single string.  Quote `errors-file-name'.
4170         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4171         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4172         Adjust calls.  Use `shell-quote-argument'.
4173
4174 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4175
4176         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4177         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4178
4179         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4180         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4181         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4182         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4183         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4184         (gnus-subscribe-newsgroup, gnus-1):
4185         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4186         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4187         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4188         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4189
4190 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4193         keystroke.
4194         (gnus-summary-limit-to-bodies): Implement headersp.
4195
4196 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4199
4200 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4203
4204 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205
4206         * message.el (message-generate-hashcash): Expand range of values to
4207         include `opportunistic'.
4208         (message-send-mail): Use it.
4209
4210 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4211
4212         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4213         and comment it.
4214
4215         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4216
4217 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * gnus-util.el (gnus-extract-address-components): Improve comment.
4220
4221 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-util.el (gnus-extract-address-components): Work with address in
4224         which the name portion contains @.
4225
4226         * lpath.el: Fbind custom-autoload.
4227
4228 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * gnus.el (gnus-start): Move custom group up.
4231         (gnus-select-method): Don't autoload, but make it available for
4232         `customize-variable'.
4233         (gnus-getenv-nntpserver): Don't autoload.
4234
4235 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4238
4239 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * message.el (message-sendmail-extra-arguments): New variable.
4242         (message-send-mail-with-sendmail): Use it.
4243
4244 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4247         mm-with-unibyte-current-buffer to make string unibyte.
4248
4249         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4250         mm-string-as-multibyte.
4251
4252 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4255         Reported by Werner Koch <wk@gnupg.org>.
4256
4257 2006-11-14  Daiki Ueno  <ueno@p360>
4258
4259         * mml2015.el: Autoload epa-select-keys when compiling.
4260
4261 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4262
4263         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4264         message-options.
4265         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4266
4267 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4268
4269         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4270         EasyPG (< 0.0.6).
4271         (mml2015-always-trust): New user option.
4272         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4273         prompt.
4274
4275 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * nntp.el (nntp-authinfo-force): New variable.
4278         (nntp-send-authinfo): Use it.
4279
4280 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4283         decode encoded words.  Improve prompt.  Add comment about forwarding.
4284         (message-replacement-char): Move up.
4285
4286 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4287
4288         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4289         instead of gnus-intersection because arguments of gnus-sorted-nunion
4290         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4291
4292 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4295         (message-simplify-subject-functions): Enable
4296         message-strip-subject-encoded-words by default.
4297
4298 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4299
4300         * message.el (message-strip-subject-encoded-words): New function
4301         (message-simplify-subject-functions): New variable.
4302         (message-simplify-subject): Use it.  Fix typo in doc string.
4303         Support message-strip-subject-encoded-words.
4304
4305 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4306
4307         * gnus-diary.el (gnus-diary-delay-format-function):
4308         * nndiary.el (nndiary-reminders):
4309         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4310
4311 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * gnus-art.el (article-hide-boring-headers): Fetch date from
4314         gnus-original-article-buffer to avoid problems with localized date
4315         strings.
4316
4317 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4320
4321 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4324         New variables.
4325         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4326         (mm-charset-synonym-alist): Move some entries to
4327         mm-codepage-iso-8859-list.
4328         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4329         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4330
4331 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4334
4335 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4338         with Emacs 21 and XEmacs.
4339
4340 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * spam.el (spam-parse-address): New function for better parsing,
4343         catching errors, etc.
4344         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4345
4346 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * mm-view.el: Add interactive arg to html2text autoload.
4349
4350 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4353
4354 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4357         variables.
4358         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4359         (mm-charset-synonym-alist): Move some entries to
4360         mm-codepage-iso-8859-list.
4361
4362         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4363
4364 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * message.el (message-citation-line-format)
4367         (message-insert-formated-citation-line): Fix implementation of %E, %N
4368         and %n according to the doc string.
4369
4370 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4373         car-safe to avoid bad parses.
4374
4375 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4378         names.
4379
4380         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4381
4382 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4385         header.
4386
4387         * message.el (message-draft-headers): Add Date.
4388         (message-headers-to-generate): Fix typo in docstring.
4389
4390         * nndraft.el (nndraft-required-headers): New variable.
4391         (nndraft-generate-headers): Use it.
4392
4393         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4394
4395 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-registry.el (gnus-registry-wash-for-keywords)
4398         (gnus-registry-find-keywords): New functions to allow easy searching of
4399         articles that are in the registry.
4400
4401 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4404         ietf-drums-parse-address instead of gnus-extract-address-components.
4405         Reported by Damien Elmes <damien@repose.cx>.
4406
4407 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4408
4409         * gnus.el (gnus-mime): Remove unused custom group.
4410
4411 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4412
4413         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4414         "blank line" when searching for end of armor headers.
4415
4416 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gmm-utils.el (gmm-write-region): Fix variable name.
4419
4420 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * gmm-utils.el (gmm-write-region): New function based on compatibility
4423         code from `mm-make-temp-file'.
4424
4425         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4426
4427         * nnmaildir.el (nnmaildir--update-nov)
4428         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4429         Use `gmm-write-region'.
4430
4431 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4434         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4435
4436         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4437
4438         * message.el (message-replacement-char): New variable.
4439         (message-fix-before-sending): Use it.
4440         (message-simplify-subject): New function to remove duplicate code.
4441         (message-reply, message-followup): Use it.
4442
4443         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4444         gnus-summary-limit-to-articles.
4445
4446 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-util.el (gnus-with-local-quit): New macro.
4449
4450         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4451
4452 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4455         ignore non-string data.
4456
4457 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4460         non-string data (needs to be done in the registry too).
4461
4462 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4465         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4466         (gnus-registry-split-fancy-with-parent)
4467         (gnus-registry-fetch-simplified-message-subject-fast)
4468         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4469         Remove text properties on ingress into the registry and when it's saved.
4470         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4471         registry from entries with no groups.
4472
4473 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4476         function to remove string properties.
4477
4478 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * gmm-utils.el (gmm): Adjust custom version.
4481
4482         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4483         custom version.
4484
4485         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4486
4487 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * gnus-art.el (gnus-insert-prev-page-button)
4490         (gnus-insert-next-page-button): Simplify.  Reformat.
4491
4492 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4493
4494         * gnus-art.el (gnus-insert-prev-page-button)
4495         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4496
4497 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4498
4499         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4500
4501 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4502
4503         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4504         gnus-article-button-face to MIME and security buttons.
4505
4506 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4507
4508         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4509         readable.
4510
4511 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4514
4515 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4516
4517         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4518         `browse-url-of-file' instead of `browse-url'.
4519
4520 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4521
4522         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4523         regexp.  Articles containing quotation were cut prematurely.
4524
4525 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * message.el (message-cite-original-1): Use nobody by default for the
4528         value of From header.
4529         (message-reply): Ditto.
4530
4531 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4532
4533         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4534         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4535         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4536
4537 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4540         mails in the doc string.  Add some URLs in comment.
4541         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4542
4543 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4546         backslashes handling and the way to find boundaries of quoted strings.
4547
4548 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4549
4550         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4551         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4552         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4553         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4554
4555 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4556
4557         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4558         doc string.
4559         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4560
4561 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * lpath.el: Fbind epg-check-configuration.
4564
4565 2006-09-06  Simon Josefsson  <jas@extundo.com>
4566
4567         * mml2015.el (mml2015-use): Doc fix, mention epg.
4568
4569 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4570
4571         * mml2015.el (mml2015-use): Default to epg, if available.
4572
4573 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4574
4575         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4576         message-sender.
4577         (mml1991-epg-encrypt): Ditto.
4578         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4579         message-sender.
4580         (mml2015-epg-encrypt): Ditto.
4581
4582 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4583
4584         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4585         several common directories.
4586
4587 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4588
4589         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4590         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4591
4592 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-art.el (article-decode-encoded-words): Make it fast.
4595
4596 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4599
4600         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4601         in quoted string into `\'.
4602
4603 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4606         Use standard-syntax-table.
4607
4608 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-art.el (gnus-decode-address-function): New variable.
4611         (article-decode-encoded-words): Use it to decode headers which are
4612         assumed to contain addresses.
4613         (gnus-mime-delete-part): Remove useless `or'.
4614
4615         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4616         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4617         (gnus-nov-parse-line): Use it to decode From header.
4618         (gnus-get-newsgroup-headers): Ditto.
4619         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4620
4621         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4622         (mail-decode-encoded-address-string): New alias.
4623
4624         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4625         New function.
4626         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4627         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4628         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4629         (rfc2047-decode-string): Ditto.
4630         (rfc2047-decode-address-region): New function.
4631         (rfc2047-decode-address-string): New function.
4632
4633 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * message.el (message-caesar-buffer-body): Allow rotating headers.
4636
4637         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4638
4639         * message.el (message-insert-formated-citation-line): Fix %f.
4640         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4641
4642 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4645         (gnus-bookmark-mouse-available-p): New macro.
4646         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4647         (gnus-bookmark-bmenu-show-infos): Use it.
4648         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4649         (gnus-bookmark-bmenu-hide-infos): Ditto.
4650         (gnus-bookmark-remove-properties): New function.
4651         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4652         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4653         (gnus-bookmark-write-file): Bind coding-system-for-write.
4654         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4655         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4656         group before selecting it.
4657         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4658         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4659         quit-window if it is not available; use gnus-mouse-2 and bind it to
4660         gnus-bookmark-bmenu-select-by-mouse.
4661         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4662         (gnus-bookmark-bmenu-select-by-mouse): New function.
4663
4664 2006-08-13  Romain Francoise  <romain@orebokech.com>
4665
4666         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4667         space.
4668
4669 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * compface.el (uncompface): Use binary rather than raw-text-unix.
4672
4673 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * compface.el (uncompface): Make sure the eol conversion doesn't take
4676         place when communicating with the external programs.  Reported by
4677         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4678
4679 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4682
4683 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4684
4685         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4686         Make it more robust by parsing author and date independently.
4687
4688 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4691
4692 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4693
4694         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4695         first matching secret key.
4696         (mml2015-epg-encrypt): Ditto.
4697
4698         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4699         first matching secret key.
4700         (mml1991-epg-encrypt): Ditto.
4701
4702         * mml2015.el (mml2015-encrypt-to-self): New user option.
4703         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4704         mml2015-epg-encrypt-to-self is set.
4705
4706         * mml1991.el (mml1991-encrypt-to-self): New variable.
4707         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4708         mml1991-epg-encrypt-to-self is set.
4709
4710         * mml2015.el (mml2015-signers): New user option.
4711         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4712         (mml2015-epg-encrypt): Allow to select signing keys.
4713
4714         * mml1991.el (mml1991-signers): New variable.
4715         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4716         (mml1991-epg-encrypt): Allow to select signing keys.
4717
4718 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * nnheader.el (nnheader-insert-head): Make it work even if the file
4721         uses CRLF for the line-break code.
4722
4723 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4724
4725         * mml2015.el: Require mml-sec instead of password.
4726         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4727         (mml2015-cache-passphrase): Inherit the default value from
4728         mml-secure-cache-passphrase.
4729         (mml2015-passphrase-cache-expiry): Inherit the default value from
4730         mml-secure-passphrase-cache-expiry.
4731
4732         * mml1991.el: Require mml-sec instead of password.
4733         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4734         (mml1991-cache-passphrase): Inherit the default value from
4735         mml-secure-cache-passphrase.
4736         (mml1991-passphrase-cache-expiry): Inherit the default value from
4737         mml-secure-passphrase-cache-expiry.
4738
4739         * mml-sec.el: Require password.
4740         (mml-secure-verbose): New user option.
4741         (mml-secure-cache-passphrase): New user option.
4742         (mml-secure-passphrase-cache-expiry): New user option.
4743
4744 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4745
4746         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4747         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4748         andreas@altroot.de (Andreas Vögele).
4749
4750         FIXME: Use `tiny change'?
4751
4752 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4753
4754         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4755         workaround for the url package included with Emacs.
4756
4757         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4758
4759 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4762         correctly.  This fixes a bug caused by the 2006-05-12 change.
4763
4764 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4765
4766         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4767         some information about the error when saying that the `bogus' mail
4768         group will be used.
4769
4770 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4773         string.
4774
4775 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4776
4777         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4778
4779 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4780
4781         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4782
4783 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4784
4785         * mml1991.el (mml1991-function-alist): Add epg.
4786         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4787         (mml1991-epg-encrypt): New functions.
4788
4789 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4790
4791         * mml2015.el (mml2015-verbose): New variable.
4792         (mml2015-cache-passphrase): Ditto.
4793         (mml2015-passphrase-cache-expiry): Ditto.
4794         (mml2015-function-alist): Add epg.
4795         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4796         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4797         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4798         functions.
4799
4800 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4801
4802         * message.el (message-cite-original-1): Preserve region when removing
4803         quoted text due to X-No-Archive in order to avoid bogus attribution
4804         when citing multiple messages.
4805
4806 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4807
4808         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4809         Kenneth Jacker <khj@be.cs.appstate.edu>.
4810
4811 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * gnus-diary.el (gnus-user-format-function-d)
4814         (gnus-user-format-function-D): Autoload.
4815
4816         * imap.el (Commentary): Fix typo.
4817
4818         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4819         2006-04-22 contribution.
4820
4821 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4822
4823         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4824         It didn't really fix the bogosity I'm seeing with solid web groups.
4825
4826 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4827
4828         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4829         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4830         created using server names.  If we use the feature without declaring
4831         it, Gnus does not properly manage server and group state.
4832
4833         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4834         bound.
4835
4836 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4837
4838         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4839         looking up the method using GROUP's prefix before inventing a new one.
4840         It is used on killed/unknown groups in various places where returning
4841         an all-new method isn't expected by the caller.
4842
4843         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4844         and match semantics of gnus-group-real-prefix.
4845
4846 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * nnmail.el (nnmail-broken-references-mailers): New variable.
4849         (nnmail-ignore-broken-references): New function generalizing
4850         nnmail-fix-eudora-headers.
4851         (nnmail-fix-eudora-headers): Now obsolete.
4852
4853         * gnus-art.el (gnus-button-handle-custom): Support
4854         `customize-apropos*'.
4855
4856 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4859
4860         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4861         articles.
4862
4863 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * message.el (message-cite-reply-above): New variable.
4866         (message-yank-original): Use it.
4867
4868 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4871
4872 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4875         as read.
4876
4877         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4878
4879 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4882         (gnus-bookmark-default-file): Use gnus-directory.
4883         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4884         Remove "*" in doc string.
4885         (gnus-bookmark-write-file): Simplify.
4886         (gnus-bookmark-maybe-sort-alist): Use `when'.
4887         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4888         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4889         FIXME about Emacs 21 and XEmacs compatibility.
4890         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4891         compatibility.
4892         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4893         compatibility.
4894         (gnus-bookmark-menu-heading): Fix version.
4895
4896 2006-06-19  Bastien Guerry  <bzg@altern.org>
4897
4898         * gnus-bookmark.el: New file.
4899
4900 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * message.el (message-syntax-checks): Doc fix.
4903
4904 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4905
4906         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4907         unsubscribed groups as if they were killed ones.  It causes duplicate
4908         entries in gnus-newsrc-alist.
4909
4910 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * message.el (message-syntax-checks): Doc fix.
4913         (message-send-mail): Add check for continuation headers.
4914         (message-check-news-header-syntax): Fix regexp used to check for
4915         continuation headers.
4916
4917 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4920
4921 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4922
4923         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4924
4925 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4928         default-truncate-lines.
4929
4930 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4933         to fill the utf-8 entry.
4934
4935         * lpath.el: Fbind unicode-precedence-list.
4936
4937 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4938
4939         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4940
4941 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4942
4943         * gnus-agent.el (directory-files-and-attributes): Move all the way
4944         forward (the third and final move).
4945         (gnus-agent-read-agentview): Trap reconstruction errors due to
4946         nonexistant directory.  Handle by returning nil.
4947
4948 2006-05-30  Didier Verna  <didier@xemacs.org>
4949
4950         * message.el (message-dont-reply-to-names): Update the custom type.
4951         * message.el (message-dont-reply-to-names): New defsubst: potentially
4952         convert a list of regexps into a single one.
4953         * message.el (message-get-reply-headers): Use it.
4954         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4955
4956 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * gnus-agent.el (directory-files-and-attributes): Move forward.
4959
4960 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4961
4962         * gnus-ml.el (gnus-mailing-list-subscribe)
4963         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4964         (gnus-mailing-list-message): Fix doc strings.
4965
4966 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4967
4968         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4969         of doing it manually.
4970
4971 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4974         comment.
4975
4976 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4977
4978         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4979         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4980         (gnus-agent-read-local): All symbols allocated in my-obarray
4981         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4982         (gnus-agent-regenerate-group): Check numeric names to see if they are
4983         messages or groups.
4984         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4985         better way of do this...)
4986
4987         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4988         'dummy.group' (there should be a better way of do this...)
4989
4990 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4993         (gnus-saved-headers): Ditto.
4994         (gnus-default-article-saver): Mention functions may have properties.
4995         (gnus-article-save): Override gnus-save-all-headers and
4996         gnus-saved-headers by :headers property which saver function may have.
4997         (gnus-summary-save-in-file): Add :headers property.
4998         (gnus-summary-write-to-file): Ditto.
4999
5000         * gnus-sum.el (gnus-summary-save-article): Bind
5001         gnus-prompt-before-saving to t when saving many articles in a file;
5002         always show all headers.
5003
5004         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5005
5006 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5009         marks.
5010
5011         * message.el (message-indent-citation): Add optional arguments to allow
5012         using it outside of message buffers.
5013
5014         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5015         (gnus-article-treat-unfold-headers): Use it.
5016         (gnus-article-truncate-lines): New variable.
5017         (gnus-article-mode): Use it.
5018         (gnus-article-toggle-truncate-lines): New function.
5019
5020         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5021         gnus-article-toggle-truncate-lines.
5022
5023         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5024         coding system in XEmacs, use binary.
5025
5026 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5029         after-load-alist.
5030
5031         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5032         this function should save decoded articles.
5033         (gnus-summary-write-to-file): Use property to specify this function
5034         should save decoded articles and specify gnus-summary-save-in-file
5035         should be used to save articles other than the first one when saving
5036         many articles.
5037         (gnus-summary-save-body-in-file): Use property to specify this
5038         function should save decoded articles.
5039         (gnus-summary-write-body-to-file): Use property to specify this
5040         function should save decoded articles and specify
5041         gnus-summary-save-body-in-file should be used to save articles other
5042         than the first one when saving many articles.
5043
5044         * gnus-sum.el (gnus-summary-save-article): Simplify.
5045
5046 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-default-article-saver): Add
5049         gnus-summary-write-body-to-file.
5050         (gnus-article-save-coding-system): Don't use coding system object
5051         in XEmacs.
5052         (gnus-read-save-file-name): Add optional `dir-var' argument which
5053         specifies directory in which files are saved; work even if optional
5054         `variable' argument is not specified.
5055         (gnus-summary-write-to-file): Read file name.
5056         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5057         (gnus-summary-write-body-to-file): New function.
5058
5059         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5060         (gnus-summary-local-variables): Add it.
5061         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5062         (gnus-summary-save-article): Remove optional `decode' argument;
5063         determine whether to decode articles by the value of
5064         gnus-default-article-saver; when saving many files using
5065         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5066         it first and use gnus-summary-save-in-file or
5067         gnus-summary-save-body-in-file thereafter unless
5068         gnus-prompt-before-saving is always; move point to article which
5069         will be saved.
5070         (gnus-summary-save-article-file): Revert.
5071         (gnus-summary-write-article-file): Revert.
5072         (gnus-summary-save-article-body-file): Revert.
5073         (gnus-summary-write-article-body-file): New function.
5074
5075 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-art.el (gnus-default-article-saver): Doc fix.
5078         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5079         from gnus-summary-save-article-coding-system, and default to a
5080         certain coding system.
5081         (gnus-output-to-file): Add coding cookie and encode text according
5082         to gnus-article-save-coding-system; don't use mm-append-to-file.
5083
5084         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5085         gnus-art.el and rename to gnus-article-save-coding-system.
5086         (gnus-summary-save-article): Require gnus-art; don't show all
5087         headers if it decodes articles; don't add coding cookie here;
5088         don't bind mm-text-coding-system-for-write.
5089         (gnus-summary-save-article-file): Save decoded articles.
5090         (gnus-summary-write-article-file): When saving many files, use
5091         gnus-summary-write-to-file first and gnus-summary-save-in-file
5092         thereafter unless gnus-prompt-before-saving is always.
5093         (gnus-summary-save-article-body-file): Save decoded articles.
5094
5095         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5096
5097 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * nnrss.el (nnrss-check-group): Bind hash-index.
5100
5101 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5102
5103         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5104         its hash index.  Store this hash in `nnrss-group-data'.
5105         (nnrss-read-group-data): Update accordingly.
5106
5107 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5110         entry.
5111
5112         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5113         gnus-article-browse-html-article.
5114
5115 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5116
5117         * gnus-sum.el (gnus-summary-mime-map): Add
5118         gnus-article-browse-html-article.
5119
5120         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5121
5122 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5125         suitable coding systems in customize.
5126
5127 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * mail-source.el (mail-sources): Fix custom type.
5130
5131 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5134         (gnus-summary-expire-articles-now): Shorten prompt.
5135
5136         * gmm-utils.el (wid-edit): Require.
5137         (defun-gmm): Renamed from `gmm-defun-compat'.
5138         (gmm-image-search-load-path): Use it.
5139         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5140
5141 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5144         variable.
5145         (gnus-summary-save-article): Add optional `decode' argument.  If
5146         it is set and gnus-summary-save-article-coding-system is non-nil,
5147         save decoded article.
5148         (gnus-summary-write-article-file): Save decoded article if
5149         gnus-summary-save-article-coding-system is non-nil.
5150
5151         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5152         type.
5153
5154 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5157
5158 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5161         first to test gnus-single-article-buffer which may be buffer-local.
5162
5163         * gnus-sum.el (gnus-summary-setup-buffer): Make
5164         gnus-single-article-buffer buffer-local and nil in ephemeral
5165         group; make gnus-article-buffer, gnus-article-current, and
5166         gnus-original-article-buffer always buffer-local.
5167         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5168         group.
5169         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5170
5171 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * nnml.el (nnml-request-compact-group): Compressed files might not
5174         have .gz extension.
5175
5176 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5177
5178         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5179         (mm-copy-to-buffer): Use with-current-buffer.
5180         (mm-display-part): Simplify.
5181         (mm-inlinable-p): Add optional arg `type'.
5182
5183 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5184
5185         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5186         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5187         Try harder to show the attachment internally or externally using
5188         gnus-mime-view-part-as-type.
5189
5190 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * message.el (message-from-style, message-signature-separator)
5193         (message-user-organization-file, message-send-mail-function)
5194         (message-citation-line-function, message-yank-prefix)
5195         (message-indent-citation-function, message-signature)
5196         (message-signature-file, message-signature-insert-empty-line):
5197         Remove autoloads.
5198
5199         * gnus-art.el (gnus-buttonized-mime-types): Remove
5200         "multipart/signed".  Revert 2006-04-26 change.
5201
5202 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * gnus.el (gnus-version-number): Bump version.
5205
5206 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5207
5208         * gnus.el: No Gnus v0.5 is released.
5209
5210 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5211
5212         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5213         fetching articles by message-id.
5214
5215 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * message.el (hashcash): Require hashcash as normal.
5218
5219         * ecomplete.el (ecomplete-highlight-match-line): Use
5220         point-at-eol.
5221         (ecomplete-highlight-match-line): Use `highlight', because that
5222         face exists in both Emacs and XEmacs.
5223
5224         * message.el (message-display-abbrev): Use point-at-bol.
5225
5226         * mail-source.el: Don't require timer/timer-funcs.
5227
5228         * gnus-async.el: Ditto.
5229
5230         * password.el: Ditto.
5231
5232         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5233
5234         * mm-url.el: Ditto.
5235
5236         * gnus-xmas.el: Don't require timer-funcs.
5237
5238         * mm-util.el: Require timer/timer-funcs.
5239
5240 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5241
5242         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5243         Close.
5244
5245 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5248         unibyte after clear-decrypt function runs.
5249
5250         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5251         returns as a unibyte string.
5252
5253 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * lpath.el: Revert.
5256
5257         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5258         (pgg-gpg-process-sentinel): Revert.
5259
5260         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5261         (pgg-pgp-lookup-key): Revert.
5262
5263         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5264         (pgg-pgp5-lookup-key): Revert.
5265
5266         * pgg.el (pgg-fetch-key): Revert.
5267
5268 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * lpath.el: Fbind string-as-multibyte for XEmacs.
5271
5272         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5273         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5274         (mml1991-pgg-encrypt): Ditto.
5275
5276         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5277         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5278         a multibyte buffer.
5279
5280         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5281         (pgg-pgp-lookup-key): Ditto.
5282
5283         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5284         (pgg-pgp5-lookup-key): Ditto.
5285
5286         * pgg.el (pgg-fetch-key): Ditto.
5287
5288 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * message.el (message-user-organization-file): Check several
5291         locations of the organization file.
5292
5293         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5294         Add gnus-article-view-part-as-type.
5295
5296         * gnus-art.el (gnus-article-view-part-as-type): New function.
5297
5298         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5299         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5300
5301         * mml.el: Simplify autoload.
5302         (mml-mode): defvar dnd-protocol-alist instead of using
5303         symbol-value.
5304         (mml-default-directory): New variable.
5305         (mml-minibuffer-read-file): Use it.
5306         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5307
5308         * message.el (message-citation-line-format): New variable.
5309         (message-insert-formated-citation-line): New function.
5310         (message-citation-line-function): Add
5311         `message-insert-formated-citation-line' to custom type.
5312
5313         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5314         to doc string.
5315
5316         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5317         depending on mm-verify-option.
5318
5319 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5322         binding pgg-* variables; reimplement the section which prevents
5323         MIME header from being signed.
5324         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5325         pgg-text-mode; remove a blank line at the top of body.
5326
5327         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5328         lines at the top of body; use gnus-newsgroup-charset if there's no
5329         Charset header.
5330
5331 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * message.el (message-self-insert-commands): Doc fix.
5334
5335         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5336         (mm-uu-pgp-encrypted-test): Ditto.
5337         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5338         between header and body; return application/pgp-encrypted handle
5339         if decryption failed; decode decrypted body by charset.
5340
5341         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5342         element match to application/pgp-*.
5343
5344 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5345
5346         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5347         HTML.
5348
5349 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * mail-source.el (mail-source-call-script): Message the error
5352         string.
5353
5354 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-util.el (gnus-byte-compile): Use it.
5357
5358 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5359
5360         * gnus-util.el (kill-empty-logs): New function.
5361
5362 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * message.el (message-mail-alias-type): Doc fix.
5365         (message-mail-alias-type-p): New function.
5366         (message-send): Use it.
5367         (message-mode): Ditto.
5368         (message-strip-forbidden-properties): Ditto.
5369
5370         * ecomplete.el (ecomplete-database-file-coding-system): New
5371         variable.
5372         (ecomplete-save): Use it.
5373         (ecomplete-setup): Use it.
5374
5375 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * message.el (message-self-insert-commands): New variable.
5378         (message-strip-forbidden-properties): Use it.
5379
5380 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5383         that doesn't make XEmacs choke.
5384
5385 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * gnus-util.el (gnus-replace-in-string):
5388         Prefer replace-regexp-in-string over of replace-in-string.
5389
5390 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-util.el (gnus-select-frame-set-input-focus):
5393         Use select-frame-set-input-focus if it is available in XEmacs; use
5394         definition defined in Emacs 22 for old Emacsen.
5395
5396         * dgnushack.el: Autoload unmorse-region for XEmacs.
5397
5398         * lpath.el: Bind cursor-in-non-selected-windows and
5399         select-frame-set-input-focus for XEmacs.
5400
5401 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5404
5405 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * gnus-registry.el (gnus-registry-cache-save): Remove text
5408         properties when saving via the temp buffer.
5409
5410 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5411
5412         * message.el (message-generate-hashcash): Honor custom type.
5413
5414 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * message.el (message-generate-hashcash): Default to non-nil when
5417         hashcash is found.
5418
5419         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5420         (gnus-refer-thread-limit): Increase default to 500.
5421
5422         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5423
5424         * flow-fill.el (fill-flowed): Allow delete-space.
5425
5426 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5429         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5430         Remove autoloads.
5431
5432 2006-04-18  Simon Josefsson  <jas@extundo.com>
5433
5434         * message.el (message-generate-hashcash): Default to.
5435
5436 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5439         concatenating segments rather than before concatenating them.
5440
5441 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5444
5445 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5448
5449         * message.el (message-forward-make-body-plain): Allow
5450         message-forward-ignored-headers to be a list.
5451         (message-remove-ignored-headers): Factor out into function.
5452         (message-forward-make-body-mml): Use it.
5453
5454         * imap.el (imap-quote-specials): New function.
5455         (imap-login-auth): Quote specials.
5456
5457         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5458         (rfc2231-parse-string): Allow concatanation of parameters that
5459         aren't contiguous.  The test case is
5460           (mail-header-parse-content-type "message/external-body;
5461             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5462             access-type=LOCAL-FILE;
5463             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5464
5465 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5466
5467         * nntp.el (nntp-accept-process-output): Return the value of
5468         `nnheader-accept-process-output'.
5469
5470 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5473         (gnus-button-alist): Recognize more diff formats.
5474         (gnus-button-patch): Strip directory.
5475
5476 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5479         Emacs 22 when setting focus.
5480
5481 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * gnus-art.el (gnus-article-treat-types): Do treatment of
5484         text/x-verbatim parts.
5485         (gnus-button-patch): New command.
5486
5487         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5488         addresses that contain invalid characters.
5489
5490 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * message.el (message-put-addresses-in-ecomplete): Use
5493         gnus-replace-in-string.
5494         (message-is-yours-p): Use the more correct
5495         mail-header-parse-address instead of
5496         mail-extract-address-components.
5497         (message-put-addresses-in-ecomplete): Fix typo.
5498
5499         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5500         keystroke.
5501
5502         * gnus-art.el (gnus-treatment-function-alist): Change order of
5503         newsgroups/generic header folding to avoid double-folding.
5504
5505         * message.el (message-hidden-headers): Add X-Draft-From.
5506
5507         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5508         command.
5509         (gnus-summary-repeat-search-article-backward): New command.
5510
5511         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5512         groups in the parent topic.
5513
5514 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5515
5516         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5517         (spam-extra-header-to-number): Return the CRM114 number as a
5518         number instead of a string.
5519
5520 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * gnus-art.el (gnus-face-properties-alist): Moved here from
5523         gnus-fun.
5524
5525         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5526
5527 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * message.el (message-strip-forbidden-properties): Only display on
5530         self-insert-command.
5531
5532         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5533         reindent.
5534         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5535
5536 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5537
5538         * smiley.el (smiley-style): Fix typo.
5539
5540 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * hashcash.el (hashcash-insert-payment-async-2): Use
5543         message-goto-eoh instead of doing it manually.
5544         (mail-add-payment): Use message-narrow-to-header instead of trying
5545         to do the same itself.
5546
5547         * message.el (message-hidden-headers): Add Face.
5548
5549         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5550         reparenting code.
5551         (gnus-summary-reparent-children): Refactored out code.
5552         (gnus-summary-thread-map): New keystroke.
5553         (gnus-summary-reparent-children): Make into command.
5554
5555         * smiley.el (smiley-style): Default to `medium' if using a large
5556         font.
5557
5558         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5559         does it itself.
5560
5561         * message.el (message-point-in-header-p): Simplify definition.
5562
5563 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * nnagent.el (nnagent-request-set-mark): Silence log file
5566         writing.
5567         (nnagent-request-set-mark): Use write-region instead of
5568         append-to-file.
5569
5570         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5571         strange select method.
5572
5573         * ecomplete.el (ecomplete-display-matches): Get highlightling
5574         right.
5575         (ecomplete-display-matches): Use literals.
5576         (ecomplete-display-matches): Disable message logging.
5577
5578         * message.el (message-display-abbrev): Small optimization.
5579
5580         * ecomplete.el (ecomplete-display-matches): Allow automatic
5581         display.
5582
5583         * message.el (message-strip-forbidden-properties): Display
5584         abbrevs.
5585         (message-display-abbrev): Get automatic display right.
5586
5587         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5588         keystrokes.
5589
5590 2006-04-13  Romain Francoise  <romain@orebokech.com>
5591
5592         TODO: Backport to v5-10!
5593
5594         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5595         Moved here (and renamed) from gnus-registry.el.
5596
5597         * gnus-registry.el: Require gnus-util.
5598         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5599
5600 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * gnus-group.el (gnus-group-catchup-current): Change
5603         if-then-else-if-then-else into cond.
5604         (gnus-group-catchup): Indent.
5605         (group-name-at-point): New function.
5606         (gnus-fetch-group): Provide default from thing at point.
5607
5608 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * message.el (message-display-abbrev): Fix regexp.
5611
5612         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5613         choosing.
5614         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5615         dead variables.
5616
5617         * message.el (message-newline-and-indent): Remove debugging.
5618         (message-display-abbrev): Use new implementation.
5619
5620 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gnus-art.el (gnus-article-mode): Set
5623         cursor-in-non-selected-windows to nil.
5624
5625         * smiley.el: Revert previous change.
5626         (smiley-data-directory): defvar it before using it in the
5627         defcustom of `smiley-style'.
5628
5629 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * message.el (message-newline-and-indent): New function.
5632
5633         * ecomplete.el: Implement more bits.
5634
5635         * message.el (message-put-addresses-in-ecomplete): Clean up the
5636         string.
5637
5638         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5639
5640         * gnus-sum.el (gnus-summary-save-parts): Bind
5641         gnus-summary-save-parts-counter and use it to make unique file
5642         names.
5643
5644         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5645
5646         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5647         parameter to say whether to actually parse the individual
5648         addresses.
5649
5650         * message.el (message-put-addresses-in-ecomplete): New function.
5651         (ecomplete): Require.
5652         (message-mail-alias-type): Add ecomplete as an option.
5653
5654 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5655
5656         * flow-fill.el (fill-flowed): Remove trailing space from blank
5657         quoted lines.
5658
5659 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * smiley.el (smiley-style): Move definition later to avoid a
5662         compilation warning.
5663
5664 2006-04-12  Kenichi Handa  <handa@m17n.org>
5665
5666         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5667         buffer and then decode the buffer text if necessary.
5668         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5669         first, and after mm-encode-body, change the buffer to unibyte.
5670         Use mm-disable-multibyte instead of set-buffer-multibyte.
5671
5672 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5675         Content-Type header instead of Content-Disposition header.
5676         (gnus-mime-inline-part): Ditto.
5677         (gnus-mime-view-part-as-charset): Ignore charset that the part
5678         specifies.
5679
5680         * mm-decode.el (mm-display-part): Work with external parts and
5681         usual parts similarly.
5682
5683         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5684         instead of gnus-display-mime.
5685
5686         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5687         instead of with-temp-buffer.
5688
5689         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5690         tag to summarized topics part in order to encode non-ASCII text.
5691
5692 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * smiley.el (smiley-style): New variable.
5695         (smiley-directory): New function.
5696         (smiley-data-directory): Derive from `smiley-style' using
5697         `smiley-directory'.
5698         (smiley-regexp-alist): Add new entries.
5699
5700         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5701         (gnus-article-browse-delete-temp): Add :version.
5702
5703 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5704
5705         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5706         the sieve region.
5707
5708 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * gnus.el (gnus-version-number): Bump version.
5711
5712 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * gnus.el: No Gnus v0.4 is released.
5715
5716 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5719         layout.
5720
5721         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5722         unknown charset.
5723
5724         * message.el (message-header-synonyms): Add Original-To to the
5725         default.
5726
5727         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5728         optional parameter.
5729
5730 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * gnus-fun.el (gnus): Require it for gnus-directory.
5733
5734 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5737
5738 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5739
5740         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5741
5742 2006-04-05  Simon Josefsson  <jas@extundo.com>
5743
5744         * password.el (password-reset): New function.
5745
5746 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5747
5748         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5749         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5750
5751 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5752
5753         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5754         Some whitespace was matched into the url, which broke browsing hits
5755         > 100 when mm-url-use-external was nil.
5756
5757 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5760         gnus-extra-headers for 'Newsgroups.
5761
5762         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5763         bound.
5764
5765 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5766
5767         * pgg-gpg.el: Clean up process buffers every time gpg processes
5768         complete.
5769
5770 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5773         doc string.
5774
5775 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5776
5777         * pgg-gpg.el (pgg-gpg-process-filter)
5778         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5779
5780         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5781         lines, temporary fix.
5782
5783 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5784
5785         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5786
5787 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5788
5789         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5790         default-enable-multibyte-characters.  This reverts the change from
5791         revision 6.17 which is no longer necessary because the passphrase
5792         is sent separately now.  GnuPG messages are unreadable under
5793         multibyte locales with default-enable-multibyte-characters set to
5794         nil.
5795
5796 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * message.el (message-tool-bar-gnome): Move "spell".
5799
5800 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5803         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5804         instead.
5805
5806 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5807
5808         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5809         newsgroups handling for NNTP overviews which don't include
5810         Newsgroups.
5811
5812 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5813
5814         * message.el (message-resend): Bind message-generate-hashcash to nil.
5815
5816 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5817
5818         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5819         when searching for already-paid recipients.
5820
5821 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5822
5823         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5824         passphrases when it is not needed.
5825         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5826         passphrase stuff from gpg, should only be necessary when you use
5827         gpg with a smartcard.
5828
5829 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * mml.el (mml-insert-mime): Ignore cached contents of
5832         message/external-body part.
5833
5834         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5835         (mm-insert-part): Ditto.
5836
5837 2006-03-23  Simon Josefsson  <jas@extundo.com>
5838
5839         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5840         Reiner.
5841         (pgg-gpg-use-agent-p): Use it again.
5842
5843 2006-03-23  Simon Josefsson  <jas@extundo.com>
5844
5845         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5846         older emacsen.
5847         (pgg-gpg-use-agent-p): Don't use it.
5848
5849 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5852         if we can.
5853
5854 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5855
5856         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5857         (pgg-gpg-update-agent): New function.
5858         (pgg-gpg-use-agent-p): New function.
5859         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5860         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5861         (pgg-gpg-sign-region): Use it.
5862
5863 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5866         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5867
5868 2006-03-21  Simon Josefsson  <jas@extundo.com>
5869
5870         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5871         <wilde@sha-bang.de>.
5872         (pgg-gpg-use-agent): New variable.
5873         (pgg-gpg-process-region): Use it.
5874         (pgg-gpg-encrypt-region): Likewise.
5875         (pgg-gpg-encrypt-symmetric-region): Likewise.
5876         (pgg-gpg-decrypt-region): Likewise.
5877         (pgg-gpg-sign-region): Likewise.
5878         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5879
5880 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5883
5884         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5885         Add comment on version.
5886
5887 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * smiley.el: Add missing test smiley.
5890
5891 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * mm-decode.el (mm-with-part): New macro.
5894         (mm-get-part): Use it; work with message/external-body as well.
5895         (mm-save-part): Treat name and filename equally.
5896
5897         * mm-extern.el (mm-extern-cache-contents): New function.
5898         (mm-inline-external-body): Use it; force the part to be displayed;
5899         move undisplayer added to the cached handle to the parent.
5900
5901         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5902         (gnus-mime-view-part-as-type): Work with message/external-body.
5903
5904         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5905
5906 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5909         images in image-load-path.  [Sync with image.el, revision 1.60, in
5910         Emacs.]
5911
5912 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5915         path rather than symbol.  Always return list of directories.
5916         Guarantee that image directory comes first.  [Sync with image.el,
5917         revision 1.59, in Emacs.]
5918
5919         * message.el (message-make-tool-bar): Adjust to new API of
5920         `gmm-image-load-path-for-library'.
5921
5922         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5923
5924         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5925
5926 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5927
5928         * gnus-art.el (gnus-article-only-boring-p):
5929         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5930         intangible text.
5931         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5932
5933 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5936         `defun' instead of `gmm-defun-compat'.
5937
5938 2006-03-14  Simon Josefsson  <jas@extundo.com>
5939
5940         * message.el (message-unique-id): Don't use message-number-base36
5941         if (user-uid) is a float.
5942         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5943
5944 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5947
5948         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5949         empty line between a part and a message part.
5950
5951 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * smiley.el: Add more test smileys.
5954         (smiley-data-directory, smiley-regexp-alist)
5955         (gnus-smiley-file-types): Fix doc strings.
5956         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5957         adding new elements.
5958         (smiley-mouse-map): Unused code.  Make it a comment.
5959
5960 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5963         scan latest NoCeM messages instead of old ones.
5964         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5965         delimiters that are recently used.
5966         (gnus-nocem-load-cache): Add autoload cookie.
5967
5968         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5969
5970         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5971         level which is larger than gnus-use-nocem is specified.
5972
5973         * gnus-group.el (gnus-group-get-new-news): Ditto.
5974
5975 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * gnus-util.el (gnus-tool-bar-update): New function.
5978
5979         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5980         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5981
5982         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5983
5984         * gnus-group.el (gnus-group-redraw-when-idle)
5985         (gnus-group-redraw-check): Remove.
5986         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5987
5988 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5991         if optional last element is specified in splits (FIELD VALUE...).
5992
5993 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5996         to gmm-image-load-path-for-library.  Call with no-error argument.
5997         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5998
5999         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6000
6001         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6002
6003         * gmm-utils.el (gmm-image-load-path): Remove alias.
6004
6005 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * gmm-utils.el (gmm-image-load-path): Add alias.
6008
6009         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6010         nnml-generate-nov-databases-1.
6011         (nnml-generate-nov-databases): Use it.
6012         (nnml-generate-nov-databases-directory): Document no-active
6013         argument.
6014
6015         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6016         directory if path is t.  Add no-error.
6017
6018         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6019         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6020
6021         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6022         resetting gnus-article-browse-html-temp-list.
6023
6024         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6025         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6026         Add example to docstring.  Rename local variables.  Move error
6027         checks to default case in cond and simplify.
6028
6029 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6032         handle is multipart when calling it recursively.
6033         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6034
6035 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6036
6037         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6038         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6039
6040 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6043         is loaded.
6044
6045         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6046         loaded.
6047
6048 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6051         to "Emacs 23 (unicode)" in doc string.
6052
6053         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6054         "Emacs 23 (unicode)" in comment.
6055
6056 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6059
6060         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6061         characters 160 through 255 in Emacs 23.
6062
6063 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6066         gnus-article-browse-html-temp.
6067         (gnus-article-browse-delete-temp): Make it customizable.  Add
6068         `file'.  Adjust doc string.
6069         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6070         query for each file.  Adjust doc string.
6071         (gnus-article-browse-html-parts): Add
6072         `gnus-article-browse-delete-temp-files' to
6073         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6074
6075 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6076
6077         * gnus-art.el (gnus-article-browse-html-temp)
6078         (gnus-article-browse-delete-temp): New variables.
6079         (gnus-article-browse-delete-temp-files): New function.
6080         (gnus-article-browse-html-parts): Use it.
6081
6082 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6085
6086         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6087         string.
6088
6089         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6090         gnus-summary-insert-new-articles when unplugged.  Remove
6091         gnus-summary-search-article-forward.
6092
6093         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6094         display-visual-class instead of display-color-cells.
6095
6096 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * dgnushack.el: Autoload customize-group for XEmacs.
6099
6100         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6101         message/* containing non-ASCII text properly.
6102
6103 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * message.el: Require gmm-utils, remove autoloads.
6106         (message-tool-bar): Set default based on
6107         gmm-tool-bar-style.
6108         (message-tool-bar-gnome): Add gmm-customize-mode.
6109
6110         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6111         gmm-tool-bar-style.
6112         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6113
6114         * gnus-group.el (gnus-group-tool-bar): Set default based on
6115         gmm-tool-bar-style.
6116         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6117
6118         * gmm-utils.el (gmm-image-directory): Rename variable from
6119         gmm-image-load-path.
6120         (gmm-image-load-path): Use gmm-image-directory.
6121         (gmm-customize-mode): New function.
6122         (gmm-tool-bar-style): New variable.
6123
6124         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6125         gnus-group-redraw-line-number.
6126         (gnus-group-redraw-check): Simplify.
6127         (gnus-group-tool-bar-update): Remove redraw check.
6128         (gnus-group-make-tool-bar): Add redraw check.
6129
6130 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6131
6132         * gnus-art.el (gnus-button): Add missing parentheses.
6133
6134 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * lpath.el: Fbind line-number-at-pos.
6137
6138 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6141
6142 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * gnus-art.el (gnus-button): New face.
6145         (gnus-article-button-face): Use it.
6146
6147         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6148         gnus-summary-next-page.  Re-order.
6149
6150         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6151         next-node are now included.
6152         (gnus-group-redraw-line-number): New internal variable.
6153         (gnus-group-redraw-check): Helper function for updating the tool
6154         bar.
6155         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6156
6157         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6158
6159         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6160         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6161         Use it to match format of Spamassassin 3.0 and later.  Reported by
6162         IRIE Tetsuya <irie@t.email.ne.jp>.
6163         (spam-check-bogofilter)
6164         (spam-bogofilter-register-with-bogofilter): Fix args of
6165         `gnus-error' calls.
6166
6167 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6170         unnecessary interaction when sending queued mails.  Reported by
6171         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6172
6173 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6174
6175         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6176         first or last are nil.
6177
6178 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6179
6180         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6181
6182 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6185
6186 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * dns.el (query-dns): Protect more against buggy tcp output.
6189
6190 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6193         nov.php.
6194
6195 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6196
6197         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6198         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6199         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6200         output on the server side.
6201         (nnweb-google-create-mapping): Update regexps and add some
6202         progress indication.
6203
6204 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6207         gnus-agent-toggle-plugged.  Re-order icons.
6208         (gnus-group-tool-bar-gnome): Add
6209         gnus-group-{prev,next}-unread-group.
6210         (gnus-group-tool-bar-gnome): Re-order icons.
6211
6212         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6213         gnus-summary-insert-new-articles.
6214
6215         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6216         comments.
6217
6218         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6219         also available in Emacs 21.3.
6220
6221         * message.el (message-fix-before-sending): Change "Emacs 22" to
6222         "Emacs 23 (unicode)" in comment.
6223
6224         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6225         "Emacs 23 (unicode)" in comment.
6226
6227         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6228         comment.
6229         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6230
6231         * mm-view.el (mm-fill-flowed): Add :version.
6232
6233 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6236         and load-path.
6237
6238 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6239
6240         * message.el: Autoload gmm-image-load-path.
6241         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6242         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6243         consitency.
6244
6245         * gmm-utils.el (gmm-image-load-path): Also search in
6246         "../etc/images".  Don't set gmm-image-load-path if we don't find
6247         the image.
6248
6249 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gmm-utils.el (gmm-image-load-path): Don't make
6252         `gmm-image-load-path' include subdirectories which the second arg
6253         `image' might specify.
6254
6255         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6256         subdirectory to icon file names.
6257
6258         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6259
6260 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6261
6262         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6263         gmm-image-load-path calls.
6264
6265         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6266
6267         * message.el (message-make-tool-bar): Ditto.
6268
6269         * mml.el (mml-preview): Added comment concerning tool bar icons.
6270
6271         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6272         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6273
6274         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6275         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6276
6277         * message.el (message-tool-bar-gnome): Use new icon names.
6278         (message-make-tool-bar): Use `gmm-image-load-path'.
6279
6280         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6281         functions from MH-E.
6282         (gmm-image-load-path): New variable from MH-E.
6283         (gmm-image-load-path): New function from MH-E.  Added arguments
6284         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6285         *-image-load-path-called-flag.
6286
6287 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6288
6289         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6290
6291 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6292
6293         * nnimap.el (nnimap-request-move-article): Change folder back to
6294         source group before deleting.
6295
6296 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6299
6300         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6301         mm-url.
6302
6303         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6304
6305 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6308         coding system which mm-charset-to-coding-system returns for a
6309         given charset is valid.
6310
6311 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6312
6313         * html2text.el (html2text-remove-tag-list):
6314         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6315
6316 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6317
6318         * gnus-cus.el: Revert 2005-10-17 change.
6319
6320 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-art.el (article-strip-banner): Call
6323         article-really-strip-banner only when the regexp match is made.
6324
6325 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-art.el (article-strip-banner): Use
6328         gnus-extract-address-components instead of
6329         mail-header-parse-addresses to make it work with non-ASCII text;
6330         remove mail-encode-encoded-word-string.
6331
6332         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6333         values which are surrounded with \"...\"; make it never cause a
6334         Lisp error; give up parsing of parameters if it failed in
6335         extracting type.
6336
6337 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6338
6339         * smime.el (smime-cert-by-ldap-1): Fix bug where
6340         `smime-ldap-search' returns results without userCertificates.
6341
6342 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6345
6346 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * spam.el (spam-check-spamassassin-headers): Adapt format for
6349         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6350         <ari@mbf.ocn.ne.jp>.
6351         (spam-list-of-processors): Add spam-use-gmane.
6352
6353 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6356         make-temp-file; make it work with XEmacs as well.
6357
6358         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6359         mm-make-temp-file.
6360
6361         * mm-decode.el (mm-display-external): Use the 3rd arg of
6362         mm-make-temp-file.
6363         (mm-create-image-xemacs): Ditto.
6364
6365 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6368         with message-narrow-to-headers.
6369         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6370         (gnus-draft-check-draft-articles): New function.
6371         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6372
6373 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * gnus-art.el (gnus-article-browse-html-parts):
6376         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6377         Don't use suffix argument for mm-make-temp-file for Emacs 21
6378         compatibility.  Remove useless `format'.
6379
6380 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6381
6382         * nnweb.el (nnweb-google-wash-article): Update regexps.
6383         (nnweb-group-alist): Use defvoo instead of defvar.
6384
6385 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6388         re-loading nn* modules.
6389
6390 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6393         for `tool-bar-mode' and don't check it's default-value.
6394
6395         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6396
6397         * message.el (message-make-tool-bar): Ditto.
6398
6399         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6400         `substring'.  Shorten tmp-file name.
6401
6402         * gnus.el: Remove bogus comment.
6403
6404 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6405
6406         * gnus-art.el (gnus-article-browse-html-parts): New function.
6407         (gnus-article-browse-html-article): New function for viewing html
6408         articles with a browser.
6409
6410 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6411
6412         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6413         in elisp.
6414         (pgg-gpg-encrypt-symmetric-region): Ditto.
6415         (pgg-gpg-sign-region): Ditto.
6416
6417         * pgg-def.el (pgg-text-mode): New variable.
6418
6419         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6420         (mml2015-pgg-encrypt): Ditto.
6421
6422         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6423         (mml1991-pgg-encrypt): Ditto.
6424
6425 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6428         message-make-date instead of current-time-string.
6429
6430         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6431         to gnus-decoded which mm-uu might set.
6432
6433 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6436         don't decode quoted parameters; remove misimported Emacs code.
6437         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6438         (rfc2231-decode-encoded-string): Don't use split-string which
6439         behaves differently according to Emacs version; use
6440         mm-decode-coding-region to convert charset to coding-system.
6441         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6442         (rfc2231-encode-string): Remove misimported Emacs code.
6443
6444 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6447         when calling mail-header-parse-content-type.
6448         (article-de-quoted-unreadable): Ditto.
6449         (article-de-base64-unreadable): Ditto.
6450         (article-wash-html): Ditto.
6451
6452         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6453         calling mail-header-parse-content-type and
6454         mail-header-parse-content-disposition.
6455         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6456         mail-header-parse-content-type.
6457
6458         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6459         insert charset and format parameters; encode description after
6460         inserting it to buffer.
6461         (mml-insert-parameter): Fold lines properly even if a parameter is
6462         segmented into two or more lines; change the max column to 76.
6463
6464         * rfc1843.el (rfc1843-decode-article-body): Don't use
6465         ignore-errors when calling mail-header-parse-content-type.
6466
6467         * rfc2231.el (rfc2231-parse-string): Return at least type if
6468         possible; don't cause an error even if it fails in parsing of
6469         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6470         (rfc2231-encode-string): Don't break lines at the beginning, leave
6471         it to mml-insert-parameter.
6472
6473         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6474         calling mail-header-parse-content-type.
6475
6476 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * spam-report.el (spam-report-gmane-use-article-number):
6479         Improve doc string.
6480         (spam-report-gmane-internal): Check if a suitable header was found
6481         in the article.
6482
6483 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6486         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6487
6488 2006-02-05  Romain Francoise  <romain@orebokech.com>
6489
6490         Update copyright notices of all files in the gnus directory.
6491
6492 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6493
6494         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6495
6496 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6499         segmented lines of parameter value to cope with Thunderbird 1.5
6500         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6501         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6502         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6503
6504 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6505
6506         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6507         parts.
6508
6509 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6510
6511         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6512         there's only one active file for all servers.
6513         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6514         solid groups.  Gnus might have used a FAST request to select the group.
6515         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6516         and nnweb-search redundantly in the active file.
6517         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6518         (nnweb-request-create-group): Don't use ARGS.
6519         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6520         initialisations.  Let nnoo do the work.
6521
6522 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6525         Say the part has been decoded.
6526
6527         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6528
6529 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6530
6531         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6532         mailcap-viewer-test-cache when there's no 'test clause, since that
6533         will invert the meaning of a "nil" test previously determined by
6534         mailcap-mailcap-entry-passes-test.
6535
6536 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6539         compiling.
6540
6541         * gnus-sum.el: Ditto.
6542
6543         * message.el: Don't bind tool-bar-map when compiling.
6544
6545 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6548
6549 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6550
6551         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6552         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6553         current Google Groups.
6554
6555 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6558         and tool-bar-mode.
6559
6560         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6561         and tool-bar-mode.
6562
6563         * message.el (message-tool-bar-update): Simplify.
6564         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6565
6566         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6567         gnus-summary-buffer.
6568         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6569         gnus-summary-reply.
6570
6571         * gmm-utils.el (gmm): Add :version.
6572
6573 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * Makefile.in (clean): New rule.
6576         (distclean): Use it.
6577
6578 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6579
6580         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6581         autoload.
6582
6583 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gmm-utils.el (gmm-verbose): Add :group.
6586
6587 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * message.el: Change some comments WRT tool-bars.
6590
6591         * gnus-sum.el (gnus-summary-tool-bar)
6592         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6593         (gnus-summary-tool-bar-zap-list): New variables.
6594         (gnus-summary-make-tool-bar): Complete rewrite using
6595         `gmm-tool-bar-from-list'.
6596
6597         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6598         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6599         variables.
6600         (gnus-group-make-tool-bar): Complete rewrite using
6601         `gmm-tool-bar-from-list'.
6602         (gnus-group-tool-bar-update): New function.
6603
6604         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6605
6606 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6609         is dissected into a single part of which the type is the same as
6610         the given one; decode charset.
6611
6612 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6613
6614         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6615         into alists as symbol not string, since that's what
6616         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6617         look for.
6618
6619 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6622         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6623
6624         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6625
6626 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6629         (gnus-xmas-mime-security-button-menu): New function.
6630
6631         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6632         (gnus-mime-security-button-menu): New definition.
6633         (gnus-mime-security-button-map): Use them.
6634         (gnus-mime-security-button-menu): New function.
6635         (gnus-insert-mime-security-button): Addition to help echo.
6636         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6637         (gnus-mime-security-pipe-part): New functions.
6638
6639         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6640         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6641
6642         * mm-decode.el (mm-handle-set-disposition): Remove.
6643         (mm-handle-set-description): Remove.
6644
6645 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6648         (mm-w3m-standalone-supports-m17n-p): New function.
6649         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6650         w3m usage.
6651
6652         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6653         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6654
6655 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6656
6657         * message.el (message-tool-bar-zap-list): Use
6658         gmm-tool-bar-zap-list as custom type.
6659         (message-tool-bar-update): New function.
6660         (message-tool-bar, message-tool-bar-gnome)
6661         (message-tool-bar-retro): Add message-tool-bar-update.
6662         (message-tool-bar-gnome): Add flyspell-buffer.
6663
6664         * gnus-util.el (gnus-error): Describe `args'.
6665
6666         * gmm-utils.el (gmm-error): Describe `args'.
6667         (gmm-tool-bar-zap-list): New widget.
6668         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6669
6670 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6673         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6674         the number of recursive calls.
6675
6676         * mm-decode.el (mm-handle-set-disposition): New macro.
6677         (mm-handle-set-description): New macro.
6678
6679 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6682         encoding.
6683
6684 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * message.el (message-tool-bar-zap-list, message-tool-bar)
6687         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6688         (message-tool-bar-local-item-from-menu): Remove.
6689         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6690         (message-make-tool-bar): New function.
6691         (message-mode): Use `message-make-tool-bar'.
6692
6693         * gmm-utils.el: New file.
6694         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6695         (gmm-lazy): New widget copied from `nnmail.el'.
6696         (gmm-tool-bar-from-list): New function for creating customizable
6697         tool bars.
6698         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6699         output.
6700         (gmm): Add :prefix to defgroup.
6701
6702 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6703
6704         * gmm-utils.el (gmm-widget-p): New function.
6705
6706 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * mml.el (mml-attach-file): Describe `description' in doc string.
6709         (mml-menu): Add Emacs MIME manual and PGG manual.
6710
6711 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6712
6713         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6714
6715 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6716
6717         * nntp.el (nntp-end-of-line): Doc fix.
6718
6719 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6720
6721         * imap.el (imap-open): Handle case where buffer is a buffer
6722         object.
6723
6724 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6725
6726         * gnus-delay.el (gnus-delay): Don't autoload.
6727         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6728         to be re-loaded when customizing the `gnus-delay' group.
6729
6730 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6731
6732         * message.el (message-insert-citation-line): Use newlines.
6733
6734 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6735
6736         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6737         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6738         these routines, so the passphrase can be managed externally and
6739         passed in to the system.
6740         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6741         pgg-add-passphrase-to-cache function.
6742
6743         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6744         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6745         these routines, so the passphrase can be managed externally and
6746         passed in to the system.
6747         (pgg-pgp5-sign-region): Use new name of
6748         pgg-add-passphrase-to-cache function.
6749
6750 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6751
6752         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6753         part of the decoded armor to find the key-identifier.
6754         (pgg-gpg-lookup-key-owner): New function to return the
6755         human-readable identifier of a key owner.
6756         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6757         itself.
6758         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6759         the key value) if we have a key and can match it against a secret
6760         key.  Also, added a note pointing out fact that the prompt only
6761         indicates the first matching key.
6762
6763         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6764         pgg-decrypt-region.
6765         (pgg-add-passphrase-to-cache): Rename from
6766         `pgg-add-passphrase-cache' to reduce confusion (all callers
6767         changed).
6768         (pgg-remove-passphrase-from-cache): Rename from
6769         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6770         changed).
6771         (pgg-read-passphrase, pgg-add-passphrase-cache)
6772         (pgg-remove-passphrase-cache): Add informative docstrings.
6773         (pgg-decrypt): Convey provided passphrase in subordinate call to
6774         pgg-decrypt-region.
6775
6776 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6777
6778         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6779         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6780         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6781         'passphrase' argument, so the passphrase can be managed externally
6782         and then passed in to the system.
6783
6784         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6785         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6786         so the passphrase cache can be used reliably with identifiers
6787         besides a pgp packet's key id.
6788
6789         * pgg-gpg.el (pgg-gpg-encrypt-region)
6790         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6791         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6792         these routines, so the passphrase can be managed externally and
6793         passed in to the system.
6794
6795         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6796         'notruncate' argument, so the passphrase cache can be used
6797         reliably with identifiers besides a pgp packet's key id.
6798
6799 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6800
6801         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6802         symmetric encryption.
6803         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6804         encrypted session key.
6805         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6806         message ask for the passphrase in a proper way.
6807
6808         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6809         New user commands for symmetric encryption.
6810
6811 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6814
6815         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6816
6817 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6818
6819         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6820
6821 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * mm-decode.el (mm-inlined-types): Add application/pgp.
6824         (mm-automatic-display): Ditto.
6825
6826         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6827         part as text.
6828
6829 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * nnrss.el: Update copyright.
6832         (nnrss-opml-import): Query whether to subscribe to each entry.
6833
6834         * gnus-art.el:
6835         * gnus-sum.el:
6836         * gnus-xmas.el:
6837         * messagexmas.el:
6838         * mm-uu.el:
6839         * mm-view.el: Update copyright.
6840
6841 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * message.el (message-info): New function.
6844         (message-mode-menu): Add it.
6845         Update copyright.
6846
6847         * ChangeLog: Fix and update copyright.
6848
6849 2006-01-13  Romain Francoise  <romain@orebokech.com>
6850
6851         * message.el (message-forward-subject-name-subject): Prefer the
6852         address to 'nowhere' if the sender has no name.
6853         Fix typo.  Update copyright year.
6854
6855 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-art.el (article-wash-html): Use
6858         gnus-summary-show-article-charset-alist if a numeric arg is given.
6859         (gnus-article-wash-html-with-w3m-standalone): New function.
6860
6861         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6862         mm-inline-text-html-render-with-w3m-standalone.
6863         (mm-text-html-washer-alist): Map w3m-standalone to
6864         gnus-article-wash-html-with-w3m-standalone.
6865         (mm-inline-text-html-render-with-w3m-standalone): New function.
6866
6867 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6870         Improve LaTeX.
6871
6872 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6875         (nnrss-request-article): Render text/plain parts as HTML.
6876
6877         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6878         the buffer.
6879
6880 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6883         custom definition of `gnus-posting-styles'.
6884
6885         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6886         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6887
6888 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6891         Use nntp for bug archive.
6892
6893 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6896         parts.
6897         (nnrss-normalize-date): New function converts ISO 8601 date into
6898         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6899         (nnrss-check-group): Use it.
6900
6901 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6904
6905         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6906         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6907         (nnrss-insert-w3): Ditto.
6908
6909 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6912         the articles to be forwarded including the case where neither a
6913         number of articles nor a region is specified.
6914
6915 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * nnrss.el (nnrss-request-article): Fix last change; fill
6918         text/plain parts.
6919
6920 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6923         in text/plain part.
6924         (nnrss-check-group): Don't add excessive newline to dc:subject.
6925
6926 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6927
6928         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6929         article.
6930
6931 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6934         (nnml-use-compressed-files, nnml-save-mail): Support other
6935         comression programs such as bzip2.
6936
6937 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * dns.el (query-dns): Make sure we check the buffer size before
6940         removing tcp headers.
6941
6942 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6945         remove MIME buttons associated with multipart/alternative parts.
6946         (gnus-mime-display-alternative): Tag buttons using `article-type'
6947         text property.
6948
6949         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6950         associated with multipart/alternative parts.
6951
6952         * gnus-art.el (gnus-signature-separator): Fix custom type.
6953
6954         * mm-decode.el (mm-inlined-types): Fix custom type.
6955         (mm-keep-viewer-alive-types): Ditto.
6956         (mm-automatic-display): Ditto.
6957         (mm-attachment-override-types): Ditto.
6958         (mm-inline-override-types): Ditto.
6959         (mm-automatic-external-display): Ditto.
6960
6961 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * spam-report.el (spam-report-user-mail-address)
6964         (spam-report-user-agent): New variables.
6965         (spam-report-url-ping-plain): Use spam-report-user-agent.
6966
6967 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6968
6969         * gnus-art.el (gnus-button-handle-custom): Do not just use
6970         `customize-apropos' for any "M-x customize-*" button but the
6971         function called for.  Accept both the function name and its
6972         argument in order to achieve this.
6973         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6974         function name to `gnus-button-handle-custom' in case of "M-x
6975         customize-*" buttons.
6976
6977 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6980         multipart/alternative and add xref to mm-discouraged-alternatives
6981         in doc string.
6982
6983         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6984         gnus-buttonized-mime-types in doc string.
6985
6986 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6989         Suggest image/.* in the doc string.
6990
6991 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6994         message-marks (Debian bug #342521).
6995
6996 2005-12-12  Simon Josefsson  <jas@extundo.com>
6997
6998         * password.el (password-read-from-cache): Add.
6999         (password-read): Use it.
7000
7001 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7004         us-ascii as a MIME charset.
7005
7006         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7007         against the case where the 2nd arg TYPE is nil.
7008
7009 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * pop3.el (pop3-stream-type): Fix custom version.
7012
7013         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7014
7015 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7016
7017         * mm-decode.el (mm-display-external): Add missing cdr.
7018
7019 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7022         RFC1524) if it is in mailcap or add a suffix according to
7023         mailcap-mime-extensions when generating a temp filename; postpone
7024         deleting a temp file for 2 seconds for some wrappers, shell
7025         scripts, and so on, which might exit right after having started a
7026         viewer command as a background job.
7027
7028 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * nntp.el (nntp-marks-directory): Fix custom group.
7031
7032         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7033         steps when < 10.
7034
7035         * gnus-start.el (gnus-no-server-1): Mention
7036         `gnus-level-default-subscribed' in doc string.
7037
7038 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7039
7040         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7041         parens.
7042
7043 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-xmas.el (gnus-use-toolbar): Revert.
7046         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7047         gnus-use-toolbar is default.
7048
7049         * messagexmas.el (message-use-toolbar): Revert.
7050         (message-setup-toolbar): Use global default-toolbar if
7051         message-use-toolbar is default.
7052
7053 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7056         according to default-toolbar-visible-p.
7057
7058         * messagexmas.el (message-use-toolbar): Ditto.
7059
7060 2005-11-26  Dave Love  <fx@gnu.org>
7061
7062         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7063         (tls-program, tls-success): Provide openssl alternative.
7064
7065         * starttls.el: Doc fixes.
7066         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7067         SERVICE to PORT.
7068
7069         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7070         port null or service name.
7071         (starttls-negotiate): Autoload.
7072
7073 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * message.el (message-kill-to-signature): Fix interactive spec.
7076
7077 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * pop3.el (pop3-open-server): Recognize a string as a service name.
7080
7081 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7082
7083         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7084
7085 2005-11-23  Dave Love  <fx@gnu.org>
7086
7087         Add pop3s, pop3/starttls.
7088
7089         * pop3.el (pop3-authentication-scheme): Clarify doc.
7090         (open-tls-stream, starttls-open-stream): Autoload.
7091         (pop3-stream-type): New.
7092         (pop3-open-server): Use it.
7093
7094         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7095         for POP.
7096         (mail-source-keyword-map): Add :stream for POP.
7097         (mail-source-fetch-pop): Use pop3-stream-type.
7098
7099 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7102         of current-time-string.
7103
7104 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7105
7106         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7107         date header.
7108
7109 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7110
7111         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7112         it can seriously impact performance as it bypasses the agent's
7113         local caches.
7114
7115 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7116
7117         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7118         must be explicitly online rather than "not explicitly offline" for
7119         its flags to be synchronized.
7120
7121         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7122         that gnus-uu-unmark-thread will function correctly.
7123
7124         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7125         1024K is instead displayed as 1M.
7126
7127 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7130
7131 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7132
7133         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7134
7135 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7136
7137         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7138         error message to display actual error condition.
7139         (gnus-agent-save-local): Avoid saving symbols that are bound to
7140         nil as they simply result in a warning message in
7141         gnus-agent-read-local.
7142
7143 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7146         rather than make-variable-buffer-local for file-precious-flag.
7147
7148 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7149
7150         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7151         for duplicates which are removed.  The invalid sort check then
7152         triggers a rescan after the sort as sorting may have moved
7153         duplicate entries such that they can be cheaply detected.
7154
7155 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7158
7159 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7160
7161         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7162         internal variable to a custom variable.  Changed default value
7163         from compressed(2) to uncompressed(1).
7164         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7165         support for uncompressed agentview files.  Taken together, reading
7166         the agentview file should now be 6-7 times faster.
7167
7168 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7169
7170         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7171         as a buffer-local variable.  This avoids creating truncated
7172         dribble files as a result of a hang up, eg.
7173
7174 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7175
7176         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7177         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7178         XEmacs.
7179
7180 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * gnus-start.el (gnus-start-draft-setup): Enforce
7183         `gnus-draft-mode' for nndraft:drafts at startup.
7184
7185         * gnus.el (gnus-splash): Change custom group.
7186         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7187         allow-list argument.
7188
7189         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7190         string.
7191
7192 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-art.el (gnus-default-article-saver): Add user-defined
7195         `function' to custom type.
7196
7197 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7198
7199         * imap.el (imap-open): Handle case where buffer is a buffer
7200         object.
7201
7202 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7205         long lines.
7206         (gnus-cache-delete-group): Wrap doc strings.
7207
7208         * gnus-agent.el (gnus-agent-rename-group)
7209         (gnus-agent-delete-group): Wrap doc strings.
7210
7211 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * messagexmas.el (message-use-toolbar): Change the valid values
7214         into default, top, bottom, left, and right.
7215         (message-toolbar-thickness): New variable.
7216         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7217         well.
7218         (message-setup-toolbar): Make it work.
7219
7220         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7221         (gnus-use-toolbar): Change the valid values into default, top,
7222         bottom, left, and right.
7223         (gnus-toolbar-thickness): New variable.
7224         (gnus-xmas-setup-toolbar): New function.
7225         (gnus-xmas-setup-group-toolbar): Use it.
7226         (gnus-xmas-setup-summary-toolbar): Use it.
7227
7228 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * gnus-start.el (gnus-1): Add "native" to
7231         gnus-predefined-server-alist.
7232
7233         * gnus.el (gnus-method-to-server): Don't add "native" to the
7234         lists here, because that leads to problems when
7235         gnus-select-method is bound.
7236
7237 2005-11-09  Simon Josefsson  <jas@extundo.com>
7238
7239         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7240         use (not sort-by-date) instead.
7241
7242 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7243
7244         * gnus-delay.el (gnus-delay-group): Don't autoload.
7245         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7246         to be re-loaded when customizing the `gnus-delay' group.
7247
7248 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7249
7250         * message.el: Revert last changes.
7251         (message-insert-citation-line): Use newlines.
7252
7253 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7254
7255         * message.el (message-courtesy-message)
7256         (message-mark-insert-begin, message-mark-insert-end)
7257         (message-elide-ellipsis, message-cancel-message)
7258         (message-add-header, message-change-subject)
7259         (message-cross-post-followup-to-header)
7260         (message-cross-post-insert-note, message-reduce-to-to-cc)
7261         (message-widen-reply, message-delete-not-region)
7262         (message-kill-to-signature, message-insert-signature)
7263         (message-insert-importance-high, message-insert-importance-low)
7264         (message-insert-or-toggle-importance)
7265         (message-insert-disposition-notification-to)
7266         (message-indent-citation, message-yank-original)
7267         (message-cite-original-without-signature, message-cite-original)
7268         (message-insert-citation-line, message-position-on-field)
7269         (message-fix-before-sending, message-send-mail-partially)
7270         (message-send-mail, message-send-mail-with-sendmail)
7271         (message-send-mail-with-qmail, message-send-news)
7272         (message-check-news-header-syntax, message-generate-headers)
7273         (message-insert-courtesy-copy, message-fill-address)
7274         (message-fill-header, message-shorten-references)
7275         (message-setup-1, message-cancel-news)
7276         (message-forward-make-body-plain, message-forward-make-body-mime)
7277         (message-forward-make-body-mml, message-encode-message-body)
7278         (message-forward-make-body-digest-plain)
7279         (message-forward-make-body-digest-mime)
7280         (message-use-alternative-email-as-from): Insert `hard-newline'
7281         instead of ordinary newlines.
7282
7283 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * message.el (message-generate-headers): Downcase the argument
7286         given to message-check-element.
7287
7288 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7289
7290         * nntp.el (nntp-authinfo-rejected): New error condition.
7291         (nntp-wait-for): Use new error condition to signal authentication
7292         error.
7293         (nntp-retrieve-data): Rethrow new error condition to break out of
7294         recursive call to nntp-send-authinfo.
7295
7296 2005-11-08  Romain Francoise  <romain@orebokech.com>
7297
7298         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7299         (gnus-summary-exit-map): Bind to `Z p'.
7300         (gnus-summary-make-menu-bar): Add menu item.
7301
7302 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7305         (gnus-treat-*): Add `first' in all doc strings.
7306
7307         * gnus-group.el (gnus-group-compact-group): Fix typo.
7308
7309 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus.el (gnus-parameters-case-fold-search): New variable.
7312         (gnus-parameters-get-parameter): Use it.
7313
7314         * gnus-score.el (gnus-home-score-file): Doc fix.
7315
7316 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7317
7318         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7319
7320 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mm-util.el (mm-special-display-p): New function.
7323
7324         * mml.el (mml-preview): Use it; doc fix.
7325
7326 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7327
7328         * imap.el (imap-open): Handle case where buffer is a buffer object.
7329
7330 2005-10-29  Romain Francoise  <romain@orebokech.com>
7331
7332         * message.el (message-fix-before-sending): Fix comment.
7333
7334 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7335
7336         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7337
7338 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7339
7340         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7341         Used in gnus-score.el.
7342
7343 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7346
7347 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7350         whitespace removed in revision 7.8.  Use concatenated string to
7351         protect trailing whitespace.
7352
7353 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7354
7355         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7356         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7357         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7358         Courier IMAP ("some version from 2004").  Mostly based on similar
7359         code in the same function.
7360
7361 2005-10-26  Didier Verna  <didier@xemacs.org>
7362
7363         * gnus-group.el (gnus-group-compact-group): Invalidate original
7364         article buffer.
7365         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7366         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7367         NOV database and in article itself.
7368         Invalidate article backlog.
7369
7370 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7373
7374 2005-10-26  Simon Josefsson  <jas@extundo.com>
7375
7376         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7377         part of 2004-07-25 change.
7378
7379 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * message.el (message-display-completion-list): New function.
7382         (message-expand-group): Use it; make sure the Completions buffer
7383         is modifiable.
7384 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7385
7386         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7387         user-mail-name is an empty string.
7388
7389 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7392         depending on gnus-score-decay-constant.
7393
7394         * encrypt.el (encrypt-insert-file-contents)
7395         (encrypt-write-file-contents): Don't use `gnus-message'.
7396
7397         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7398         arguments.
7399         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7400         arguments to mm-uu-verbatim-marks-extract.
7401         (mm-uu-hide-markers): New variable.
7402         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7403
7404         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7405         (gnus-convert-image-to-face-command): Use "convert" by default to
7406         allow other input image formats.
7407         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7408         accordingly.
7409
7410 2005-10-23  Simon Josefsson  <jas@extundo.com>
7411
7412         * imap.el (imap-gssapi-program): Align command line parameters
7413         with latest GNU SASL.
7414         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7415
7416 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7419         HTML.
7420         (nnslashdot-request-article): Ditto.
7421
7422         * lpath.el (featurep): Add nobreak-char-display.
7423
7424 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7425
7426         * mail-source.el (mail-source-fetch-pop): Require pop3.
7427         (mail-source-check-pop): Ditto.
7428
7429 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7432         errors.
7433
7434 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7437         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7438
7439         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7440
7441         * mm-bodies.el (mm-decode-string): Call
7442         `mm-charset-to-coding-system' with allow-override argument.
7443
7444 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7447         (rfc2047-charset-to-coding-system): New function.
7448         (rfc2047-decode-encoded-words): New function.
7449         (rfc2047-decode-region): Use them.
7450         (rfc2047-decode-cte): Remove.
7451         (rfc2047-parse-and-decode): Remove.
7452         (rfc2047-decode): Remove.
7453
7454 2005-10-15  Kenichi Handa  <handa@m17n.org>
7455
7456         * rfc2047.el (rfc2047-decode-cte): New function.
7457         (rfc2047-decode-region): Change the way to decode successive
7458         encoded-words: decode B- or Q-encoding in each encoded-word,
7459         concatenate them, and decode it as charset.
7460
7461 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * lpath.el: Fbind codepage-setup for XEmacs.
7464
7465 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7466
7467         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7468         widget-move-and-invoke.
7469         (gnus-custom-mode): Use gnus-custom-map.
7470
7471 2005-10-15  Bill Wohler  <wohler@newt.com>
7472
7473         * message.el (message-tool-bar-map): Renamed image file from
7474         mail_send to mail/send.
7475
7476 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7477
7478         * message.el (message-expand-group): Pass the common
7479         prefix substring of completion to `display-completion-list'.
7480
7481 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * mml-sec.el (mml-secure-method): New internal variable.
7484         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7485         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7486         functions using mml-secure-method.
7487
7488         * mml.el (mml-mode-map): Add key bindings for those functions.
7489         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7490         Harder <harder@myrealbox.com>.
7491         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7492         end of message if point is the headers of the message.
7493
7494         * message.el (message-in-body-p): New function.
7495
7496         * assistant.el: Autoload gnus-util and netrc.
7497
7498         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7499         Use `mm-charset-override-alist' only when decoding.
7500
7501         * mm-bodies.el (mm-decode-body): Call
7502         `mm-charset-to-coding-system' with allow-override argument.
7503
7504         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7505         `filename' from Content-Disposition if Content-Type doesn't
7506         provide `name'.
7507         (gnus-mime-view-part-as-type): Set default instead of
7508         initial-input.
7509
7510 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7511
7512         * format-spec.el (format-spec): Propagate text properties of % spec.
7513
7514 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * gnus-art.el (gnus-treat-predicate): Add `first'.
7517
7518 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7521         (mm-charset-override-alist): New variable.
7522         (mm-charset-to-coding-system): Use it.
7523         (mm-codepage-setup): New helper function.
7524         (mm-charset-eval-alist): New variable.
7525         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7526         about unknown charsets.
7527
7528         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7529
7530 2005-10-04  David Hansen  <david.hansen@gmx.net>
7531
7532         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7533         (nnrss-check-group): Ditto.
7534
7535 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7538         Rename x-gnus-verbatim to x-verbatim.
7539         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7540
7541         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7542         x-verbatim.
7543
7544         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7545
7546         * gnus-util.el (gnus-remove-duplicates): Remove.
7547
7548         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7549         instead of gnus-remove-duplicates.
7550
7551         * message.el (message-remove-duplicates): Remove.
7552         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7553         message-remove-duplicates.
7554
7555         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7556         available, else use implementation from `delete-dups'.
7557
7558         * message.el (message-insert-expires): New function.
7559         (message-mode-map): Add key binding.
7560         (message-mode-field-menu): Add menu entry.
7561         (message-mode): Document it.
7562         (message-make-expires-date): Use `message-make-date'.
7563
7564 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7565
7566         * message.el (message-make-expires-date): New function.
7567
7568 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * Makefile.in (list-installed-shadows): New entry.
7571         (install): Use it.
7572         (remove-installed-shadows): New entry.
7573
7574         * dgnushack.el (dgnushack-default-load-path): New variable.
7575         (dgnushack-find-lisp-shadows): New function.
7576         (dgnushack-remove-lisp-shadows): New function.
7577
7578 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * Makefile.in (install-el-elc): New entry.
7581         (install): Use it so that .el files are necessarily installed.
7582
7583 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7586
7587 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7588
7589         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7590         function rather than the diff-mode.el package.
7591         (mm-display-external): Use with-current-buffer.
7592         (mm-viewer-completion-map, mm-viewer-completion-map):
7593         Move initialization inside declaration.
7594
7595 2005-09-29  Simon Josefsson  <jas@extundo.com>
7596
7597         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7598         autoload mail-check-payment.
7599         (spam-check-hashcash): Define unconditionally, since hashcash.el
7600         is part of Gnus now.  Ignore errors from payment checking.
7601
7602 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * message.el (message-bold-region, message-unbold-region): Rename
7605         from `bold-region' and `unbold-region'.
7606
7607         * message.el: Remove useless autoloads.
7608
7609 2005-09-28  Simon Josefsson  <jas@extundo.com>
7610
7611         * message.el (message-use-idna): Default to t.
7612         (message-use-idna): Test whether encoding works too.  Doc fix.
7613
7614 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * nntp.el (nntp-warn-about-losing-connection): Remove.
7617
7618 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7621         customizable.  Change default value.
7622         (mm-uu-diff-groups-regexp): Change default value.
7623         (mm-uu-type-alist): Add doc string.
7624         (mm-uu-configure): Add doc string.  Make it interactive.
7625         (mm-uu-tex-groups-regexp): New variable.
7626         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7627         (mm-uu-type-alist): Add LaTeX documents.
7628         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7629         of "text/verbatim".
7630         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7631
7632         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7633         instead of "text/verbatim".
7634
7635         * message.el (message-mark-inserted-region)
7636         (message-mark-insert-file): Use slrn style marks when called with
7637         prefix argument.
7638
7639 2005-09-27  Simon Josefsson  <jas@extundo.com>
7640
7641         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7642
7643 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7644
7645         * message.el (message-remove-duplicates): New function.
7646         Implementation borrowed from `gnus-remove-duplicates'.
7647         (message-idna-to-ascii-rhs): Also encode idna addresses in
7648         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7649         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7650         only ask about the same idna domain once per header and also tell
7651         in what header to replace the idna domain.
7652
7653         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7654         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7655         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7656         a header is decoded and not just the last one.
7657
7658 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7661         has been decoded.
7662
7663         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7664         (mm-insert-part): Don't modify text if it has been decoded.
7665
7666         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7667         decoded.
7668
7669         * mm-view.el (mm-inline-text): Don't strip text props unless
7670         decoding enriched or richtext parts.
7671
7672 2005-09-25  Romain Francoise  <romain@orebokech.com>
7673
7674         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7675         * gnus-start.el (gnus-subscribe-interactively):
7676         * gnus-uu.el (gnus-uu-grab-articles):
7677         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7678         space.
7679
7680 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7681
7682         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7683         * mm-view.el (mm-view-pkcs7-decrypt):
7684         * gnus-sum.el (gnus-summary-limit-to-extra)
7685         (gnus-summary-respool-article, gnus-read-move-group-name):
7686         * gnus-score.el (gnus-summary-increase-score):
7687         * gnus-util.el (gnus-completing-read-with-default):
7688         * gnus-art.el (gnus-read-save-file-name)
7689         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7690         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7691         * message.el (message-check-news-header-syntax):
7692         Follow convention for reading with the minibuffer.
7693
7694 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * spam-report.el (spam-report-url-ping-plain):
7697         Use gnus-extended-version as User-Agent.
7698
7699         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7700         default value is nil.
7701
7702         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7703         (mm-uu-verbatim-marks-extract): New function.
7704         (mm-uu-extract): New face.
7705         (mm-uu-copy-to-buffer): Use it.
7706
7707         * spam-report.el (spam-report-gmane-ham): Renamed from
7708         `spam-report-gmane-unspam'.
7709         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7710         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7711
7712         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7713         Autoload.
7714         (spam-report-gmane-unregister-routine): Renamed
7715         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7716
7717 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7720         (spam-report-gmane-unregister-routine): Add support for gmane
7721         unregistration.
7722
7723         * spam-report.el (spam-report-gmane-unspam)
7724         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7725         (spam-report-gmane): Change to take a single article and do unspam
7726         registration.
7727
7728 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * mm-url.el (mm-url-decode-entities): Fix regexp.
7731
7732 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7733
7734         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7735         default to nil, to be able to use Gnus at all.  If the default
7736         switches to something else, then the function should be fixed not
7737         be exceedingly slow.
7738
7739 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7740
7741         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7742         fail hard.
7743
7744         * spam-report.el: Add better Keywords line.
7745
7746         * spam.el: Add Maintainer and better Keywords line.
7747
7748 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-art.el (gnus-article-replace-part)
7751         (gnus-mime-replace-part): New functions.
7752         (gnus-mime-action-alist, gnus-mime-button-commands)
7753         (gnus-mime-save-part-and-strip): Added file argument.
7754         (gnus-article-part-wrapper): Added interactive argument.
7755
7756         * gnus-sum.el (gnus-summary-mime-map): Add
7757         `gnus-article-replace-part'.
7758
7759 2005-09-19  Didier Verna  <didier@xemacs.org>
7760
7761         The nnml compaction feature:
7762         * nnml.el (nnml-request-compact-group): New function.
7763         * nnml.el (nnml-request-compact): New function.
7764         * gnus-int.el (gnus-request-compact-group): New function.
7765         * gnus-int.el (gnus-request-compact): New function.
7766         * gnus-group.el (gnus-group-compact-group): New function.
7767         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7768         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7769         * gnus-srvr.el (gnus-server-compact-server): New function.
7770         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7771         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7772
7773 2005-09-18  Deepak Goel  <deego@gnufans.org>
7774
7775         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7776         format spec.
7777
7778 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7781
7782 2005-09-15  Romain Francoise  <romain@orebokech.com>
7783
7784         * message.el (message-fill-paragraph): Clarify docstring.
7785
7786 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-art.el (gnus-mime-display-part): Protect against broken
7789         MIME messages.
7790
7791 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7794         before parsing header.
7795
7796 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7797
7798         * html2text.el (html2text-replace-list): Add new entities.
7799
7800 2005-09-11  Romain Francoise  <romain@orebokech.com>
7801
7802         * message.el (message-alternative-emails): Improve docstring.
7803         (message-setup-1): Call `message-use-alternative-email-as-from'
7804         after `message-setup-hook' to give it precedence over posting
7805         styles, etc.
7806         (message-use-alternative-email-as-from): Add docstring.  Remove
7807         the original From header if present.
7808
7809         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7810         (nnml-save-mail): Use it.
7811
7812         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7813         articles.  Add new argument `silent'.
7814         (gnus-uu-mark-all): Report the total number of marked articles.
7815
7816 2005-09-10  Romain Francoise  <romain@orebokech.com>
7817
7818         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7819         (gnus-uu-mark-series): Likewise.
7820
7821 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * spam-report.el (spam-report-gmane): Fix generation of spam
7824         report URL.
7825
7826 2005-09-10  Simon Josefsson  <jas@extundo.com>
7827
7828         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7829         t, based on discussion on the ding list with Robert Epprecht
7830         <epprecht@solnet.ch>.
7831
7832 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * spam-report.el (spam-report-gmane): Make it work without
7835         X-Report-Spam header.  Gmane now only provides Archived-At.
7836         This is only used if `spam-report-gmane-use-article-number' is nil.
7837         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7838
7839         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7840         make `gnus-summary-sort-by-recipient' work with threading.
7841
7842         * nnweb.el (nnweb-google-wash-article): Print a message if article
7843         is not available.
7844
7845 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7846
7847         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7848         change.  Decode text/* parts content before displaying.
7849
7850 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7853
7854 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7857
7858         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7859         url-package-name, url-package-version,
7860         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7861         w3m-display-inline-images, and w3m-minor-mode-map.
7862
7863 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * message.el (message-tab-body-function): Fix mismatched custom type.
7866
7867         * gnus.el (gnus-group-change-level-function): Ditto.
7868
7869         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7870
7871         * gnus-art.el (gnus-signature-limit)
7872         (gnus-article-mime-part-function): Ditto.
7873
7874 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * mml.el (mml-mode): Silence the byte compiler.
7877
7878         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7879         using `(sit-for 0)' before moving the point to the specified part;
7880         skip unbuttonized parts.
7881         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7882         return to the summary window if gnus-auto-select-part is non-nil.
7883
7884 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7887         variables.
7888         (mml-dnd-attach-file, mml-mode): Use them.
7889
7890         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7891         Make fetching article by MID work again for Google Groups.  Added
7892         FIXME concerning gnus-group-make-web-group.
7893
7894         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7895         Don't depend on Gnus by using mail-extract-address-components if
7896         gnus-extract-address-components is not bound.
7897
7898 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7899
7900         * gnus-art.el (gnus-mime-display-security): Don't display the
7901         signature, but only the signed part.
7902
7903 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7906
7907         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7908         list, not listp.
7909
7910 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7911
7912         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7913         when encoding.
7914
7915         * mm-bodies.el (mm-decode-content-transfer-encoding):
7916         De-canonicalize CRLF for all text content types, not just
7917         text/plain.
7918
7919 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7922         valid article; point arrow and cursor at the MIME button.
7923
7924 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7927         Suggested by Dan Christensen <jdc@uwo.ca>.
7928
7929         * mm-decode.el (mm-save-part): Enable change of prompt.
7930
7931 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7932
7933         * gnus-msg.el (gnus-inews-add-send-actions): Made
7934         `message-post-method' lambda parameter ARG `&optional'.
7935
7936 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * gnus-sum.el (gnus-summary-mime-map): Added
7939         gnus-article-save-part-and-strip, gnus-article-delete-part and
7940         gnus-article-jump-to-part.
7941
7942         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7943         (gnus-article-edit-part): Use it.
7944         (gnus-article-part-wrapper): Added no-handle argument.
7945         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7946         functions.
7947
7948 2005-08-29  Romain Francoise  <romain@orebokech.com>
7949
7950         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7951         docstring.
7952         (gnus-face-from-file): Likewise.
7953
7954 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7957         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7958         non-nil.
7959         (gnus-auto-select-part): New variable.
7960         (gnus-article-jump-to-part): New function.
7961         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7962         (gnus-mime-delete-part): Allow selecting specified part after
7963         deleting or stripping parts.
7964         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7965         part if argument is bogus.
7966
7967 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7968
7969         * gnus-art.el (w3m-minor-mode-map):
7970         * gnus-spec.el (gnus-newsrc-file-version):
7971         * gnus-util.el (nnmail-active-file-coding-system)
7972         (gnus-original-article-buffer, gnus-user-agent):
7973         * gnus.el (gnus-ham-process-destinations)
7974         (gnus-parameter-ham-marks-alist)
7975         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7976         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7977         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7978         * mm-decode.el (gnus-current-window-configuration):
7979         * mm-extern.el (gnus-article-mime-handles):
7980         * mm-url.el (url-current-object, url-package-name)
7981         (url-package-version):
7982         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7983         (smime-keys, w3m-cid-retrieve-function-alist)
7984         (w3m-current-buffer, w3m-display-inline-images)
7985         (w3m-minor-mode-map):
7986         * mml-smime.el (gnus-extract-address-components):
7987         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7988         (gnus-newsrc-hashtb, message-default-charset)
7989         (message-deletable-headers, message-options)
7990         (message-posting-charset, message-required-mail-headers)
7991         (message-required-news-headers):
7992         * mml1991.el (mc-pgp-always-sign):
7993         * mml2015.el (mc-pgp-always-sign):
7994         * nnheader.el (nnmail-extra-headers):
7995         * rfc1843.el (gnus-decode-encoded-word-function)
7996         (gnus-decode-header-function, gnus-newsgroup-name):
7997         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7998
7999 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8000
8001         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8002         the end of the date treatments.
8003
8004 2005-08-15  Simon Josefsson  <jas@extundo.com>
8005
8006         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8007         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8008         Capello and Romain Francoise.
8009         (pgg-fetch-key-function): Removed, not used?
8010         (pgg-insert-url-with-w3): Require url, to get
8011         url-insert-file-contents regardless of where it is defined.
8012
8013 2005-08-13  Romain Francoise  <romain@orebokech.com>
8014
8015         * message.el (message-cite-original-1): New function.
8016         (message-cite-original): Use it.
8017         (message-cite-original-without-signature): Ditto.
8018
8019 2005-08-08  Romain Francoise  <romain@orebokech.com>
8020
8021         * message.el (message-yank-empty-prefix): New variable.
8022         (message-indent-citation): Use it.
8023         (message-cite-original-without-signature): Respect X-No-Archive.
8024
8025 2005-08-08  Simon Josefsson  <jas@extundo.com>
8026
8027         * pgg.el: Autoload url-insert-file-contents instead of loading
8028         w3/url.
8029         (pgg-insert-url-with-w3): Don't load url here.
8030
8031 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8032
8033         * message.el (message-kill-to-signature): Don't insert newline at
8034         bol.
8035         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8036
8037 2005-08-06  Romain Francoise  <romain@orebokech.com>
8038
8039         * message.el (message-user-fqdn): Fix typo in docstring.
8040
8041 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8042
8043         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8044
8045         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8046
8047 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * mm-bodies.el (mm-encode-body): Use coding system rather than
8050         charset to encode text.
8051
8052         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8053         number of charsets if utf-8 is available (XEmacs).
8054
8055 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8058         taken from `gnus-button-mid-or-mail-regexp'.
8059         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8060         (gnus-button-alist): Improve regexp for domain part of the MIDs
8061         for news:localpart@domain buttons.
8062         (gnus-button-ctan-directory-regexp): Update.
8063
8064 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * sieve-manage.el (sieve-manage-interactive-login): Use
8067         make-local-variable rather than make-variable-buffer-local.
8068         (sieve-manage-open): Ditto.
8069         (sieve-manage-authenticate): Ditto.
8070
8071         * mml.el (mml-generate-mime-1): Make the content type default to
8072         text/plain if the filename is not specified.
8073
8074 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8077         instead of insert-buffer.
8078
8079         * message.el (message-yank-original): Ditto; set the mark at the
8080         end of the yanked message.
8081
8082 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8085         lines to scroll rather than to stop it.
8086
8087         * mml.el (mml-generate-default-type): Add doc string.
8088         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8089         default to application/octet-stream when determining the content
8090         type if it is not specified for the part or the mml contents; add
8091         a comment about mml-generate-default-type.
8092
8093 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8096         make it default to application/octet-stream when determining the
8097         content type if it is not specified for the external contents.
8098
8099 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8102         segmented parameter but also other parameters might be there.
8103
8104 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * mm-decode.el (mm-display-external): Delete temp file, directory
8107         and buffer immediately if the external process is exited.
8108
8109 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8112         fewer lines than that of scroll-margin.
8113         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8114
8115 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-art.el (gnus-article-next-page): Revert.
8118         (gnus-article-beginning-of-window): New macro.
8119         (gnus-article-next-page-1): Use it.
8120         (gnus-article-prev-page): Ditto.
8121         (gnus-article-edit-part): Use insert-buffer-substring instead of
8122         insert-buffer.
8123         (gnus-article-edit-exit): Ditto.
8124
8125         * gnus-util.el (gnus-beginning-of-window): Remove.
8126         (gnus-end-of-window): Remove.
8127
8128         * lpath.el: Don't bind header-line-format and scroll-margin.
8129
8130 2005-07-25  Simon Josefsson  <jas@extundo.com>
8131
8132         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8133         to have the url package without w3.  Reported by Daiki Ueno
8134         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8135
8136 2005-07-20  Didier Verna  <didier@xemacs.org>
8137
8138         * gnus-diary.el: Remove the description comment (nndiary is now
8139         properly documented in the Gnus manual).
8140         Fix the spelling of "Back End".
8141         * nndiary.el: Ditto.
8142         Fix the copyright notice.
8143
8144 2005-07-18  Romain Francoise  <romain@orebokech.com>
8145
8146         * gnus-sum.el (gnus-summary-to-prefix)
8147         (gnus-summary-newsgroup-prefix): New variables.
8148         (gnus-summary-from-or-to-or-newsgroups): Use them.
8149
8150 2005-07-17  Romain Francoise  <romain@orebokech.com>
8151
8152         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8153         space as it's generally not especially interesting to the user.
8154
8155 2005-07-16  Romain Francoise  <romain@orebokech.com>
8156
8157         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8158         nil to avoid prompting and file modification if one of the
8159         messages at the top of the nnfolder file contains a copyright
8160         notice.
8161         Update copyright notice.
8162
8163         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8164         instead of `current-time-string' as the latter creates a time
8165         string that is not RFC 2822 compliant (it lacks the zone).
8166         Update copyright notice.
8167
8168 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8169
8170         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8171         for text/rtf.  Display default in prompt.  Pass default for M-n.
8172
8173         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8174
8175 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8176
8177         * gnus-msg.el (gnus-button-mailto): Remove
8178         save-selected-window-window hackery because it relies on
8179         save-selected-window internals.
8180
8181 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8184         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8185         (gnus-article-prev-page): Ditto.
8186
8187         * gnus-util.el (gnus-beginning-of-window): New function.
8188         (gnus-end-of-window): New function.
8189
8190         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8191
8192 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8193
8194         * gnus-score.el (gnus-score-edit-all-score): Set
8195         gnus-score-edit-exit-function to gnus-score-edit-done and call
8196         gnus-message.
8197
8198 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * gnus-msg.el (gnus-button-mailto): Remove
8201         save-selected-window-window hackery because it relies on
8202         save-selected-window internals.
8203
8204 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8207         add-minor-mode.
8208         (gnus-binary-mode): Ditto.
8209
8210         * gnus-topic.el (gnus-topic-mode): Ditto.
8211
8212 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8213
8214         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8215         (gnus-article-prev-page): Take scroll-margin into consideration.
8216
8217 2005-07-04  Lute Kamstra  <lute@gnu.org>
8218
8219         Update FSF's address in GPL notices.
8220
8221 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8222
8223         * gnus.el (gnus-exit):
8224         * gnus-group.el (gnus-group-icons):
8225         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8226
8227         * gnus-nocem.el (gnus-nocem):
8228         * message.el (message-various, message-buffers, message-sending)
8229         (message-interface, message-forwarding, message-insertion)
8230         (message-headers, message-news, message-mail):
8231         * pgg-gpg.el (pgg-gpg):
8232         * pgg-parse.el (pgg-parse):
8233         * pgg-pgp.el (pgg-pgp):
8234         * pgg-pgp5.el (pgg-pgp5):
8235         * pop3.el (pop3): Finish `defgroup' description with period.
8236
8237 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-art.el (article-display-face): Improve the efficiency.
8240         (article-display-x-face): Ditto; remove grey x-face stuff.
8241
8242 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-art.el (article-display-face): Correct the position in
8245         which Faces are inserted.
8246
8247 2005-06-29  Didier Verna  <didier@xemacs.org>
8248
8249         * gnus-art.el (article-display-face): Display faces in correct
8250         order.
8251
8252 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8255         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8256         (gnus-nocem-check-article): Fetch the Type header.
8257         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8258         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8259         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8260         make sure gnus-nocem-hashtb is initialized.
8261         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8262         (gnus-nocem-unwanted-article-p): Ditto.
8263
8264         * pgg.el (pgg-verify): Return the verification result.
8265
8266 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8269         is ascii.
8270
8271 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8272
8273         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8274         `show-nonbreak-escape'.
8275
8276 2005-06-23  Lute Kamstra  <lute@gnu.org>
8277
8278         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8279
8280         * dig.el (dig-mode):
8281         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8282
8283 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8284
8285         * nnimap.el (nnimap-split-download-body): Fix spellings.
8286
8287 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8288
8289         * gnus-art.el (gnus-article-encrypt-body):
8290         * gnus-cus.el (gnus-score-customize):
8291         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8292         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8293
8294 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8295
8296         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8297         header by looking for magic "MII" at the beginnig.
8298
8299 2005-06-16  Miles Bader  <miles@gnu.org>
8300
8301         * gnus-xmas.el (gnus-xmas-group-startup-message):
8302         Use renamed gnus-splash face.
8303
8304         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8305         (assistant-field-face): New backward-compatibility alias for renamed
8306         face.
8307         (assistant-render-text): Use renamed assistant-field face.
8308
8309         * spam.el (spam): Remove "-face" suffix from face name.
8310         (spam-face): New backward-compatibility alias for renamed face.
8311         (spam-face, spam-initialize): Use renamed spam face.
8312
8313         * message.el (message-header-to, message-header-cc)
8314         (message-header-subject, message-header-newsgroups)
8315         (message-header-other, message-header-name)
8316         (message-header-xheader, message-separator, message-cited-text)
8317         (message-mml): Remove "-face" suffix from face names.
8318         (message-header-to-face, message-header-cc-face)
8319         (message-header-subject-face, message-header-newsgroups-face)
8320         (message-header-other-face, message-header-name-face)
8321         (message-header-xheader-face, message-separator-face)
8322         (message-cited-text-face, message-mml-face):
8323         New backward-compatibility aliases for renamed faces.
8324         (message-font-lock-keywords): Use renamed message faces.
8325
8326         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8327         (sieve-test-commands, sieve-tagged-arguments):
8328         Remove "-face" suffix from face names.
8329         (sieve-control-commands-face, sieve-action-commands-face)
8330         (sieve-test-commands-face, sieve-tagged-arguments-face):
8331         New backward-compatibility aliases for renamed faces.
8332         (sieve-control-commands-face, sieve-action-commands-face)
8333         (sieve-test-commands-face, sieve-tagged-arguments-face):
8334         Use renamed sieve faces.
8335
8336         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8337         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8338         (gnus-group-news-3-empty, gnus-group-news-4)
8339         (gnus-group-news-4-empty, gnus-group-news-5)
8340         (gnus-group-news-5-empty, gnus-group-news-6)
8341         (gnus-group-news-6-empty, gnus-group-news-low)
8342         (gnus-group-news-low-empty, gnus-group-mail-1)
8343         (gnus-group-mail-1-empty, gnus-group-mail-2)
8344         (gnus-group-mail-2-empty, gnus-group-mail-3)
8345         (gnus-group-mail-3-empty, gnus-group-mail-low)
8346         (gnus-group-mail-low-empty, gnus-summary-selected)
8347         (gnus-summary-cancelled, gnus-summary-high-ticked)
8348         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8349         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8350         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8351         (gnus-summary-low-undownloaded)
8352         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8353         (gnus-summary-low-unread, gnus-summary-normal-unread)
8354         (gnus-summary-high-read, gnus-summary-low-read)
8355         (gnus-summary-normal-read, gnus-splash):
8356         Remove "-face" suffix from face names.
8357         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8358         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8359         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8360         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8361         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8362         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8363         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8364         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8365         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8366         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8367         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8368         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8369         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8370         (gnus-summary-normal-ticked-face)
8371         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8372         (gnus-summary-normal-ancient-face)
8373         (gnus-summary-high-undownloaded-face)
8374         (gnus-summary-low-undownloaded-face)
8375         (gnus-summary-normal-undownloaded-face)
8376         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8377         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8378         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8379         (gnus-splash-face):
8380         New backward-compatibility aliases for renamed faces.
8381         (gnus-group-startup-message): Use renamed gnus faces.
8382
8383         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8384         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8385         (gnus-server-agent): Remove "-face" suffix from face names.
8386         (gnus-server-agent-face, gnus-server-opened-face)
8387         (gnus-server-closed-face, gnus-server-denied-face)
8388         (gnus-server-offline-face):
8389         New backward-compatibility aliases for renamed faces.
8390         (gnus-server-agent-face, gnus-server-opened-face)
8391         (gnus-server-closed-face, gnus-server-denied-face)
8392         (gnus-server-offline-face): Use renamed gnus faces.
8393
8394         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8395         Remove "-face" suffix from face names.
8396         (gnus-picon-xbm-face, gnus-picon-face):
8397         New backward-compatibility aliases for renamed faces.
8398
8399         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8400         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8401         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8402         (gnus-cite-11): Remove "-face" suffix from face names.
8403         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8404         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8405         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8406         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8407         New backward-compatibility aliases for renamed faces.
8408         (gnus-cite-attribution-face, gnus-cite-face-list)
8409         (gnus-article-boring-faces): Use renamed gnus faces.
8410
8411         * gnus-art.el (gnus-signature, gnus-header-from)
8412         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8413         (gnus-header-content): Remove "-face" suffix from face names.
8414         (gnus-signature-face, gnus-header-from-face)
8415         (gnus-header-subject-face, gnus-header-newsgroups-face)
8416         (gnus-header-name-face, gnus-header-content-face):
8417         New backward-compatibility aliases for renamed faces.
8418         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8419
8420         * gnus-sum.el (gnus-summary-selected-face)
8421         (gnus-summary-highlight): Use renamed gnus faces.
8422         * gnus-group.el (gnus-group-highlight): Likewise.
8423
8424 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8425
8426         * gnus-sieve.el (gnus-sieve-article-add-rule):
8427         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8428         * spam-stat.el (spam-stat-buffer-change-to-spam)
8429         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8430
8431         * message.el (message-is-yours-p):
8432         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8433
8434 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * mm-view.el (mm-inline-text): Withdraw the last change.
8437
8438 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8441         executing enriched-decode.
8442
8443 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8446         charset of tar files.
8447
8448 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8449
8450         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8451
8452 2005-06-04  Lute Kamstra  <lute@gnu.org>
8453
8454         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8455         information is never recorded.
8456
8457 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8458
8459         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8460
8461 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * pop3.el (pop3-apop): Run md5 in the binary mode.
8464
8465         * starttls.el (starttls-set-process-query-on-exit-flag):
8466         Use eval-and-compile.
8467
8468 2005-05-31  Simon Josefsson  <jas@extundo.com>
8469
8470         * smime.el (smime-replace-in-string): Define.
8471         (smime-cert-by-ldap-1): Use it.
8472
8473 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-art.el (article-display-x-face): Replace
8476         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8477
8478         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8479         set-process-query-on-exit-flag or process-kill-without-query.
8480
8481         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8482         loop instead of replace-regexp.
8483
8484         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8485         instead of process-kill-without-query if it is available.
8486
8487         * lpath.el: Fbind ldap-search-entries.
8488
8489         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8490         instead of find-file-hooks if it is available.
8491
8492         * mml1991.el: Bind pgg-default-user-id when compiling.
8493
8494         * mml2015.el: Bind pgg-default-user-id when compiling.
8495
8496         * nndraft.el (nndraft-request-associate-buffer):
8497         Use write-contents-functions instead of write-contents-hooks if it is
8498         available.
8499
8500         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8501         instead of find-file-hooks if it is available.
8502
8503         * nntp.el (nntp-open-connection): Replace
8504         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8505         (nntp-open-ssl-stream): Ditto.
8506         (nntp-open-tls-stream): Ditto.
8507
8508         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8509         set-process-query-on-exit-flag or process-kill-without-query.
8510         (starttls-open-stream-gnutls): Use it instead of
8511         process-kill-without-query.
8512         (starttls-open-stream): Ditto.
8513
8514 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8515
8516         * smime.el (smime-cert-by-ldap-1): Don't use
8517         replace-regexp-in-string.
8518
8519 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8520
8521         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8522
8523         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8524         in PEM format.  Adjust to the XEmacs compability.
8525
8526 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8529         by `string-to-number'.
8530         * gnus-agent.el (gnus-agent-regenerate-group)
8531         (gnus-agent-fetch-articles): Ditto.
8532         * gnus-art.el (gnus-button-fetch-group): Ditto.
8533         * gnus-cache.el (gnus-cache-generate-active)
8534         (gnus-cache-articles-in-group): Ditto.
8535         * gnus-group.el (gnus-group-set-current-level)
8536         (gnus-group-insert-group-line): Ditto.
8537         * gnus-score.el (gnus-score-set-expunge-below)
8538         (gnus-score-set-mark-below, gnus-summary-score-effect)
8539         (gnus-summary-score-entry): Ditto.
8540         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8541         (gnus-soup-pack): Ditto.
8542         * gnus-spec.el (gnus-xmas-format): Ditto.
8543         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8544         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8545         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8546         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8547         * nndb.el (nndb-get-remote-expire-response): Ditto.
8548         * nndiary.el (nndiary-parse-schedule-value)
8549         (nndiary-string-to-number, nndiary-request-replace-article)
8550         (nndiary-request-article): Ditto.
8551         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8552         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8553         * nneething.el (nneething-make-head): Ditto.
8554         * nnfolder.el (nnfolder-request-article)
8555         (nnfolder-retrieve-headers): Ditto.
8556         * nnheader.el (nnheader-file-to-number): Ditto.
8557         * nnkiboze.el (nnkiboze-request-article): Ditto.
8558         * nnmail.el (nnmail-process-unix-mail-format)
8559         (nnmail-process-babyl-mail-format): Ditto.
8560         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8561         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8562         (nnmh-request-create-group, nnmh-request-list-1)
8563         (nnmh-request-group, nnmh-request-article): Ditto.
8564         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8565         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8566         * nnsoup.el (nnsoup-make-active): Ditto.
8567         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8568         * nntp.el (nntp-find-group-and-number)
8569         (nntp-retrieve-headers-with-xover): Ditto.
8570         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8571         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8572         (pgg-format-key-identifier): Ditto.
8573         * pop3.el (pop3-last, pop3-stat): Ditto.
8574         * qp.el (quoted-printable-decode-region): Ditto.
8575
8576         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8577         of concat.
8578
8579 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8582
8583         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8584
8585         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8586
8587         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8588
8589         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8590
8591         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8592
8593         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8594         (gnus-carpal-mode): Ditto.
8595
8596         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8597         (gnus-browse-mode): Ditto.
8598
8599         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8600
8601         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8602
8603 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8604
8605         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8606
8607 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-util.el (gnus-run-mode-hooks): New function.
8610
8611         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8612
8613         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8614         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8615
8616 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8617
8618         * gnus-agent.el (gnus-agent-make-mode-line-string):
8619         Use mode-line-highlight as mouse-face.
8620
8621 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * canlock.el (canlock): Change the parent group to news.
8624
8625         * deuglify.el (gnus-outlook-deuglify): Add :group.
8626
8627         * dig.el (dig): Add :group.
8628
8629         * dns-mode.el (dns-mode): Add :group.
8630
8631         * encrypt.el (encrypt): Add :group.
8632
8633         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8634         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8635         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8636         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8637         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8638
8639         * gnus-diary.el (gnus-diary): Add :group.
8640
8641         * gnus.el (gnus-group-news-1-face): Add :group.
8642         (gnus-group-news-1-empty-face): Ditto.
8643         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8644         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8645         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8646         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8647         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8648         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8649         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8650         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8651         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8652         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8653         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8654         (gnus-summary-high-ticked-face): Ditto.
8655         (gnus-summary-low-ticked-face): Ditto.
8656         (gnus-summary-normal-ticked-face): Ditto.
8657         (gnus-summary-high-ancient-face): Ditto.
8658         (gnus-summary-low-ancient-face): Ditto.
8659         (gnus-summary-normal-ancient-face): Ditto.
8660         (gnus-summary-high-undownloaded-face): Ditto.
8661         (gnus-summary-low-undownloaded-face): Ditto.
8662         (gnus-summary-normal-undownloaded-face): Ditto.
8663         (gnus-summary-high-unread-face): Ditto.
8664         (gnus-summary-low-unread-face): Ditto.
8665         (gnus-summary-normal-unread-face): Ditto.
8666         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8667         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8668
8669         * hashcash.el (hashcash): New custom group.
8670         (hashcash-default-payment): Add :group.
8671         (hashcash-payment-alist): Ditto.
8672         (hashcash-default-accept-payment): Ditto.
8673         (hashcash-accept-resources): Ditto.
8674         (hashcash-path): Ditto.
8675         (hashcash-extra-generate-parameters): Ditto.
8676         (hashcash-double-spend-database): Ditto.
8677         (hashcash-in-news): Ditto.
8678
8679         * message.el (message-minibuffer-local-map): Add :group.
8680
8681         * netrc.el (netrc): Add :group.
8682
8683         * sieve-manage.el (sieve-manage-log): Add :group.
8684         (sieve-manage-default-user): Diito.
8685         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8686         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8687         (sieve-manage-authenticators): Ditto.
8688         (sieve-manage-authenticator-alist): Ditto.
8689         (sieve-manage-default-port): Ditto.
8690
8691         * sieve-mode.el (sieve-control-commands-face): Add :group.
8692         (sieve-action-commands-face): Ditto.
8693         (sieve-test-commands-face): Ditto.
8694         (sieve-tagged-arguments-face): Ditto.
8695
8696         * smime.el (smime): Add :group.
8697
8698         * spam-report.el (spam-report): Add :group.
8699
8700         * spam.el (spam, spam-face): Add :group.
8701
8702 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8703
8704         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8705         return \n.\n.\n at the end of articles.  Protect against that.
8706         (nntp-with-open-group): Allow debugging.
8707
8708         * nnheader.el (mail-header-set-extra): Make into a function
8709         because I just could't understand how to quote the list properly.
8710
8711         * dns.el (query-dns-cached): New function.
8712
8713 2005-05-26  Lute Kamstra  <lute@gnu.org>
8714
8715         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8716
8717 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8720
8721         * gnus-art.el: Don't autoload mail-extract-address-components.
8722
8723         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8724         eval-and-compile to evaluate it.
8725
8726         * hashcash.el: Don't autoload executable-find.
8727
8728         * nndb.el: Don't declare the nndb back end two or more times; don't
8729         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8730
8731         * nntp.el: Autoload format-spec instead of format; use
8732         eval-and-compile to evaluate autoload forms.
8733
8734 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8735
8736         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8737
8738 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8739
8740         * gnus.el (gnus-version-number): Bump version.
8741
8742 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8743
8744         * gnus.el: No Gnus v0.3 is released.
8745
8746 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * lpath.el (featurep): Bind show-nonbreak-escape.
8749
8750 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-article-edit-part): Disable undo.
8753
8754 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8757         gnus-article-date-lapsed-new-header is t if date timer is active;
8758         skip headers in which the original date value is empty.
8759         (gnus-article-save-original-date): Redefine it as a macro.
8760         (gnus-display-mime): Use it.
8761
8762 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-art.el (article-date-ut): Support converting date in
8765         forwarded parts as well.
8766         (gnus-article-save-original-date): New function.
8767         (gnus-display-mime): Use it.
8768
8769 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8770
8771         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8772         enclosure element of <item>.
8773
8774 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * message.el (message-kill-buffer-query): Renamed from
8777         `message-kill-buffer-query-if-modified'.  Added :version.
8778
8779 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8782         window layout.
8783
8784 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * mml.el: Autoload dnd when compiling.
8787
8788 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8791         x-dnd-*.
8792
8793 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * qp.el (quoted-printable-encode-region): Save excursion.
8796
8797 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8798
8799         * message.el (message-kill-buffer-query-if-modified): Add new variable
8800         so the user can kill a modified message buffer quickly.
8801         (message-kill-buffer): Use it.
8802
8803 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * lpath.el: Fbind display-time-event-handler; don't fbind
8806         string-to-multibyte.
8807
8808         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8809
8810 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8813         contained in text because xml.el decodes entities) with LFs.
8814
8815 2005-04-11  Lute Kamstra  <lute@gnu.org>
8816
8817         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8818         differently.
8819
8820 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8821
8822         * mm-util.el (mm-detect-coding-region): Typo.
8823
8824 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8827
8828 2005-04-06  Deepak Goel  <deego@gnufans.org>
8829
8830         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8831         user-function allow user modifications of the scores.
8832         (spam-stat-score-buffer-user): New function, to allow
8833         user-computed modifications to the score.
8834         (spam-stat-score-buffer-user-functions): List of additional
8835         scoring functions.
8836         (spam-stat-error-holder): Global temporary error holder.
8837         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8838         variable.
8839
8840 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * gnus-registry.el (gnus-registry-clean-empty-function)
8843         (gnus-registry-trim, gnus-registry-fetch-groups)
8844         (gnus-registry-delete-group): Groups that match
8845         `gnus-registry-ignored-groups' are removed from the registry
8846         entries, not just ignored for splitting.  This helps clean up the
8847         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8848         to get all the groups a message ID is in.
8849
8850         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8851         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8852         (spam-stat-score-buffer-user-functions): Add :number custom type.
8853
8854 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8857         argument in XEmacs.
8858
8859         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8860         (nnrss-request-group): Decode group name first.
8861         (nnrss-request-article): Make a text/plain article if mml-to-mime
8862         failed.
8863         (nnrss-get-encoding): Return a compatible encoding according to
8864         nnrss-compatible-encoding-alist.
8865         (nnrss-find-el): Use consp instead of listp.
8866         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8867
8868 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8871         which Emacs 20 doesn't support.
8872         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8873
8874 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8877         silence the byte compiler inside the defun.
8878
8879         * gnus-demon.el (parse-time-string): Add autoload.
8880
8881         * gnus-delay.el (parse-time-string): Add autoload.
8882
8883         * gnus-art.el (parse-time-string): Add autoload.
8884
8885         * nnultimate.el (parse-time): Require for `parse-time-string'.
8886
8887 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8890
8891         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8892
8893         * smime.el (smime-ldap-host-list): Add :version.
8894
8895 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8898         pass it to `gnus-browse-read-group'.
8899         (gnus-browse-read-group): Add NUMBER argument and pass it to
8900         `gnus-group-read-ephemeral-group'.
8901
8902         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8903         argument and pass it to `gnus-group-read-group'.
8904
8905 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8906
8907         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8908         mm-xemacs-find-mime-charset-1 if we have the mule feature
8909         available at runtime.
8910
8911 2005-03-25  Werner Lemberg  <wl@gnu.org>
8912
8913         * nnmaildir.el: Replace `illegal' with `invalid'.
8914
8915 2005-03-23  Lute Kamstra  <lute@gnu.org>
8916
8917         * time-date.el: Add comment on time value formats.
8918         Don't require parse-time.
8919         (with-decoded-time-value): New macro.
8920         (encode-time-value): New function.
8921         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8922         (days-to-time): Return a valid time value when arg is huge.
8923         (time-since): Use time-subtract.
8924         (time-to-number-of-days): Use time-to-seconds.
8925
8926 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8927
8928         * gnus-start.el (gnus-display-time-event-handler):
8929         Check display-time-timer at runtime rather than only at load time
8930         in case display-time-mode is turned off in the mean time.
8931
8932 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8935         used.
8936
8937         * nneething.el (nneething-map-file-directory): Derive from
8938         `gnus-directory'.
8939
8940         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8941         the To/Cc button.
8942
8943 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * nnmaildir.el (nnmaildir-request-accept-article):
8946         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8947
8948 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8949
8950         * gnus-async.el: Require timer-funcs at compile time when in
8951         XEmacs for `run-with-idle-timer'.
8952
8953 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8954
8955         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8956         autoloaded function.
8957
8958 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8959
8960         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8961
8962 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8963
8964         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8965
8966 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8969         gnus-expert-user to default.
8970
8971 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8972
8973         * nnimap.el (nnimap-open-server): Ditto.
8974
8975         * imap.el (imap-authenticate): Fix typo.
8976
8977 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8978
8979         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8980         buffer (since IMAP server might return FETCH response out of
8981         order, and the nntp buffer must be sorted).
8982
8983 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8984
8985         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8986         comparison on string.
8987
8988         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8989         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8990         (gnus-agent-summary-fetch-series): Modified to protect against
8991         gnus-agent-summary-fetch-group clearing processable flags.
8992         (gnus-agent-synchronize-group-flags): Update live group buffer as
8993         synchronization may occur due to the user toggle the plugged
8994         status.
8995         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8996         successfully downloaded.
8997         (gnus-agent-expire-group-1): Avoid using markers when the overview
8998         is in ascending order; greatly improves performance.
8999         (gnus-agent-regenerate-group): Use
9000         gnus-agent-synchronize-group-flags to reset read status in both
9001         gnus and server.
9002         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9003
9004 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * message.el: Don't autoload former message-utils variables.
9007         (message-strip-subject-trailing-was): Change doc string.
9008
9009         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9010         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9011         (nnweb-google-search): Add "hl=en" here.
9012         (nnweb-google-parse-1, nnweb-google-create-mapping):
9013         Don't hardcode URL.
9014
9015 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * message.el (message-get-reply-headers, message-followup):
9018         Mention related variables `message-use-followup-to' and
9019         `message-use-mail-followup-to', in the information buffer.
9020
9021         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9022         of broken groups(-beta).google.com.
9023
9024 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9025
9026         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9027         parameter to invoked gnus-request-move-article; remove the
9028         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9029         all at once instead of once per article.
9030         (gnus-summary-remove-process-mark): Accept a list of articles as
9031         well as a single article for processing.
9032
9033         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9034         parameter.
9035
9036         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9037
9038         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9039
9040         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9041         parameter.
9042
9043         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9044         parameter.
9045
9046         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9047         parameter and remove the gnus-sum-hint-move-is-internal variable.
9048
9049         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9050         parameter.
9051
9052         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9053         parameter.
9054
9055         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9056         parameter.
9057
9058         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9059
9060         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9061         parameter.
9062
9063         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9064         parameter.
9065
9066 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9067
9068         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9069         a more conservative way.
9070
9071 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9072
9073         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9074         buffer, so it moves the window's cursor.
9075
9076 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9077
9078         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9079         `mm-dissect-multipart' and receive the from field as an (optional)
9080         argument from `mm-dissect-multipart'.
9081         (mm-dissect-multipart): Receive the from field as an argument and
9082         pass it on when we call `mm-dissect-buffer' on MIME parts.
9083         Fixes verification/decryption of signed/encrypted MIME parts.
9084
9085 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * gnus-sum.el (gnus-summary-move-article): Set
9088         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9089         whatever it calls (right now, only nnimap-request-move article
9090         respects it).
9091
9092         * nnimap.el (nnimap-request-move-article): When
9093         gnus-sum-hint-move-is-internal is set, don't do the extra
9094         nnimap-request-article.
9095
9096 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9099
9100         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9101         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9102
9103         * gnus-sum.el (gnus-summary-caesar-message):
9104         Apply `gnus-treat-article' after rotation.
9105
9106         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9107         doc string.
9108
9109 2005-02-22  Simon Josefsson  <jas@extundo.com>
9110
9111         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9112         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9113         <arne@arnested.dk>.
9114         (encrypt): Add password-cache and password-cache-expiry as group
9115         members.
9116
9117 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9118
9119         * smime.el (smime-ldap-host-list): Doc fix.
9120         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9121         cache) password.
9122         (smime-sign-region): Use it.
9123         (smime-decrypt-region): Use it.
9124         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9125         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9126         fails.
9127         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9128         certificate from DER to PEM format rather than calling openssl.
9129
9130         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9131
9132         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9133         for signing/encryption.
9134
9135         * mml.el (mml-parse-1): Use them.
9136
9137 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9138
9139         * nnrss.el (nnrss-verbose): Removed.
9140         (nnrss-request-group): Use `nnheader-message' instead.
9141
9142 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9143
9144         * nnrss.el (nnrss-verbose): New variable.
9145         (nnrss-request-group): Make it say nnrss is requesting a group.
9146
9147 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9150         Handle news URL with given port correctly.
9151
9152 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9155         containing special characters.
9156
9157         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9158
9159         * mml.el (mime-to-mml): Ditto.
9160
9161         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9162         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9163         (rfc2047-decode-region): Quote decoded words containing special
9164         characters when rfc2047-quote-decoded-words-containing-tspecials
9165         is non-nil.
9166
9167 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9168
9169         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9170
9171         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9172
9173 2005-02-15  Simon Josefsson  <jas@extundo.com>
9174
9175         * nnimap.el (nnimap-debug): Doc fix.
9176
9177         * imap.el (imap-debug): Doc fix.
9178
9179 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9182
9183 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9184
9185         * gnus.el (spam-contents): Improve docs for spam-contents
9186         parameter in its variable incarnation.
9187
9188 2005-02-14  Simon Josefsson  <jas@extundo.com>
9189
9190         * smime-ldap.el: Use require instead of load-library for ldap.
9191         (smime-ldap-search): Indent.
9192         (smime-ldap-search-internal): Shorten line.
9193
9194         * smime.el (smime-cert-by-dns): Add doc-string.
9195         (smime-cert-by-ldap-1): Indent.
9196
9197         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9198         mml-smime-get-dns-ldap.
9199         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9200
9201 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9202
9203         * smime.el: Require smime-ldap.
9204         (smime-ldap-host-list): New variable.
9205         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9206
9207         * mml-smime.el (mml-smime-encrypt-query): New function.
9208         (mml-smime-encrypt-query): Use it.
9209
9210         * smime-ldap.el: New file.
9211
9212 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9215
9216 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9219         argument in doc string.  Make query for type more clear.
9220
9221 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus.el (gnus-group-startup-message): Search for gnus images in
9224         etc/images/gnus.
9225         * mm-util.el (mm-image-load-path): Likewise.
9226         * smiley.el (smiley-data-directory): Search for smilies in
9227         etc/images/smilies.
9228
9229 2005-02-09  Kim F. Storm  <storm@cua.dk>
9230
9231         Change Emacs release version from 21.4 to 22.1 throughout.
9232         Change Emacs development version from 21.3.50 to 22.0.50.
9233
9234 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9237
9238         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9239         non-Mule XEmacs as well.
9240         (mm-decompress-buffer): Signal an error intentionally if it does
9241         not decompress compressed data because auto-compression-mode is
9242         disabled.
9243
9244 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9245
9246         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9247         an ID in the registry even if it has no groups.
9248
9249 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9252         merge it into mm-decompress-buffer.
9253         (gnus-mime-copy-part): Use the MIME part charset, the value which
9254         a user specified or gnus-newsgroup-charset for decoding, like
9255         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9256         save-buffer what was used.  Suggested by Kevin Ryde
9257         <user42@zip.com.au>.
9258         (gnus-mime-inline-part): Allow the name parameter as well as the
9259         filename parameter; force decompressing of compressed data; always
9260         display contents being not decoded as unibyte.
9261
9262         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9263         as well as the filename parameter.
9264
9265         * mm-util.el (mm-decompress-buffer): Merge
9266         gnus-mime-jka-compr-maybe-uncompress.
9267         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9268         of compressed data.
9269
9270 2005-02-08  Simon Josefsson  <jas@extundo.com>
9271
9272         * imap.el (imap-log): Doc fix.
9273
9274 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9277         the coding cookies; decompress compressed parts.
9278
9279         * mml.el (mml-generate-mime-1): Add the charset parameter according
9280         to the value which a user specified manually or the coding cookie.
9281
9282         * mm-util.el (mm-string-to-multibyte): New function.
9283         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9284         (mm-coding-system-to-mime-charset): New function.
9285         (mm-decompress-buffer): New function.
9286         (mm-find-buffer-file-coding-system): New function.
9287
9288         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9289         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9290         parts.
9291
9292 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9293
9294         * mm-view.el (mm-display-inline-fontify): Decode a part according
9295         to the charset parameter.
9296
9297 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9300         prefix arg is neither nil nor a number, as info specifies.
9301
9302 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9305         timestamps.
9306
9307 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9308
9309         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9310         groups error checking and notify user.
9311
9312 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9313
9314         * message.el (message-send-mail-function): Check existence of
9315         sendmail-program first before using default value
9316         `message-send-mail-with-sendmail'.  Otherwise use more generic
9317         `smtpmail-send-it'.
9318
9319 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * nntp.el (nntp-request-update-info): Always return nil.
9322
9323 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9324
9325         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9326
9327 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9328
9329         * message.el (message-beginning-of-line): Change the behavior when
9330         invoked between BOL and : so that it first moves backward.
9331
9332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9335         article buffer when editing of the article is discarded.
9336         (gnus-article-prepare): Revert.
9337
9338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-art.el (gnus-article-prepare):
9341         Remove message-strip-forbidden-properties from the local hook.
9342
9343 2005-01-27  Simon Josefsson  <jas@extundo.com>
9344
9345         * password.el (password-cache-add): Only start one timer per key.
9346         Reported by Derek Atkins <warlord@MIT.EDU>.
9347
9348 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9349
9350         * run-at-time.el: Removed.  It is no longer needed as
9351         timer-funcs.el in the xemacs-base package has a working version of
9352         `run-at-time'.
9353
9354         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9355
9356         * password.el: Require timer-funcs instead of run-at-time in
9357         XEmacs.
9358         Remove `password-run-at-time' macro.
9359         (password-cache-add): Use `run-at-time' instead of
9360         `password-run-at-time'.
9361
9362         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9363         Remove `nnheader-cancel-function-timers' alias,
9364         `cancel-function-timers' exists in XEmacs in timer-funcs.
9365
9366         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9367         for `run-with-idle-timer'.
9368
9369         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9370         for `run-at-time'.
9371
9372         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9373         for `with-timeout'.
9374
9375         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9376         the same as for XEmacs 21.4.
9377         No need to ignore `run-with-idle-timer', this function exists in
9378         XEmacs now in timer-funcs.el in the xemacs-base package.
9379         (dgnushack-compile): No need to delete
9380         run-at-time.el from the list of files to compile because it
9381         doesn't exist anymore.
9382
9383 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9386         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9387
9388 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9389
9390         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9391         sensitively.
9392
9393 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9394
9395         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9396
9397 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9400         which will be inserted according to the multibyteness of a buffer
9401         rather than the type of contents.  Suggested by ARISAWA Akihiro
9402         <ari@mbf.ocn.ne.jp>.
9403
9404         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9405         of string which old xml.el may return rather than a string.
9406
9407 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9410
9411 2005-01-16  Simon Josefsson  <jas@extundo.com>
9412
9413         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9414         idn/idna.el isn't available.
9415         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9416         <michael@waxrat.com>.
9417
9418         * hashcash.el: Remove non-FSF copyright header.
9419
9420         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9421         (hashcash-generate-payment): Use it.
9422         (hashcash-generate-payment-async): Use it.
9423
9424 2005-01-15  Simon Josefsson  <jas@extundo.com>
9425
9426         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9427         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9428
9429         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9430         gnus-summary-idna-message.
9431         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9432         (gnus-summary-idna-message): New function.
9433
9434 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9437         gnus-novice-user.
9438
9439 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * nnrss.el (nnrss-request-delete-group): Delete entries in
9442         nnrss-group-alist as well.
9443         (nnrss-save-server-data): Insert newline.
9444
9445 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * gnus.el (gnus-user-agent): Use list of symbols instead of
9448         symbols.  Display full version number for (S)XEmacs.  Optionally
9449         display (S)XEmacs codename.
9450
9451         * gnus-util.el (gnus-emacs-version): Update for new
9452         `gnus-user-agent'.
9453
9454         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9455         Gnus version.
9456
9457 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9460         which is unreadable in some setups.
9461
9462 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-spec.el (gnus-update-format-specifications): Flush the
9465         group format spec cache if it doesn't support decoded group names.
9466
9467 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9470         Allow to apply decay on score files matching a regexp.
9471
9472 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9475         compatibility in %g and %c.
9476
9477 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9480         name for only %g and %c.
9481         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9482         of gnus-tmp-group to decoded group name.
9483         (gnus-group-make-rss-group): Exclude `/'s from group names.
9484
9485 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * nnrss.el (nnrss-get-encoding): Fix regexp.
9488
9489 2004-12-27  Simon Josefsson  <jas@extundo.com>
9490
9491         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9492         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9493         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9494
9495 2004-12-17  Kim F. Storm  <storm@cua.dk>
9496
9497         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9498
9499         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9500
9501 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9502
9503         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9504
9505 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * nnrss.el: Require rfc2047 and mml.
9508         (nnrss-file-coding-system): New variable.
9509         (nnrss-format-string): Redefine it as an inline function.
9510         (nnrss-decode-group-name): New function.
9511         (nnrss-string-as-multibyte): Remove.
9512         (nnrss-retrieve-headers): Decode group name; don't use
9513         nnrss-format-string.
9514         (nnrss-request-group): Decode group name.
9515         (nnrss-request-article): Decode group name; allow a Message-ID as
9516         well as an article number; don't use nnrss-format-string; encode a
9517         Message-ID string which may contain non-ASCII characters; use
9518         mml-to-mime to compose a MIME article.
9519         (nnrss-request-expire-articles): Decode group name.
9520         (nnrss-request-delete-group): Decode group name.
9521         (nnrss-fetch): Clarify error message.
9522         (nnrss-read-server-data): Use insert-file-contents instead of load;
9523         bind file-name-coding-system; use multibyte buffer.
9524         (nnrss-save-server-data): Bind coding-system-for-write to the
9525         value of nnrss-file-coding-system; bind file-name-coding-system;
9526         add coding cookie.
9527         (nnrss-read-group-data): Use insert-file-contents instead of load;
9528         bind file-name-coding-system; use multibyte buffer.
9529         (nnrss-save-group-data): Bind coding-system-for-write to the
9530         value of nnrss-file-coding-system; bind file-name-coding-system.
9531         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9532         make it work with non-ASCII text.
9533         (nnrss-find-el): Make it work with old xml.el as well.
9534
9535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9536
9537         * nnrss.el (nnrss-get-encoding): New function.
9538         (nnrss-fetch): Use unibyte buffer initially; bind
9539         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9540         decode contents according to the encoding attribute.
9541         (nnrss-save-group-data): Add coding cookie.
9542         (nnrss-mime-encode-string): New function.
9543         (nnrss-check-group): Use it to encode subject and author.
9544
9545 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9546
9547         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9548         imaginary variable.
9549
9550 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9553         correctly even if there are wide characters.
9554
9555 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9556
9557         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9558         downcased symbol names; make a new cache instead of reusing
9559         bbdb-hashtable.
9560
9561 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9564         concatenating segments rather than before concatenating them.
9565         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9566
9567         * message.el (message-get-reply-headers): Bind `extra'.
9568
9569 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * message.el (message-extra-wide-headers): New variable.
9572         (message-get-reply-headers): Use it.
9573
9574 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9577         (gnus-agent-group-pathname): Ditto.
9578
9579         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9580
9581         * gnus-group.el (gnus-group-make-group): Decode group name.
9582         (gnus-group-make-rss-group): Register the group data after opening
9583         the nnrss group.
9584
9585 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9586
9587         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9588         by expiry now get marked as read.
9589
9590 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9593
9594 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9595
9596         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9597         unify Latin characters in XEmacs.
9598         (mm-find-mime-charset-region): Use it.
9599
9600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-util.el (gnus-delete-directory): New function.
9603
9604         * gnus-agent.el (gnus-agent-delete-group): Use it.
9605
9606         * gnus-cache.el (gnus-cache-delete-group): Use it.
9607
9608 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9611         names.
9612
9613 2004-12-16  Simon Josefsson  <jas@extundo.com>
9614
9615         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9616
9617 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9620
9621         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9622         (gnus-group-set-current-level): Decode group name.
9623
9624 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9625
9626         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9627         failed.
9628
9629 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-group.el (gnus-group-delete-group): Decode group name.
9632         (gnus-group-make-rss-group): Encode group name.
9633         (gnus-group-catchup-current): Decode group name.
9634         (gnus-group-kill-group): Decode group name.
9635
9636 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9637
9638         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9639
9640 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-group.el (gnus-group-make-rss-group):
9643         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9644
9645         * gnus-start.el (gnus-setup-news): Honor user's setting to
9646         gnus-message-archive-method.  Suggested by Lute Kamstra
9647         <lute@gnu.org>.
9648
9649 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9650
9651         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9652         global counterparts of the buffer-local variables.
9653
9654 2004-11-16  Romain Francoise  <romain@orebokech.com>
9655
9656         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9657         counterparts of the buffer-local variables.
9658
9659 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * message.el (message-forbidden-properties): Fixed typo in doc
9662         string.
9663
9664 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * gnus-util.el (gnus-replace-in-string): Added doc string.
9667
9668         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9669         to avoid problems when splitting mails with many recipients.
9670
9671 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9672
9673         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9674         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9675
9676 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9677
9678         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9679         if there is no hashtable in memory or file modification time is
9680         newer than cached timestamp.
9681
9682 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9685         not-matching option.
9686
9687 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9690         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9691         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9692         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9693         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9694         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9695
9696 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * message.el (message-forward-make-body-mml): Remove headers
9699         according to message-forward-ignored-headers if a message is decoded.
9700
9701 2004-12-02  Romain Francoise  <romain@orebokech.com>
9702
9703         * message.el (message-forward-make-body-plain): Always remove
9704         headers according to message-forward-ignored-headers.
9705
9706 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9707
9708         * spam.el (spam-summary-prepare-exit): Remove the
9709         gnus-summary-limit pop for now, it has problems with ham marks for
9710         me.
9711
9712 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9713
9714         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9715         correctly.
9716
9717 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9718
9719         * format-spec.el (format-spec): Message the char.
9720
9721 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9722
9723         * gnus-art.el (gnus-split-methods): Reformat comments.
9724
9725         * spam.el (spam-summary-prepare-exit): Remove article limits
9726         before exiting the summary buffer.
9727
9728 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9731         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9732
9733         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9734         order to silence the byte compiler.
9735
9736         * spam.el: Fix the way to silence the byte compiler, which
9737         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9738         bbdb-search-simple, spam-BBDB-register-routine,
9739         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9740         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9741         spam-stat-buffer-is-spam, spam-stat-load,
9742         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9743         spam-stat-save and spam-stat-split-fancy.
9744
9745 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9748         which may confuse users.
9749         (canlock-password-for-verify): Ditto.
9750
9751         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9752
9753         * gnus-art.el (gnus-emphasis-alist): Ditto.
9754
9755         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9756
9757         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9758
9759         * gnus-start.el (gnus-save-killed-list): Ditto.
9760
9761         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9762         (gnus-sum-thread-tree-root): Ditto.
9763         (gnus-sum-thread-tree-false-root): Ditto.
9764         (gnus-sum-thread-tree-single-indent): Ditto.
9765
9766         * message.el (message-courtesy-message): Ditto.
9767         (message-archive-note): Ditto.
9768         (message-subscribed-address-file): Ditto.
9769         (message-user-fqdn): Ditto.
9770
9771         * spam-report.el (spam-report-gmane-regex): Ditto.
9772
9773         * spam.el (spam-blackhole-good-server-regex): Ditto.
9774
9775 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * mml.el (mml-preview): Widen the message buffer before copying
9778         the contents to the preview buffer; sort headers before previewing.
9779
9780         * message.el (message-hidden-headers): Fix the way to avoid a bug
9781         in the `repeat' widget in Emacs 21.3 or earlier.
9782
9783 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * message.el (message-hidden-headers): Default to "^References:".
9786         Improve customization type.  Suggested by Reiner Steib
9787         <Reiner.Steib@gmx.de>.
9788
9789 2004-11-25  Romain Francoise  <romain@orebokech.com>
9790
9791         * message.el (message-strip-forbidden-properties): Remove check for
9792         obsolete `message-hidden' text property, hidden headers are not
9793         accessible in the buffer anymore.
9794
9795 2004-11-22  Romain Francoise  <romain@orebokech.com>
9796
9797         * message.el (message-header-format-alist): Add `From' in list
9798         so that it can be sorted.
9799         (message-fix-before-sending): Widen and sort headers before
9800         sending.
9801         (message-hide-headers): Use narrowing to hide headers by moving
9802         them to the top of the buffer and narrowing to the region
9803         underneath.
9804
9805 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * message.el (message-strip-forbidden-properties): Bind
9808         buffer-read-only (etc) to nil.
9809
9810 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9813         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9814
9815 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9816
9817         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9818
9819 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * dns.el (query-dns): Use sit-for to time instead of
9822         accept-process-output, since that doesn't seem to work on udp
9823         sockets.
9824
9825 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9828
9829 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9830
9831         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9832         doc string.  Improve doc string.
9833
9834 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * nntp.el (nntp-request-update-info): Return nil if
9837         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9838         may not call gnus-activate-group which uselessly issues the GROUP
9839         commands for all nntp groups and wastes time.  Reported by Romain
9840         Francoise <romain@orebokech.com>.
9841
9842         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9843
9844 2004-11-15  Simon Josefsson  <jas@extundo.com>
9845
9846         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9847         headers separately.
9848         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9849         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9850
9851 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * gnus-start.el (gnus-convert-old-newsrc):
9854         Assign legacy-gnus-agent to 5.10.7.
9855
9856 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9859         start of the lines.
9860
9861 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9862
9863         * hashcash.el (hashcash-default-payment): Change default to 20
9864         (hashcash-default-accept-payment): Change default to 20
9865         (hashcash-process-alist): New variable
9866         (hashcash-generate-payment-async): Add
9867         (hashcash-already-paid-p): Add
9868         (hashcash-insert-payment): Don't generate payments twice
9869         (hashcash-insert-payment-async): Add
9870         (hashcash-insert-payment-async-2): Add
9871         (hashcash-cancel-async): Add
9872         (hashcash-wait-async): Add
9873         (hashcash-processes-running-p): Add
9874         (hashcash-wait-or-cancel): Add
9875         (mail-add-payment): New optional argument.  Conditionally start
9876         asynchronous calculation.
9877         (mail-add-payment-async): Add
9878
9879         * message.el (message-send-mail): Wait for asynchronous hashcash
9880         results.  Don't clobber existing X-Hashcash headers.
9881         (message-setup-1): Call mail-add-payment-async when
9882         message-generate-hashcash is non-nil.
9883
9884 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9885
9886         * message.el (message-use-alternative-email-as-from): Examine the
9887         From header as well; use message-make-from in order to include a
9888         user's full name.
9889
9890 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9893         default; improve customization type.
9894         (gnus-emphasis-custom-with-format): New macro.
9895         (gnus-emphasis-custom-value-to-external): New function.
9896         (gnus-emphasis-custom-value-to-internal): New function.
9897
9898 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * dns.el (query-dns): Resolve reverse addresses.
9901
9902 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * gnus-group.el (gnus-group-get-new-news): Use it.
9905
9906         * gnus-start.el (gnus-check-reasonable-setup): New function.
9907
9908 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9911         "Args out of range" error.  Reported by Arnaud Giersch
9912         <arnaud.giersch@free.fr>.
9913
9914 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9915
9916         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9917
9918 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9919
9920         * spam.el (spam group): Add :version.
9921
9922         * pgg-def.el (pgg group): Add :version.
9923
9924 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-art.el (gnus-article-edit-article): Don't associate the
9927         article buffer with a draft file.  This is a temporary measure
9928         against the 2004-08-22 change to gnus-article-edit-mode.
9929
9930 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9933         (html2text-format-tags): Remove unused variable `attr'.
9934
9935 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9938
9939         * tls.el (tls-process-connection-type, tls-success)
9940         (tls-certtool-program): Add :version.
9941
9942         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9943         (starttls-extra-arguments, starttls-process-connection-type)
9944         (starttls-connect, starttls-failure, starttls-success): Add :version.
9945
9946         * spam-stat.el (spam-stat): Add :version.
9947
9948         * sieve.el (sieve): Add :version.
9949
9950         * sha1.el (sha1): Add :version.
9951         (sha1-use-external): Remove redundant version.
9952
9953         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9954         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9955         (nnmail-split-fancy-match-partial-words)
9956         (nnmail-split-lowercase-expanded): Add :version.
9957
9958         * nndiary.el (nndiary): Add :version.
9959
9960         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9961
9962         * mml-sec.el (mml-default-sign-method)
9963         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9964         Add :version.
9965
9966         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9967
9968         * mm-url.el (mm-url-use-external, mm-url-program)
9969         (mm-url-arguments): Add :version.
9970
9971         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9972         (mm-attachment-file-modes, mm-decrypt-option)
9973         (mm-w3m-safe-url-regexp): Add :version.
9974
9975         * message.el (message-cite-prefix-regexp)
9976         (message-sendmail-envelope-from, message-minibuffer-local-map)
9977         (message-user-fqdn, message-completion-alist): Add :version.
9978
9979         * gnus-win.el (gnus-configure-windows-hook)
9980         (gnus-use-frames-on-any-display): Add :version.
9981
9982         * gnus-art.el (gnus-article-address-banner-alist)
9983         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9984         (gnus-treat-from-picon, gnus-treat-mail-picon)
9985         (gnus-treat-x-pgp-sig): Add :version.
9986
9987         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9988         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9989         (gnus-summary-article-delete-hook)
9990         (gnus-summary-display-while-building): Add :version.
9991
9992         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9993         (gnus-get-top-new-news-hook): Add :version.
9994
9995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9996         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9997
9998         * gnus-registry.el (gnus-registry): Add :version.
9999
10000         * gnus-spec.el (gnus-use-correct-string-widths)
10001         (gnus-make-format-preserve-properties): Add :version.
10002
10003         * gnus.el (gnus-group-charter-alist)
10004         (gnus-group-fetch-control-use-browse-url)
10005         (gnus-install-group-spam-parameters): Add :version.
10006
10007         * gnus-diary.el (gnus-diary): Add :version.
10008
10009         * gnus-delay.el (gnus-delay): Add :version.
10010
10011         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10012         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10013         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10014         Add :version.
10015
10016         * gnus-agent.el (gnus-agent-max-fetch-size)
10017         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10018         (gnus-agent-prompt-send-queue): Add :version.
10019
10020         * deuglify.el (gnus-outlook-deuglify): Add :version.
10021
10022         * html2text.el: Beautify code.  Improve doc strings.  Some
10023         checkdoc cleanup.
10024         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10025
10026 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10027
10028         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10029
10030 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10031
10032         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10033         when package is loaded.
10034
10035         * spam.el (spam-summary-score-preferred-header): Add global preference
10036         for people who want to override the default SpamAssassin over
10037         Bogofilter preference (when both are set).
10038         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10039         (spam-user-format-function-S): Check
10040         spam-summary-score-preferred-header.
10041         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10042         (spam-user-format-function-S): Format the score correctly.
10043
10044 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10047         signature file.  Suggested by Manoj Srivastava
10048         <srivasta@golden-gryphon.com>.
10049
10050         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10051         iso-2022-jp even in the Japanese language environment.
10052         Suggested by Jason Rumney <jasonr@gnu.org>.
10053
10054 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10057         use the same characters as the dummy marks; make it free from
10058         getting affected by the language environment.
10059         (gnus-summary-read-group-1): Update mark positions only when the
10060         format spec is updated.
10061
10062         * gnus-spec.el (gnus-update-format-specifications): Return a list
10063         of updated types.
10064
10065 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10068         of boundp to check if display-warning is available.
10069
10070 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10071
10072         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10073
10074 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * nnspool.el (nnspool-spool-directory): Use news-path if the
10077         news-directory variable is not bound.
10078
10079         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10080         function instead of display-warning if it is not available.
10081
10082 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10085         v5-10: Use `point-at-bol'.
10086
10087 2004-10-26  Simon Josefsson  <jas@extundo.com>
10088
10089         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10090         <chenggao@gmail.com>.
10091
10092 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10095         instead.
10096
10097 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10098
10099         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10100         to remove a server from the nnimap-server-buffer-alist.
10101         (nnimap-open-connection, nnimap-close-server): Use it.
10102
10103         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10104
10105 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10108         running the major-mode function.
10109
10110 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10113         dummy marks in the right way.
10114
10115 2004-10-18  David Edmondson  <dme@dme.org>
10116
10117         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10118         excessively.
10119
10120 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10121
10122         * gnus-util.el (gnus-split-references): Accept a nil references
10123         string and go on blissfully.
10124
10125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10126         cases where the references string is non-nil but has no references.
10127
10128         * encrypt.el: Add autoload tags.
10129
10130         * spam.el (spam-resolve-registrations-routine): Remove article
10131         from unregistration list too.  Reported by David Hanak
10132         <dhanak@isis.vanderbilt.edu>
10133
10134 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10137         nil.  Changed custom type.
10138
10139 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10142
10143         * gnus-sum.el (gnus-summary-move-article): Use it.
10144
10145 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10146
10147         * encrypt.el: Add autoload cookies.
10148
10149         * spam.el (spam-backend-article-list-property)
10150         (spam-backend-get-article-todo-list)
10151         (spam-backend-put-article-todo-list)
10152         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10153         Resolve registrations separately.
10154         (spam-register-routine): Format comments.
10155         (spam-unregister-routine, spam-register-routine): Always call with
10156         specific-articles, no default list.
10157         (spam-summary-prepare-exit): Use the spam-classifications function.
10158
10159         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10160         gnus-encrypt.el.
10161
10162         * encrypt.el: Copied from gnus-encrypt.el.
10163
10164         * gnus-encrypt.el: Commented that it's obsolete.
10165
10166 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10169         (gnus-score-save): Use it.
10170
10171         * message.el (message-bury): Use `window-dedicated-p'.
10172
10173 2004-10-15  Simon Josefsson  <jas@extundo.com>
10174
10175         * pop3.el (top-level): Don't require nnheader.
10176         (pop3-read-timeout): Add.
10177         (pop3-accept-process-output): Add.
10178         (pop3-read-response, pop3-retr): Use it.
10179
10180 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10181
10182         * spam.el (spam-register-routine): Move comment.
10183         (spam-verify-bogofilter): Use 'unknown for the initial
10184         spam-bogofilter-valid state, not 'never.
10185
10186         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10187         for netrc-machine.
10188
10189         * nnimap.el (nnimap-open-connection): Use
10190         netrc-machine-user-or-password.
10191
10192 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10193
10194         * gnus-registry.el (gnus-registry-unload-hook):
10195         Set as a variable with add-hook.
10196
10197         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10198         of news-path.
10199
10200         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10201
10202         * spam.el: Delete duplicate `provide'.
10203         (spam-unload-hook): Set as a variable with add-hook.
10204
10205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10206
10207         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10208         in the doc string.
10209
10210         * message.el (message-ignored-news-headers)
10211         (message-ignored-supersedes-headers)
10212         (message-ignored-resent-headers)
10213         (message-forward-ignored-headers): Improve custom type.
10214
10215 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * message.el (message-tokenize-header): Fix 2004-09-06 change
10218         which used point-min in the wrong place.
10219
10220 2004-10-12  Simon Josefsson  <jas@extundo.com>
10221
10222         * tls.el (tls-certtool-program): New variable.
10223         (tls-certificate-information): New function, based on
10224         ssl-certificate-information.
10225
10226 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * compface.el: Move the version of ELisp-based uncompface program
10229         to the contrib directory because of the copyright problem.
10230
10231 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * message.el (message-kill-buffer): Raise the current frame.
10234
10235 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10238
10239         * gnus.el (message-y-or-n-p): Autoload.
10240
10241         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10242         (pop3-password-required, pop3-authentication-scheme)
10243         (pop3-leave-mail-on-server): Made customizable.
10244         (pop3): New custom group.
10245         (pop3-retr): Remove `sleep-for' statements.
10246         Suggested by Dave Love <fx@gnu.org>.
10247
10248         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10249         Windows/DOS.
10250
10251         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10252         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10253         Dave Love <fx@gnu.org>.
10254
10255         * mml.el (mml-minibuffer-read-disposition): Require match.
10256         Suggested by Dave Love <fx@gnu.org>.
10257
10258 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10261         doc string.
10262
10263 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10266
10267 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10268
10269         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10270         instead of calling `mm-insert-inline', to decode text/* parts
10271         before displaying them.
10272
10273 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * mm-uu.el (mm-uu-text-plain-type): New variable.
10276         (mm-uu-pgp-signed-extract-1): Use it.
10277         (mm-uu-pgp-encrypted-extract-1): Use it.
10278         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10279         bind mm-uu-text-plain-type with that value.
10280         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10281         mm-uu-dissect.
10282
10283 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-group.el (gnus-update-group-mark-positions):
10286         * gnus-sum.el (gnus-update-summary-mark-positions):
10287         * message.el (message-check-news-body-syntax):
10288         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10289         of string-as-multibyte.
10290
10291 2004-10-05  Juri Linkov  <juri@jurta.org>
10292
10293         * gnus-group.el (gnus-update-group-mark-positions):
10294         * gnus-sum.el (gnus-update-summary-mark-positions):
10295         * message.el (message-check-news-body-syntax):
10296         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10297         8-bit unibyte values to a multibyte string for search functions.
10298
10299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10302         (mm-uu-dissect-text-parts): New function.
10303
10304         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10305         dissect text parts.
10306
10307         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10308         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10309
10310         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10311
10312         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10313         gnus-current-topics instead of gnus-current-topic.
10314
10315 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10316
10317         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10318
10319 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10320
10321         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10322         where approriate.
10323
10324         * nnml.el (nnml-generate-active-info): do.
10325
10326         * nndiary.el (nndiary-generate-active-info): do.
10327
10328         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10329         (gnus-topic-move): do.
10330
10331         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10332         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10333
10334         * gnus-srvr.el (gnus-server-prepare)
10335         (gnus-server-open-all-servers): do.
10336
10337         * gnus-msg.el (gnus-summary-cancel-article)
10338         (gnus-summary-resend-message)
10339         (gnus-summary-mail-crosspost-complaint): do.
10340
10341         * gnus-move.el (gnus-change-server): do.
10342
10343         * gnus-group.el (gnus-group-unmark-all-groups)
10344         (gnus-group-set-current-level): do.
10345
10346 2004-10-04  Simon Josefsson  <jas@extundo.com>
10347
10348         * message.el (message-generate-hashcash): Doc fix.
10349
10350 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10351
10352         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10353         avoid infinite recursion via gnus-get-function.
10354
10355 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10356
10357         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10358
10359         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10360
10361         * nnmail.el (nnmail-split-history): do.
10362
10363         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10364         (nnml-request-delete-group): do.
10365
10366         * nnslashdot.el (nnslashdot-read-groups): do.
10367
10368         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10369         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10370
10371         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10372         (nnspool-sift-nov-with-sed): Use last
10373         (nnspool-retrieve-headers-with-nov): Use mapc.
10374         (nnspool-request-newgroups): Use dolist.
10375         (nnspool-request-group): Use last.
10376
10377         * nntp.el (nntp-read-server-type): Use dolist.
10378
10379         * nnvirtual.el (nnvirtual-create-mapping)
10380         (nnvirtual-update-read-and-marked): Use dolist.
10381         (nnvirtual-convert-headers): Simplify.
10382
10383 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10384
10385         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10386         support for sync'ing tick marks.
10387
10388 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10391         there's no visible header.
10392
10393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10394
10395         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10396         necessary, pass full group name to gnus-request-set-marks.
10397
10398 2004-10-01  Simon Josefsson  <jas@extundo.com>
10399
10400         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10401         acroread.
10402
10403 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * spam-report.el (spam-report-gmane): Fix interactive.
10406
10407         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10408
10409         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10410         when writing file.
10411         (gnus-agent-synchronize-flags): Don't default to being
10412         interactive.
10413
10414 2004-09-30  Simon Josefsson  <jas@extundo.com>
10415
10416         * message.el (message-generate-hashcash): Add.
10417         (message-send-mail): Use it, call mail-add-payment.
10418
10419 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10420
10421         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10422
10423 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10424
10425         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10426         gnus-requst-update-info with explicit code to sync the in-memory
10427         info read flags with the marks being sync'd to the backend.
10428
10429         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10430
10431 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10432
10433         * spam.el (spam-verify-bogofilter): Add new function.
10434         (spam-check-bogofilter)
10435         (spam-bogofilter-register-with-bogofilter): Use it.
10436         (spam-verify-bogofilter): Add small fixes.
10437
10438 2004-09-28  Simon Josefsson  <jas@extundo.com>
10439
10440         * hashcash.el (hashcash-generate-payment): Revert.
10441
10442 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10443
10444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10445         gnus-extract-references instead of gnus-split-references.
10446
10447         * gnus-util.el (gnus-extract-references): Add new function, analogous
10448         to gnus-split-references but extracts only the message-ID without
10449         anything extra.
10450
10451         * hashcash.el (hashcash-generate-payment)
10452         (hashcash-check-payment): Do the right thing if hashcash-path is
10453         nil (because the hashcash program could not be found).
10454
10455         * spam.el (spam-use-hashcash): Remove comment.
10456
10457 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10458
10459         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10460         (gnus-cache-enter-article, gnus-cache-remove-article)
10461         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10462
10463         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10464
10465         * gnus-art.el (article-hide-boring-headers)
10466         (article-translate-strings, article-display-face)
10467         (gnus-article-mime-match-handle-first)
10468         (gnus-article-highlight-headers)
10469         (gnus-article-add-buttons-to-head): do.
10470
10471 2004-09-27  Simon Josefsson  <jas@extundo.com>
10472
10473         * hashcash.el: New version, from
10474         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10475         ../contrib/.
10476
10477 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10480
10481 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10482
10483         * gnus-dup.el (gnus-dup-open): Use mapc.
10484         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10485
10486         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10487         Reported by Stefan Wiens <s.wi@gmx.net>.
10488
10489         * gnus.el (gnus-shutdown): Use dolist.
10490
10491         * gnus-undo.el (gnus-undo): Use mapc.
10492
10493         * nnrss.el (nnrss-generate-active): do.
10494
10495         * message.el (message-cite-original-without-signature)
10496         (message-cite-original): Use mapc.
10497         (message-do-actions, message-make-forward-subject): Use dolist.
10498
10499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10500
10501         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10502         deletion to remove entire duplicate line.  Fixes merged article
10503         number bug.
10504
10505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10506
10507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10508         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10509         first ask if you want to open a server and then, even when you
10510         responded with no, asking if you want to synchronize the server's
10511         flags.
10512         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10513         multi-line expressions.
10514         (gnus-agent-synchronize-group-flags): New internal function.
10515         Updates marks in memory (in the info structure) AND in the
10516         backend.
10517
10518         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10519
10520         * nnagent.el (nnagent-request-set-mark): Use
10521         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10522         method, to ensure that synchronization updates marks in the
10523         backend and in the info (in memory) structure.
10524
10525 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10528         convention fully; don't miss the root article of a thread; make
10529         the X-Draft-From header with correct article numbers.
10530
10531 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10532
10533         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10534         unless plugged.  Disable the agent so that an open failure causes
10535         an error.
10536
10537         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10538         Reverted 2004-09-21 change.  The backend must be opened while
10539         synchronizing flags even when the backend stores the flags
10540         locally.
10541
10542 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10545         in `header' match.  Reported by Svend Tollak Munkejord.
10546
10547         * message.el (message-cite-original): Fix use of
10548         `message-cite-articles-with-x-no-archive'.
10549
10550 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10553         (gnus-window-to-buffer): Ditto.
10554
10555         * mml.el (mml-preview-buffer): New variable.
10556         (mml-preview): Manage window layout with gnus-buffer-configuration.
10557
10558         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10559         X-Draft-From header even if those articles aren't quoted.
10560
10561 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10562
10563         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10564         (gnus-request-set-mark, gnus-request-update-mark): Use new
10565         g-s-t-u-l-m to decide to use backend even when unplugged.
10566
10567 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10570         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10571
10572 2004-09-20  Simon Josefsson  <jas@extundo.com>
10573
10574         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10575         "utf-16-le".
10576
10577 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10578
10579         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10580
10581 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * uudecode.el (uudecode-use-external): Add :version.
10584
10585         * smime.el (smime-CA-file, smime-encrypt-cipher)
10586         (smime-dns-server): Add :version.
10587
10588         * smiley.el (gnus-smiley-file-types): Add :version.
10589
10590         * sha1.el (sha1-use-external): Add :version.
10591
10592         * pgg-def.el (pgg-query-keyserver): Add :version.
10593
10594         * nnmail.el (nnmail-fancy-expiry-targets)
10595         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10596         Add :version.
10597
10598         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10599         (nnimap-retrieve-groups-asynchronous): Add :version.
10600         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10601
10602         * mml.el (mml-content-disposition-parameters)
10603         (mml-insert-mime-headers-always): Add :version.
10604
10605         * mm-util.el (mm-coding-system-priorities): Add :version.
10606
10607         * mm-decode.el (mm-inline-text-html-with-images)
10608         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10609         (mm-verify-option): Add :version.
10610         (mm-text-html-renderer): Change :version.
10611
10612         * message.el (message-fcc-externalize-attachments)
10613         (message-required-headers, message-draft-headers)
10614         (message-subject-trailing-was-query)
10615         (message-subject-trailing-was-ask-regexp)
10616         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10617         (message-mark-insert-end, message-archive-header)
10618         (message-archive-note, message-cross-post-default)
10619         (message-cross-post-note, message-followup-to-note)
10620         (message-cross-post-note-function, message-use-mail-followup-to)
10621         (message-subscribed-address-functions)
10622         (message-subscribed-address-file, message-subscribed-addresses)
10623         (message-subscribed-regexps, message-allow-no-recipients)
10624         (message-yank-cited-prefix, message-signature-insert-empty-line)
10625         (message-hidden-headers, message-hierarchical-addresses)
10626         (message-mail-user-agent, message-use-idna)
10627         (message-valid-fqdn-regexp)
10628         (message-strip-special-text-properties, message-header-synonyms)
10629         (message-beginning-of-line, message-tab-body-function): Add :version.
10630         (message-insert-canlock, message-wide-reply-confirm-recipients):
10631         Change :version.
10632
10633         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10634         and :version.
10635         (mail-source-delete-old-incoming-confirm)
10636         (mail-source-movemail-program): Add :version.
10637
10638         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10639         (gnus-agent-cache, gnus-agent): Change :version.
10640
10641         * gnus-util.el (gnus-use-byte-compile): Change :version.
10642
10643         * gnus-sum.el (gnus-summary-make-false-root-always)
10644         (gnus-summary-default-high-score)
10645         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10646         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10647         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10648         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10649         (gnus-sum-thread-tree-single-indent)
10650         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10651         (gnus-sum-thread-tree-leaf-with-other)
10652         (gnus-sum-thread-tree-single-leaf): Add :version.
10653         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10654         (gnus-article-loose-mime): Change :version.
10655
10656         * gnus-start.el (gnus-backup-startup-file)
10657         (gnus-save-startup-file-via-temp-buffer): Add :version.
10658
10659         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10660         (gnus-server-offline-face): Add :version.
10661
10662         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10663
10664         * gnus-msg.el (gnus-gcc-externalize-attachments)
10665         (gnus-debug-files, gnus-debug-exclude-variables)
10666         (gnus-discouraged-post-methods): Change :version.
10667         (gnus-confirm-mail-reply-to-news)
10668         (gnus-confirm-treat-mail-like-news): Add :version.
10669
10670         * gnus-int.el (gnus-server-unopen-status): Add :version.
10671
10672         * gnus-group.el (gnus-group-jump-to-group-prompt)
10673         (gnus-large-ephemeral-newsgroup)
10674         (gnus-fetch-old-ephemeral-headers): Add :version.
10675
10676         * gnus-fun.el (gnus-x-face-directory)
10677         (gnus-convert-pbm-to-x-face-command)
10678         (gnus-convert-image-to-x-face-command)
10679         (gnus-convert-image-to-face-command): Add :version.
10680
10681         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10682
10683         * gnus-cite.el (gnus-cite-blank-line-after-header)
10684         (gnus-article-boring-faces): Add :version.
10685
10686         * gnus-art.el (gnus-buttonized-mime-types)
10687         (gnus-inhibit-mime-unbuttonizing)
10688         (gnus-treat-display-face)
10689         (gnus-treat-body-boundary): Change :version.
10690         (gnus-body-boundary-delimiter, gnus-picon-databases)
10691         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10692         (gnus-treat-date-english, gnus-treat-fold-headers)
10693         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10694         (gnus-treat-mail-picon, gnus-treat-wash-html)
10695         (gnus-article-encrypt-protocol)
10696         (gnus-use-idna, gnus-article-over-scroll)
10697         (gnus-mime-display-multipart-alternative-as-mixed)
10698         (gnus-mime-display-multipart-related-as-mixed)
10699         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10700         (gnus-ctan-url, gnus-button-ctan-handler)
10701         (gnus-button-handle-ctan-bogus-regexp)
10702         (gnus-button-ctan-directory-regexp)
10703         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10704         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10705         (gnus-button-man-level, gnus-button-emacs-level)
10706         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10707
10708         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10709         (gnus-agent-go-online): Change :version.
10710         (gnus-agent-expire-unagentized-dirs)
10711         (gnus-agent-auto-agentize-methods): Add :version.
10712
10713         * flow-fill.el (fill-flowed-display-column)
10714         (fill-flowed-encode-column): Add :version.
10715
10716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10717         (gnus-outlook-deuglify-unwrap-max)
10718         (gnus-outlook-deuglify-cite-marks)
10719         (gnus-outlook-deuglify-unwrap-stop-chars)
10720         (gnus-outlook-deuglify-no-wrap-chars)
10721         (gnus-outlook-deuglify-attrib-cut-regexp)
10722         (gnus-outlook-deuglify-attrib-verb-regexp)
10723         (gnus-outlook-deuglify-attrib-end-regexp)
10724         (gnus-outlook-display-hook): Add :version.
10725
10726         * binhex.el (binhex-use-external): Add :version.
10727
10728 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10731         and `invisible'.
10732
10733 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10734
10735         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10736         in gnus-registry-trim.
10737
10738 2004-09-13  Simon Josefsson  <jas@extundo.com>
10739
10740         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10741
10742         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10743
10744         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10745         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10746         <yamaoka@jpl.org>.
10747         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10748         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10749         <yamaoka@jpl.org>.
10750
10751         * sieve.el (sieve-manage-mode): Ditto.
10752
10753 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10756
10757 2004-09-11  Simon Josefsson  <jas@extundo.com>
10758
10759         * dns-mode.el: Add.
10760
10761         * mm-view.el (mm-display-dns-inline): Add.
10762
10763         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10764         (mm-automatic-display): Ditto.
10765
10766         * mailcap.el (mailcap-mime-data): Add text/dns.
10767         (mailcap-mime-extensions): Map .soa to text/dns.
10768
10769 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10770
10771         * gnus-art.el (article-decode-mime-words, article-babel)
10772         (gnus-article-highlight-signature, gnus-article-add-buttons)
10773         (gnus-signature-toggle): Remove unnecessary bindings of
10774         `inhibit-read-only' inherited from v5.10 merge.
10775
10776 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * nntp.el (nntp): New customization group.
10779         (nntp-authinfo-file): Add customization group.
10780
10781         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10782
10783         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10784
10785         * gnus.el (to-address, to-list, subscribed)
10786         (large-newsgroup-initial): Ditto.
10787
10788         * flow-fill.el (fill-flowed-display-column)
10789         (fill-flowed-encode-column): Ditto.
10790
10791 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10792
10793         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10794         Use point-min rather than 1.
10795         (message-send-mail): Use buffer-size rather than point-max.
10796
10797         * gnus-sum.el (gnus-summary-search-article-forward):
10798         Signal a specific `search-failed' rather than a generic `error'.
10799
10800         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10801         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10802         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10803
10804 2004-09-10  Simon Josefsson  <jas@extundo.com>
10805
10806         * nndb.el (require): Remove tcp and duplicate cl.
10807
10808 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-agent.el (directory-files-and-attributes): Move forward.
10811
10812 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10813
10814         * gnus-agent.el (directory-files-and-attributes): Optionally
10815         defined to support XEmacs.
10816
10817 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10818
10819         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10820         to avoid run-time CL dependencies.
10821         (gnus-agent-unfetch-articles): New function.
10822         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10823         article numbers even when local .overview file is missing.
10824         (gnus-agent-read-article-number): New function.  Only accepts
10825         27-bit article numbers.
10826         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10827         gnus-agent-read-article-number.
10828         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10829         from backend while recognizing that article numbers in .overview
10830         must be valid.
10831         (gnus-agent-update-files-total-fetched-for): Use
10832         directory-files-and-attributes to improve performance.
10833         * gnus-int.el (gnus-request-move-article): Use
10834         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10835         improve performance.
10836
10837         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10838         some users confused by references to .newsrc when they only have a
10839         .newsrc.eld file.
10840         (gnus-convert-mark-converter-prompt)
10841         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10842         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10843         New function.  Used internally to only display 'gnus converting
10844         files' message when actually necessary.
10845
10846         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10847         methods now autoloaded.
10848
10849 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10852         identifiers.
10853
10854 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * gnus-picon.el: Fix indentation and closing parenthesis.
10857
10858 2004-09-01  Simon Josefsson  <jas@extundo.com>
10859
10860         * message.el (message-canlock-generate): Require sha1, not
10861         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10862         to require within a function.  Sadly, if sha1.el isn't loaded, the
10863         let binding in m-c-g will hide the defcustom definition, which is
10864         bad.)
10865
10866         * canlock.el: Require sha1, not sha1-el.
10867
10868         * message.el: Don't autoload sha1 (there is a autoload cookie in
10869         sha1.el).
10870
10871         * sha1-el.el: Renamed to sha1.el.
10872
10873 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10874
10875         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10876
10877 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10878
10879         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10880
10881 2004-08-30  Kim F. Storm  <storm@cua.dk>
10882
10883         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10884
10885         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10886         Add :group 'nnimap.
10887
10888 2004-08-30  Andreas Schwab  <schwab@suse.de>
10889
10890         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10891         ?* and ?\;.
10892
10893         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10894         and ?\' to symbol instead of whitespace.
10895
10896 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10899
10900         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10901         instead of re-search-forward.
10902
10903         * gnus-uu.el (gnus-uu-save-article): Ditto.
10904         (gnus-uu-post-encode-uuencode): Ditto.
10905
10906         * html2text.el (html2text-clean-list-items): Ditto.
10907         (html2text-clean-dtdd): Ditto.
10908         (html2text-format-tags): Ditto.
10909
10910         * message.el (message-send-mail-with-sendmail): Fix regexp.
10911         (message-fill-field-general): Use search-forward instead of
10912         re-search-forward.
10913         (unbold-region): Ditto.
10914
10915         * nnrss.el (nnrss-request-article): Ditto.
10916
10917         * nnslashdot.el (nnslashdot-request-article): Ditto.
10918
10919         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10920
10921         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10922         "Unrecognized menu descriptor" error in XEmacs.
10923
10924 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10925
10926         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10927         parent article of a sparse article in the thread hashtb.
10928
10929 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10930
10931         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10932         (nnmail-expand-newtext): Lowercase expanded entries if
10933         nnmail-split-lowercase-expanded is non-nil.
10934
10935 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10938
10939         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10940         of gnus-tmp-news-method into string under XEmacs.  It will be
10941         passed to gnus-correct-length which takes only a string argument.
10942
10943 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-util.el (gnus-bind-print-variables): New macro.
10946         (gnus-prin1): Use it.
10947         (gnus-prin1-to-string): Use it.
10948         (gnus-pp): New function.
10949         (gnus-pp-to-string): New function.
10950
10951         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10952         Replace pp-to-string with gnus-pp-to-string.
10953         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10954         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10955         * gnus-msg.el (gnus-debug): Ditto.
10956         * gnus-score.el (gnus-score-save): Ditto.
10957         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10958         gnus-pp-to-string.
10959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10960         with gnus-pp.
10961         * score-mode.el (gnus-score-pretty-print): Ditto.
10962         * webmail.el (webmail-debug): Ditto.
10963
10964 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-art.el (article-display-face, article-display-x-face):
10967         Use buffer-read-only.
10968
10969 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gnus-art.el (article-hide-list-identifiers):
10972         Bind inhibit-read-only as t.
10973
10974 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10977
10978 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10979
10980         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10981         (gnus-narrow-to-page): Don't assume point-min == 1.
10982         (gnus-article-edit-mode): Derive from message-mode.
10983
10984         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10985         point-min == 1.
10986
10987         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10988         Disable incorrect use of `assert'.
10989
10990         * message.el (message-mode): Set comment-start-skip.
10991
10992
10993 2004-08-22  Sam Steingold  <sds@gnu.org>
10994
10995         * pop3.el (pop3-leave-mail-on-server): New user variable.
10996         (pop3-movemail): Delete mail only when it is nil.
10997
10998 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11001
11002         * mml.el (mml-preview): Use `pop-to-buffer'.
11003
11004         * message.el (message-goto-mail-followup-to): Insert after "To".
11005         (message-carefully-insert-headers): Add comment.
11006
11007         * gnus.el: Remove unused variable `gnus-article-check-size'.
11008
11009         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11010
11011         * gnus-art.el (gnus-button-alist): Improve
11012         `gnus-button-handle-library' entry.
11013
11014 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11015
11016         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11017         downcase, since XEmacs capitalizes error messages differently.
11018
11019 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11020
11021         * nntp.el: Add (require 'gnus) due to reference to
11022         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11023
11024 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11025
11026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11027         `mm-fill-flowed'.
11028
11029         * mm-decode.el (mm-dissect-singlepart): Check it.
11030
11031 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11034         'imap' for netrc parsing.
11035
11036 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * mailcap.el (mailcap-mime-data): Mark as risky.
11039
11040 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11043         may be included in the encoded word.
11044         (rfc2047-encode): Don't append a space if the encoded word
11045         includes close parenthesis.
11046
11047 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11050         of text within parentheses.
11051
11052 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11053
11054         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11055         (gnus-encrypt-write-file-contents): Make the password key the file
11056         name PLUS the cipher, not just the cipher.  Also remove failed
11057         passwords from the cache.
11058
11059 2004-08-06  Simon Josefsson  <jas@extundo.com>
11060
11061         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11062         fix.
11063
11064 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11067         LWSP.
11068
11069 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11072         to append in-reply-to: data to the references: header.
11073
11074         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11075         (netrc-parse): Use gnus-encrypt.el functions.
11076
11077         * gnus-encrypt.el: Add new file for encryption support; currently
11078         does only a few GPG ciphers and an internal XOR cipher.
11079
11080         * password.el: Add comments on using password-read-and-add.
11081         (password-read-and-add): Add function to read and add the
11082         password to the cache at once.
11083
11084 2004-07-28  Simon Josefsson  <jas@extundo.com>
11085
11086         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11087         parameter (but don't use it, for now).
11088
11089         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11090         instead of hard coding to nil.
11091
11092 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11095         as mm-inline-image-xemacs does.
11096
11097 2004-07-26  Simon Josefsson  <jas@extundo.com>
11098
11099         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11100         Revert part of 2004-07-17 change below.
11101
11102 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11105         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11106
11107 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11110         quotes that actually start with ">" at the beginning of the
11111         lines.
11112
11113 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * rfc2047.el (rfc2047-encode-region): Fix last change.
11116         (rfc2047-encode-parameter): Remove useless concat.
11117
11118 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11121         encode special characters; fix some kind of misconfigured headers;
11122         signal a real error if debug-on-quit or debug-on-error is non-nil.
11123         (rfc2047-encode-max-chars): New variable.
11124         (rfc2047-encode-1): Use it.
11125         (rfc2047-encode-parameter): New function.
11126
11127         * mml.el (mml-insert-parameter): Remove an excessive space.
11128
11129 2004-07-17  Simon Josefsson  <jas@extundo.com>
11130
11131         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11132         Kai Grossjohann <kai@emptydomain.de>.
11133         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11134         (gnus-group-make-menu-bar): Ditto.
11135
11136         * gnus-util.el (gnus-group-server): Add.
11137
11138 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11139
11140         * message.el (message-clone-locals): Clone sendmail and smtp
11141         variables.
11142
11143 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * rfc2047.el (rfc2047-encode-region): Fix last change.
11146
11147 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11150         characters as non-special.
11151
11152 2004-07-09  Simon Josefsson  <jas@extundo.com>
11153
11154         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11155         Users will lose all flag changes made while unplugged with
11156         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11157         good default.  See numerous reports on ding mailing list.
11158
11159 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11162         add generate-head-function and generate-article-function to the
11163         rfc822-forward entry.
11164         (nndoc-rfc822-forward-generate-article): New function.
11165         (nndoc-rfc822-forward-generate-head): New function.
11166
11167         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11168
11169 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11170
11171         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11172         respect display group parameter and gnus-summary-expunge-below.
11173         (gnus-articles-to-read): Remove unused reference to display group
11174         parameter.
11175
11176 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * nnheader.el (nnheader-uniquify-message-id): New experimental
11179         variable.
11180         (nnheader-nov-read-message-id): Use it.
11181
11182         * spam-report.el (spam-report-gmane): Add interactive.
11183
11184 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11187         qp-or-base64 for the application/* types.
11188
11189 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11190
11191         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11192
11193 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11196         trim value.
11197
11198 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11199
11200         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11201         New macro and function.
11202         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11203
11204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11207         after-load-alist.
11208
11209 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11212         update info that isn't there.
11213
11214 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11215
11216         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11217         entry.
11218
11219 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-view.el (mm-inline-render-with-function): Use multibyte
11222         buffer; decode html source by charset.
11223
11224         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11225
11226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11227         Mule-UCS is loaded under XEmacs.
11228         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11229
11230 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11231
11232         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11233
11234 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * mm-util.el (mm-coding-system-p): Return a coding-system.
11237         (mm-mime-mule-charset-alist): Use shift_jis instead of
11238         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11239         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11240         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11241         instead of japanese-shift-jis and iso-latin-1 respectively in
11242         order to share the default value with both Emacs and XEmacs-mule.
11243         (mm-mule-charset-to-mime-charset): Make
11244         mm-coding-system-priorities effective.
11245         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11246         while predicating of candidates upon the priorities.
11247
11248 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11249
11250         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11251         gnus-uu-invert-processable.
11252
11253         * gnus.el: Autoload gnus-uu-invert-processable.
11254
11255 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * mm-util.el (mm-with-multibyte-buffer): New macro.
11258
11259         * rfc2047.el (rfc2047-encode-string): Use it.
11260         (rfc2047-encode-region): Move point to the end of the region after
11261         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11262
11263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11266         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11267
11268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11271         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11272         Karl Chen <quarl@nospam.quarl.org>.
11273
11274 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11275
11276         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11277         invalid addresses.
11278
11279 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         * spam.el: Change section markers, revise TODO list.
11282         (spam-backends): Make new master list of all installed backends.
11283         (spam-summary-exit-behavior): Add new variable to determine how
11284         messages moves are done at summary exit.
11285         (spam-move-spam-nonspam-groups-only)
11286         (spam-process-ham-in-nonham-groups)
11287         (spam-process-ham-in-spam-groups): Remove variables, the
11288         spam-summary-exit-behavior variable should be used to manage this
11289         behavior.
11290         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11291         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11292         and spam-old-spam-articles.
11293         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11294         Add empty variables, placeholders for the backends they represent.
11295         (spam-set-difference): Move, unchanged.
11296         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11297         unless the user has a processor variable.
11298         (spam-classifications, spam-classification-valid-p)
11299         (spam-backend-properties, spam-backend-property-valid-p)
11300         (spam-backend-function-type-valid-p)
11301         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11302         (spam-report-articles-gmane, spam-report-articles-resend):
11303         Remove functions, they are not needed.
11304         (spam-install-backend-super, spam-backend-list)
11305         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11306         (spam-backend-function, spam-backend-ham-registration-function)
11307         (spam-backend-spam-registration-function)
11308         (spam-backend-ham-unregistration-function)
11309         (spam-backend-spam-unregistration-function)
11310         (spam-backend-statistical-p, spam-backend-mover-p)
11311         (spam-install-backend-alias, spam-install-checkonly-backend)
11312         (spam-install-mover-backend, spam-install-nocheck-backend)
11313         (spam-install-backend, spam-install-statistical-backend)
11314         (spam-install-statistical-checkonly-backend): Add backend installation
11315         support.
11316         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11317         (spam-group-processor-p): Use the new backend code and respect the
11318         summary exit behavior.
11319         (spam-mark-spam-as-expired-and-move-routine): Remove.
11320         (spam-summary-prepare): Change to use the new spam-old-articles
11321         variable.
11322         (spam-copy-or-move-routine, spam-copy-spam-routine)
11323         (spam-move-spam-routine, spam-copy-ham-routine)
11324         (spam-move-ham-routine): Add code to copy/move ham or spam.
11325         (spam-fetch-field-fast): Improve doc and code, plus allow the
11326         'number request.
11327         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11328         variables.
11329         (spam-split, spam-find-spam): Use the new backend code.
11330         (spam-registration-functions): Remove variable.
11331         (spam-unregister-routine): Add convenience wrapper.
11332         (spam-log-undo-registration, spam-register-routine)
11333         (spam-log-processing-to-registry)
11334         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11335         where possible.
11336         (spam-check-gmane-xref, spam-check-regex-headers)
11337         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11338         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11339         (spam-check-bogofilter-headers, spam-check-spamoracle)
11340         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11341         (spam-check-crm114-headers): Use the spam-split-group that
11342         spam-split prepares, no need to determine it every time.
11343
11344         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11345         to the nnheader-parse-naked-head call.
11346
11347         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11348
11349         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11350         the nnheader-nov-read-message-id call.
11351
11352 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11355         gnus-activate-group twice.  Suggested by Markus Peter
11356         <warp@spin.de>.
11357
11358 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-art.el (gnus-article-time-format): Exchange the order of
11361         day and month in the default value; fix customization type.
11362         (article-date-ut): Use add-text-properties.
11363         (article-make-date-line): Use message-make-date instead of
11364         current-time-string.
11365
11366         * message.el (message-fetch-field): Don't use set-text-properties.
11367         (message-make-date): Simplify.
11368
11369         * messagexmas.el (message-xmas-make-date): New function.
11370         (message-xmas-redefine): Defalias message-make-date to it.
11371
11372 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11375         (rfc2047-encode-region): Treat text within parentheses as special;
11376         show the original text when error has occurred.
11377
11378         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11379         already-computed method to gnus-activate-group.
11380
11381         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11382         same select-methods identical Lisp objects.
11383
11384         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11385         object when modifying the info.
11386
11387 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11390         gnus-opened-servers since it has never been opened with the new
11391         configuration yet.
11392
11393 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11396         arg to nnheader-generate-fake-message-id.
11397
11398 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11399
11400         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11401         number and build a fake message ID localized to a group and
11402         article number (so it's repeatable from that point on).
11403         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11404         ID format.
11405
11406         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11407         nnheader-generate-fake-message-id with the article number.
11408
11409 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11410
11411         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11412         end-of-buffer.
11413
11414 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * message.el (message-ignored-supersedes-headers): Add Approved.
11417
11418 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11421         goto-char.
11422         (rfc2047-encode): Fold the line before encoding.
11423
11424 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11425
11426         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11427         folding -- not all headers can be folded, and this should be done
11428         by the message composition mode.  Probably.  I think.
11429
11430 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11433         fast.
11434
11435         * gnus-ems.el (gnus-remove-image): Don't use
11436         message-text-with-property; remove only the image found first.
11437
11438         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11439         found first.
11440
11441 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11442
11443         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11444
11445 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * message.el (message-text-with-property): Make it fast and accept
11448         optional arguments.
11449         (message-strip-forbidden-properties): Use it.
11450         (message-fix-before-sending): Follow the m-t-w-p change.
11451
11452         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11453
11454 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (article-hide-headers): Don't change the buffer
11457         mistakenly when performing mml-preview even if
11458         gnus-single-article-buffer is nil.
11459
11460 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11461
11462         * message.el (message-expand-name-databases): New user option.
11463         (message-expand-name): Use it.
11464
11465 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11466
11467         * spam.el (spam-report-articles-resend)
11468         (spam-report-resend-register-routine): Allow ham reporting.
11469         (spam-report-resend-register-ham-routine): Add wrapper.
11470         (spam-registration-functions): Add ham resending functions.
11471         (spam-list-of-processors): Add ham resend processor.
11472
11473         * gnus.el (ham-resend-to): Add new group parameter.
11474         (spam-process): Add ham resend option.
11475
11476         * spam-report.el (spam-report-resend): Allow reporting ham.
11477         (spam-report-resend-ham): Add wrapper.
11478
11479 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * message.el (message-cite-articles-with-x-no-archive): New
11482         variable.
11483         (message-cite-original): Use it.
11484
11485 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * message.el (message-cite-original): Respect X-No-Archive.
11488
11489 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-art.el (article-hide-headers): Refer to the values for
11492         gnus-ignored-headers and gnus-visible-headers in the summary
11493         buffer since a user may have set them as group parameters.
11494
11495 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11496
11497         * assistant.el (assistant-node-name): Add convenience function.
11498         (assistant-render-text, assistant-render-node): Add error handling,
11499         plus handle multiple next nodes.
11500         (assistant-find-next-node): Comment out for now.
11501         (assistant-find-next-nodes): Add function, returns list of next
11502         nodes.
11503
11504 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * mail-source.el (mail-source-directory): Fix doc-string.
11507
11508 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11509
11510         * assistant.el (assistant-render-text, assistant-eval): Add :set
11511         widget type, which is different because it takes and returns a
11512         list.  Much hilarity ensues.
11513
11514 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11517
11518         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11519         doc-string.
11520
11521         * gnus-start.el (gnus-activate-group): Added doc-string.
11522
11523 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11526
11527 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11528
11529         * assistant.el (assistant-render-text): Try to add a :set
11530         widget, more to come.
11531
11532         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11533         strings.
11534         (spam-report-articles-resend)
11535         (spam-register-routine): Do registration iff any articles warrant
11536         it.
11537         (spam-summary-prepare-exit): Change log message for nil group
11538         destinations.
11539
11540 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11541
11542         * spam.el (spam-report-resend-register-routine): Allow
11543         spam-report-resend-to to be a group parameter or a global value.
11544
11545 2004-05-26  Simon Josefsson  <jas@extundo.com>
11546
11547         * starttls.el: Merge with my GNUTLS based starttls.el.
11548         (starttls-gnutls-program, starttls-use-gnutls)
11549         (starttls-extra-arguments, starttls-process-connection-type)
11550         (starttls-connect, starttls-failure, starttls-success): New
11551         variables.
11552         (starttls-program, starttls-extra-args): Doc fix.
11553         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11554         functions.
11555         (starttls-negotiate, starttls-open-stream): Check
11556         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11557         function if it is set.
11558
11559 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11562         structured fields.
11563
11564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11567
11568 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11571         variable.
11572         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11573         assigning the spam-mark to new messages.
11574
11575 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11576
11577         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11578
11579 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11582
11583         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11584         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11585         default.
11586
11587 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11588
11589         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11590         correct data.
11591
11592 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11593
11594         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11595         (spam-group-processor-p): Fix function.
11596         (spam-group-processor-multiple-p)
11597         (spam-group-spam-processor-report-gmane-p)
11598         (spam-group-spam-processor-report-resend-p)
11599         (spam-group-spam-processor-bogofilter-p)
11600         (spam-group-spam-processor-blacklist-p)
11601         (spam-group-spam-processor-ifile-p)
11602         (spam-group-ham-processor-ifile-p)
11603         (spam-group-spam-processor-spamoracle-p)
11604         (spam-group-spam-processor-crm114-p)
11605         (spam-group-ham-processor-bogofilter-p)
11606         (spam-group-spam-processor-stat-p)
11607         (spam-group-ham-processor-stat-p)
11608         (spam-group-ham-processor-whitelist-p)
11609         (spam-group-ham-processor-BBDB-p)
11610         (spam-group-ham-processor-spamoracle-p)
11611         (spam-group-ham-processor-copy-p): Remove functions with some
11612         prejudice against unneeded code.
11613         (spam-report-articles-resend)
11614         (spam-report-resend-register-routine): Allow the group/topic
11615         spam-resend-to value to override spam-report-resend-to.
11616         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11617         properly now.
11618
11619         * gnus.el (spam-resend-to): Add group/topic parameter.
11620         (spam-process): Move the OBSOLETE processors to the end of the
11621         choices.
11622
11623 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11624
11625         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11626         with resend-to set to nil, and then ask the user if necessary.
11627         (spam-report-resend): spam-report-resend takes a list of articles, not
11628         separate article numbers.
11629
11630 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11633         addition to emacs-w3m.
11634
11635 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * assistant.el (assistant-authinfo-data): New function.
11638         (assistant-eval): Eval for entire assistant.
11639
11640         * netrc.el (netrc-services-file): New variable.
11641         (netrc-parse-services): New function.
11642         (netrc-find-service-name): New function.
11643         (netrc-find-service-number): New function.
11644         (netrc-port-equal): New function.
11645         (netrc-machine): Use it.
11646
11647         * nnimap.el (nnimap-open-connection): Use netrc.
11648
11649         * gnus-util.el (gnus-netrc-get): Remove aliases.
11650
11651         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11652
11653         * assistant.el (wid-edit): Fix compilation.
11654
11655         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11656
11657 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11658
11659         * gnus-util.el (gnus-set-file-modes): New function.  (small
11660         patch).
11661
11662 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11665
11666         * assistant.el (assistant-render-node): Fix up rendering and
11667         read-only text.
11668         (assistant-render-node): Reset.
11669         (assistant-make-read-only): Not sticky.
11670
11671 2004-05-20  Danny Siu  <dsiu@adobe.com>
11672
11673         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11674         centered even when gnus-auto-center-summary is t
11675
11676 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * dns.el (dns-get-txt-answer): New function.
11679         (dns-read-txt): Ditto.
11680         (query-dns): Use it.
11681
11682 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11685         active for foreign groups even if the group level is higher than
11686         the specified value.
11687
11688 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11689
11690         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11691         non-active groups.
11692
11693         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11694
11695 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11696
11697         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11698
11699 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11700
11701         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11702         (spam-crm114-header, spam-crm114-spam-switch)
11703         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11704         (spam-crm114-positive-spam-header)
11705         (spam-crm114-database-directory, spam-list-of-processors)
11706         (spam-group-spam-processor-crm114-p)
11707         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11708         (spam-generic-score, spam-list-of-checks)
11709         (spam-list-of-statistical-checks, spam-registration-functions)
11710         (spam-check-crm114-headers, spam-crm114-score)
11711         (spam-check-crm114, spam-crm114-register-with-crm114)
11712         (spam-crm114-register-spam-routine)
11713         (spam-crm114-unregister-spam-routine)
11714         (spam-crm114-register-ham-routine)
11715         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11716         asjo@koldfront.dk (Adam Sjøgren).
11717
11718         * gnus.el: Add spam-use-crm114.
11719
11720         * spam.el (spam-list-of-processors, spam-registration-functions):
11721         Add spam-use-resend.
11722         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11723         (spam-report-articles-gmane): Add doc fix.
11724         (spam-report-articles-resend, spam-report-resend-register-routine):
11725         Add wrappers around spam-report-resend-to.
11726
11727         * spam-report.el (spam-report-resend-to, spam-report-resend):
11728         Add support for resending spam.
11729         (spam-report-gmane): Fix line length >80.
11730
11731         * gnus.el (spam-process): Add spam-use-resend.
11732
11733 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11734
11735         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11736         number of processed spam messages.
11737         (spam-ham-copy-or-move-routine): Return the number of processed
11738         ham messages.
11739         (spam-summary-prepare-exit): Use the above values to decide
11740         whether status messages shouled be displayed.
11741
11742 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11745         `rfc2047-encoding-function-alist' in order to avoid conflicting
11746         with the old version.
11747         (rfc2047-encode-region): Concatenate words containing non-ASCII
11748         characters in structured fields; don't encode space-delimited
11749         ASCII words even in unstructured fields; don't break words at
11750         char-category boundaries.
11751         (rfc2047-encode-1): New function.
11752         (rfc2047-encode): Use it; encode text so that it occupies the
11753         maximum width within 76-column; work correctly on Q encoding for
11754         iso-2022-* charsets.
11755         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11756         sure not to break a line just after the header name.
11757         (rfc2047-b-encode-region): Removed.
11758         (rfc2047-b-encode-string): New function.
11759         (rfc2047-q-encode-region): Removed.
11760         (rfc2047-q-encode-string): New function.
11761
11762         * mm-util.el (mm-replace-in-string): New function.
11763
11764 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11765
11766         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11767         get it right.
11768         (gnus-inews-make-draft): Really.
11769
11770 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11771
11772         * nnmh.el (nnmh-request-list-1): Don't check the link count
11773         before descending.  (small patch)
11774
11775 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11778         stuff.
11779
11780         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11781         on real group name.
11782
11783         * gnus-art.el (gnus-signature-limit): Doc fix.
11784
11785         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11786
11787         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11788
11789 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11790
11791         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11792         isn't a string.
11793
11794 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * gnus-draft.el (gnus-draft-send): Bind
11797         rfc2047-encode-encoded-words.
11798
11799         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11800         (rfc2047-encodable-p): Say that =? needs encoding.
11801         (rfc2047-encode-encoded-words): New variable.
11802
11803         * gnus-group.el (gnus-group-select-group): Doc fix.
11804
11805         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11806
11807         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11808         to nil.
11809
11810         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11811
11812         * nnheader.el (nnheader-get-lines-and-char): New function.
11813
11814 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-msg.el (gnus-summary-followup-with-original): Document
11817         yanking of region when active.
11818
11819 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11822         groups if the group level is higher than the specified value.
11823
11824 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11827         (gnus-group-jump-to-group): Added prefix argument using
11828         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11829         non-active group.
11830
11831         * compface.el (uncompface): Be verbose when changing
11832         `uncompface-use-external'.
11833
11834         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11835         handle manual section.
11836
11837 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * gnus-art.el (gnus-button-alist): Revert previous change.
11840
11841 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11844
11845 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11846
11847         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11848         whether backend can accept message.
11849
11850         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11851
11852 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11853
11854         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11855         Avoid creating directory when nntp-marks-is-evil is true.
11856         Reported by Reiner Steib.
11857
11858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-picon.el (gnus-picon-style): New variable.
11861         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11862         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11863         Jesper Harder <harder@ifa.au.dk>.
11864
11865 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * message.el (message-fill-field): Return point.
11868         (message-generate-headers): Go to end of field.
11869
11870         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11871         stuff for non-living groups.
11872
11873 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11874
11875         * gnus-art.el (gnus-article-followup-with-original)
11876         (gnus-article-reply-with-original): gnus-mark-active-p ->
11877         gnus-region-active-p.
11878
11879 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11880
11881         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11882         only when there is spam or ham to be processed.
11883
11884 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11885
11886         * mail-source.el (mail-source-delete-crash-box): Refactor.
11887         (mail-source-fetch): Use it.
11888         (mail-source-fetch-file): Ditto.
11889         (mail-source-fetch-directory): Run postscript in loop.
11890         (mail-source-fetch-pop): Delete.
11891         (mail-source-fetch-maildir): Ditto.
11892         (mail-source-fetch-imap): Ditto.
11893
11894         * imap.el (imap-authenticators): Comment out sasl.
11895
11896         * message.el (message-skip-to-next-address): New function.
11897         (message-fill-header-address): Refactor.
11898         (message-fill-address): Use it.
11899         (message-delete-address): Use it.
11900         (message-fill-header-general): Refactor.
11901         (message-fill-field-address): Rename.
11902         (message-narrow-to-field): Find the start of the header.
11903         (message-header-format-alist): Don't pre-fill.
11904         (message-fill-header): Removed.
11905         (message-insert-header): New function.
11906         (message-shorten-references): Use it.
11907
11908         * rfc2047.el (rfc2047-field-value): Strip props.
11909
11910         * mail-parse.el (mail-header-make-address): New alias.
11911
11912         * ietf-drums.el (ietf-drums-make-address): New function.
11913
11914         * imap.el: Add compiler directives.
11915
11916         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11917
11918         * gnus-art.el (article-decode-idna-rhs): Don't use
11919         message-idna-inside-rhs-p.
11920
11921 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11922
11923         * message.el (message-idna-inside-rhs-p): Removed.
11924         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11925
11926         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11927         false positives.
11928
11929 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11930
11931         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11932
11933 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11934
11935         * nneething.el (nneething-file-name): Don't create spurious
11936         files.
11937
11938         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11939         (gnus-inews-do-gcc): Remove sleep.
11940
11941         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11942         part under point.
11943
11944         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11945         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11946
11947 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11948
11949         * spam.el (spam-summary-prepare-exit): Fixed (length).
11950
11951 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11954         as expired without moving it" message when there are spam
11955         messages left.
11956
11957 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11958
11959         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11960         header is not nil.
11961
11962 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11963
11964         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11965         nntp-possibly-create-directory, not nntp-possibly-change-group.
11966         (nntp-marks-changed-p): New arg SERVER.
11967         (nntp-request-update-info): Adjust caller.
11968
11969 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11970
11971         * nntp.el (nntp-save-marks): Pass missing arg.
11972
11973 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11974
11975         * nntp.el: Support marks.
11976         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11977         (nntp-marks-modtime, nntp-marks-directory): New variables.
11978         (nntp-request-set-mark, nntp-request-update-info)
11979         (nntp-possibly-create-directory, nntp-marks-changed-p)
11980         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11981         functions.
11982
11983 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11984
11985         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11986         (gnus-xmas-redefine): Rename.
11987
11988         * gnus-score.el (gnus-score-insert-help): Use
11989         gnus-select-lowest-window.
11990
11991         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11992         appt-select-lowest-window and rename to gnus-select-lowest-window.
11993
11994         * gnus.el: do.
11995
11996 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11997
11998         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11999         encodings of MIME-encoded words, in order to improve
12000         interoperability with several broken MUAs.
12001
12002 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12003
12004         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12005         tags, only when charsets are not specified in headers.
12006         (mm-inline-text-html-render-with-w3m): Ditto.
12007
12008         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12009         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12010
12011 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12012
12013         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12014         instead of MIME-decoded from fields when checking
12015         `gnus-article-address-banner-alist'.
12016
12017 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12018
12019         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12020         description rather than subject.
12021
12022 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12023
12024         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12025
12026 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * gnus.el (gnus-version-number): Bump.
12029
12030 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12031
12032         * gnus.el: No Gnus v0.2 is released.
12033
12034 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12035
12036         * gnus-agent.el (gnus-agent-read-agentview): Inline
12037         gnus-uncompress-range.
12038
12039 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12040
12041         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12042         `exec-installed-p'.
12043
12044 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12045
12046         * gnus.el (spam-process, spam-autodetect-methods): Add
12047         bsfilter and bsfilter-headers.
12048
12049         * spam.el (spam-bsfilter): New customize group.
12050         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12051         (spam-bsfilter-header, spam-bsfilter-probability-header)
12052         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12053         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12054         (spam-bsfilter-database-directory): New options.
12055         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12056         (spam-list-of-statistical-checks, spam-registration-functions):
12057         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12058         (spam-bsfilter-score): New command.
12059         (spam-check-bsfilter-headers, spam-check-bsfilter)
12060         (spam-bsfilter-register-with-bsfilter)
12061         (spam-bsfilter-register-spam-routine)
12062         (spam-bsfilter-unregister-spam-routine)
12063         (spam-bsfilter-register-ham-routine)
12064         (spam-bsfilter-unregister-ham-routine): New functions.
12065         (spam-generic-score): Support bsfilter; Accept an optional argument
12066         to recalcurate spam score even if scoring header has already been
12067         added.
12068         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12069         optional argument to recalcurate spam score even if scoring header
12070         has already been added.
12071
12072 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12073
12074         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12075         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12076         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12077         link is missing.
12078
12079 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12080
12081         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12082         (html2text-get-attr): Rewrite.
12083
12084         * message.el (message-setup-1): Remove redundant put-text-property
12085         on mail-header-separator.
12086
12087 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12088
12089         * gnus-registry.el (gnus-registry-cache-whitespace)
12090         (gnus-registry-action, gnus-registry-spool-action)
12091         (gnus-registry-split-fancy-with-parent): Change message levels
12092         from 5 to 3 or 7, as needed.
12093
12094         * spam.el (spam-summary-prepare-exit)
12095         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12096         (spam-split, spam-find-spam, spam-log-undo-registration)
12097         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12098         level from 5 to 6.
12099
12100 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12103         2004-03-04 change).
12104
12105 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12106
12107         * sieve-manage.el (sieve-manage-open):
12108         * nnweb.el (nnweb-insert-html):
12109         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12110         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12111         * nnspool.el (nnspool-request-group):
12112         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12113         * nnml.el (nnml-request-update-info):
12114         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12115         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12116         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12117         (nnimap-request-set-mark):
12118         * nnfolder.el (nnfolder-request-update-info):
12119         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12120         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12121         * gnus-uu.el (gnus-uu-find-articles-matching):
12122         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12123         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12124         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12125         * gnus-nocem.el (gnus-nocem-scan-groups):
12126         * gnus-int.el (gnus-start-news-server):
12127         * gnus-group.el (gnus-group-make-kiboze-group)
12128         (gnus-group-browse-foreign-server):
12129         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12130         Use mapc when appropriate.
12131
12132 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         FIXME: Make separate entries for each person.
12135
12136         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12137         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12138         <shields@msrl.com>:
12139
12140         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12141         may need for spam sorting and scoring.
12142         (spam-user-format-function-S): Add user format function suitable for
12143         general use.
12144         (spam-article-sort-by-spam-status): Add sorting function for summary
12145         sorting.
12146         (spam-extra-header-to-number): Add function to get a score from a
12147         header.
12148         (spam-summary-score): Add function to  get a numeric score from the
12149         headers.
12150         (spam-generic-score): Fix function doc, was in wrong place.
12151         (spam-initialize): Take symbols when it's run, and install the
12152         extra headers that spam-necessary-extra-headers thinks we need.
12153
12154 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12155
12156         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12157         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12158
12159 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12160
12161         * gnus-sum.el (gnus-set-global-variables)
12162         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12163         (gnus-article-get-xrefs, gnus-summary-best-group)
12164         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12165         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12166         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12167         Use with-current-buffer.
12168
12169 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12170
12171         * spam.el (spam-summary-prepare-exit): Simplify logic.
12172         (spam-fetch-article-header): Read the article header if it's not
12173         available.
12174         (spam-list-articles): Simplify logic.
12175         (spam-filelist-register-routine): Fix bug with unregister-list.
12176
12177         * gnus-registry.el: Fix comments at beginning.
12178
12179 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12180
12181         * message.el (message-cater-to-broken-inn): Remove.
12182         (message-shorten-references): Make sure the total folded length of
12183         References is shorter than 998 characters to cater to a bug in INN
12184         2.3.  Also, don't pretend that references aren't folded -- this
12185         hasn't worked for a while.
12186
12187 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12188
12189         * gnus-agent.el (gnus-agentize):
12190         gnus-agent-send-mail-real-function no longer set to current value
12191         of message-send-mail-function but rather a lambda that calls
12192         message-send-mail-function.  The change makes the agent real-time
12193         responsive to user changes to message-send-mail-function.
12194
12195 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12196
12197         * legacy-gnus-agent.el
12198         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12199         help from Florian Weimer <fw@deneb.enyo.de>
12200
12201 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * nnmail.el (nnmail-cache-insert): Revert last change.
12204
12205 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * nnmail.el (nnmail-cache-insert): Always check whether
12208         nnmail-cache-ignore-groups matches a group name.
12209
12210 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12211
12212         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12213         (spam-find-spam, spam-log-processing-to-registry)
12214         (spam-log-registered-p, spam-log-unregistration-needed-p)
12215         (spam-log-undo-registration): Use gnus-message instead of
12216         gnus-error, none of these errors are fatal.
12217
12218         * gnus-registry.el (gnus-registry-clean-empty-function)
12219         (gnus-registry-clean-empty): Remove only empty entries without
12220         extra data.
12221
12222 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * spam-stat.el (spam-stat-buffer-change-to-spam)
12225         (spam-stat-buffer-change-to-non-spam): Change (error) to
12226         (gnus-message 8) invocation.
12227
12228 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * nntp.el (nntp-via-netcat-command): New variable.
12231         (nntp-via-netcat-switches): New variable.
12232         (nntp-open-via-rlogin-and-netcat): New function.
12233         (nntp-open-connection-function): Doc fix.
12234         (nntp-telnet-command): Doc fix.
12235         (nntp-end-of-line): Doc fix.
12236         (nntp-via-rlogin-command): Doc fix.
12237         (nntp-via-user-name): Doc fix.
12238         (nntp-via-address): Doc fix.
12239
12240 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12243         error in Emacs 21.1.
12244
12245 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12248
12249 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12250         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12251         (gnus-agent-with-refreshed-group): New macro.
12252         (gnus-agent-rename-group): New function.
12253         (gnus-agent-delete-group): New function.
12254         (gnus-agent-save-group-info): Use gnus-command-method when
12255         `method' parameter is nil.  Don't write nil entries into the
12256         active file.
12257         (gnus-agent-get-group-info): New function.
12258         (gnus-agent-fetch-articles): Use
12259         gnus-agent-update-files-total-fetched-for to increment disk space
12260         used.
12261         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12262         gnus-agent-update-view-total-fetched-for to increment disk space
12263         used.
12264         (gnus-agent-get-local): Added optional parameters to avoid calling
12265         gnus-group-real-name and gnus-find-method-for-group.
12266         (gnus-agent-set-local): Delete stored entry if either min, or max,
12267         are nil.
12268         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12269         quit, use gnus-agent-regenerate-group to record existance of any
12270         articles fetched to disk before the quit occurred.
12271         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12272         gnus-agent-update-view-total-fetched-for, and
12273         gnus-agent-update-files-total-fetched-for to decrement disk space
12274         used.
12275         (gnus-agent-retrieve-headers): Use
12276         gnus-agent-update-view-total-fetched-for to increment disk space
12277         used.
12278         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12279         with gnus-agent-update-files-total-fetched-for to decrement disk
12280         space and fresh group buffer.
12281         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12282         (gnus-agent-need-update-total-fetched-for): New variable.
12283         (gnus-agent-update-files-total-fetched-for): New function.
12284         (gnus-agent-update-view-total-fetched-for): New function.
12285         (gnus-agent-total-fetched-for): New function.
12286
12287         * gnus-cache.el (gnus-cache-save-buffers): Use
12288         gnus-cache-update-overview-total-fetched-for to change disk space
12289         used by this group.
12290         (gnus-cache-possibly-enter-article): Use
12291         gnus-cache-update-file-total-fetched-for to increment disk space
12292         used by this group.
12293         (gnus-cache-possibly-remove-article): Use
12294         gnus-cache-update-file-total-fetched-for to decrement disk space
12295         used by this group.
12296         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12297         (gnus-cache-rename-group): New function.
12298         (gnus-cache-delete-group): New function.
12299         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12300         (gnus-cache-need-update-total-fetched-for): New variable.
12301         (gnus-cache-with-refreshed-group): New macro.
12302         (gnus-cache-update-file-total-fetched-for): New function.
12303         (gnus-cache-update-overview-total-fetched-for): New function.
12304         (gnus-cache-rename-group-total-fetched-for): New function.
12305         (gnus-cache-delete-group-total-fetched-for): New function.
12306         (gnus-cache-total-fetched-for): New function.
12307
12308         * gnus-group.el: Require gnus-sum and autoload functions to
12309         resolve warnings when gnus-group.el compiled alone.
12310         (gnus-group-line-format): Documented new %F
12311         (size of Fetched data) group line format; identifies disk space
12312         used by agent and cache.
12313         (gnus-group-line-format-alist): Defined new F format.
12314         (gnus-total-fetched-for): New function.
12315         (gnus-group-delete-group): No longer update
12316         gnus-cache-active-altered as gnus-request-delete-group now keeps
12317         the cache in sync.
12318         (gnus-group-list-active): Let the agent store a server's active
12319         list if currently plugged.
12320
12321         * gnus-int.el (gnus-request-delete-group):
12322         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12323         local disk in sync with the server.
12324         (gnus-request-rename-group):
12325         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12326         local disk in sync with the server.
12327
12328         * gnus-start.el (gnus-get-unread-articles):
12329         Cosmetic simplification to logic.
12330
12331         * gnus-util.el (gnus-rename-file): New function.
12332
12333 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12334
12335         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12336
12337 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12338
12339         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12340         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12341
12342 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12343
12344         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12345         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12346
12347 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12348
12349         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12350
12351 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12352
12353         * spam.el (spam-set-difference): Add function to replace
12354         gnus-set-difference in spam.el.
12355         (spam-summary-prepare-exit): Use spam-set-difference.
12356
12357 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12358
12359         * gnus-registry.el (gnus-registry-cache-file): Update to use
12360         gnus-dribble-directory OR gnus-home-directory OR ~.
12361         (gnus-registry-split-fancy-with-parent): Fix doc.
12362
12363 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * message.el (message-exchange-point-and-mark): Use
12366         message-mark-active-p.  Suggested by Jesper Harder
12367         <harder@ifa.au.dk>.
12368
12369 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * message.el (message-exchange-point-and-mark): Don't activate
12372         region if it was inactive.  Suggested by Hiroshi Fujishima
12373         <pooh@nature.tsukuba.ac.jp>.
12374
12375 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-art.el (article-display-face): Display Faces in the same
12378         order as X-Faces.
12379
12380 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12383
12384 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12387         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12388         (gnus-article-mime-hierarchy): Remove.
12389         (gnus-article-mime-hierarchy-next): Remove.
12390         (gnus-article-mode): Revert 2004-03-19 change.
12391         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12392         (gnus-insert-mime-button): Revert 2004-03-19 change.
12393         (gnus-mime-accumulate-hierarchy): Remove.
12394         (gnus-mime-enter-multipart): Remove.
12395         (gnus-mime-leave-multipart): Remove.
12396         (gnus-mime-display-part): Revert 2004-03-19 change.
12397         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12398
12399         * mml.el (mml-preview): Revert 2004-03-19 change.
12400
12401 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12402
12403         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12404
12405 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12408         t while entering a file name using the mm-with-multibyte macro.
12409         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12410
12411         * mm-util.el (mm-with-multibyte): New macro.
12412
12413 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12416         user option.
12417         (gnus-mime-multipart-functions): Doc and customization fix.
12418         (gnus-article-mime-hierarchy): New variable.
12419         (gnus-article-mime-hierarchy-next): New variable.
12420         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12421         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12422         gnus-article-mime-hierarchy-next to nil.
12423         (gnus-insert-mime-button): Show hierarchy numbers.
12424         (gnus-mime-accumulate-hierarchy): New function.
12425         (gnus-mime-enter-multipart): New function.
12426         (gnus-mime-leave-multipart): New function.
12427         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12428         (gnus-mime-display-alternative): Show hierarchy numbers.
12429
12430         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12431         gnus-article-mime-hierarchy-next to nil.
12432
12433 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12434
12435         * dns.el: Don't require gnus-xmas.
12436
12437 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12438
12439         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12440         inline PGP.
12441         (mml-menu): Disable mml-quote-region if mark is inactive.
12442
12443 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12446         when the group's active is not available.
12447
12448 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12451         error.
12452
12453 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * imap.el (imap-store-password): New variable.
12456         (imap-interactive-login): Use it.
12457         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12458
12459 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12462         window-start and hscroll to summary window.
12463
12464 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12465
12466         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12467         conversion message to newsrc-dribble when an actual conversion is
12468         performed.
12469
12470 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12471
12472         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12473
12474 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * mm-decode.el (mm-complicated-handles): New function reviving
12477         former definition of mm-multiple-handles.
12478
12479         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12480         (gnus-mime-delete-part): Use it.
12481
12482 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12483
12484         * gnus-agent.el (gnus-agent-read-local): Bind
12485         nnheader-file-coding-system to gnus-agent-file-coding-system to
12486         avoid the implicit assumption that they will always be equal.
12487         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12488         coding-system-for-write, as the with-temp-file macro first prints
12489         to a buffer then saves the buffer.
12490
12491 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (gnus-article-edit-part): New function.
12494         (gnus-mime-save-part-and-strip): Use it; do query instead of
12495         signaling an error; don't use mm-multiple-handles.
12496         (gnus-mime-delete-part): Ditto.
12497
12498 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12499
12500         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12501         old file versions.
12502         (gnus-group-prepare-hook): Removed function that converted list
12503         form of gnus-agent-expire-days to group properties.
12504
12505         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12506         (gnus-request-accept-article): Re-indented.
12507
12508         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12509         converters to handle old agent file formats.  Added logic for a
12510         "backup before upgrading warning".
12511         (gnus-convert-mark-converter-prompt): Developers can mark
12512         functions as needing (default), or not needing,
12513         gnus-convert-old-newsrc's "backup before upgrading warning".
12514         (gnus-convert-converter-needs-prompt): Tests whether the user
12515         should be protected from potentially irreversable changes by the
12516         function.
12517
12518         * legacy-gnus-agent.el: New.  Provides converters that are only
12519         loaded when gnus-convert-old-newsrc needs to call them.
12520
12521 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * mail-source.el (mail-source-touch-pop): Doc fix.
12524
12525         * message.el (message-smtpmail-send-it): Doc fix.
12526
12527 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12528
12529         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12530
12531         * nnmail.el (nnmail-split-fancy): do.
12532
12533         * gnus-kill.el (gnus-kill, gnus-execute): do.
12534
12535 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12536
12537         * gnus-sum.el (gnus-widget-reversible-match)
12538         (gnus-widget-reversible-to-internal)
12539         (gnus-widget-reversible-to-external): New functions.
12540         (gnus-widget-reversible): New widget.
12541         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12542
12543 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12544
12545         * gnus-sum.el (gnus-thread-sort-functions)
12546         (gnus-article-sort-functions): Document `(not F)' items.
12547
12548 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12549
12550         * spam.el (spam-use-gmane-xref): Add new backend.
12551         (spam-gmane-xref-spam-group): Add variable to control the name of the
12552         Gmane spam group.
12553         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12554         (spam-regex-headers-spam, spam-regex-headers-ham)
12555         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12556         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12557         backends and checks.
12558         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12559
12560         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12561         an autodetect method.
12562
12563 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12564
12565         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12566         articles are being added to a group.
12567         (gnus-request-replace-article): Inform the agent that articles
12568         need to be uncached as the cached contents are no longer valid.
12569
12570 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * binhex.el: Don't autoload executable-find.
12573
12574         * canlock.el: Don't autoload mail-fetch-field.
12575
12576         * dgnushack.el: Autoload c-mode for XEmacs.
12577
12578         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12579
12580         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12581         rmail-dont-reply-to and rmail-output.
12582
12583         * gnus-score.el: Don't autoload ffap-string-at-point.
12584
12585         * gnus-setup.el: Don't autoload sc-cite-original.
12586
12587         * imap.el: Don't autoload base64-decode-string,
12588         base64-encode-string and md5.
12589
12590         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12591         and rmail-msg-restore-non-pruned-header.
12592
12593         * mm-decode.el: Don't autoload executable-find.
12594
12595         * mm-url.el: Don't autoload executable-find.
12596
12597         * mm-view.el: Don't autoload diff-mode.
12598
12599         * nndb.el: Don't autoload news-reply-mode, news-setup,
12600         cancel-timer and telnet.
12601
12602         * password.el: Don't autoload run-at-time for Emacs.
12603
12604         * sha1-el.el: Don't autoload executable-find.
12605
12606         * sieve-mode.el: Don't autoload c-mode.
12607
12608         * uudecode.el: Don't autoload executable-find.
12609
12610 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12611
12612         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12613         (gnus-agent-possibly-alter-active): Avoid null in numeric
12614         comparison.
12615         (gnus-agent-set-local): Refuse to save null in local object table.
12616         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12617         list of articles that will be marked as unread.
12618
12619 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12622
12623 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12624
12625         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12626         language tags.
12627
12628 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12629
12630         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12631         Don't bind "obarray".
12632
12633         * gnus-sum.el (gnus-thread-sort-functions): Added
12634         `gnus-thread-sort-by-most-recent-number' and
12635         `gnus-thread-sort-by-most-recent-date'.
12636         Reported by Kai Grossjohann <kai@emptydomain.de>.
12637
12638 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12641
12642 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12643
12644         * gnus-cus.el (gnus-agent-customize-category): Removed
12645         ignore-errors macro reference that required cl to be loaded at
12646         run-time.
12647
12648         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12649         single-interval range of the form (min . max).  Previously the
12650         range had to look like ((min . max)).  Likewise, return
12651         (min . max) rather than ((min . max)).
12652         (gnus-range-map): Use gnus-range-normalize to accept
12653         single-interval range.
12654
12655         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12656         the cache, but not the agent, now appear with their usual face.
12657
12658         * dgnushack.el (loaddir): New variable that is bound to the
12659         directory containing the dgnushack.el file. Use loaddir, rather
12660         than srcdir, to update load-path. Change lets dgnushack compile
12661         code in directories other than GNUS/lisp.
12662
12663 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * lpath.el: Don't bind w3m-safe-url-regexp.
12666
12667         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12668         w3m-safe-url-regexp variable buffer-local.
12669
12670         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12671
12672 2004-02-27  Simon Josefsson  <jas@extundo.com>
12673
12674         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12675         gnus-group-real-prefix.
12676         (gnus-summary-move-article): Use it, instead of
12677         gnus-group-real-prefix.
12678
12679 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * lpath.el: Bind w3m-safe-url-regexp.
12682
12683         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12684         w3m-safe-url-regexp variable buffer-local and set it as the value
12685         of mm-w3m-safe-url-regexp.
12686
12687         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12688
12689         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12690         parsing gnus-posting-styles when the message is not for replying.
12691
12692         * dgnushack.el: Autoload sgml-mode for XEmacs.
12693
12694         * nnrss.el (nnrss-opml-export): Use
12695         mm-set-buffer-file-coding-system instead of
12696         set-buffer-file-coding-system.
12697
12698 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12699
12700         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12701         of checkdoc.el).
12702         * nnrss.el: do.
12703         * gnus-mlspl.el: do.
12704         * gnus-ml.el: do.
12705         * gnus-srvr.el: do.
12706
12707         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12708
12709 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12710
12711         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12712         Corrections to custom-manual links.
12713
12714         * gnus-art.el (gnus-article): Ditto.
12715
12716         * mm-decode.el (mime-display, mime-security): Ditto.
12717
12718 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12719
12720         * flow-fill.el: Typo.
12721
12722 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12723
12724         * spam-wash.el: New file.
12725
12726 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12727
12728         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12729
12730 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12733         to be run with new-articles as LIST1, not LIST2.
12734         (spam-registration-functions): Add spam-use-ham-copy as a nil
12735         registration backend.
12736
12737 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12738
12739         * spam-stat.el (spam-stat-washing-hook): New option.
12740         (spam-stat-buffer-words): Use it.
12741         (spam-stat-process-directory, spam-stat-test-directory): Use
12742         insert-file-contents-literally.
12743         (spam-stat-coding-system): New variable.
12744         (spam-stat-load, spam-stat-save): Use it.
12745
12746 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * spam-report.el (spam-report-plug-agent): Quote
12749         spam-report-url-to-file and spam-report-url-ping-plain.
12750
12751 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12754         / in mailto URLs.
12755
12756 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * spam-report.el (spam-report-process-queue): Fix interactive use.
12759         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12760         (spam-report-unplug-agent): Doc fixes.
12761         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12762         (spam-report-agentize, spam-report-deagentize): Autoload
12763
12764 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12767
12768         * message.el (message-setup-fill-variables): Add mml tags to
12769         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12770         <ajk@iu.edu>.
12771         (message-mode): Don't modify paragraph-separate there.
12772
12773 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * compface.el (uncompface-use-external): Default to undecided.
12776         (uncompface-use-external-threshold): New variable.
12777         (uncompface-float-time): New macro.
12778         (uncompface): Determine whether to use the external decoder if
12779         uncompface-use-external is undecided.
12780
12781 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12784         after images.
12785
12786         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12787
12788 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12789
12790         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12791
12792         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12793
12794         * gnus-sum.el (gnus-summary-limit-to-age)
12795         (gnus-summary-limit-children): do.
12796
12797         * gnus-int.el (gnus-request-scan): do.
12798
12799         * gnus-group.el (gnus-group-suspend): do.
12800
12801         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12802
12803         * gnus-cite.el (gnus-cite-parse-attributions): do.
12804
12805         * gnus-agent.el (gnus-summary-set-agent-mark)
12806         (gnus-agent-regenerate-group): do.
12807
12808         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12809
12810         * binhex.el (binhex-decode-region-internal): do.
12811
12812 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-fun.el (gnus-face-properties-alist): New user option.
12815         (gnus-display-x-face-in-from): Use it.
12816
12817         * gnus-art.el (article-display-face): Ditto.
12818
12819         * compface.el (uncompface-use-external): Default to nil.
12820
12821 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12822
12823         * nntp.el (nntp-erase-buffer): New function.
12824         (nntp-retrieve-data, nntp-send-command)
12825         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12826         (nntp-possibly-change-group): Use it.
12827
12828         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12829         with-current-buffer.
12830
12831 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12832
12833         * compface.el: Merge the ELisp-based uncompface program.
12834         (compface): New customization group.
12835         (uncompface-use-external): New user option.
12836         (uncompface): Call uncompface-internal if uncompface-use-external
12837         is nil.
12838         (uncompface-internal): New function.  Note that there are also
12839         some other functions and variables added for this function.
12840
12841 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12842
12843         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12844         if necessary.
12845
12846 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12847
12848         * spam-report.el (spam-report-unplug-agent)
12849         (spam-report-plug-agent, spam-report-deagentize)
12850         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12851         Add support for the Agent in spam-report: when unplugged, report to a
12852         file; when plugged, submit all the requests.
12853
12854         * spam.el (spam-register-routine): Fix message about
12855         registration.
12856
12857 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12858
12859         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12860         dependencies.
12861         (rfc2047-encode): Use it.
12862
12863         * gnus-art.el (gnus-button-marker-list): Move before first
12864         reference.
12865
12866         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12867         (imap-parse-body): Fix format string mismatch.
12868
12869         * gnus-score.el (gnus-summary-increase-score): do.
12870
12871         * nnrss.el (nnrss-close): New function.
12872
12873 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12874
12875         * nnrss.el (nnrss-make-filename): New function.
12876         (nnrss-request-delete-group, nnrss-read-server-data)
12877         (nnrss-save-server-data, nnrss-read-group-data)
12878         (nnrss-save-group-data): Use it.
12879         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12880         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12881         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12882
12883 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12884
12885         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12886
12887 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12888
12889         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12890         files.
12891
12892         * message.el (message-generate-headers-first): Don't quote nil
12893         and t in docstrings.
12894
12895         * imap.el (imap-id): do.
12896
12897         * gnus-agent.el (gnus-agent-consider-all-articles)
12898         (gnus-agent-queue-mail): do.
12899
12900 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * spam-report.el (spam-report-process-queue): New function.
12903         Process requests from `spam-report-requests-file'.
12904         (spam-report-process-queue): Doc fix.
12905
12906 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12907
12908         * spam.el (spam-register-routine)
12909         (spam-log-processing-to-registry, spam-log-registered-p)
12910         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12911         Change "check" to "spam-check" for semi-clarity.
12912
12913 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12914
12915         * pop3.el: Require nnheader.
12916
12917         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12918
12919         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12920
12921         * gnus-picon.el: Require cl.
12922
12923         * gnus-fun.el: Require gnus-ems and gnus-util.
12924
12925         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12926
12927         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12928
12929         * gnus-art.el (gnus-article-edit-mode): Define before first
12930         reference.
12931
12932 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12933
12934         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12935         (gnus-uu-post-encoded): Use point-at-bol.
12936
12937         * gnus-topic.el (gnus-group-active-topic-p): do.
12938
12939         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12940
12941         * gnus-group.el (gnus-group-kill-region): do.
12942
12943         * gnus-art.el (article-date-ut): do.
12944
12945         * message.el (message-fetch-field): Remove redundant
12946         case-fold-search binding.
12947         (message-narrow-to-field): Simplify.
12948
12949 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * spam.el (spam-directory): Derive from `gnus-directory'.
12952
12953         * spam-report.el (spam-report-url-to-file)
12954         (spam-report-requests-file): New function and variable for offline
12955         reporting.
12956         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12957         and user defined function.
12958         (spam-report-url-ping-mm-url): Remove doubled slash.
12959
12960 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12961
12962         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12963
12964 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12965
12966         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12967         format string mismatch.
12968
12969         * sieve.el (sieve-deactivate-all): do.
12970
12971         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12972
12973         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12974
12975         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12976
12977         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12978
12979 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12982         the list of checks.
12983
12984 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12985
12986         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12987         padding.
12988
12989 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12990
12991         * mm-view.el (mm-fill-flowed): New variable.
12992         (mm-inline-text): Use it.
12993
12994 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12995
12996         * spam.el (spam-spamassassin-register-ham-routine)
12997         (spam-spamassassin-register-spam-routine): Fix function names.
12998
12999 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * gnus.el (gnus-tmp-grouplens): Remove.
13002         (gnus-summary-line-format): Remove grouplens.
13003
13004         * gnus-group.el (gnus-group-line-format): Ditto.
13005
13006         * gnus-spec.el (gnus-format-specs): Ditto.
13007         (gnus-update-format-specifications): Flush the group format spec
13008         cache if there's the grouplens stuff.
13009         (gnus-parse-simple-format): Replace %l with the empty string.
13010
13011 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13012
13013         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13014         omission.
13015
13016 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13019         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13020
13021 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13022
13023         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13024         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13025         New macros and functions.
13026         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13027         Handle > NLINK_MAX messages.
13028         * nnmaildir.el (nnmaildir-request-set-mark): Use
13029         nnmaildir--emlink-p and nnmaildir--eexist-p.
13030
13031 2004-01-25  Alex Schroeder  <alex@gnu.org>
13032
13033         * spam-stat.el (spam-stat-process-directory-age): New option.
13034         (spam-stat-process-directory): Use it.
13035
13036 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13037
13038         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13039         (spam-stat-save): Accept prefix argument.
13040
13041 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13042
13043         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13044         links" error.
13045
13046 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13049         the rest of the and/or forms.
13050
13051 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13052
13053         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13054         compatibility with old .newsrc.eld files.
13055
13056         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13057
13058         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13059
13060         * gnus-start.el (gnus-1): do.
13061
13062         * gnus-group.el (gnus-group-line-format-alist): do.
13063
13064         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13065
13066         * gnus-gl.el: Remove.
13067
13068 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13069
13070         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13071         marks consisting of a single range {for example, (3 . 5)} rather
13072         than a list of a single range { ((3 . 5)) }.
13073
13074 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13075
13076         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13077         with-current-buffer.
13078         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13079         avoid consing a string.
13080
13081         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13082         Remove obsolete entries for big5 and gb2312.
13083
13084 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13085
13086         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13087         uncompressed list.
13088
13089 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13090
13091         * spam-stat.el (spam-stat-strip-xref): New function.
13092         (spam-stat-process-directory): Use it.
13093
13094         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13095         here -- it's done in message-fetch-field.
13096
13097 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13098
13099         * gnus-agent.el (gnus-agent-queue-mail)
13100         (gnus-agent-prompt-send-queue): New variables.
13101         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13102         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13103         "nndraft:queue" along to gnus-draft-send.  Use
13104         gnus-agent-prompt-send-queue.
13105         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13106         is "nndraft:queue".  Suggested by Gaute Strokkenes
13107         <gs234@srcf.ucam.org>
13108
13109         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13110         (agent-enable-undownloaded-faces): Added
13111         (gnus-agent-cat-groups): Use eval-and-compile, not
13112         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13113         method of gnus-agent-cat-groups even when the buffer has been
13114         evaled.
13115         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13116         delete gnus-agent-save-active-1.
13117         (gnus-agent-save-groups): Deleted.  Identical to
13118         gnus-agent-save-active.
13119         (gnus-agent-write-active): No longer adjust agent's copy of active
13120         file as agent's adjustments are now stored in their own
13121         file.  Removed optional parameter.
13122         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13123         servers.  Add use of min/max range limits from server's local
13124         file.
13125         (gnus-agent-save-alist): Removed unused optional argument.
13126         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13127         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13128         (gnus-agent-set-local): A per-server file that keeps min/max range
13129         limits for articles known to the agent.  Provides a fast mechanism
13130         for altering many active ranges.
13131         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13132         active file (local makes it unnecessary).
13133         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13134
13135         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13136         (agent-enable-undownloaded-faces): Added
13137
13138         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13139         disable it when sending to "nndraft:queue".
13140         (gnus-group-send-queue): Add safety check to avoid sending queue
13141         when unplugged.
13142
13143         * gnus-group.el (gnus-group-catchup): Use new
13144         gnus-sequence-of-unread-articles, not
13145         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13146         numbers of articles.  Use gnus-range-map to avoid having to
13147         uncompress the unread list.
13148         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13149         Fixed invalid ange-ftp reference.
13150
13151         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13152         (gnus-sorted-range-intersection): Intersection of two ranges
13153         without requiring that they first be uncompressed.
13154
13155         * gnus-start.el (gnus-activate-group): Unless blocked by the
13156         caller, possibly expand the active range to include both cached
13157         and agentized articles.
13158         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13159         multiple version-dependent converters.
13160         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13161         gnus-agent-save-active.
13162         (gnus-save-newsrc-file): Save dirty agent range limits.
13163
13164         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13165         gnus-agent-possibly-alter-active.
13166         (gnus-adjust-marked-articles): Faster handling of simple lists
13167
13168 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13169
13170         * spam-stat.el (spam-stat-test-directory): New optional argument
13171         displays a list of files detected.  Suggested by Andrew Cohen
13172         <cohen@andy.bu.edu>.
13173         (spam-stat-buffer-words-with-scores): Don't narrow and change
13174         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13175
13176 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13177
13178         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13179         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13180         (spam-spamassassin-arguments)
13181         (spam-spamassassin-spam-flag-header)
13182         (spam-spamassassin-positive-spam-flag-header)
13183         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13184         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13185         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13186         (spam-list-of-processors, spam-list-of-checks)
13187         (spam-list-of-statistical-checks, spam-registration-functions)
13188         (spam-check-spamassassin-headers, spam-check-spamassassin)
13189         (spam-spamassassin-score)
13190         (spam-spamassassin-register-with-sa-learn)
13191         (spam-spamassassin-register-spam-routine)
13192         (spam-spamassassin-register-ham-routine)
13193         (spam-assassin-register-spam-routine)
13194         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13195         (spam-bogofilter-score): Fix to show article before scoring.
13196
13197 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13200         default scoring function.
13201         (spam-generic-score): Call spam-spamassassin-score if
13202         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13203         spam-bogofilter-score otherwise.
13204
13205         * gnus.el (spam-process, spam-autodetect-methods): Add
13206         spamassassin and spamassassin-headers.
13207
13208 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13209
13210         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13211         Suppress unnecessary messages.
13212
13213 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13214
13215         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13216         make-hash-table.
13217
13218 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * canlock.el (base64-encode-string): Don't autoload it.
13221
13222 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * run-at-time.el: Remove useless (require 'itimer),
13225         eval-and-compile and (featurep 'xemacs).
13226
13227 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13228
13229         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13230         GROUP is a virtual group.
13231
13232 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13233
13234         * gnus.el: Autoload `message-y-or-n-p'.
13235
13236 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13237
13238         * pgg-parse.el: Remove unnecessary (require 'custom).
13239
13240         * pgg-def.el: do.
13241
13242         * nnmail.el: do.
13243
13244         * gnus-undo.el: do.
13245
13246         * gnus-picon.el: do.
13247
13248         * gnus-util.el: do.
13249
13250 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13253
13254 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13257         handle, as well as a list.
13258
13259         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13260         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13261         (mm-w3m-cid-retrieve): Simplify.
13262
13263 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13264
13265         * message.el (message-kill-to-signature): Allow prefix arg to
13266         specify number of lines to keep before signature.
13267
13268 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13269
13270         (message-kill-to-signature): Change docstring.
13271
13272 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * canlock.el: Always require sha1-el.
13275         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13276
13277         * message.el: Autoload sha1 only when compiling.
13278
13279         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13280         eudc-expand-inline for XEmacs.
13281
13282 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * message.el (message-canlock-generate): Require sha1-el.
13285
13286 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13287
13288         * message.el (message-expand-name): Silence the byte compiler.
13289
13290         * lpath.el: Add detect-coding-system.
13291
13292         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13293         cus-edit.
13294
13295 2004-01-13  Simon Josefsson  <jas@extundo.com>
13296
13297         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13298         Invoke gnus-score-mode.  Reported by
13299         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13300
13301         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13302         Jim Blandy <jimb@redhat.com> (tiny change).
13303
13304 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13305
13306         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13307
13308 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13309
13310         * spam.el (spam-get-article-as-string): Update to use
13311         gnus-request-article-this-buffer, much simpler.
13312         (spam-get-article-as-buffer): Remove.
13313
13314 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13315
13316         * message.el (message-expand-name): Use EUDC if the user uses that.
13317
13318 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13319
13320         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13321         character for the encoding to avoid consing a string.
13322
13323         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13324         unnecessarily.
13325
13326         * mm-util.el (mm-replace-chars-in-string): Remove.
13327
13328         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13329         of mm-replace-chars-in-string.
13330
13331 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13332
13333         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13334
13335         * mm-util.el (mm-subst-char-in-string): Support inplace.
13336
13337         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13338         a new string in every iteration.  Use shy groups.
13339
13340 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13341
13342         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13343         * gnus-soup.el (gnus-soup-group-brew):
13344         * gnus-msg.el (gnus-put-message):
13345         * gnus-move.el (gnus-group-move-group-to-server):
13346         * gnus-kill.el (gnus-batch-score):
13347         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13348         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13349         (gnus-group-update-group, gnus-group-read-group)
13350         (gnus-group-make-group, gnus-group-make-help-group)
13351         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13352         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13353         (gnus-group-sort-by-unread, gnus-group-catchup)
13354         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13355         (gnus-group-yank-group, gnus-group-set-info)
13356         (gnus-group-list-groups):
13357         * gnus.el (gnus-generate-new-group-name):
13358         * gnus-delay.el (gnus-delay-send-queue):
13359         * nnvirtual.el (nnvirtual-catchup-group):
13360         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13361         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13362         (gnus-group-prepare-topics, gnus-topic-check-topology):
13363         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13364         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13365         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13366         (gnus-group-make-articles-read):
13367         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13368         (gnus-group-change-level, gnus-kill-newsgroup)
13369         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13370         (gnus-get-unread-articles, gnus-make-articles-unread)
13371         (gnus-make-ascending-articles-unread): Use accessor
13372         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13373         to get group information for improved readability.
13374
13375
13376 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13377
13378         * gnus-art.el (article-decode-mime-words, article-babel)
13379         (gnus-article-highlight-signature, gnus-article-add-buttons)
13380         (gnus-signature-toggle): Use gnus-with-article-buffer.
13381
13382         * gnus-art.el (gnus-article-highlight-headers)
13383         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13384
13385         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13386         (gnus-article-set-globals, gnus-request-article-this-buffer)
13387         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13388         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13389         (gnus-mime-display-alternative): Use with-current-buffer.
13390
13391 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13392
13393         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13394         also under 80 char limit, and call gnus-error if needed.
13395         (spam-fetch-article-header): Fix - it was a
13396         buffer-local variable (gnus-newsgroup-data).
13397         (spam-find-spam): Use spam-generate-fake-headers, forget about
13398         spam-insert-fake-headers.
13399         (spam-insert-fake-headers): Remove.
13400
13401 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13402
13403         * deuglify.el (gnus-article-outlook-unwrap-lines)
13404         (gnus-outlook-rearrange-article)
13405         (gnus-outlook-repair-attribution-outlook)
13406         (gnus-outlook-repair-attribution-block)
13407         (gnus-outlook-repair-attribution-other): Remove redundant
13408         save-excursion.
13409
13410 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13411
13412         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13413         (spam-fetch-field-subject-fast)
13414         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13415         (spam-fetch-article-header): Add functions to deal with Gnus
13416         internals for fast retrieval of article header data.
13417         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13418
13419 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13420
13421         * pop3.el (pop3-md5): Remove.
13422         (pop3-apop): Replace pop3-md5 with md5.
13423
13424         * mm-bodies.el: base64 is always built-in.
13425
13426         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13427         with-current-buffer.
13428
13429 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * canlock.el (canlock-insert-header): Remove excessive grouping in
13432         regexp.
13433
13434         * gnus-sum.el (gnus-summary-read-document): Ditto.
13435
13436         * gnus-uu.el (gnus-uu-part-number): Ditto.
13437
13438         * html2text.el (html2text-remove-tags): Ditto.
13439         (html2text-format-tags): Ditto.
13440         (html2text-format-single-elements): Ditto.
13441
13442         * mml.el (mml-parse-1): Ditto.
13443
13444 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13445
13446         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13447
13448         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13449
13450         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13451
13452         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13453
13454 2003-11-15  Simon Josefsson  <jas@extundo.com>
13455
13456         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13457         (pgg-gpg-lookup-key): Use regexp match instead of
13458         split-string (split-string is different between emacs 21.2 and
13459         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13460
13461 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13462
13463         * gnus-art.el (gnus-mime-view-all-parts)
13464         (gnus-article-part-wrapper, gnus-article-view-part): Use
13465         with-current-buffer.
13466
13467 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13468
13469         * spam.el (spam-disable-spam-split-during-ham-respool)
13470         (spam-spamoracle-database, spam-cache-lookups)
13471         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13472         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13473         (spam-group-ham-marks, spam-group-spam-marks)
13474         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13475         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13476         also add spam-use-blackholes to the statistical checks.
13477         (spam-fetch-field-fast): Add interface to fetching fields, may
13478         become a macro.
13479         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13480         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13481         (spam-insert-fake-headers): Fake an article when needed.
13482         (spam-find-spam): Fake article when possible.
13483         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13484         (spam-check-bogofilter-headers): Use message-fetch-field instead
13485         of nnmail-fetch-field.
13486
13487 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13490
13491 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13492
13493         * spam.el (spam-split): Do not require spam-use-CHECK to be
13494         enabled if that check is passed to spam-split explicitly; also
13495         fix so 'spam doesn't get converted to spam-split-group when
13496         spam-split-symbolic-return is t.
13497         (spam-find-spam): Find registrations of the article and use those
13498         instead of re-running spam-split to find the spam/ham
13499         classification of the article.
13500         (spam-log-processing-to-registry, spam-log-registered-p)
13501         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13502         Use gnus-error instead of gnus-message.
13503         (spam-log-registration-type): Add function to determine the
13504         classification of a message based on registry entries; will
13505         return nil if both 'spam and 'ham are found.
13506         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13507         a reasonably fast local cache without the loading errors.
13508         (spam-cache-lookups): Set to t by default.
13509         (spam-find-spam): Don't try to guess spam-cache-lookups.
13510         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13511         spam-caches entry.
13512         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13513         caching of whitelist/blacklist entries.
13514         (spam-check-whitelist, spam-check-blacklist): Invoke
13515         spam-from-listed-p with a type, not a cache variable.
13516         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13517
13518 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13519
13520         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13521
13522         * nnmail.el (nnmail-split-fancy): do.
13523
13524         * mml.el (mml-parse): do.
13525
13526         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13527         (gnus-score-adaptive): do.
13528
13529 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13532         (gnus-mime-button-map): Don't set keymap parent.
13533         (gnus-button-ctan-directory-regexp): Use shy grouping.
13534         (gnus-prev-page-map): Don't set keymap parent.
13535         (gnus-prev-page-map): Remove duplicated one.
13536         (gnus-next-page-map): Don't set keymap parent.
13537         (gnus-mime-security-button-map): Ditto.
13538
13539         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13540         version number.
13541
13542         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13543
13544 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * canlock.el (canlock-sha1-function): Remove.
13547         (canlock-sha1-function-for-verify): Remove.
13548         (canlock-openssl-program): Remove.
13549         (canlock-openssl-args): Remove.
13550         (canlock-ignore-errors): Remove.
13551         (canlock-sha1-with-openssl): Remove.
13552         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13553         (canlock-verify): Don't use canlock-ignore-errors.
13554
13555         * sha1-el.el (sha1-string-external): Make it can return a string
13556         in binary form.
13557         (sha1-region-external): Ditto.
13558         (sha1-string-internal): Ditto.
13559         (sha1-region-internal): Ditto.
13560         (sha1-region): Ditto.
13561         (sha1-string): Ditto.
13562         (sha1): Ditto.
13563
13564 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13565
13566         * spam.el (spam-report-articles-gmane): New command.
13567
13568 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13571
13572         * run-at-time.el (run-at-time-saved): Remove.
13573         (run-at-time): Doc fix.
13574
13575 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13576
13577         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13578         (gnus-summary-limit-map): Add it.
13579         (gnus-summary-make-menu-bar): do.
13580
13581 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13582
13583         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13584         Make attempt at some caching support (done for BBDB only now).
13585         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13586         addresses to be checked.
13587         (spam-clear-cache-BBDB): Add function, to be invoked by
13588         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13589         (spam-check-BBDB): Check and use the caches, if
13590         spam-cache-lookups is on, remove superfluous (provide).
13591
13592 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13595
13596 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13597
13598         * run-at-time.el (run-at-time-saved): Move to after the definition
13599         of `run-at-time'.
13600
13601         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13602
13603 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13606         mm-w3m-local-map-property.
13607
13608         * mm-view.el (mm-w3m-mode-map): Remove.
13609         (mm-w3m-local-map-property): Remove.
13610         (mm-inline-text-html-render-with-w3m): Don't use
13611         mm-w3m-local-map-property.
13612
13613 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13614
13615         * run-at-time.el: New file.
13616
13617         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13618         under Emacs.
13619
13620         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13621         of gnus-set-text-properties.
13622
13623         * gnus-uu.el (gnus-uu-save-article): Ditto.
13624
13625         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13626
13627         * gnus-cite.el (gnus-cite-parse): Ditto.
13628
13629         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13630         of gnus-.
13631
13632         * gnus-xmas.el (run-at-time): Require run-at-time.
13633
13634         * gnus.el: Changed calls to nnheader-run-at-time and
13635         password-run-at-time throughout to use run-at-time directly.
13636
13637         * password.el: Removed definition of run-at-time.
13638
13639         * nnheaderxm.el: Remove definition of run-at-time.
13640
13641 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13642
13643         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13644         in prompt.
13645
13646 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13647
13648         * messagexmas.el (message-xmas-redefine): Alias
13649         `message-make-caesar-translation-table' to
13650         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13651         version.
13652
13653         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13654         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13655         `gnus-xmas-set-text-properties'.
13656         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13657         `gnus-xmas-completing-read'.
13658         (gnus-xmas-completing-read): Removed.
13659         (gnus-xmas-open-network-stream): Removed.
13660
13661         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13662         XEmacs version.
13663
13664         * dns.el (dns-make-network-process): Use `open-network-stream'
13665         instead of `gnus-xmas-open-network-stream'.
13666
13667         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13668
13669         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13670
13671 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13672
13673         * gnus-art.el (gnus-mime-display-alternative)
13674         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13675         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13676         Don't use gnus-local-map-property.
13677
13678         * gnus-util.el (gnus-local-map-property): Remove.
13679
13680         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13681         gnus-completing-read-maybe-default with completing-read.
13682
13683         * gnus-util.el (gnus-completing-read): do.
13684         (gnus-completing-read-maybe-default): Remove.
13685
13686 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13687
13688         * password.el: Only autoload `run-at-time' if not XEmacs.
13689         Only autoload the itimer functions if XEmacs.
13690
13691 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13694         XEmacsen.
13695
13696         * dgnushack.el: Autoload executable-find for XEmacs.
13697
13698 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13699
13700         * gnus-art.el (gnus-read-string): Remove.
13701         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13702         read-string.
13703
13704 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13705
13706         * netrc.el: Autoload password-read.
13707         (netrc): Add configuration group.
13708         (netrc-encoding-method, netrc-openssl-path): Add
13709         variables for encoding and decoding of files with symmetric
13710         ciphers.
13711         (netrc-encode): Add assistant function to encode a file with
13712         netrc-encoding-method.
13713         (netrc-parse): Add interactive parameter, added optional
13714         decoding if netrc-encoding-method is non-nil but otherwise
13715         behavior is standard.
13716         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13717         Do s/encode/encrypt/ everywhere.
13718
13719         * spam.el: Remove executable-find autoload.
13720
13721 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13722
13723         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13724
13725         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13726
13727 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * gnus-art.el (gnus-treat-ansi-sequences,
13730         (article-treat-ansi-sequences): New variable and function.
13731         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13732
13733         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13734         Use it.
13735
13736 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13737
13738         * mm-util.el (mm-quote-arg): Remove.
13739
13740         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13741         shell-quote-argument.
13742
13743         * gnus-uu.el (gnus-uu-command): do.
13744
13745         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13746
13747         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13748         with make-char.
13749
13750         * mm-util.el (mm-make-char): Remove.
13751
13752         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13753         add-minor-mode.
13754
13755         * gnus-undo.el (gnus-undo-mode): do.
13756
13757         * gnus-topic.el (gnus-topic-mode): do.
13758
13759         * gnus-sum.el (gnus-dead-summary-mode): do.
13760
13761         * gnus-start.el (gnus-slave-mode): do.
13762
13763         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13764
13765         * gnus-ml.el (gnus-mailing-list-mode): do.
13766
13767         * gnus-gl.el (gnus-grouplens-mode): do.
13768
13769         * gnus-draft.el (gnus-draft-mode): do.
13770
13771         * gnus-dired.el (gnus-dired-mode): do.
13772
13773         * gnus-ems.el (gnus-add-minor-mode): Remove.
13774
13775         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13776         Replace gnus-char-width with char-width.
13777
13778         * gnus-ems.el (gnus-char-width): Remove.
13779
13780         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13781         Replace gnus-char-width with char-width.
13782
13783         * gnus-ems.el (gnus-char-width): Remove.
13784
13785         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13786         definition.
13787         Remove Emacs 20 hash table compatibility code.
13788
13789         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13790         20 compatibility code.
13791
13792         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13793
13794         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13795
13796         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13797         with point-at-{eol,bol}.
13798
13799         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13800
13801         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13802
13803         * flow-fill.el (fill-flowed-point-at-bol)
13804         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13805
13806         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13807         Replace with point-at-{eol,bol} throughout all files.
13808
13809 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * ntlm.el (ntlm-string-as-unibyte): New macro.
13812         (ntlm-build-auth-response): Use it.
13813
13814         Remove Emacs 20 stuff:
13815         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13816         (butlast, mapc, remove): Remove the compiler macros.
13817         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13818         of delq and copy-sequence.
13819         * gnus-art.el (popup-menu): Remove the compiler macro.
13820         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13821         Emacs 20.
13822
13823 2004-01-05  Simon Josefsson  <jas@extundo.com>
13824
13825         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13826         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13827         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13828         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13829         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13830         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13831         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13832         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13833         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13834         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13835         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13836         string-xor into ntlm-string-xor.  Suggested by
13837         Jesper Harder <harder@myrealbox.com>.
13838
13839         * ntlm.el: Don't include poem.
13840
13841         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13842         Jesper Harder <harder@myrealbox.com>.
13843
13844         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13845
13846         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13847         probably breaks emacs with DL patch, but do we care? Is anyone
13848         still using the DL stuff?)
13849
13850         * sieve-manage.el: Use the password package.
13851         (sieve-manage-read-passwd): Remove.
13852         (sieve-manage-interactive-login): Use password.  Re-add
13853         condition-case around loop.
13854
13855         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13856         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13857         the password package.
13858
13859 2003-02-19  Simon Josefsson  <jas@extundo.com>
13860
13861         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13862         token.
13863
13864 2002-08-07  Simon Josefsson  <jas@extundo.com>
13865
13866         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13867         (sieve-manage-authenticators):
13868         (sieve-manage-authenticator-alist): Add some SASL mechs.
13869         (sieve-sasl-auth): New function.
13870         (sieve-manage-cram-md5-auth):
13871         (sieve-manage-plain-auth): Rewrite using SASL library.
13872         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13873         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13874         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13875         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13876
13877 2004-01-05  Simon Josefsson  <jas@extundo.com>
13878
13879         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13880         New files.
13881
13882 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13883
13884         * gnus-group.el (gnus-no-groups-message): Update.
13885
13886         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13887
13888 2003-11-09  Simon Josefsson  <jas@extundo.com>
13889
13890         * imap.el: Support for ID IMAP extension (RFC 2971).
13891         (imap-local-variables): Add imap-id.
13892         (imap-id): New variable.
13893         (imap-id): New function.
13894         (imap-parse-response): Parse untagged ID response.
13895         * nnimap.el (nnimap-id): New variable.
13896         (nnimap-open-connection): Use it.
13897
13898 2003-12-28  Simon Josefsson  <jas@extundo.com>
13899
13900         * gnus-score.el (gnus-score-edit-all-score): New.
13901         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13902
13903 2004-01-04  Simon Josefsson  <jas@extundo.com>
13904
13905         * password.el: Add.
13906
13907 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13908
13909         * dns.el (dns-query-types): Fix typo.
13910         (dns-query-types): New function
13911         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
13912         PTR and SOA replies, see RFC 1035.
13913
13914 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13915
13916         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13917
13918         * Moved to Changelog.2.
13919
13920 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13921
13922         * gnus.el (gnus-version-number): Bump version.
13923
13924 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13925
13926         * gnus.el: No Gnus v0.1 is released.
13927
13928 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13929
13930         * gnus.el: No Gnus v0.0 is released.
13931
13932 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13933
13934         * gnus.el (gnus-version-number): Bump.
13935         (gnus-version): No.
13936
13937 See ChangeLog.2 for earlier changes.
13938
13939     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13940
13941   This file is part of GNU Emacs.
13942
13943   GNU Emacs is free software: you can redistribute it and/or modify
13944   it under the terms of the GNU General Public License as published by
13945   the Free Software Foundation, either version 3 of the License, or
13946   (at your option) any later version.
13947
13948   GNU Emacs is distributed in the hope that it will be useful,
13949   but WITHOUT ANY WARRANTY; without even the implied warranty of
13950   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13951   GNU General Public License for more details.
13952
13953   You should have received a copy of the GNU General Public License
13954   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13955
13956 ;; Local Variables:
13957 ;; coding: utf-8
13958 ;; fill-column: 79
13959 ;; add-log-time-zone-rule: t
13960 ;; End:
13961
13962 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4