(dns-set-servers): Renamed from dns-parse-resolv-conf. Call
[gnus] / lisp / ChangeLog
1 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4         nslookup if resolv.conf isn't available.
5         (dns-query): Rename from query-dns.
6         (dns-query-cached): Rename from query-dns-cached.
7
8 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12         to check if those variables exist (first appeared in Emacs 18.50).
13
14 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * mm-util.el (mm-line-number-at-pos): New function.
17
18         * spam-report.el (spam-report-process-queue): Use it.
19
20 2008-12-24  David Engster  <dengste@eml.cc>
21
22         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
23         parameters that haven't existed as variables as buffer-local variables.
24
25 2008-12-23  Dave Love  <fx@gnu.org>
26
27         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
28         cadar.
29
30         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
31         imap-starttls-p.
32         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
33
34 2008-12-22  Dave Love  <fx@gnu.org>
35
36         * imap.el: Fix author email.  Doc fixes.
37         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
38         reply.
39
40 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
41
42         * spam-report.el (spam-report-gmane-max-requests): New constant.
43         (spam-report-gmane-wait): New variable.
44         (spam-report-gmane-ham, spam-report-gmane-spam)
45         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
46         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
47         the server.
48
49         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
50         Add explanations.
51
52         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
53         nnheader-accept-process-output and nnheader-read-timeout if available.
54         (pop3-movemail): Use it.
55
56         * message.el (message-check-news-body-syntax): Fix signature check if
57         there's an attachment.
58
59 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * mm-util.el: Add comments to the mm- emulating functions.
62
63 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
64
65         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
66         by Stephen Berman <stephen.berman@gmx.net>.
67
68 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * mm-util.el (mm-substring-no-properties): New function.
71         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
72         (mm-special-display-p): Enable those lambda forms to be byte compiled.
73         (mm-string-to-multibyte): Doc fix.
74
75         * mml.el (mml-attach-file): Use mm-substring-no-properties.
76
77 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
78
79         * mml.el (mml-attach-file): Strip text properties from file name.
80         (Bug#1574)
81
82 2008-12-16  Glenn Morris  <rgm@gnu.org>
83
84         * mm-util.el (mm-charset-override-alist): Declare for compiler.
85
86 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
89         knows since the charset specified might be a bogus alias that
90         mm-charset-synonym-alist provides.
91
92 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
93
94         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
95         "ISO_8859-1".
96
97         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
98
99 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * mm-util.el (mm-charset-eval-alist):
102         Define it before mm-charset-to-coding-system.
103         (mm-charset-to-coding-system): Add optional argument `silent';
104         define it before mm-charset-override-alist.
105         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
106         default value if it can be used in Emacs currently running;
107         silence mm-charset-to-coding-system.
108
109 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
112         `allow-override' which says whether to use `mm-charset-override-alist'.
113         (rfc2047-decode-encoded-words): Use it.
114
115         * mm-util.el (mm-charset-override-alist): Fix custom type;
116         add `(gb2312 . gbk)' to choices.
117
118 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
121         fast.
122
123         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
124
125         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
126
127 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
128
129         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
130         on links.
131
132         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
133
134 2008-12-03  Lute Kamstra  <lute@gnu.org>
135
136         * sha1.el: Remove leading * from docstrings of defcustoms,
137         deffaces, defconsts and defuns.
138
139 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * message.el (message-idna-to-ascii-rhs-1): Protect against local
142         users' addresses that don't have domain parts.
143         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
144         rather than message-narrow-to-head since there will be the message
145         header separator.
146
147 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
148
149         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
150         since the result is inserted in a unibyte buffer anyway.
151         (nnimap-demule-use-string-to-multibyte): Remove.
152         (nnimap-demule): Alias it to mm-string-to-multibyte.
153
154 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
157         variable for debugging bug#464 and bug#1174.
158         (nnimap-demule): Use it.
159
160 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
161
162         * gnus-score.el (gnus-score-find-trace): Handle default score in total
163         score calculation correctly.
164
165 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
166
167         * message.el (message-send-mail): Just set the buffer to unibyte
168         rather than use mm-with-unibyte-current-buffer which does a lot more.
169         (message-send-mail-partially): Don't bother with
170         mm-with-unibyte-current-buffer since it's already been made unibyte by
171         message-send-mail.
172
173 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
176
177 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
180
181 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
184         require itself and to remove `with-no-warnings'.
185
186 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * starttls.el (starttls-any-program-available): Get the name of the
189         available TLS layer program.
190         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
191         well as the host name in the "opening" message.
192
193         * auth-source.el (auth-source-cache, auth-source-do-cache)
194         (auth-source-user-or-password): Cache passwords and logins by default,
195         allow override with `auth-source-do-cache'.
196         (auth-source-forget-user-or-password): Allow users to remove cache
197         entries if needed.
198
199 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
200
201         * md4.el (md4-buffer): Fix typo in docstring.
202         (md4, md4-64): Doc fixes.
203         (md4-pack-int32): Reflow docstring.
204
205 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * ietf-drums.el (ietf-drums-remove-comments): Localize second
208         condition-case to only the forward-sexp call.
209
210 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
213         quotes contained.  Make it more robust regardless by an extra
214         condition-case wrapper.
215
216 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * lpath.el: No need to fbind codepage-setup for Emacs 23.
219
220 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * nnml.el (nnml-request-expire-articles): Check if the function set to
223         `nnmail-expiry-target' returns the symbol `delete'.
224
225         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
226
227         * nnmail.el (nnmail-expiry-target): Fix custom type.
228
229 2008-10-02  Glenn Morris  <rgm@gnu.org>
230
231         * mm-util.el (mm-codepage-setup): Tweak codepage error.
232         Silence compiler warning.
233
234 2008-10-01  Magnus Henoch  <mange@freemail.hu>
235
236         * tls.el (open-tls-stream): Show the actual command being
237         executed, instead of the format string.
238
239 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * lpath.el: Fbind codepage-setup for Emacs 23.
242
243 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
244
245         * mml.el (mml-menu): Don't assume mml2015 is bound.
246
247 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
250         exists.
251
252 2008-09-27  Glenn Morris  <rgm@gnu.org>
253
254         * gnus-util.el (mail-header-remove-comments): Autoload it.
255
256 2008-09-27  Andreas Schwab  <schwab@suse.de>
257
258         * gnus-util.el (gnus-split-references): Strip comments.
259         (gnus-parent-id): Likewise.
260
261 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
262
263         * message.el (message-confirm-send): Fix version.
264
265 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * message.el (message-idna-to-ascii-rhs-1): Use
268         mail-extract-address-components rather than mail-header-parse-addresses
269         that is an alias by default to ietf-drums-parse-addresses that does not
270         support non-ASCII names in headers' contents.
271
272 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * message.el (message-confirm-send): Fixed variable documentation to
275         avoid the "y/n" wording.
276
277 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
278
279         * message.el (message-set-auto-save-file-name): Save to a different
280         filename so multiple messages (especially drafts) can be recovered.
281
282 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * message.el (message-confirm-send): Add appropriate version.
285
286 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
287
288         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
289         defvar.
290
291 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
292
293         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
294         (mm-pkcs7-enveloped-magic): Ditto.
295
296 2008-09-17  Simon Josefsson  <simon@josefsson.org>
297
298         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
299         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
300
301 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
302
303         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
304         default, it's better.
305
306 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
307
308         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
309         summary line gnus-number property and ignore them (with a warning
310         message).
311
312 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
315         macro caddr in the interactive form since it won't be expanded.
316
317 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
320         `charset'; fix name of function called recursively.
321         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
322
323 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
326         (gnus-mime-set-charset-parameters): New function.
327         (gnus-mime-view-part-as-charset): Use it to correctly display part
328         specifying wrong charset.
329
330 2008-09-08  David Engster  <dengste@eml.cc>
331
332         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
333         in completing-read for back end server.
334
335 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
336
337         * message.el (message-confirm-send): New variable to confirm sending a
338         message.
339         (message-send): Use it.
340
341 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
344
345 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
348
349 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
350
351         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
352         prevent tracking too many groups.
353         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
354         Use it.
355
356 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
357
358         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
359         moving point to the bottom of the window in order to avoid recentering.
360
361 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
364
365         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
366         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
367         (gnus-article-beginning-of-window): Fix calculation.
368
369 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * gnus-msg.el (gnus-summary-supersede-article)
372         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
373         value of gnus-newsgroup-charset to decode non-MIME encoded text in
374         message header.
375
376 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
377
378         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
379         pending output coming after the status change.
380
381 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
382
383         * message.el:
384         * gnus-start.el:
385         * gnus-registry.el: Remove VMS support.
386
387 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
390         macro.
391         (rfc2104-hash): Use it.
392
393 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
394
395         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
396         (gnus-summary-sort-by-most-recent-date): New commands.
397         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
398         and menu entries.
399
400 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
403         don't redisplay article for raw contents; remove plural articles stuff.
404
405         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
406         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
407         on gnus-summary-save-article; display results properly.
408
409 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * lpath.el: No need to fbind ns-focus-frame.
412
413 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
416
417 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * gnus-art.el (gnus-summary-save-in-pipe): Consider
420         gnus-save-all-headers.
421
422 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
423
424         * gnus-util.el (ns-focus-frame): Remove declaration.
425         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
426         like x.
427
428 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
429
430         * rfc2104.el (rfc2104-zero): Delete defconst.
431         (rfc2104-hex-alist): Likewise.
432         (rfc2104-hex-to-int): Delete func.
433         (rfc2104-hexstring-to-bitstring): Likewise.
434         (rfc2104-nybbles): New defconst.
435         (rfc2104-hash): Rewrite for speed.
436
437 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * tls.el (open-tls-stream): Make it work with the 2nd argument
440         BUFFER that is a string but does not exist as a buffer object, as
441         mentioned in the doc-string.
442
443 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
446         SXEmacs.
447
448 2008-07-16  Glenn Morris  <rgm@gnu.org>
449
450         * gnus-util.el (ns-focus-frame): Declare for compiler.
451
452 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
455         set as a group parameter.
456         (gnus-summary-save-in-pipe): Work when it is called independently.
457         (gnus-summary-pipe-to-muttprint): Don't modify
458         gnus-summary-pipe-output-default-command.
459
460 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * message.el (message-send-mail-with-sendmail):
463         Display the error message.
464
465 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-art.el (gnus-default-article-saver):
468         Add gnus-summary-save-in-pipe to choices.
469         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
470         gnus-summary-pipe-output-default-command as the default command.
471         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
472         instead of gnus-last-shell-command.
473
474         * gnus-sum.el (gnus-summary-pipe-output-default-command):
475         New user option.
476         (gnus-summary-muttprint-program): Mention the value will be changed.
477         (gnus-summary-save-article): Force showing of all headers.
478         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
479
480 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
481
482         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
483
484 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
485
486         * nnimap.el (nnimap-id):
487         * sieve-manage.el (sieve-manage-open): Doc fixes.
488
489 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
490
491         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
492         if available.
493
494 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
495
496         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
497
498         * nnkiboze.el (nnkiboze-generate-group):
499         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
500
501         * nnmairix.el: Require CL.
502
503 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * dgnushack.el: Autoload get-display-table and put-display-table for
506         XEmacs 21.5.
507
508         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
509         21.4 and SXEmacs.
510
511 2008-06-15  David Engster  <dengste@eml.cc>
512
513         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
514
515 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
516
517         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
518         New macros that expand to an `aset'/`aref' call under Emacs, and to a
519         runtime choice under XEmacs.
520
521         * gnus-sum.el (gnus-summary-set-display-table):
522         Use `gnus-put-display-table', `gnus-get-display-table',
523         `gnus-set-display-table' for the display table, instead of `aset'.
524
525         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
526         Use `gnus-put-display-table', `gnus-get-display-table',
527         `gnus-set-display-table' for the display table.
528
529 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
530
531         * nnmairix.el: Add autoloads.
532
533 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
534
535         * nnmairix.el (nnmairix-delete-recreate-group)
536         (nnmairix-update-and-clear-marks): Fix error messages.
537
538 2008-06-14  David Engster  <dengste@eml.cc>
539
540         * nnmairix.el: Upgrade to version 0.6.
541         (nnmairix-group-toggle-propmarks-this-group)
542         (nnmairix-group-toggle-readmarks-this-group)
543         (nnmairix-group-delete-recreate-this-group)
544         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
545         (nnmairix-remove-tick-mark-original-article): New commands.
546         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
547         (nnmairix-propagate-marks-to-nnmairix-groups)
548         (nnmairix-only-use-registry, nnmairix-allowfast-default)
549         (nnmairix-marks-cache, nnmairix-version-output): New variables.
550         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
551         functions needed for marks propagation and manipulation of read marks.
552         (nnmairix-update-groups): New function.
553         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
554         (nnmairix-determine-original-group-from-registry)
555         (nnmairix-determine-original-group-from-path)
556         (nnmairix-get-group-from-file-path, nnmairix-map-range)
557         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
558         New helper functions.
559         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
560         keystrokes for new commands.
561         (nnmairix-delete-and-create-on-change): Doc string cleanup.
562         (nnmairix-request-group): Check allow-fast group parameter.
563         (nnmairix-request-create-group): Set allow-fast group parameter if
564         nnmairix-allowfast-default is set.
565         (nnmairix-close-group): Propagate marks upon closing if needed.
566         (nnmairix-group-toggle-threads-this-group): Use new.
567         nnmairix-group-toggle-parameter helper function.
568         (nnmairix-search): Better check for empty search result.
569         (nnmairix-goto-original-article): Use new helper functions for
570         determining original article.
571         (nnmairix-show-original-article): Make sure message-id is in brackets.
572         (nnmairix-call-mairix-binary): Change variable name.
573         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
574         helper function.
575         (nnmairix-widget-toggle-activate): Fix doc string.
576
577 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * nnir.el: Require edmacro when compiling with XEmacs.
580         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
581         available in Emacs 21.
582
583 2008-06-11  Glenn Morris  <rgm@gnu.org>
584
585         * gnus-util.el (x-focus-frame):
586         * gnus.el (image-size):
587         * mm-decode.el (image-size): Declare.
588
589         * gnus-picon.el (declare-function): Add compat definition.
590         (image-size): Declare.
591
592         * gnus-group.el (tool-bar-map):
593         * gnus-sum.el (tool-bar-map): Define for compiler.
594
595         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
596
597         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
598
599         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
600         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
601         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
602         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
603         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
604         * sieve-manage.el, spam-report.el, spam.el:
605         Remove unnecessary eval-and-compile of autoloads.
606
607 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
608
609         * auth-source.el: Precise Tramp doc.
610
611 2008-06-07  Glenn Morris  <rgm@gnu.org>
612
613         * nnmairix.el: Remove unnecessary eval-when-compile.
614
615 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * lpath.el: Fbind propertize for XEmacs 21.4.
618
619 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
620
621         * nnir.el: Move here from ../contrib.
622
623 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
624
625         * gnus-util.el (gnus-read-shell-command): New function.
626         * mm-decode.el (mm-pipe-part):
627         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
628
629 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
632
633 2008-06-03  Glenn Morris  <rgm@gnu.org>
634
635        * pop3.el (nnheader-accept-process-output): Autoload it.
636
637 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
640         are not 2-digit hexadecimal characters that follow `%'s.
641
642 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
643
644         * message.el (message-bogus-recipient-p): Fix type in doc string.
645         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
646         (message-bogus-addresses): Rename from message-bogus-address-regexp.
647         Improve custom options.
648         (message-bogus-recipient-p): Adjust accordingly.
649
650 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
651
652         * parse-time.el (parse-time-months, parse-time-weekdays): Add
653         long-form month and day names.
654
655 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * dgnushack.el: Autoload debug, eudc-expand-inline and
658         pgg-snarf-keys-region for XEmacs.
659
660         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
661
662         * nnmairix.el: Require edmacro when compiling with XEmacs.
663
664 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
665
666         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
667         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
668
669 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
670
671         * auth-source.el: Add more docs.
672
673         * netrc.el (netrc-machine): Always match if the port is not given.
674
675 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * nnheader.el (nnheader-read-timeout): Change the default timeout from
678         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
679         retrieval faster in some cases, but might make CPU usage larger.  If
680         this has any bad side effects, we might revert this change.
681
682         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
683         seems to make mail retrieval much, much faster.
684         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
685         unconditionally.
686
687         * gnus-draft.el (gnus-group-send-queue): Bind
688         message-send-mail-partially-limit to nil to avoid being prompted.
689
690 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
691
692         * mml.el (mml-attach-buffer): Prompt for `disposition'.
693
694         * message.el (message-bogus-address-regexp): Fix and improve custom
695         type.
696         (message-setup-hook): Add message-check-recipients as custom option.
697
698 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
699
700         * message.el (message-cite-function): Remove bogus autoload which crept
701         in during merge from v5-10.
702
703 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
704
705         * nnimap.el (nnimap-open-connection): Fix login/password bug.
706
707         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
708
709         * auth-source.el: Preliminary Tramp docs.
710         (auth-sources): Change the default auth-sources to use
711         EPA .gpg files.
712
713 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * nntp.el: Autoload `auth-source-user-or-password'.
716         (nntp-send-authinfo): Use it.
717
718         * nnimap.el: Autoload `auth-source-user-or-password'.
719         (nnimap-open-connection): Use it.
720
721         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
722         for the gnus-message function.
723         (auth-source-user-or-password): Use it.
724
725 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
726
727         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
728         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
729         (rfc2104-hash): Use it.
730
731 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
732
733         * gnus-art.el (gnus-article-toggle-truncate-lines):
734         Don't use `iff' in docstring.
735
736 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
737
738         * gnus-registry.el: Adjusted copyright dates and added a keyword.
739
740         * gnus-util.el (gnus-extract-address-component-name)
741         (gnus-extract-address-component-email): Convenience functions around
742         `gnus-extract-address-components'.
743
744         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
745         Use `gnus-extract-address-component-email' to fix bug of comparing full
746         sender name to `user-mail-address'.
747
748 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
749
750         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
751         catch/throw to optimize.
752         (gnus-registry-find-keywords): Just use member to find a keyword.
753
754 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
755
756         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
757         is current before calling gnus-server-prepare.
758         (gnus-server-setup-buffer, gnus-server-update-server)
759         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
760
761 2008-05-04  Juri Linkov  <juri@jurta.org>
762
763         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
764         (mailcap-file-default-commands): Use mailcap-replace-in-string
765         instead of replace-regexp-in-string, and mailcap-delete-duplicates
766         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
767
768 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
769
770         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
771
772 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
773
774         * gnus.el: Bump version to 0.11
775
776 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
777
778         * gnus.el: No Gnus v0.10 is released.
779
780 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
783         hooks.
784         (gnus-update-read-articles): Speed up non-marks-using users.
785         (gnus-use-marks): Define gnus-use-marks.
786         (gnus-propagate-marks): Rename variable to something more sensible.
787
788 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
789
790         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
791         (gmm-image-load-path-for-library): Fix typos in docstrings.
792         (gmm-message): Reflow docstring.
793
794 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
795
796         * mail-source.el (mail-source-set-1, mail-source-bind):
797         Move auth-source code out of the macro to clean it up and fix bugs.
798
799 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
800
801         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
802         by sender if it's equal to user-mail-address, it's likely to be
803         useless.
804
805         * mail-source.el (mail-source-bind): Don't use user or password if they
806         are not bound.  Unintern them if they are nil.  Don't use server unless
807         it's bound, and default it to empty string otherwise.
808
809 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * mail-source.el: Load auth-source.el.
812         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
813         get user name or password, if auth-sources is set up.
814
815         * gnus-registry.el (gnus-registry-split-strategy): New variable for
816         strategy of splitting with parent.
817         (gnus-registry-split-fancy-with-parent)
818         (gnus-registry-post-process-groups): Use it and fix prior
819         bug (returning a list as the split result).
820
821         * auth-source.el (auth-sources): Remove server parameter.
822         (auth-source-pick, auth-source-user-or-password)
823         (auth-source-user-or-password-imap)
824         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
825         (auth-source-user-or-password-sftp)
826         (auth-source-user-or-password-smtp): Remove server parameter.
827
828 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
829
830         * smime.el (smime-sign-region, smime-encrypt-region)
831         (smime-decrypt-region):
832         Remove redundant calls to `generate-new-buffer-name'.
833
834 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
835
836         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
837         Don't use QP for message/rfc822.
838         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
839
840 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
841
842         * sieve-manage.el (sieve-string-bytes): Remove.
843         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
844         correct byte-length only if the process's coding-system is the same as
845         the one used internally by Emacs to represent strings.
846
847 2008-04-22  Juri Linkov  <juri@jurta.org>
848
849         * mailcap.el (mailcap-file-default-commands): New function.
850
851 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
852
853         * message.el (message-signature-separator, message-cite-function):
854         Change custom version.
855
856 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
857
858         * tls.el (tls-program): Add -ign_eof argument to call the openssl
859         commands.
860         (tls-checktrust): Ditto.
861
862 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
863
864         * mm-decode.el (mm-display-external): Make temp file read-only.
865
866 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
869         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
870         `C-c C-f d'.
871
872 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
873
874         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
875
876 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
877
878         * gnus.el: Bump version to 0.9.
879
880 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
881
882         * gnus.el: No Gnus v0.8 is released.
883
884 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
885
886         * mail-source.el (mail-source-value):
887         Prefer fboundp to functionp so it works with macros as well.
888
889 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
890
891         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
892         Fix last change in case the element is not even a symbol.
893
894 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
895
896         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
897         Prefer fboundp to functionp so it works with macros as well.
898
899 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * auth-source.el: Added docs.
902         (auth-sources): Modify format to support server.
903         (auth-source-pick, auth-source-user-or-password)
904         (auth-source-user-or-password-imap)
905         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
906         (auth-source-user-or-password-sftp)
907         (auth-source-user-or-password-smtp): Add server parameter.
908
909 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * gnus-registry.el: Initialize the registry when gnus-registry-install
912         is t.
913
914 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * compface.el (uncompface): Make buffer unibyte.
917
918 2008-04-05  Glenn Morris  <rgm@gnu.org>
919
920         * gnus-ems.el (mm-disable-multibyte): Autoload it.
921
922 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
923
924         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
925         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
926
927         * nnheader.el (nnheader-init-server-buffer): Change buffer's
928         multibyteness after rather than before erasing it.
929
930         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
931         mm-with-multibyte.
932         (gnus-request-article-this-buffer): Make sure the proper decoding is
933         used if gnus-original-article-buffer happens to be unibyte.
934
935         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
936         default-enable-multibyte-characters.
937
938         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
939         default-enable-multibyte-characters.
940
941         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
942
943         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
944
945 2008-04-02  Simon Josefsson  <simon@josefsson.org>
946
947         * imap.el (imap-enable-exchange-bug-workaround): New variable.
948         (imap-message-copyuid-1): Use it.
949         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
950         J. Williams in
951         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
952
953         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
954         imap-enable-exchange-bug-workaround.
955         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
956
957 2008-04-01  Simon Josefsson  <simon@josefsson.org>
958
959         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
960         a 100 byte status-checks into a 2-3MB transfer for each group.
961         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
962         to enable bug workaround or not.
963         (nnimap-find-minmax-uid): Only enable workaround conditionally.
964
965 2008-03-31  Glenn Morris  <rgm@gnu.org>
966
967         * message.el (mml2015-use): Declare for compiler.
968         (message-info): Require mml2015 when appropriate.
969
970 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * Makefile.in (EMACS_COMP): Quote directory name that might contain
973         whitespace.
974
975 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
976
977         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
978         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
979         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
980         (nntp-service-to-port): New function.
981         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
982         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
983         (nntp-open-netcat-stream): New function.
984         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
985
986 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
987
988         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
989
990 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
991
992         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
993
994 2008-03-28  Magnus Henoch  <mange@freemail.hu>
995
996         * dns.el (dns-write): Use set-buffer-multibyte.
997
998 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
999
1000         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1001
1002 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1003
1004         * message.el (message-signature-separator): Change default.
1005         Improve custom type.
1006         (message-cite-function): Change default to
1007         message-cite-original-without-signature.
1008
1009         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1010         toggle.
1011
1012         * message.el (message-check-news-body-syntax): Fix signature check.
1013         (message-setup-1): Mark buffer as unmodified _after_ running
1014         message-setup-hook and handling message-alternative-emails.
1015         (message-shorten-references): Be more strict when building list of
1016         valid references to comply with GNKSA.
1017
1018         * gnus-group.el (gnus-read-ephemeral-bug-group)
1019         (gnus-read-ephemeral-debian-bug-group)
1020         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1021
1022         * message.el (message-info): Don't use booleanp which isn't supported
1023         in Emacs 21 and XEmacs.
1024
1025 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1026
1027         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1028         gnus-group-gmane-group-download-format.
1029         (gnus-group-read-ephemeral-gmane-group): Rename from
1030         gnus-group-read-ephemeral-gmane-group.
1031         (gnus-read-ephemeral-gmane-group-url): Rename from
1032         gnus-group-read-ephemeral-gmane-group-url.
1033         (gnus-bug-group-download-format-alist): New variable.
1034         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1035         (gnus-read-ephemeral-emacs-bug-group): New commands.
1036
1037 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1040         (gnus-visible-headers): Improve custom type.
1041
1042 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1043
1044         * mml.el (mml-menu): Add workarounds for XEmacs.
1045
1046         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1047         X-Boundary header.
1048
1049         * message.el (message-simplify-recipients): Fix previous commit.
1050
1051 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1052
1053         * mm-util.el (mm-set-buffer-multibyte): New function.
1054         * mm-decode.el (mm-copy-to-buffer): Use it.
1055
1056 2008-03-19  Glenn Morris  <rgm@gnu.org>
1057
1058         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1059         Accidentally removed in the sync process with Emacs.
1060
1061 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1062
1063         * message.el (message-alter-recipients-discard-bogus-full-name):
1064         New function.
1065         (message-alter-recipients-function): New variable.
1066         (message-get-reply-headers): Use it.
1067         (message-replace-header): New helper function.
1068         (message-recipients-without-full-name): New variable.
1069         (message-simplify-recipients): New command.
1070
1071         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1072
1073         * message.el (message-info): Handle EasyPG manual.
1074
1075         * mml.el (mml-menu): Add entry for EasyPG.
1076
1077 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1078
1079         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1080         parameter.
1081
1082         * message.el (message-disassociate-draft): Specify drafts group name
1083         fully.
1084
1085 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1088         unnecessary duplicates from the match list.
1089
1090 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1093
1094         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1095
1096         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1097         args of `how-many' of which the XEmacs version doesn't take; declare
1098         Info-index-next as function.
1099
1100 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1101
1102         * gnus-score.el (gnus-score-headers): Fix handling of
1103         gnus-inhibit-slow-scoring.
1104
1105         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1106         string.
1107         (gnus-button-url-regexp): Improve handling of parenthesis.
1108         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1109         (gnus-button-handle-info-keystrokes): Handle index entries.
1110
1111 2008-03-15  Glenn Morris  <rgm@gnu.org>
1112
1113         * parse-time.el (parse-time-string): Simplify.
1114
1115 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1118         Incoming* files.
1119
1120 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1121
1122         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1123         (auth-source-pick): Use it.
1124
1125 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1126
1127         * binhex.el (binhex-decode-region-internal):
1128         * uudecode.el (uudecode-decode-region-internal):
1129         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1130         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1131         setting default-enable-multibyte-characters.
1132
1133 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1134
1135         * auth-source.el (auth-source-protocols)
1136         (auth-source-protocols-customize, auth-source-choices): Added and
1137         modified variable customizations and defaults.
1138         (auth-source-pick, auth-source-user-or-password)
1139         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1140         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1141         (auth-source-user-or-password-sftp)
1142         (auth-source-user-or-password-smtp): Use new variables and provide an
1143         interface to netrc.el.
1144
1145 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1148         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1149         Make sure the nntp port to specify is a string.
1150
1151 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1152
1153         * nntp.el: Use with-current-buffer.
1154         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1155         dubious mm-with-unibyte-current-buffer.
1156         (nntp-with-open-group-function): New function extracted from
1157         nntp-with-open-group macro.
1158         (nntp-with-open-group): Use the function, so it's easier to debug.
1159         Add indentation and debugging info.
1160         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1161         the use of the netcat alternatives.
1162
1163         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1164         Avoid mm-string-as-multibyte as well.
1165
1166         * nnweb.el (nnweb-insert-html):
1167         Remove use of nnheader-string-as-multibyte.
1168
1169         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1170         (nnheader-string-as-multibyte): Remove.
1171
1172         * mm-view.el: Use inhibit-read-only.
1173         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1174         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1175         or unibyte-string.
1176
1177         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1178         (mm-uu-yenc-extract): Use with-current-buffer.
1179
1180         * gnus-soup.el (gnus-soup-send-packet): Don't use
1181         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1182
1183         * nnmh.el: Use with-current-buffer.
1184         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1185         mm-string-as-multibyte on the output of mm-encode-coding-string.
1186
1187         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1188         (nnimap-request-move-article): Use with-current-buffer.
1189
1190         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1191         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1192         conversion uses string-make-unibyte rather than string-as-unibyte.
1193
1194         * gnus-msg.el: Use with-current-buffer.
1195
1196         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1197
1198 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1199
1200         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1201         string for caching if it is 'PIN.
1202
1203 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * lpath.el: Consider the case without Emacs/W3.
1206
1207 2008-03-08  Glenn Morris  <rgm@gnu.org>
1208
1209         * time-date.el (date-to-time, time-subtract, time-add)
1210         (safe-date-to-time): Doc fixes.
1211
1212 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1213
1214         * mail-source.el (mail-source-delete-old-incoming-confirm):
1215         Change default to nil.
1216         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1217
1218 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * lpath.el: Rearrange.
1221
1222         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1223         (gnus-article-goto-prev-page): Work for articles having ^L's.
1224
1225         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1226
1227         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1228
1229 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1230
1231         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1232         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1233         (gnus-bookmark-jump): Adjust some variable names.
1234
1235 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * auth-source.el: New package.
1238         (auth-source-choices): Add customization entry point variable.
1239
1240         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1241         bug.
1242
1243 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1244
1245         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1246         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1247         (gnus-registry-install-shortcuts): Rename from
1248         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1249         the `gnus-registry-mark-map' keymap dynamically from
1250         `gnus-registry-marks'.  The generated functions update the summary line
1251         when a registry mark is added or deleted, and will call
1252         `gnus-registry-install-p' (see the comments in the code).
1253         (gnus-registry-user-format-function-M): Use concat intelligently.
1254
1255         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1256         the registry mark functions.
1257
1258 2008-03-05  Glenn Morris  <rgm@gnu.org>
1259
1260         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1261         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1262         gnus-art.
1263         (top-level): No need to load own source when compiling.
1264
1265 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1266
1267         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1268         Suggested by <chris.anderton@zetnet.co.uk>.
1269
1270 2008-03-04  Glenn Morris  <rgm@gnu.org>
1271
1272         * gnus-sum.el (top-level): No need to require gnus when compiling,
1273         since unconditionally required near start of file.
1274         (gnus-summary-display-while-building): Move definition before use.
1275
1276 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1277
1278         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1279         formatting function.
1280
1281 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1282
1283         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1284         with plists.
1285         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1286         Use new format.
1287
1288 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1291         `where-is-internal' that returns a range of key sequences.
1292
1293 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1294
1295         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1296
1297         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1298         (gnus-summary-jump-to-group): Consider windows on other displayed
1299         frames as well.  Similar changes might be needed elsewhere, but that's
1300         the one I've bumped into during my use.
1301
1302         * nndoc.el (nndoc-oe-dbx-type-p):
1303         * gnus-msg.el (gnus-debug):
1304         * gnus-group.el (gnus-update-group-mark-positions):
1305         Use mm-string-to-multibyte.
1306
1307 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1308
1309         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1310         doesn't handle NotDashEscaped.
1311
1312         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1313         (mml-dnd-attach-options): Fix typo in custom choice.
1314
1315         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1316         nndoc-article-type to mbox.
1317         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1318
1319         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1320         to nil, instead of html2text.
1321
1322         * imap.el (imap-debug): Add `imap-ping-server'.
1323
1324         * gnus-bookmark.el: Add FIXMEs.
1325
1326         * message.el (message-form-letter-separator)
1327         (message-send-form-letter-delay): New variables.
1328         (message-send-form-letter): Use them.  New command to send form
1329         letters.  Requested by Uwe Siart.
1330         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1331
1332 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1333
1334         * Update copyright years.
1335
1336 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1337
1338         Sync from EMACS_22_BASE.
1339
1340         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1341
1342 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1343
1344         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1345         empty author.
1346
1347 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1348
1349         * gnus-registry.el (gnus-registry-marks): Add variable for
1350         customization of marks and their appearance.
1351         (gnus-registry-read-mark): Use it.
1352         (gnus-registry-do-marks): Add utility function to loop through
1353         `gnus-registry-marks'.
1354         (gnus-registry-install-shortcuts-and-menus): Add function to install
1355         shortcuts and menus.
1356         (gnus-registry-initialize): Use it.
1357         (gnus-registry-default-mark): Clarify documentation.
1358
1359 2008-02-29  Glenn Morris  <rgm@gnu.org>
1360
1361         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1362         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1363         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1364         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1365         Change defcustom :version from 23.0 to 23.1.
1366
1367 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-registry.el (gnus-registry-follow-group-p)
1370         (gnus-registry-post-process-groups): Add functions to aid registry
1371         splitting and improve logging.  Clarify behavior in function
1372         documentation.
1373         (gnus-registry-split-fancy-with-parent): Use them.
1374
1375 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1376
1377         * gnus-art.el: Use with-current-buffer.
1378
1379 2008-02-27  David Engster  <dengste@eml.cc>
1380
1381         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1382         Express real group name in the response.
1383
1384 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1387         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1388         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1389         autoload gnus-registry-fetch-group when compiling.
1390         (nnmairix-request-group-with-article-number-correction): Remove
1391         unreferenced argument passed to nnmairix-call-backend.
1392
1393 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1394
1395         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1396         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1397         Wilde.
1398
1399 2008-02-27  Glenn Morris  <rgm@gnu.org>
1400
1401         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1402         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1403         variables to defconsts.  Convert comments to doc-strings.
1404         (nnmairix-last-server, nnmairix-current-server): Convert from free
1405         variables to defvars.  Convert comments to doc-strings.
1406         (gnus-registry-fetch-group): Autoload.
1407         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1408         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1409         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1410         caddr.
1411         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1412         nnmairix-request-group-with-article-number-correction call.
1413         (nnmairix-fast, nnmairix-group): New, less general names, for free
1414         variables passed from nnmairix-request-group to
1415         nnmairix-request-group-with-article-number-correction.  Declare.
1416         (nnmairix-request-group-with-article-number-correction):
1417         Use nnmairix-fast, nnmairix-group rather than fast, group.
1418
1419 2008-02-26  David Engster  <dengste@eml.cc>
1420
1421         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1422         version 0.5.
1423
1424 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1427         instead of making an extra function call.  Don't add the current group
1428         to articles only when they have the group.  Use
1429         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1430         Reported by David <de_bb@arcor.de>.
1431
1432 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1435         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1436
1437 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1438
1439         * mail-source.el (mail-source-delete-incoming): Change default.
1440         Supplement doc string.
1441
1442         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1443
1444 2008-02-14  Glenn Morris  <rgm@gnu.org>
1445
1446         * time-date.el (format-seconds): New function.
1447
1448 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1449
1450         * nnmail.el (nnmail-message-id-cache-file): Derive from
1451         `gnus-home-directory'.
1452
1453 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1454
1455         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1456         Document negative prefix.
1457
1458         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1459
1460 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * message.el (message-unsent-separator): Add the Exim bounce
1463         separator.
1464
1465 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1466
1467         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1468         list.
1469         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1470         recipient/signer list.
1471
1472 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * Makefile.in (datarootdir): Define.
1475         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1476         name that might contain whitespace.
1477
1478 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1479
1480         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1481         fbound (Emacs 23 unicode), signal an error.
1482
1483 2008-02-08  Glenn Morris  <rgm@gnu.org>
1484
1485         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1486
1487 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1488
1489         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1490         ports to the calls to `netrc-machine-user-or-password' in addition to
1491         "imap" and "imaps".
1492
1493 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1494
1495         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1496
1497         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1498
1499 2008-02-01  Kenichi Handa  <handa@m17n.org>
1500
1501         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1502         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1503         (rfc2104-hash): Convert the result of concat to unibyte string.
1504
1505 2008-02-01  Dave Love  <fx@gnu.org>
1506
1507         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1508         coding-system-for-read.
1509         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1510
1511 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1512
1513         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1514         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1515         <hanche@math.ntnu.no>.
1516
1517 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1520
1521         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1522
1523 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1524
1525         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1526         * message.el (message-beginning-of-line): Use featurep instead of bound
1527         tests in order to resolve conditionals at compile time.
1528
1529 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1530
1531         * mail-source.el (mail-sources): Add `group' choice.
1532
1533         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1534         parameter `in-group' to control into which group the articles go.
1535         Add treatment of `group' mail-source.
1536
1537 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1540
1541         * mm-decode.el (mm-dissect-buffer): Decode description.
1542
1543         * mml.el (mml-to-mime): Encode message header first.
1544
1545 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1548         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1549
1550         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1551         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1552
1553 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1554
1555         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1556
1557 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1560         prefix keys.
1561         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1562         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1563         gnus-xmas.el.
1564
1565         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1566         (gnus-xmas-article-describe-bindings): New function.
1567         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1568         gnus-xmas-article-describe-bindings.
1569
1570         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1571
1572 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1573
1574         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1575         Add new variables for article mark management.
1576         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1577         list of extra data entries which, when present, will indicate that the
1578         article ID should not be trimmed from the registry.
1579         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1580         functions.
1581         (gnus-registry-read-mark): New function to read a mark name from the
1582         user.
1583         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1584         (gnus-registry-set-article-mark-internal): New functions to add and
1585         remove marks.
1586         (gnus-registry-get-article-marks): New function to show the marks for
1587         an article, or retrieve them for further use.
1588
1589 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1592         keys when no argument is given.
1593
1594 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * imap.el (imap-ping-server): New variable.
1597         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1598         (imap-ping-server): Minor doc string fixes.
1599
1600 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1601
1602         * imap.el (imap-ping-server): New function.
1603         (imap-opened): Call imap-ping-server.
1604
1605 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * gnus-sum.el (gnus-article-sort-by-random)
1608         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1609         jidanni@jidanni.org.
1610
1611 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-art.el (gnus-article-describe-bindings): New function.
1614         (gnus-article-read-summary-keys): Use it.
1615         (gnus-article-mode-map): Bind `C-h b' to it.
1616
1617 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1620         XEmacs.
1621         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1622         against non-character events.
1623
1624         * lpath.el: Fbind map-keymap for Emacs 21.
1625
1626 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1627
1628         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1629         command.
1630         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1631         instead of END.  Change name of the temp file.
1632         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1633         customizable.
1634
1635 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1638         bind `S W' to gnus-article-wide-reply-with-original; set default
1639         binding to gnus-article-read-summary-send-keys.
1640         (gnus-article-read-summary-keys): Fix the order of keys; display
1641         continuation keys correctly in the echo area; describe bindings
1642         correctly when keys end with `C-h'.
1643         (gnus-article-read-summary-send-keys): New function.
1644         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1645         for gnus-article-read-summary-send-keys; display continuation keys
1646         correctly in the echo area.
1647         (gnus-article-reply-with-original): Ignore prefix argument.
1648         (gnus-article-wide-reply-with-original): New function.
1649
1650         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1651         Emacs 21.
1652
1653 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1656         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1657
1658 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1659
1660         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1661         (gnus-group-read-ephemeral-gmane-group): New command.
1662
1663 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1664
1665         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1666
1667 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1668
1669         * message.el (message-send-mail-function): Increase custom version.
1670
1671         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1672         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1673
1674 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1675
1676         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1677         for the cases where imap-authenticate is called with a nil buffer
1678         parameter.
1679
1680 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1683         html parts correctly; support forwarded messages.
1684         (gnus-article-browse-html-article): Remove work buffers.
1685
1686         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1687         compiling.
1688         (netrc-bound-and-true-p): New macro.
1689         (netrc-parse): Use it instead of bound-and-true-p that is not available
1690         in XEmacs 21.4.
1691
1692 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * gnus-registry.el (gnus-registry-mark-article)
1695         (gnus-registry-article-marks): Add functionality to mark articles
1696         through the Gnus registry.
1697
1698         * encrypt.el: Clarify documentation for the new pgg method.
1699         (encrypt-file-alist): Add PGG option.
1700         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1701         functionality.  Abstract password key and messaging to external
1702         functions.
1703         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1704         (encrypt-message-method-and-cipher): Add new convenience external
1705         functions.
1706         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1707         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1708
1709         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1710         (netrc-parse): Use encrypt-file-alist to determine if
1711         encrypt-find-model or encrypt-insert-file-contents should be used.
1712
1713         * encrypt.el: Clarify documentation.  Load password-cache or
1714         password, whichever one is found first, instead of autoloading.
1715
1716 2007-12-19  Glenn Morris  <rgm@gnu.org>
1717
1718         * mml.el (message-options-set, message-narrow-to-head)
1719         (message-in-body-p, message-mail-p, message-encode-message-body):
1720         Autoload.
1721         (message-remove-header, message-narrow-to-headers-or-head)
1722         (message-subscribed-p, message-make-mail-followup-to)
1723         (message-position-on-field, message-news-p)
1724         (message-options-set-recipient, message-generate-headers)
1725         (message-sort-headers): Declare as functions.
1726
1727 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1728
1729         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1730         convention in doc string.
1731
1732 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1735         title to html parts.
1736         (gnus-article-browse-html-article): Pass message header to it.
1737
1738         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1739
1740 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1743         or password compatible with XEmacs.
1744
1745 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1748         format document.
1749         (gnus-mime-delete-part): Don't write description line if empty.
1750         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1751
1752 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1753
1754         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1755         (gnus-summary-mark-read-and-unread-as-read)
1756         (gnus-summary-mark-current-read-and-unread-as-read)
1757         (gnus-summary-mark-unread-as-ticked): Doc fix.
1758         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1759
1760 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1761
1762         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1763         Christoph Conrad <christoph.conrad@gmx.de>.
1764
1765 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1766
1767         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1768         yes-or-no-p.
1769
1770 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * mm-decode.el (mm-add-meta-html-tag): New function.
1773         (mm-save-part-to-file, mm-pipe-part): Use it.
1774
1775         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1776         gnus-y-or-n-p instead of y-or-n-p.
1777         (gnus-article-browse-html-parts): Work with message/external-body; use
1778         mm-add-meta-html-tag.
1779
1780 2007-12-11  Glenn Morris  <rgm@gnu.org>
1781
1782         * gnus-cache.el: Require gnus-sum not just when compiling.
1783
1784         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1785
1786         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1787         definitions before use.
1788
1789         * mm-decode.el: Require gnus-util.
1790         (mm-remove-part): Only call delete-annotation on XEmacs.
1791
1792         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1793
1794         * nnmail.el: Require gnus-int.
1795
1796         * spam.el: Move `require's before `eval-when-compile's.
1797
1798         * gnus-ems.el (gnus-alive-p):
1799         * gnus-fun.el (message-goto-eoh):
1800         * gnus-util.el (gnus-group-name-decode):
1801         * mail-source.el (gnus-compress-sequence):
1802         * message.el (Info-goto-node, format-spec):
1803         * mm-bodies.el (message-options-get):
1804         * mm-decode.el (mm-view-pkcs7):
1805         * mm-util.el (gmm-write-region):
1806         * mml-smime.el (mml-compute-boundary)
1807         (gnus-completing-read-with-default):
1808         * mml.el (widget-button-press, gnus-make-hashtable):
1809         * mml1991.el (mm-decode-content-transfer-encoding)
1810         (mm-encode-content-transfer-encoding)
1811         (message-options-get, message-options-set):
1812         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1813         * nnfolder.el (gnus-request-group):
1814         * nnheader.el (ietf-drums-unfold-fws):
1815         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1816         * smime.el (gnus-run-mode-hooks):
1817         * spam-stat.el (gnus-message): Autoload.
1818
1819         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1820         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1821         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1822         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1823         Add declare-function compatibility definition.
1824
1825         * gnus-cache.el (nnvirtual-find-group-art):
1826         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1827         (gnus-add-image, gnus-add-wash-type):
1828         * gnus-group.el (nnkiboze-score-file):
1829         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1830         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1831         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1832         (message-tokenize-header, gnus-get-buffer-create)
1833         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1834         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1835         * gnus.el (gnus-group-decoded-name):
1836         * mail-source.el (imap-capability):
1837         * mm-bodies.el (message-options-set):
1838         * mm-decode.el (gnus-configure-windows):
1839         * mm-extern.el (message-goto-body):
1840         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1841         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1842         (epg-sub-key-validity, message-options-set):
1843         * mml.el (widget-event-point, gnus-configure-windows):
1844         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1845         * mml2015.el (epg-check-configuration, epg-configuration)
1846         (message-options-set):
1847         * nndb.el (nndb-request-article):
1848         * nnfolder.el (gnus-request-create-group):
1849         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1850         * nnmaildir.el (gnus-group-mark-article-read):
1851         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1852         * rfc1843.el (message-fetch-field):
1853         * spam.el (gnus-extract-address-components):
1854         Declare as functions.
1855
1856 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1859
1860         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1861
1862         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1863         bind show-trailing-whitespace for XEmacs.
1864
1865 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1866
1867         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1868         new no-op macro for backward compatibility.
1869
1870         * imap.el (imap-string-to-integer): New function.
1871
1872 2007-12-09  Glenn Morris  <rgm@gnu.org>
1873
1874         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1875
1876         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1877         * message.el, mm-view.el, sieve-manage.el, smime.el:
1878         Add declare-function compatibility definition.
1879
1880         * gnus-art.el (w3-region, w3m-region, Info-menu):
1881         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1882         * gnus-sum.el (gnus-get-predicate):
1883         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1884         * message.el (mail-abbrev-in-expansion-header-p):
1885         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1886         (w3m-detect-meta-charset, w3m-region):
1887         * sieve-manage.el (password-read, password-cache-add)
1888         (password-cache-remove):
1889         * smime.el (password-read-and-add): Declare as functions.
1890
1891 2007-12-08  David Kastrup  <dak@gnu.org>
1892
1893         * gnus-sum.el (gnus-summary-simplify-subject-query):
1894         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1895         `message'.
1896
1897 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1900         it to bind idna-program, installation-directory, defined-colors, and
1901         face-attribute for XEmacs of the version that compiles defcustom forms.
1902
1903 2007-12-07  Glenn Morris  <rgm@gnu.org>
1904
1905         * gnus-art.el (article-make-date-line): Revert previous change.
1906
1907 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1908
1909         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1910
1911 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1912
1913         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1914         Call gnus-add-to-range ranges only once with a prepared article-list.
1915
1916 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1917
1918         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1919         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1920         group names with backslashes.  Reported by Tassilo Horn
1921         <tassilo@member.fsf.org>.
1922
1923 2007-12-06  Deepak Goel  <deego3@gmail.com>
1924
1925         * gnus-art.el (article-make-date-line):
1926         * gnus-start.el (gnus-load):
1927         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1928
1929 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * gnus-art.el (gnus-use-idna)
1932         * gnus-start.el (gnus-site-init-file)
1933         * message.el (message-use-idna)
1934         * mm-uu.el (mm-uu-hide-markers)
1935         * smiley.el (smiley-style): Revert changes that suppress warnings.
1936
1937 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1940         specify charset to html source.  Reported by Christoph Conrad
1941         <christoph.conrad@gmx.de>.
1942
1943 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1946         idna-program in order to suppress byte compile warning issued by XEmacs
1947         that came to byte compile the default value section of defcustom forms
1948         recently.
1949
1950         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1951         value of installation-directory.
1952
1953         * message.el (message-use-idna): Don't directly refer to the value of
1954         idna-program.
1955
1956         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1957
1958         * smiley.el (smiley-style): Don't directly call face-attribute.
1959
1960 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1961
1962         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1963
1964         * gnus-dired.el: Reduce Gnus dependencies.
1965         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1966         require.  Use autoloads instead.
1967         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1968         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1969         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1970         (gnus-dired-mode): Adjust doc string.
1971         (gnus-dired-mail-mode): New variable.
1972         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1973         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1974         (gnus-dired-mail-buffers): New function.  Return mail or message
1975         composition buffers.
1976         (gnus-dired-attach): Use it.
1977         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1978         NO-DECODE.
1979         (gnus-dired-print): Use `gnus-print-buffer' depending on
1980         `gnus-dired-mail-mode'.
1981
1982 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * rfc2047.el (rfc2047-encoded-word-regexp)
1985         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1986         explaining what regexp patterns are for.
1987
1988 2007-12-04  Glenn Morris  <rgm@gnu.org>
1989
1990         * password.el: Move to password-cache.el.
1991
1992         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1993         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1994         * mml-smime.el (password-read, password-cache-add)
1995         (password-cache-remove):
1996         No need to autoload, since mml-sec requires password.
1997
1998         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1999         * message.el (gnus-extract-address-components):
2000         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2001
2002         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2003         password.
2004
2005 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2006
2007         * mailcap.el: Reduce dependencies.
2008         (mail-header-parse-content-type): Autoload.
2009         (mailcap-delete-duplicates): New alias.
2010         (mailcap-mime-info): Add optional argument NO-DECODE.
2011         (mailcap-mime-types): Use mailcap-delete-duplicates.
2012
2013         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2014
2015 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2016
2017         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2018         (imap-parse-status): Upcase status-att for servers that sends them
2019         lower-case (e.g., MS Exchange 2007).
2020
2021 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2024         function.
2025
2026         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2027         (gnus-uu-yenc-article): New function.
2028
2029         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2030
2031         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2032         buffer.
2033
2034 2007-12-02  Glenn Morris  <rgm@gnu.org>
2035
2036         * binhex.el (binhex): New custom group.
2037         (binhex-decoder-program, binhex-decoder-switches)
2038         (binhex-use-external): Move to the binhex custom group.
2039
2040         * uudecode.el (uudecode): New custom group.
2041         (uudecode-decoder-program, uudecode-decoder-switches)
2042         (uudecode-use-external): Move to the uudecode custom group.
2043
2044         * netrc.el (top-level): Don't load `encrypt' features.
2045         (netrc-parse): Don't use encrypt.
2046         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2047
2048         * encrypt.el: Remove file.
2049
2050 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2053         matches on patches.
2054
2055         * gnus-art.el (gnus-article-browse-html-article): Mention
2056         `mm-text-html-renderer' in the doc string.
2057
2058         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2059         string.  Add comments.
2060
2061         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2062         if rhs is ASCII.
2063
2064 2007-12-01  Glenn Morris  <rgm@gnu.org>
2065
2066         * mail-source.el (top-level): Require format-spec before
2067         eval-when-compile.
2068
2069 2007-11-30  Glenn Morris  <rgm@gnu.org>
2070
2071         * encrypt.el: Require password, rather than autoloading password-read.
2072
2073 2007-11-29  Glenn Morris  <rgm@gnu.org>
2074
2075         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2076         (sasl-make-client, sasl-next-step, sasl-step-data)
2077         (sasl-step-set-data): Declare as functions.
2078
2079 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2080
2081         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2082
2083 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2084
2085         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2086         certs should be verified and what is to be done in the event of a
2087         verification failure.
2088
2089         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2090         caller can indicate whether the cache should be disregarded for this
2091         call.  This way the result of the call is reproducible at all times and
2092         can be considered a canonical server name for the supplied method.
2093         (gnus-agent-method-p): Canonicalize server names by pushing their
2094         method through `gnus-method-to-server' using the no-cache argument.
2095
2096         * gnus-srvr.el (gnus-server-insert-server-line): Call
2097         `gnus-method-to-server' with `no-cache' argument.
2098
2099         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2100         gnus-agent-possibly-synchronize-flags as this should be called when the
2101         server is actually being opened.
2102         (gnus-agent-possibly-synchronize-flags)
2103         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2104         flags file of an agentized server to the latter function.
2105
2106         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2107         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2108         after a connection has been established successfully.
2109
2110 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-art.el (article-display-face): Force to display face if called
2113         interactively; check if gnus-article-x-face-too-ugly matches author.
2114         (article-display-x-face): Display face even if From header is missing
2115         as article-display-face does.
2116
2117 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2118
2119         * hashcash.el (message-narrow-to-headers-or-head)
2120         (message-fetch-field, message-goto-eoh)
2121         (message-narrow-to-headers): Declare as functions.
2122
2123 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2124
2125         * mail-source.el (mail-sources): Default to fetch from file for
2126         compatibility with default of nnmail-spool-file.
2127
2128 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2131         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2132         to look for encoded word that should be encoded again.
2133         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2134         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2135         encoding pattern.
2136         (rfc2047-decode-region): Switch strict regexp and loose one according
2137         to rfc2047-allow-irregular-q-encoded-words.
2138
2139 2007-11-25  Romain Francoise  <romain@orebokech.com>
2140
2141         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2142
2143 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2144
2145         * tls.el (tls-program): Provide more custom choices from
2146         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2147         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2148
2149 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2150
2151         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2152         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2153
2154         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2155         `nnmail-spool-file'.
2156
2157         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2158         `nnmail-spool-file'.
2159
2160         * gnus-move.el (gnus-change-server): Ditto.
2161
2162         * gnus-kill.el (gnus-batch-score): Ditto.
2163
2164         * gnus-cache.el (gnus-jog-cache): Ditto.
2165
2166         * gnus-msg.el (gnus-summary-reply):
2167         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2168
2169 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2170
2171         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2172         version.  Minor improvement to doc strings.
2173         (tls-program): Add comment.
2174
2175 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2176
2177         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2178         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2179         mismatch between the hostname provided in the certificate and the name
2180         of the host connnecting to.
2181         (open-tls-stream): Use them.  Check certificates against trusted root
2182         certificates.
2183
2184 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * gnus-cache.el (gnus-cache-generate-nov-databases):
2187         Use nnml-generate-nov-databases-directory instead of
2188         nnml-generate-nov-databases-1.
2189
2190 2007-11-24  Glenn Morris  <rgm@gnu.org>
2191
2192         * message.el (message-tool-bar-retro): Update for rename
2193         mail_send.xpm->mail-send.xpm.
2194
2195 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2196
2197         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2198         `smime-ldap-search' for Emacs 22 and up.
2199
2200 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2201
2202         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2203
2204         * message.el (message-send-mail-function): Fix error convention.
2205         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2206         (message-widen-reply, message-send-mail, message-talkative-question)
2207         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2208         (message-clone-locals, message-send-news): Use with-current-buffer.
2209         (message-insert-or-toggle-importance): Remove unused var `valid'.
2210         (message-make-references): Remove unused var `new-references'.
2211         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2212
2213 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2214
2215         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2216         (spam-split-symbolic-return-positive): Reflow docstring.
2217         (spam-backends, spam-summary-exit-behavior)
2218         (spam-mark-ham-unread-before-move-from-spam-group)
2219         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2220         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2221         (spam-clear-cache, spam-backend-check, spam-install-backend)
2222         (spam-install-statistical-backend, spam-list-of-processors)
2223         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2224         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2225         (spam-check-crm114, spam-initialize, spam-unload-hook):
2226         Fix typos in docstrings.
2227
2228 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2231         been checked if they have never been read and those group levels are
2232         higher than the one that a user specified.
2233
2234 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2237         foreign groups unless a group level is specified by a user.
2238         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2239
2240 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2241
2242         * message.el (message-send-mail-function): Require sendmail.
2243
2244 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2245
2246         * message.el (message-send-mail-function): Check for smtpmail too.
2247
2248         * utf7.el (utf7-encode, utf7-decode): Use coding system
2249         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2250
2251         * message.el (message-send-mail-function): New function.
2252         (message-send-mail-function): Set default using
2253         message-send-mail-function.  Adjust doc string.
2254         (message-send-mail-with-mailclient): New function.
2255
2256 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2257
2258         * smime.el (from):
2259         * rfc2047.el (message-posting-charset):
2260         * qp.el (mm-use-ultra-safe-encoding):
2261         * pop3.el (parse-time-months):
2262         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2263         * nnml.el (files):
2264         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2265         (jka-compr-compression-info-list, ange-ftp-path-format)
2266         (efs-path-regexp):
2267         * nndiary.el (files):
2268         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2269         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2270         (epg-digest-algorithm-alist, inhibit-redisplay)
2271         (password-cache-expiry):
2272         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2273         (pgg-output-buffer, password-cache-expiry):
2274         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2275         (efs-path-regexp):
2276         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2277         (inhibit-redisplay):
2278         * mm-uu.el (file-name, start-point, end-point, entry)
2279         (gnus-newsgroup-name, gnus-newsgroup-charset):
2280         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2281         (latin-unity-ucs-list):
2282         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2283         (mm-uu-binhex-decode-function):
2284         * message.el (gnus-message-group-art, gnus-list-identifiers)
2285         (rmail-enable-mime-composing, gnus-local-organization)
2286         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2287         (gnus-read-active-file, facemenu-add-face-function)
2288         (facemenu-remove-face-function, gnus-article-decoded-p)
2289         (tool-bar-mode):
2290         * mail-source.el (display-time-mail-function):
2291         * gnus-util.el (nnmail-pathname-coding-system)
2292         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2293         (gnus-original-article-buffer, gnus-user-agent)
2294         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2295         (xemacs-codename, sxemacs-codename, emacs-program-version):
2296         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2297         * gnus-start.el (gnus-agent-covered-methods)
2298         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2299         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2300         (gnus-newsgroup-headers, gnus-group-list-mode)
2301         (gnus-group-mark-positions, gnus-newsgroup-data)
2302         (gnus-newsgroup-unreads, nnoo-state-alist)
2303         (gnus-current-select-method, mail-sources)
2304         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2305         (nnmail-spool-file, gnus-cache-active-hashtb):
2306         * gnus-mh.el (mh-lib-progs):
2307         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2308         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2309         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2310         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2311         (gnus-group-buffer):
2312         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2313         (font-lock-set-defaults):
2314         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2315         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2316         (gnus-summary-post-menu, total-parts, type, condition, length):
2317         * gnus-agent.el (gnus-agent-read-agentview):
2318         * flow-fill.el (show-trailing-whitespace):
2319         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2320         eval-and-compile wrappers for byte compiler pacifiers.
2321
2322         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2323         (mm-display-inline-fontify): Check for featurep 'xemacs not
2324         extent-list.
2325
2326         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2327         itimer-list.
2328         (mm-create-image-xemacs): Only do something for XEmacs.
2329         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2330
2331         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2332
2333         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2334         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2335
2336 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2337
2338         * nnimap.el (nnimap-split-download-body):
2339         * gnus-demon.el (gnus-demon):
2340         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2341
2342 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2345         macros.
2346         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2347         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2348         copy data from unibyte buffer to multibyte current buffer.
2349         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2350         to copy data from unibyte current buffer to multibyte buffer.
2351         (nntp-make-process-buffer): Make process buffer unibyte.
2352
2353         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2354
2355 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2356
2357         * pop3.el (pop3-open-server): Accept and process data more robustly at
2358         connexion start to avoid spurious "POP SSL connexion failed" errors.
2359
2360 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2363         read group names.
2364
2365 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2368
2369 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2372         (nnmail-save-active): Use a unibyte buffer when saving active file,
2373         which may contain non-ASCII group names.
2374
2375         * nnml.el (nnml-request-group): Decode group names in messages.
2376
2377 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2378
2379         * message.el (message-citation-line-function)
2380         (message-insert-formatted-citation-line): Fix spelling of
2381         `message-insert-formated-citation-line'.
2382
2383 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2384
2385         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2386
2387 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2390         nnmail-pathname-coding-system.
2391
2392         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2393         that a user enters; decode group names in messages.
2394
2395         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2396
2397 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2398
2399         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2400
2401         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2402
2403         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2404         risky local variable.
2405
2406         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2407
2408 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2409
2410         * encrypt.el: Improve documentation to fix function name typo.
2411         Reported by Daiki Ueno <ueno@unixuser.org>.
2412
2413 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2416         even if the point is not in the last page of an article.
2417         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2418         back to the previous page.
2419
2420 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2421
2422         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2423
2424 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2427
2428 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2429
2430         * message.el (message-check-news-body-syntax): Avoid
2431         mm-string-as-multibyte.
2432         (message-hide-headers): Don't assume (point-min)==1.
2433
2434 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2435
2436         * message.el (message-remove-blank-cited-lines): Fix if remove is
2437         given.
2438         (message-bogus-address-regexp): New variable.
2439         (message-bogus-recipient-p): New function.
2440         (message-check-recipients): New command.
2441         (message-syntax-checks): Add `bogus-recipient'.
2442         (message-fix-before-sending): Add `bogus-recipient'.
2443
2444         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2445         (gnus-treat-body-boundary): Don't test window-system.
2446
2447 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2448
2449         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2450
2451 2007-10-28  Miles Bader  <miles@gnu.org>
2452
2453         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2454         at compile-time too.
2455
2456 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * gnus-msg.el (gnus-message-setup-hook): Add
2459         `message-remove-blank-cited-lines' to options.
2460
2461 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2462
2463         * message.el (message-remove-blank-cited-lines): New function.
2464         Suggested by Karl Plästerer.
2465
2466 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2469         mapc.
2470
2471         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2472         (top-level): Use mapc to set functions to be traced for debugging.
2473
2474         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2475         called for effect with while loop.
2476
2477         * message.el (message-talkative-question): Replace mapcar called for
2478         effect with mapc.
2479
2480         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2481         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2482         called for effect with dolist.
2483
2484         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2485
2486         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2487         gnus-extra-headers and nnmail-extra-headers.
2488
2489         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2490         called for effect with dolist.
2491         (top-level): Use mapc to set functions to be traced for debugging.
2492
2493         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2494         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2495         dolist.
2496
2497         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2498         Replace mapcar called for effect with mapc.
2499         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2500         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2501         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2502         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2503
2504         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2505         remove-if that's a cl function.
2506
2507         * webmail.el (webmail-debug): Replace mapcar called for effect with
2508         dolist.
2509
2510         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2511         with mapc.
2512
2513 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2516         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2517         with while loop.
2518
2519         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2520         functions from article-* functions.
2521         (gnus-multi-decode-header): Replace mapcar called for effect with
2522         dolist.
2523
2524         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2525         (gnus-bookmark-show-details): Replace mapcar called for effect with
2526         while loop.
2527
2528         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2529         called for effect with while loop.
2530
2531         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2532         with dolist.
2533
2534         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2535         mapcar called for effect with dolist.
2536
2537         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2538
2539         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2540         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2541         Replace mapcar called for effect with dolist.
2542         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2543         mapc.
2544
2545         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2546         Replace mapcar called for effect with dolist.
2547         (gnus-topic-list): Replace mapcar called for effect with mapc.
2548
2549         * gnus.el: Use mapc instead of mapcar to add autoloads.
2550
2551 2007-10-23  Richard Stallman  <rms@gnu.org>
2552
2553         * gnus-group.el (gnus-group-highlight): Mark as risky.
2554
2555 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus.el (gnus-server-to-method): Return method found first in
2558         gnus-newsrc-alist.
2559
2560         * gnus-art.el (gnus-article-highlight-signature)
2561         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2562         button overlay without the front stickiness.
2563
2564 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2565
2566         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2567         overview buffer needed a catch to receive its throw.
2568         (gnus-agent-flush-cache): Declared as interactive to make this function
2569         easier to use.
2570
2571 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2572
2573         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2574         `next-line'.
2575
2576 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2579         exclude address matching message-dont-reply-to-names.
2580
2581 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * gnus-util.el (gnus-string<): New function.
2584
2585         * gnus-sum.el (gnus-article-sort-by-author)
2586         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2587
2588 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2591         the frame-focus tag is set in gnus-buffer-configuration.
2592
2593 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2596         the front stickiness.
2597
2598 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2601         url pattern; remove duplicate one.
2602         (gnus-article-extend-url-button): New function.
2603         (gnus-article-add-buttons): Use it.
2604         (gnus-button-push): Use concatenated url that it makes.
2605
2606 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2607
2608         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2609
2610 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2611
2612         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2613         Don't hardcode point-min==1.
2614
2615 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2616
2617         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2618         Fix comment about "iso8859-1".
2619
2620 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2621
2622         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2623         ones returned from the verify-function.
2624
2625         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2626         mml2015-extract-cleartext-signature if extraction failed.
2627
2628 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2629
2630         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2631         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2632         failed.
2633
2634 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2637
2638 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2639
2640         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2641         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2642         recommends to use EasyPG instead of PGG.
2643
2644         * pgg.el: Revert to revision 6.23.2.16
2645
2646         * pgg-def.el: Revert to revision 6.6.2.14.
2647
2648         * pgg-gpg.el: Revert to revision 6.23.2.34.
2649
2650 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2653         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2654         thread for both the null and zero (kill/expire thread) universal prefix
2655         cases.
2656         (gnus-summary-expire-thread): Add new function to expire a thread,
2657         using gnus-summary-kill-thread.
2658         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2659         shortcuts for gnus-summary-expire-thread.
2660         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2661         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2662
2663 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2666         extras value, so an extras entry can be deleted.
2667         (gnus-registry-delete-extra-entry): Use it.
2668         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2669         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2670         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2671         storage through the gnus-registry, and provide an appropriate API for
2672         it.
2673
2674 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2677         Suggested by Leo <sdl.web@gmail.com>.
2678
2679         * gnus.el: Do.
2680
2681 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2684         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2685
2686         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2687
2688         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2689         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2690
2691 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2694         newline.
2695         (nnmbox-request-accept-article): Don't change article in source buffer;
2696         narrow to header to use message-fetch-field rather than
2697         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2698         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2699         as delimiters; make sure article ends with newline.
2700         (nnmbox-delete-mail): Correct last position of article to be deleted;
2701         ignore X-Gnus-Newsgroup header in article body.
2702         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2703         positions; make sure article ends with newline.
2704
2705         * message.el (message-display-abbrev): Don't infloop when a user
2706         inserts SPC in the beginning of header.
2707
2708         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2709         coding-system-for-read and coding-system-for-write for XEmacs having no
2710         file-coding feature.
2711
2712         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2713
2714 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2717         list of groups not followed by default.  Fix type to be regexp.
2718         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2719
2720 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2721
2722         * hmac-def.el (define-hmac-function): Switch from old-style to
2723         new-style backquotes.
2724
2725         * md4.el (md4-make-step): Likewise.
2726
2727 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2730         raw-text coding system when saving .newsrc file, which may contain
2731         non-ASCII group names.
2732
2733 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-cus.el (gnus-score-extra): New widget.
2736         (gnus-score-extra-convert): New function.
2737         (gnus-score-customize): Use it for Extra.
2738
2739 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2740
2741         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2742         (mml2015-mailcrypt-clear-verify): Use it.
2743         (mml2015-gpg-clear-verify): Use it.
2744         (mml2015-pgg-clear-verify): Use it.
2745         (mml2015-epg-clear-verify): Replace the current part with the output
2746         from GnuPG; don't extract the plaintext by itself.
2747
2748         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2749         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2750         mml2015-clear-verify-function; don't touch the armor headers or
2751         dash-escaped text here.
2752
2753 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2756         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2757         parts, or application/octet-stream as a last resort.
2758         (gnus-mime-view-part-as-type): Don't toggle display.
2759         (gnus-mime-view-part-as-charset): Don't turn off display before
2760         querying charset.
2761
2762         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2763         stuff to undisplayer function in Emacs.
2764         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2765
2766         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2767         text/calendar parts.
2768
2769 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2772         decoding text/calendar parts.
2773
2774         * message.el (message-forward-make-body-mime): Always mark body as
2775         having no illegible text; remove signed-or-encrypted argument.
2776         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2777
2778         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2779         (mml-generate-mime-1): Don't encode body if it is specified to be in
2780         raw form; don't make buffer be unibyte when inserting multibyte string.
2781
2782 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * sha1.el: Fix up comment style.
2785         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2786         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2787
2788         * hex-util.el: Fix up comment style.
2789         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2790
2791         * gnus-salt.el: Use with-current-buffer.
2792         (gnus-pick-setup-message): Fix long-standing typo.
2793
2794 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * imap.el (imap-logout-timeout): New variable.
2797         (imap-logout, imap-logout-wait): New functions.
2798         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2799
2800         * nnimap.el (nnimap-logout-timeout): New server variable.
2801         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2802         nnimap-logout-timeout.
2803
2804         * gnus-art.el (gnus-article-summary-command-nosave)
2805         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2806
2807 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus.el (gnus-maximum-newsgroup): New variable.
2810
2811         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2812         according to gnus-maximum-newsgroup.
2813
2814         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2815         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2816         Limit the range of articles according to gnus-maximum-newsgroup.
2817
2818 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2819
2820         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2821         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2822         Don't perform gnus-configure-windows here; reuse existing sticky
2823         article buffer.
2824
2825         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2826         it doesn't exist in gnus-article-mode.
2827
2828 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2831         (gnus-agent-decoded-group-name): New function.
2832         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2833         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2834
2835 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2836
2837         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2838         Add binding for gnus-sticky-article.
2839         (gnus-summary-exit): Don't kill sticky article buffers.
2840
2841         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2842         article buffer.
2843         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2844         (gnus-kill-sticky-article-buffers): New commands.
2845
2846 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * nntp.el (nntp-xref-number-is-evil): New server variable.
2849         (nntp-find-group-and-number): If it is non-nil, don't trust article
2850         numbers in the Xref header.
2851
2852 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-agent.el (gnus-agent-read-group): New function.
2855         (gnus-agent-flush-group, gnus-agent-expire-group)
2856         (gnus-agent-regenerate-group): Use it.
2857         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2858         nnmail-pathname-coding-system.
2859
2860 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2863
2864         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2865         that are unread as unread, and also as selected so that information of
2866         marks having been changed by a user may be updated when exiting group.
2867
2868 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2871         calculated ignoring signature parts to gnus-treat-article.
2872
2873 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2876         a point here in order to keep the window start.
2877         (gnus-insert-mime-security-button): Make a button overlay without the
2878         front stickiness.
2879         (gnus-mime-display-security): Goto the end of a button.
2880
2881         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2882
2883 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2886         group-name-at-point.
2887         (gnus-group-completing-read): New function that offers decoded
2888         non-ASCII group names for completion.
2889         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2890         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2891         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2892         (gnus-group-fetch-control): Use it.
2893         (gnus-fetch-group): Use group-name-at-point for the initial value
2894         rather than the default value; use gnus-alive-p.
2895
2896         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2897         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2898         (gnus-summary-post-news): Use gnus-group-completing-read.
2899
2900         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2901         (gnus-read-move-group-name): Decode group name for completion.
2902
2903 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2904
2905         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2906         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2907         Yamaoka slightly modified the code).
2908
2909 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2912         (nnmail-split-incoming): Bind it.
2913
2914         * nnml.el (nnml-group-name-charset): New function.
2915         (nnml-decoded-group-name): Use it; don't decode group name if
2916         nnmail-group-names-not-encoded-p is non-nil.
2917         (nnml-encoded-group-name): New function.
2918         (nnml-group-pathname): Inline nnml-decoded-group-name.
2919         (nnml-request-expire-articles): Decode group name in message.
2920         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2921         nnmail-pathname-coding-system.
2922         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2923         not decoded ones according to nnmail-group-names-not-encoded-p.
2924         (nnml-generate-active-info): Use nnml-encoded-group-name.
2925
2926 2007-08-08  Glenn Morris  <rgm@gnu.org>
2927
2928         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2929         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2930         doc-strings and comments.
2931
2932 2007-07-25  Glenn Morris  <rgm@gnu.org>
2933
2934         * Relicense all FSF files to GPLv3 or later.
2935
2936 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * gnus-sum.el (gnus-summary-move-article): Make
2939         gnus-summary-respool-article work.
2940
2941 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2944         string.
2945
2946 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2947
2948         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2949         that should be ignored when comparing distant RSS articles with local
2950         ones.
2951         (nnrss-make-hash-index): New function.  Create a hash index according
2952         to the ignored fields.
2953         (nnrss-check-group): Use it.
2954
2955 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2958
2959         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2960
2961         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2962         the new optional argument ENCODED is non-nil.
2963         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2964         coding system for encoding group name.
2965         (gnus-group-make-rss-group): Pass un-encoded group name to
2966         gnus-group-make-group.
2967         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2968         encoded.
2969
2970         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2971         Encode group name to which articles are moved or copied.
2972         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2973         coding system for encoding Newsgroup, Followup-To and Xref headers.
2974
2975         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2976         marks; use nnheader-file-coding-system to write a file.
2977         (nnagent-retrieve-headers): Bind file-name-coding-system to
2978         nnmail-pathname-coding-system.
2979
2980         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2981
2982         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2983         (nnml-request-article, nnml-request-create-group)
2984         (nnml-request-rename-group, nnml-find-id)
2985         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2986         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2987         (nnml-save-marks): Use nnml-group-pathname instead of
2988         nnmail-group-pathname.
2989
2990         (nnml-request-create-group, nnml-request-expire-articles)
2991         (nnml-request-move-article, nnml-request-delete-group)
2992         (nnml-deletable-article-p, nnml-possibly-create-directory)
2993         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2994         (nnml-open-marks): Bind file-name-coding-system to
2995         nnmail-pathname-coding-system.
2996
2997         (nnml-request-article): Pass server argument to nnml-find-group-number.
2998         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2999         server argument to nnml-possibly-create-directory.
3000         (nnml-request-accept-article): Pass server argument to
3001         nnml-active-number and nnml-save-mail.
3002         (nnml-find-group-number): Pass server argument to nnml-find-id.
3003         (nnml-request-update-info): Pass server argument to
3004         nnml-marks-changed-p.
3005
3006         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3007         (nnml-save-mail, nnml-active-number): Add server argument.
3008
3009         (nnml-request-delete-group): Warn if group is missing.
3010         (nnml-get-nov-buffer): Decode group name.
3011         (nnml-generate-active-info): Encode group name.
3012         (nnml-open-marks): Decode group name in messages.
3013
3014 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3017         if it is not specified.
3018         (gnus-article-pipe-part, gnus-article-save-part)
3019         (gnus-article-interactively-view-part, gnus-article-copy-part)
3020         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3021         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3022         (gnus-article-replace-part, gnus-article-delete-part)
3023         (gnus-article-view-part-as-type): Pass raw prefix argument to
3024         gnus-article-part-wrapper.
3025
3026 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-agent.el (gnus-agent-save-active): Bind
3029         nnheader-file-coding-system to gnus-agent-file-coding-system.
3030
3031         * gnus-cache.el (gnus-cache-save-buffers)
3032         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3033         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3034         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3035         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3036         (gnus-cache-generate-active, gnus-cache-rename-group)
3037         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3038         (gnus-cache-update-overview-total-fetched-for): Bind
3039         file-name-coding-system to nnmail-pathname-coding-system.
3040         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3041         variables.
3042         (gnus-cache-decoded-group-name): New function.
3043         (gnus-cache-file-name): Use it.
3044         (gnus-cache-generate-active): Use non-decoded group name for active.
3045
3046         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3047         right place.
3048         (gnus-write-active-file): Don't break non-ASCII group names.
3049
3050         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3051         nnmail-pathname-coding-system.
3052
3053         * lpath.el: Bind default-file-name-coding-system,
3054         file-name-coding-system and language-info-alist for XEmacs.
3055
3056         * gnus-uu.el (gnus-uu-decode-save): Typo.
3057
3058 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3061
3062 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3065         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3066         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3067         (gnus-agent-flush-group, gnus-agent-flush-cache)
3068         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3069         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3070         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3071         (gnus-agent-regenerate-group)
3072         (gnus-agent-update-files-total-fetched-for)
3073         (gnus-agent-update-view-total-fetched-for): Bind
3074         file-name-coding-system to nnmail-pathname-coding-system.
3075         (gnus-agent-group-pathname): Don't encode file names by
3076         nnmail-pathname-coding-system.
3077         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3078         coding-system-for-write instead of buffer-file-coding-system to
3079         gnus-agent-file-coding-system.
3080
3081         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3082         Decode group name.
3083
3084         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3085
3086         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3087         (gnus-read-newsrc-el-file): Make group names unibyte.
3088
3089         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3090         nnmail-pathname-coding-system.
3091
3092         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3093         (nnrss-request-delete-group): Bind file-name-coding-system to
3094         nnmail-pathname-coding-system.
3095         (nnrss-read-server-data, nnrss-read-group-data): Bind
3096         file-name-coding-system correctly.
3097         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3098
3099         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3100         (nntp-server-to-method-cache): New variable.
3101         (nntp-group-pathname): New function that decodes non-ASCII group names.
3102         (nntp-possibly-create-directory, nntp-marks-changed-p)
3103         (nntp-save-marks, nntp-open-marks): Use it.
3104         (nntp-possibly-create-directory, nntp-open-marks):
3105         Bind file-name-coding-system to nnmail-pathname-coding-system.
3106         (nntp-open-marks): Decode group names when bootstrapping marks.
3107
3108         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3109         Newsgroups and Folowup-To headers.
3110
3111 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3114         (gnus-server-closed-face, gnus-server-denied-face)
3115         (gnus-server-offline-face): Remove variable.
3116         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3117
3118         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3119         of modifying message-stack directly for XEmacs.
3120
3121         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3122         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3123         if the coding-system argument is nil for XEmacs.
3124
3125         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3126         mm-charset-override-alist.
3127
3128         * rfc2047.el: Don't require base64; require rfc2045 for the function
3129         rfc2045-encode-string.
3130         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3131         to quote the parameter value.
3132
3133 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3136         form in gnus-group-name-charset-method-alist.
3137
3138         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3139         overrides the default layout edit-form.
3140
3141         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3142
3143         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3144
3145 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3148         as unfetched articles.
3149
3150 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3151
3152         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3153
3154 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3157         original back end that keeps marks in the local system.
3158
3159 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3162         arg of pop-to-buffer for XEmacs.
3163         (gnus-article-read-summary-keys): Ditto; don't restore window
3164         configuration if summary command ends up with neither article buffer
3165         nor summary buffer; describe bindings if summary keys end with C-h.
3166
3167 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * message.el (message-fix-before-sending): Skip raw message part to be
3170         forwarded while checking illegible text.
3171         (message-forward-make-body-mime, message-forward-make-body): Mark
3172         signed or encrypted raw message as having no illegible text.
3173
3174 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3177         (gnus-message-with-timestamp-1): New macro.
3178         (gnus-message-with-timestamp): New function.
3179         (gnus-message): Use them.
3180
3181         * nnheader.el (nnheader-message): Use them.
3182
3183 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3186         .newsrc.eld file.
3187
3188 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-agent.el (gnus-agent-fetch-headers)
3191         (gnus-agent-retrieve-headers): Bind
3192         gnus-decode-encoded-address-function to identity.
3193
3194         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3195         available also when the server returns simply a dot.
3196
3197         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3198
3199 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3202
3203 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gnus-ems.el (gnus-x-splash): Make it work.
3206
3207         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3208         from being used.
3209
3210         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3211
3212 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3215         4th and the 5th arguments.
3216
3217         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3218         the front stickiness.
3219         (gnus-article-summary-command-nosave): Correct the order of the
3220         arguments passed to pop-to-buffer.
3221         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3222         summary command ends up with the article buffer.
3223
3224         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3225         the same faces.
3226
3227 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3228
3229         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3230
3231 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3232
3233         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3234         * gnus-sum.el (gnus-summary-highlight):
3235         * pgg.el (pgg-sign-region, pgg-sign):
3236         * mail-source.el (mail-source-delete-old-incoming-confirm):
3237         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3238
3239 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-art.el (gnus-mime-view-part-externally)
3242         (gnus-mime-view-part-internally): Fix predicate function passed to
3243         completing-read.
3244
3245         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3246
3247         * gnus.el (gnus-update-message-archive-method): Add :version.
3248
3249 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus.el (gnus-update-message-archive-method): New variable.
3252
3253         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3254         according to gnus-message-archive-method if
3255         gnus-update-message-archive-method is non-nil.
3256
3257 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3260         by Loic Dachary <loic@dachary.org>.
3261         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3262
3263 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * message.el (message-pop-to-buffer): Add switch-function argument.
3266         (message-mail): Pass switch-function argument to it.
3267
3268 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3271         Improve doc string.
3272
3273 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3276         (gnus-header-content)
3277         * gnus-cite.el (gnus-cite-10)
3278         * gnus-srvr.el (gnus-server-closed)
3279         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3280         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3281         (gnus-group-mail-3-empty, gnus-group-mail-low)
3282         (gnus-group-mail-low-empty, gnus-splash)
3283         * message.el (message-header-to, message-header-cc)
3284         (message-header-subject, message-header-other, message-header-name)
3285         (message-header-xheader, message-separator, message-cited-text)
3286         (message-mml): Lighten colors of faces used for dark background.
3287
3288 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3289
3290         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3291         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3292
3293 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * message.el (message-narrow-to-headers-or-head):
3296         Ignore mail-header-separator in the body.
3297
3298 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3301         same as window size.
3302
3303 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3304
3305         * message.el (message-font-lock-keywords): Use message-header-xheader
3306         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3307         ahead of the anything pattern, to get it recognised.
3308
3309 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3312         spam.el loads uses it in the compiled defadvice form.
3313
3314 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3315
3316         * gnus-sum.el (gnus-articles-to-read)
3317         (gnus-summary-insert-old-articles): Don't truncate group name for
3318         `read-string'.
3319
3320         * gnus-util.el (gnus-limit-string): Delete this function.
3321
3322         * gnus-sum.el (gnus-simplify-subject-fully): Use
3323         `truncate-string-to-width' instead.
3324
3325 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3326
3327         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3328         if, on summary exit, the next group has to be selected.
3329         (gnus-summary-exit): Use it.
3330
3331 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3332
3333         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3334         non-break space.
3335
3336 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3339         Check if group is not a directory.
3340         (nnfolder-request-expire-articles): Don't delete articles if the target
3341         group is not available.
3342
3343         * nnml.el (nnml-request-create-group): Properly check if group is not a
3344         file.
3345         (nnml-request-expire-articles): Don't delete articles if the target
3346         group is not available.
3347
3348         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3349         Don't quote characters that are within parentheses.
3350
3351 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3354         (gnus-handle-ephemeral-exit): Select article according to it.
3355
3356 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3357
3358         * message.el (message-insert-formated-citation-line): Remove newline.
3359         (message-citation-line-format): Add final \n here so that the user can
3360         avoid a blank line.
3361
3362 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3363
3364         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3365         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3366         Update lanl/arXiv support.
3367
3368 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * gnus.el: Bump version number.
3371
3372 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus.el (gnus-version-number): Bump version.
3375
3376 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3377
3378         * gnus.el: No Gnus v0.6 is released.
3379
3380 2007-04-27  Didier Verna  <didier@xemacs.org>
3381
3382         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3383         * gmm-utils.el (gmm-regexp-concat): here.
3384         * message.el: Don't require 'gnus-util.
3385         (message-dont-reply-to-names): Handle name change above.
3386         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3387
3388 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3391         since the initial value varies according to the system.
3392
3393 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3396
3397 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3398
3399         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3400
3401 2007-04-24  Didier Verna  <didier@xemacs.org>
3402
3403         Improve the type of gnus-ignored-from-addresses.
3404         * gnus-util.el (gnus-orify-regexp): New function.
3405         * message.el (gnus-util): Require it.
3406         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3407         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3408         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3409
3410 2007-04-24  Didier Verna  <didier@xemacs.org>
3411
3412         * gnus-sum.el:
3413         * gnus-utils.el: Fix some trailing whitespaces.
3414
3415 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3418         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3419         article's Message-ID; refer parent article in summary buffer.
3420
3421         * message.el (message-bounce): Call mime-to-mml.
3422
3423         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3424         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3425         optimize and/or forms properly.
3426
3427 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3430         URL.
3431
3432 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3435
3436 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3439         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3440         displayed of multipart/alternative part if it is invoked from summary
3441         buffer.
3442
3443         * mm-view.el (mm-inline-text-html-render-with-w3m)
3444         (mm-inline-text-html-render-with-w3m-standalone)
3445         (mm-inline-render-with-function): Use mail-parse-charset by default.
3446
3447 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3448
3449         * parse-time.el (parse-time-string-chars): Check if CHAR
3450         is less than the length of parse-time-syntax.
3451
3452 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3455         from gnus-newsgroup-processable.
3456
3457 2007-04-16  Didier Verna  <didier@xemacs.org>
3458
3459         * gnus-msg.el (gnus-configure-posting-styles): Handle
3460         message-signature-directory properly with :file syntax.  Reported by
3461         "Leo".
3462
3463 2007-04-11  Didier Verna  <didier@xemacs.org>
3464
3465         New user option: message-signature-directory.
3466         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3467         * message.el (message-insert-signature): Ditto.
3468         * message.el (message-signature-file): Doc update.
3469         * message.el (message-signature-directory): New.
3470
3471 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * gnus-msg.el (gnus-inews-yank-articles): Use
3474         message-exchange-point-and-mark instead of exchange-point-and-mark.
3475
3476 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * message.el (message-yank-original): Make sure cited text ends with
3479         newline; don't exchange point and mark.
3480
3481 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3482
3483         * tls.el (open-tls-stream): Properly handle case where there
3484         is no associated buffer.
3485
3486 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3487
3488         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3489         message-yank-original, make sure (< mark TEXT point).
3490
3491 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3492
3493         * message.el (message-fill-column): New variable.
3494         (message-mode): Use it.  Add comment on a possible new hook.
3495
3496         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3497         (nnmail-get-new-mail): Reformat.
3498
3499         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3500
3501         * gmm-utils.el: Fix Commentary.
3502         (gmm-tool-bar-from-list): Fix typo in doc string.
3503
3504 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3505
3506         * message.el (message-yank-original): Don't switch point and mark
3507         unnecessarily to put point and mark as documented.
3508
3509 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3512         from the message heads.
3513
3514 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3515
3516         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3517         article buffer does not have a window.  This may not be the best
3518         solution but is certainly better than setting the start of the null,
3519         that is the current, window.
3520
3521 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3524         (gnus-draft-setup): Run it.
3525
3526         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3527         gnus-score-fast-scoring.  Allow regexp.
3528         (gnus-score-headers): Use it.
3529
3530         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3531         XEmacs.
3532
3533         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3534         string.
3535         (gnus-button-alist): Also catch `<f1> k ...'.
3536         (gnus-treat-display-x-face): Fix doc string.
3537
3538 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3539
3540         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3541         evaluation of gnus-extended-version to ensure correct generation of the
3542         User-Agent header when message-generate-headers-first is used.
3543
3544 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3545
3546         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3547         hashcash-path is nil.  Don't call callback with incorrect number of
3548         parameters if val is 0.
3549
3550 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3551
3552         * message.el (message-required-news-headers):
3553         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3554
3555 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3556
3557         * tls.el (open-tls-stream): In handshake-waiting loop,
3558         don't wait more if there is output available to process.
3559
3560 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3561
3562         * tls.el (tls-program): Doc fix.
3563
3564 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * message.el (message-generate-new-buffers): Change the meaning of the
3567         nil value; add `standard' to the choices; treat t as `unique'; improve
3568         doc string.
3569         (gnus-select-frame-set-input-focus): Autoload.
3570         (message-buffer-name): Search for the existing message buffer if
3571         message-generate-new-buffers is nil or `standard'; treat the value t of
3572         message-generate-new-buffers as `unique'.
3573         (message-pop-to-buffer): Raise the frame already displaying the message
3574         buffer; clear the echo area after querying.
3575         (message-setup): Pass the `continue' argument to compose-mail.
3576         (message-mail): Prefer `switch-function' if it is given; search for the
3577         existing message buffer if the `continue' argument is non-nil; pass
3578         continue and switch-function arguments to compose-mail by way of
3579         message-setup.
3580         (message-mail-other-window): Adjust argument of message-setup.
3581         (message-mail-other-frame): Ditto.
3582
3583 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3586         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3587         to turn font-lock on when turning gnus-message-citation-mode on.
3588
3589 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3590
3591         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3592         (mml-smime-function-alist): New variable; add epg as the backend.
3593         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3594         mml-smime- functions instead.
3595         * mm-view.el: Require smime.
3596
3597 2007-03-05  Didier Verna  <didier@xemacs.org>
3598
3599         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3600         instead of just inheritance for posting styles.
3601         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3602
3603 2007-02-24  Chris Moore  <dooglus@gmail.com>
3604
3605         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3606         * pgg-pgp.el (pgg-pgp-encrypt-region):
3607         * pgg-gpg.el (pgg-gpg-encrypt-region):
3608         Check pgg-encrypt-for-me if no other recipients.
3609
3610 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3611
3612         * tls.el (tls-certtool-program): Fix custom type.
3613
3614 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3617         and point-at-eol instead of line-(beginning|end)-position.
3618
3619         * assistant.el (assistant-parse-buffer): Ditto.
3620
3621         * netrc.el (netrc-parse-services): Ditto.
3622
3623 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3624
3625         * mml2015.el (mml2015-epg-find-usable-key): New function.
3626         (mml2015-epg-sign): Use it.
3627         (mml2015-epg-encrypt): Use it.
3628
3629 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * message.el (message-make-in-reply-to): Quote name containing
3632         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3633         if there are special characters.  Reported by NAKAJI Hiroyuki
3634         <nakaji@jp.freebsd.org>.
3635
3636 2007-02-27  Didier Verna  <didier@xemacs.org>
3637
3638         Include the group parameters as well as the topic ones in the
3639         inheritance filter process.
3640         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3641         argument GROUP-PARAMS-LIST.
3642         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3643
3644 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * nntp.el (nntp-never-echoes-commands)
3647         (nntp-open-connection-functions-never-echo-commands): New variables.
3648         (nntp-send-command): Use them.
3649
3650 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3651
3652         * mml2015.el (mml2015-epg-verify): Simplified.
3653
3654 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * mml.el (mml-content-disposition-alist): New user option.
3657         (mml-content-disposition): New function.
3658         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3659         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3660
3661 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3662
3663         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3664         verification.
3665
3666 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3667
3668         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3669         articles posted in the last 24 hours.
3670
3671 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3672
3673         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3674
3675 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3676
3677         * nntp.el (nntp-send-command): Don't wait for echoes when
3678         nntp-open-ssl-stream is used.
3679
3680 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3683         (gnus-message-add-citation-keywords)
3684         (gnus-message-remove-citation-keywords): Remove.
3685         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3686         directly, make the variables in font-lock-defaults buffer-local, add
3687         gnus-message-citation-keywords to them and then update the value of
3688         font-lock-keywords.
3689
3690 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * message.el (message-cite-original-1): Don't call
3693         gnus-article-highlight-citation.
3694
3695         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3696         citations; fix line count.
3697
3698 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3701         (gnus-message-add-citation-keywords)
3702         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3703         versions of font-lock-add-keywords and font-lock-remove-keywords to
3704         work with XEmacs correctly.
3705
3706 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-cite.el (gnus-cite-face-list): Set the values of
3709         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3710         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3711         (gnus-message-cite-prefix-regexp): New variable.
3712         (gnus-message-search-citation-line): Use it; protect against long
3713         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3714         the 0th match data for Emacs.
3715         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3716         (gnus-message-add-citation-keywords): Append keywords rather than
3717         prepending; emulate font-lock-add-keywords if it is not available.
3718         (gnus-message-remove-citation-keywords): Emulate
3719         font-lock-remove-keywords if it is not available.
3720
3721         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3722
3723         * message.el (message-cite-prefix-regexp): Set the value of
3724         gnus-message-cite-prefix-regexp.
3725
3726 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3727
3728         * nnweb.el (nnweb-google-parse-1): Update parser.
3729
3730 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3731
3732         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3733
3734 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3735
3736         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3737         regexp.
3738
3739 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3742         string-to-multibyte.
3743         (uudecode-decode-region-internal): Use it.
3744
3745         * lpath.el: Fbind string-as-multibyte for XEmacs.
3746
3747 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3750         custom choice.
3751
3752         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3753
3754 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3755
3756         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3757
3758         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3759         `write-region' to respect `mm-inhibit-file-name-handlers'.
3760
3761 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3764         Use gnus-home-directory instead of "~/" or "$HOME".
3765
3766 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3767
3768         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3769         to mention filename.
3770         Add comments at beginning regarding usage.
3771         (encrypt-write-file-contents): Change interactive so a string is
3772         acceptable.  If the file has no associated model, show an error instead
3773         of a nonsense prompt.
3774
3775 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3776
3777         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3778         Thanks to Yoshihiko Yamada for kind notification of this typo.
3779
3780 2007-01-12  Kenichi Handa  <handa@m17n.org>
3781
3782         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3783         multibyte buffer.
3784
3785 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3786
3787         * gnus-score.el (gnus-score-fast-scoring): New variable.
3788         (gnus-score-headers): Use it.
3789
3790         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3791
3792         * message.el (message-cite-original-1): Call
3793         gnus-article-highlight-citation if requested.
3794         (message-make-from): Allow name and address as optional arguments.
3795
3796         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3797
3798         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3799         bugs to doc string.
3800         (gnus-button-alist): Add mid\\|message-id.
3801         (gnus-button-fetch-group): Extend for use in
3802         `browse-url-browser-function'.
3803         (gnus-button-url-regexp): Try to catch paired parentheses like in
3804         Wikipedia URLs.
3805
3806         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3807         Suggested by Simon Krahnke <overlord@gmx.li>.
3808
3809 2007-01-13  Romain Francoise  <romain@orebokech.com>
3810
3811         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3812         Update copyright.
3813
3814 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3815
3816         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3817
3818 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * gnus-registry.el (gnus-registry-unfollowed-groups)
3821         (gnus-registry-split-fancy-with-parent): Fix documentation.
3822
3823 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3826         from nnweb groups.
3827
3828 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3831         Xref urls.  Erase buffer before requesting head.
3832
3833 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3834
3835         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3836         customizable.
3837
3838 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3839
3840         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3841         no signing key is found.
3842         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3843         no encrypting and/or signing key is found.
3844
3845 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3848
3849 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3850
3851         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3852         headers read from disk with the ones newly found in the current search.
3853         This should no longer cause problems, because the article numbers in
3854         Gmane's `nov.php' output are ignored since the previous change.
3855
3856 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3857
3858         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3859
3860 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3863         replace-regexp-in-string; bind url-version; fbind display-images-p and
3864         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3865         find-face and set-itimer-function for Emacs; bind itimer-list for
3866         Emacs.
3867
3868         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3869
3870 2007-01-01  Romain Francoise  <romain@orebokech.com>
3871
3872         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3873
3874 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3875
3876         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3877         `define-minor-mode' macro definition expanded properly.
3878         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3879         exclude it there.
3880
3881         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3882         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3883         `fboundp' test.
3884         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3885         This is OK to autoload in (S)XEmacs now.
3886
3887 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3890         keystroke.
3891         (gnus-summary-limit-to-singletons): Fix typo.
3892
3893         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3894         else fails.
3895
3896 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3897
3898         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3899         docstring.
3900
3901         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3902         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3903         (gnus-summary-insert-dormant-articles): Fix typo in message.
3904
3905 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3906
3907         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3908         nil for XEmacs.
3909         (gnus-message-citation-mode): Don't autoload in XEmacs.
3910
3911         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3912
3913 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3914
3915         * nnimap.el (nnimap-expunge-search-string): Mention
3916         nnimap-search-uids-not-since-is-evil in docstring.
3917
3918 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * spam.el: Revert to make-obsolete-variable because
3921         define-obsolete-variable-alias is not supported in Emacs 21.
3922
3923         * spam.el (spam-ifile-path, spam-ifile-database-path)
3924         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3925         make-obsolete-variable.
3926         (spam-bsfilter-path, spam-bsfilter-program)
3927         (spam-spamassassin-path, spam-spamassassin-program)
3928         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3929         use "path" inappropriately.
3930         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3931         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3932         variable names.
3933
3934 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3935
3936         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3937         summary buffer.
3938
3939         * password.el (password-cache-remove): Use clear-string to burn
3940         password, if available.
3941
3942 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3945
3946         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3947
3948         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3949         (gnus-message-highlight-citation): Move defcustom here from
3950         gnus-cite.el.
3951         (gnus-message-citation-mode): Autoload.
3952
3953         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3954         checks to make it compile with XEmacs.
3955         (gnus-message-citation-mode): New minor mode.
3956         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3957         (gnus-message-highlight-citation): New variables.
3958         (gnus-message-search-citation-line)
3959         (gnus-message-add-citation-keywords)
3960         (gnus-message-remove-citation-keywords)
3961         (turn-on-gnus-message-citation-mode)
3962         (turn-off-gnus-message-citation-mode): New functions.
3963
3964 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3965
3966         * gnus-cite.el: Enable highlighting of different citation levels in
3967         message-mode.
3968
3969 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * message.el (message-make-fqdn): Fix comment.
3972         (message-bogus-system-names): Add ".local".
3973
3974         * spam.el (spam-ifile-path, spam-ifile-program)
3975         (spam-ifile-database-path, spam-ifile-database)
3976         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3977         Don't use "path" inappropriately.
3978         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3979         strings.
3980         (spam-check-ifile, spam-ifile-register-with-ifile)
3981         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3982         new variable names.
3983
3984         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3985         (gnus-treat-display-smileys): Simplify using
3986         gnus-image-type-available-p.
3987
3988         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3989         available.
3990
3991         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3992         `display-images-p' if available.
3993
3994 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3997         one after turning on the buffer's multibyteness instead of decoding
3998         them directly in the unibyte buffer that causes unexpected conversion
3999         in Emacs 23 (unicode).
4000
4001 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4002
4003         * message.el (message-generate-hashcash): Fix custom type.
4004
4005 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4008
4009 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4012         disconnect icons.  Add help text.
4013
4014 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4015
4016         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4017         negated to be consistent with the others we handle.
4018
4019 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4022         version of gnus-summary-buffer to something, so that we can use two
4023         article buffers at the same time.
4024
4025 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4026
4027         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4028         trigger all the extra headers.
4029         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4030         sorting.
4031
4032 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4033
4034         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4035         solid groups.
4036
4037 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4038
4039         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4040
4041 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4042
4043         * legacy-gnus-agent.el: Add Copyright notice.
4044
4045 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4046
4047         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4048
4049 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4052
4053         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4054         to make it work reliably in CVS Emacs.
4055         (gnus-summary-limit-strange-charsets-predicate)
4056         (gnus-summary-limit-to-predicate): New functions.
4057
4058 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4059
4060         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4061         specifying array size.
4062         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4063         array if it is too small.
4064         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4065         (gnus-sort-threads-loop): New function.
4066
4067 2006-12-06  Chris Moore  <dooglus@gmail.com>
4068
4069         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4070         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4071
4072 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4073
4074         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4075         options.
4076
4077 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4080         DOS-ing the recipient.
4081
4082         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4083         the headers when creating the mapping to avoid mismappings.
4084         (nnweb-gmane-create-mapping): Always nix out old mapping.
4085
4086 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4089         and mm-verify-option to never.
4090
4091 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * message.el (message-signed-or-encrypted-p): New function.
4094         (message-forward-make-body): Use it.
4095
4096         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4097         Replace encode-coding-string with mm-encode-coding-string.
4098
4099 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * nneething.el (nneething-decode-file-name): Replace
4102         decode-coding-string with mm-decode-coding-string.
4103
4104         * gnus-int.el (gnus-open-server): Say failed server's name.
4105
4106 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4107
4108         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4109         strings to a single string.  Quote `errors-file-name'.
4110         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4111         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4112         Adjust calls.  Use `shell-quote-argument'.
4113
4114 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4115
4116         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4117         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4118
4119         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4120         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4121         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4122         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4123         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4124         (gnus-subscribe-newsgroup, gnus-1):
4125         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4126         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4127         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4128         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4129
4130 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4133         keystroke.
4134         (gnus-summary-limit-to-bodies): Implement headersp.
4135
4136 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4139
4140 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4143
4144 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * message.el (message-generate-hashcash): Expand range of values to
4147         include `opportunistic'.
4148         (message-send-mail): Use it.
4149
4150 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4151
4152         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4153         and comment it.
4154
4155         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4156
4157 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * gnus-util.el (gnus-extract-address-components): Improve comment.
4160
4161 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * gnus-util.el (gnus-extract-address-components): Work with address in
4164         which the name portion contains @.
4165
4166         * lpath.el: Fbind custom-autoload.
4167
4168 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * gnus.el (gnus-start): Move custom group up.
4171         (gnus-select-method): Don't autoload, but make it available for
4172         `customize-variable'.
4173         (gnus-getenv-nntpserver): Don't autoload.
4174
4175 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4178
4179 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * message.el (message-sendmail-extra-arguments): New variable.
4182         (message-send-mail-with-sendmail): Use it.
4183
4184 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4187         mm-with-unibyte-current-buffer to make string unibyte.
4188
4189         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4190         mm-string-as-multibyte.
4191
4192 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4193
4194         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4195         Reported by Werner Koch <wk@gnupg.org>.
4196
4197 2006-11-14  Daiki Ueno  <ueno@p360>
4198
4199         * mml2015.el: Autoload epa-select-keys when compiling.
4200
4201 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4202
4203         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4204         message-options.
4205         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4206
4207 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4208
4209         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4210         EasyPG (< 0.0.6).
4211         (mml2015-always-trust): New user option.
4212         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4213         prompt.
4214
4215 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * nntp.el (nntp-authinfo-force): New variable.
4218         (nntp-send-authinfo): Use it.
4219
4220 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4223         decode encoded words.  Improve prompt.  Add comment about forwarding.
4224         (message-replacement-char): Move up.
4225
4226 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4227
4228         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4229         instead of gnus-intersection because arguments of gnus-sorted-nunion
4230         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4231
4232 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4235         (message-simplify-subject-functions): Enable
4236         message-strip-subject-encoded-words by default.
4237
4238 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4239
4240         * message.el (message-strip-subject-encoded-words): New function
4241         (message-simplify-subject-functions): New variable.
4242         (message-simplify-subject): Use it.  Fix typo in doc string.
4243         Support message-strip-subject-encoded-words.
4244
4245 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4246
4247         * gnus-diary.el (gnus-diary-delay-format-function):
4248         * nndiary.el (nndiary-reminders):
4249         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4250
4251 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4252
4253         * gnus-art.el (article-hide-boring-headers): Fetch date from
4254         gnus-original-article-buffer to avoid problems with localized date
4255         strings.
4256
4257 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4260
4261 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4264         New variables.
4265         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4266         (mm-charset-synonym-alist): Move some entries to
4267         mm-codepage-iso-8859-list.
4268         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4269         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4270
4271 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4274
4275 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4278         with Emacs 21 and XEmacs.
4279
4280 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * spam.el (spam-parse-address): New function for better parsing,
4283         catching errors, etc.
4284         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4285
4286 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * mm-view.el: Add interactive arg to html2text autoload.
4289
4290 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4293
4294 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4297         variables.
4298         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4299         (mm-charset-synonym-alist): Move some entries to
4300         mm-codepage-iso-8859-list.
4301
4302         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4303
4304 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4305
4306         * message.el (message-citation-line-format)
4307         (message-insert-formated-citation-line): Fix implementation of %E, %N
4308         and %n according to the doc string.
4309
4310 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4311
4312         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4313         car-safe to avoid bad parses.
4314
4315 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4318         names.
4319
4320         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4321
4322 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4325         header.
4326
4327         * message.el (message-draft-headers): Add Date.
4328         (message-headers-to-generate): Fix typo in docstring.
4329
4330         * nndraft.el (nndraft-required-headers): New variable.
4331         (nndraft-generate-headers): Use it.
4332
4333         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4334
4335 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4336
4337         * gnus-registry.el (gnus-registry-wash-for-keywords)
4338         (gnus-registry-find-keywords): New functions to allow easy searching of
4339         articles that are in the registry.
4340
4341 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4344         ietf-drums-parse-address instead of gnus-extract-address-components.
4345         Reported by Damien Elmes <damien@repose.cx>.
4346
4347 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4348
4349         * gnus.el (gnus-mime): Remove unused custom group.
4350
4351 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4352
4353         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4354         "blank line" when searching for end of armor headers.
4355
4356 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gmm-utils.el (gmm-write-region): Fix variable name.
4359
4360 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4361
4362         * gmm-utils.el (gmm-write-region): New function based on compatibility
4363         code from `mm-make-temp-file'.
4364
4365         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4366
4367         * nnmaildir.el (nnmaildir--update-nov)
4368         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4369         Use `gmm-write-region'.
4370
4371 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4374         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4375
4376         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4377
4378         * message.el (message-replacement-char): New variable.
4379         (message-fix-before-sending): Use it.
4380         (message-simplify-subject): New function to remove duplicate code.
4381         (message-reply, message-followup): Use it.
4382
4383         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4384         gnus-summary-limit-to-articles.
4385
4386 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-util.el (gnus-with-local-quit): New macro.
4389
4390         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4391
4392 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4395         ignore non-string data.
4396
4397 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4400         non-string data (needs to be done in the registry too).
4401
4402 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4405         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4406         (gnus-registry-split-fancy-with-parent)
4407         (gnus-registry-fetch-simplified-message-subject-fast)
4408         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4409         Remove text properties on ingress into the registry and when it's saved.
4410         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4411         registry from entries with no groups.
4412
4413 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4414
4415         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4416         function to remove string properties.
4417
4418 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4419
4420         * gmm-utils.el (gmm): Adjust custom version.
4421
4422         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4423         custom version.
4424
4425         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4426
4427 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * gnus-art.el (gnus-insert-prev-page-button)
4430         (gnus-insert-next-page-button): Simplify.  Reformat.
4431
4432 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4433
4434         * gnus-art.el (gnus-insert-prev-page-button)
4435         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4436
4437 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4438
4439         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4440
4441 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4442
4443         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4444         gnus-article-button-face to MIME and security buttons.
4445
4446 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4449         readable.
4450
4451 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4454
4455 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4456
4457         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4458         `browse-url-of-file' instead of `browse-url'.
4459
4460 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4461
4462         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4463         regexp.  Articles containing quotation were cut prematurely.
4464
4465 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * message.el (message-cite-original-1): Use nobody by default for the
4468         value of From header.
4469         (message-reply): Ditto.
4470
4471 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4472
4473         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4474         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4475         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4476
4477 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4480         mails in the doc string.  Add some URLs in comment.
4481         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4482
4483 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4486         backslashes handling and the way to find boundaries of quoted strings.
4487
4488 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4489
4490         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4491         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4492         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4493         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4494
4495 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4498         doc string.
4499         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4500
4501 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * lpath.el: Fbind epg-check-configuration.
4504
4505 2006-09-06  Simon Josefsson  <jas@extundo.com>
4506
4507         * mml2015.el (mml2015-use): Doc fix, mention epg.
4508
4509 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4510
4511         * mml2015.el (mml2015-use): Default to epg, if available.
4512
4513 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4514
4515         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4516         message-sender.
4517         (mml1991-epg-encrypt): Ditto.
4518         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4519         message-sender.
4520         (mml2015-epg-encrypt): Ditto.
4521
4522 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4523
4524         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4525         several common directories.
4526
4527 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4528
4529         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4530         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4531
4532 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-art.el (article-decode-encoded-words): Make it fast.
4535
4536 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4539
4540         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4541         in quoted string into `\'.
4542
4543 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4546         Use standard-syntax-table.
4547
4548 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-art.el (gnus-decode-address-function): New variable.
4551         (article-decode-encoded-words): Use it to decode headers which are
4552         assumed to contain addresses.
4553         (gnus-mime-delete-part): Remove useless `or'.
4554
4555         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4556         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4557         (gnus-nov-parse-line): Use it to decode From header.
4558         (gnus-get-newsgroup-headers): Ditto.
4559         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4560
4561         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4562         (mail-decode-encoded-address-string): New alias.
4563
4564         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4565         New function.
4566         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4567         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4568         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4569         (rfc2047-decode-string): Ditto.
4570         (rfc2047-decode-address-region): New function.
4571         (rfc2047-decode-address-string): New function.
4572
4573 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * message.el (message-caesar-buffer-body): Allow rotating headers.
4576
4577         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4578
4579         * message.el (message-insert-formated-citation-line): Fix %f.
4580         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4581
4582 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4585         (gnus-bookmark-mouse-available-p): New macro.
4586         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4587         (gnus-bookmark-bmenu-show-infos): Use it.
4588         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4589         (gnus-bookmark-bmenu-hide-infos): Ditto.
4590         (gnus-bookmark-remove-properties): New function.
4591         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4592         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4593         (gnus-bookmark-write-file): Bind coding-system-for-write.
4594         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4595         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4596         group before selecting it.
4597         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4598         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4599         quit-window if it is not available; use gnus-mouse-2 and bind it to
4600         gnus-bookmark-bmenu-select-by-mouse.
4601         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4602         (gnus-bookmark-bmenu-select-by-mouse): New function.
4603
4604 2006-08-13  Romain Francoise  <romain@orebokech.com>
4605
4606         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4607         space.
4608
4609 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * compface.el (uncompface): Use binary rather than raw-text-unix.
4612
4613 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * compface.el (uncompface): Make sure the eol conversion doesn't take
4616         place when communicating with the external programs.  Reported by
4617         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4618
4619 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4622
4623 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4624
4625         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4626         Make it more robust by parsing author and date independently.
4627
4628 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4631
4632 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4633
4634         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4635         first matching secret key.
4636         (mml2015-epg-encrypt): Ditto.
4637
4638         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4639         first matching secret key.
4640         (mml1991-epg-encrypt): Ditto.
4641
4642         * mml2015.el (mml2015-encrypt-to-self): New user option.
4643         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4644         mml2015-epg-encrypt-to-self is set.
4645
4646         * mml1991.el (mml1991-encrypt-to-self): New variable.
4647         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4648         mml1991-epg-encrypt-to-self is set.
4649
4650         * mml2015.el (mml2015-signers): New user option.
4651         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4652         (mml2015-epg-encrypt): Allow to select signing keys.
4653
4654         * mml1991.el (mml1991-signers): New variable.
4655         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4656         (mml1991-epg-encrypt): Allow to select signing keys.
4657
4658 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * nnheader.el (nnheader-insert-head): Make it work even if the file
4661         uses CRLF for the line-break code.
4662
4663 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4664
4665         * mml2015.el: Require mml-sec instead of password.
4666         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4667         (mml2015-cache-passphrase): Inherit the default value from
4668         mml-secure-cache-passphrase.
4669         (mml2015-passphrase-cache-expiry): Inherit the default value from
4670         mml-secure-passphrase-cache-expiry.
4671
4672         * mml1991.el: Require mml-sec instead of password.
4673         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4674         (mml1991-cache-passphrase): Inherit the default value from
4675         mml-secure-cache-passphrase.
4676         (mml1991-passphrase-cache-expiry): Inherit the default value from
4677         mml-secure-passphrase-cache-expiry.
4678
4679         * mml-sec.el: Require password.
4680         (mml-secure-verbose): New user option.
4681         (mml-secure-cache-passphrase): New user option.
4682         (mml-secure-passphrase-cache-expiry): New user option.
4683
4684 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4685
4686         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4687         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4688         andreas@altroot.de (Andreas Vögele).
4689
4690         FIXME: Use `tiny change'?
4691
4692 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4693
4694         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4695         workaround for the url package included with Emacs.
4696
4697         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4698
4699 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4702         correctly.  This fixes a bug caused by the 2006-05-12 change.
4703
4704 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4705
4706         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4707         some information about the error when saying that the `bogus' mail
4708         group will be used.
4709
4710 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4713         string.
4714
4715 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4716
4717         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4718
4719 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4720
4721         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4722
4723 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4724
4725         * mml1991.el (mml1991-function-alist): Add epg.
4726         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4727         (mml1991-epg-encrypt): New functions.
4728
4729 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4730
4731         * mml2015.el (mml2015-verbose): New variable.
4732         (mml2015-cache-passphrase): Ditto.
4733         (mml2015-passphrase-cache-expiry): Ditto.
4734         (mml2015-function-alist): Add epg.
4735         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4736         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4737         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4738         functions.
4739
4740 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4741
4742         * message.el (message-cite-original-1): Preserve region when removing
4743         quoted text due to X-No-Archive in order to avoid bogus attribution
4744         when citing multiple messages.
4745
4746 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4747
4748         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4749         Kenneth Jacker <khj@be.cs.appstate.edu>.
4750
4751 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * gnus-diary.el (gnus-user-format-function-d)
4754         (gnus-user-format-function-D): Autoload.
4755
4756         * imap.el (Commentary): Fix typo.
4757
4758         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4759         2006-04-22 contribution.
4760
4761 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4762
4763         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4764         It didn't really fix the bogosity I'm seeing with solid web groups.
4765
4766 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4767
4768         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4769         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4770         created using server names.  If we use the feature without declaring
4771         it, Gnus does not properly manage server and group state.
4772
4773         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4774         bound.
4775
4776 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4777
4778         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4779         looking up the method using GROUP's prefix before inventing a new one.
4780         It is used on killed/unknown groups in various places where returning
4781         an all-new method isn't expected by the caller.
4782
4783         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4784         and match semantics of gnus-group-real-prefix.
4785
4786 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4787
4788         * nnmail.el (nnmail-broken-references-mailers): New variable.
4789         (nnmail-ignore-broken-references): New function generalizing
4790         nnmail-fix-eudora-headers.
4791         (nnmail-fix-eudora-headers): Now obsolete.
4792
4793         * gnus-art.el (gnus-button-handle-custom): Support
4794         `customize-apropos*'.
4795
4796 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4799
4800         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4801         articles.
4802
4803 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * message.el (message-cite-reply-above): New variable.
4806         (message-yank-original): Use it.
4807
4808 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4811
4812 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4815         as read.
4816
4817         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4818
4819 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4822         (gnus-bookmark-default-file): Use gnus-directory.
4823         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4824         Remove "*" in doc string.
4825         (gnus-bookmark-write-file): Simplify.
4826         (gnus-bookmark-maybe-sort-alist): Use `when'.
4827         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4828         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4829         FIXME about Emacs 21 and XEmacs compatibility.
4830         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4831         compatibility.
4832         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4833         compatibility.
4834         (gnus-bookmark-menu-heading): Fix version.
4835
4836 2006-06-19  Bastien Guerry  <bzg@altern.org>
4837
4838         * gnus-bookmark.el: New file.
4839
4840 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * message.el (message-syntax-checks): Doc fix.
4843
4844 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4845
4846         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4847         unsubscribed groups as if they were killed ones.  It causes duplicate
4848         entries in gnus-newsrc-alist.
4849
4850 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * message.el (message-syntax-checks): Doc fix.
4853         (message-send-mail): Add check for continuation headers.
4854         (message-check-news-header-syntax): Fix regexp used to check for
4855         continuation headers.
4856
4857 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4860
4861 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4864
4865 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4868         default-truncate-lines.
4869
4870 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4873         to fill the utf-8 entry.
4874
4875         * lpath.el: Fbind unicode-precedence-list.
4876
4877 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4878
4879         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4880
4881 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4882
4883         * gnus-agent.el (directory-files-and-attributes): Move all the way
4884         forward (the third and final move).
4885         (gnus-agent-read-agentview): Trap reconstruction errors due to
4886         nonexistant directory.  Handle by returning nil.
4887
4888 2006-05-30  Didier Verna  <didier@xemacs.org>
4889
4890         * message.el (message-dont-reply-to-names): Update the custom type.
4891         * message.el (message-dont-reply-to-names): New defsubst: potentially
4892         convert a list of regexps into a single one.
4893         * message.el (message-get-reply-headers): Use it.
4894         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4895
4896 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-agent.el (directory-files-and-attributes): Move forward.
4899
4900 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4901
4902         * gnus-ml.el (gnus-mailing-list-subscribe)
4903         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4904         (gnus-mailing-list-message): Fix doc strings.
4905
4906 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4907
4908         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4909         of doing it manually.
4910
4911 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4912
4913         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4914         comment.
4915
4916 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4917
4918         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4919         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4920         (gnus-agent-read-local): All symbols allocated in my-obarray
4921         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4922         (gnus-agent-regenerate-group): Check numeric names to see if they are
4923         messages or groups.
4924         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4925         better way of do this...)
4926
4927         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4928         'dummy.group' (there should be a better way of do this...)
4929
4930 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4933         (gnus-saved-headers): Ditto.
4934         (gnus-default-article-saver): Mention functions may have properties.
4935         (gnus-article-save): Override gnus-save-all-headers and
4936         gnus-saved-headers by :headers property which saver function may have.
4937         (gnus-summary-save-in-file): Add :headers property.
4938         (gnus-summary-write-to-file): Ditto.
4939
4940         * gnus-sum.el (gnus-summary-save-article): Bind
4941         gnus-prompt-before-saving to t when saving many articles in a file;
4942         always show all headers.
4943
4944         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4945
4946 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4947
4948         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4949         marks.
4950
4951         * message.el (message-indent-citation): Add optional arguments to allow
4952         using it outside of message buffers.
4953
4954         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4955         (gnus-article-treat-unfold-headers): Use it.
4956         (gnus-article-truncate-lines): New variable.
4957         (gnus-article-mode): Use it.
4958         (gnus-article-toggle-truncate-lines): New function.
4959
4960         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4961         gnus-article-toggle-truncate-lines.
4962
4963         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4964         coding system in XEmacs, use binary.
4965
4966 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4969         after-load-alist.
4970
4971         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4972         this function should save decoded articles.
4973         (gnus-summary-write-to-file): Use property to specify this function
4974         should save decoded articles and specify gnus-summary-save-in-file
4975         should be used to save articles other than the first one when saving
4976         many articles.
4977         (gnus-summary-save-body-in-file): Use property to specify this
4978         function should save decoded articles.
4979         (gnus-summary-write-body-to-file): Use property to specify this
4980         function should save decoded articles and specify
4981         gnus-summary-save-body-in-file should be used to save articles other
4982         than the first one when saving many articles.
4983
4984         * gnus-sum.el (gnus-summary-save-article): Simplify.
4985
4986 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-art.el (gnus-default-article-saver): Add
4989         gnus-summary-write-body-to-file.
4990         (gnus-article-save-coding-system): Don't use coding system object
4991         in XEmacs.
4992         (gnus-read-save-file-name): Add optional `dir-var' argument which
4993         specifies directory in which files are saved; work even if optional
4994         `variable' argument is not specified.
4995         (gnus-summary-write-to-file): Read file name.
4996         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4997         (gnus-summary-write-body-to-file): New function.
4998
4999         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5000         (gnus-summary-local-variables): Add it.
5001         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5002         (gnus-summary-save-article): Remove optional `decode' argument;
5003         determine whether to decode articles by the value of
5004         gnus-default-article-saver; when saving many files using
5005         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5006         it first and use gnus-summary-save-in-file or
5007         gnus-summary-save-body-in-file thereafter unless
5008         gnus-prompt-before-saving is always; move point to article which
5009         will be saved.
5010         (gnus-summary-save-article-file): Revert.
5011         (gnus-summary-write-article-file): Revert.
5012         (gnus-summary-save-article-body-file): Revert.
5013         (gnus-summary-write-article-body-file): New function.
5014
5015 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-art.el (gnus-default-article-saver): Doc fix.
5018         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5019         from gnus-summary-save-article-coding-system, and default to a
5020         certain coding system.
5021         (gnus-output-to-file): Add coding cookie and encode text according
5022         to gnus-article-save-coding-system; don't use mm-append-to-file.
5023
5024         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5025         gnus-art.el and rename to gnus-article-save-coding-system.
5026         (gnus-summary-save-article): Require gnus-art; don't show all
5027         headers if it decodes articles; don't add coding cookie here;
5028         don't bind mm-text-coding-system-for-write.
5029         (gnus-summary-save-article-file): Save decoded articles.
5030         (gnus-summary-write-article-file): When saving many files, use
5031         gnus-summary-write-to-file first and gnus-summary-save-in-file
5032         thereafter unless gnus-prompt-before-saving is always.
5033         (gnus-summary-save-article-body-file): Save decoded articles.
5034
5035         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5036
5037 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * nnrss.el (nnrss-check-group): Bind hash-index.
5040
5041 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5042
5043         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5044         its hash index.  Store this hash in `nnrss-group-data'.
5045         (nnrss-read-group-data): Update accordingly.
5046
5047 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5050         entry.
5051
5052         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5053         gnus-article-browse-html-article.
5054
5055 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5056
5057         * gnus-sum.el (gnus-summary-mime-map): Add
5058         gnus-article-browse-html-article.
5059
5060         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5061
5062 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5065         suitable coding systems in customize.
5066
5067 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * mail-source.el (mail-sources): Fix custom type.
5070
5071 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5074         (gnus-summary-expire-articles-now): Shorten prompt.
5075
5076         * gmm-utils.el (wid-edit): Require.
5077         (defun-gmm): Renamed from `gmm-defun-compat'.
5078         (gmm-image-search-load-path): Use it.
5079         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5080
5081 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5084         variable.
5085         (gnus-summary-save-article): Add optional `decode' argument.  If
5086         it is set and gnus-summary-save-article-coding-system is non-nil,
5087         save decoded article.
5088         (gnus-summary-write-article-file): Save decoded article if
5089         gnus-summary-save-article-coding-system is non-nil.
5090
5091         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5092         type.
5093
5094 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5097
5098 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5101         first to test gnus-single-article-buffer which may be buffer-local.
5102
5103         * gnus-sum.el (gnus-summary-setup-buffer): Make
5104         gnus-single-article-buffer buffer-local and nil in ephemeral
5105         group; make gnus-article-buffer, gnus-article-current, and
5106         gnus-original-article-buffer always buffer-local.
5107         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5108         group.
5109         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5110
5111 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * nnml.el (nnml-request-compact-group): Compressed files might not
5114         have .gz extension.
5115
5116 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5117
5118         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5119         (mm-copy-to-buffer): Use with-current-buffer.
5120         (mm-display-part): Simplify.
5121         (mm-inlinable-p): Add optional arg `type'.
5122
5123 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5124
5125         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5126         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5127         Try harder to show the attachment internally or externally using
5128         gnus-mime-view-part-as-type.
5129
5130 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * message.el (message-from-style, message-signature-separator)
5133         (message-user-organization-file, message-send-mail-function)
5134         (message-citation-line-function, message-yank-prefix)
5135         (message-indent-citation-function, message-signature)
5136         (message-signature-file, message-signature-insert-empty-line):
5137         Remove autoloads.
5138
5139         * gnus-art.el (gnus-buttonized-mime-types): Remove
5140         "multipart/signed".  Revert 2006-04-26 change.
5141
5142 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus.el (gnus-version-number): Bump version.
5145
5146 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5147
5148         * gnus.el: No Gnus v0.5 is released.
5149
5150 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5151
5152         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5153         fetching articles by message-id.
5154
5155 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * message.el (hashcash): Require hashcash as normal.
5158
5159         * ecomplete.el (ecomplete-highlight-match-line): Use
5160         point-at-eol.
5161         (ecomplete-highlight-match-line): Use `highlight', because that
5162         face exists in both Emacs and XEmacs.
5163
5164         * message.el (message-display-abbrev): Use point-at-bol.
5165
5166         * mail-source.el: Don't require timer/timer-funcs.
5167
5168         * gnus-async.el: Ditto.
5169
5170         * password.el: Ditto.
5171
5172         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5173
5174         * mm-url.el: Ditto.
5175
5176         * gnus-xmas.el: Don't require timer-funcs.
5177
5178         * mm-util.el: Require timer/timer-funcs.
5179
5180 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5181
5182         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5183         Close.
5184
5185 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5188         unibyte after clear-decrypt function runs.
5189
5190         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5191         returns as a unibyte string.
5192
5193 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * lpath.el: Revert.
5196
5197         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5198         (pgg-gpg-process-sentinel): Revert.
5199
5200         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5201         (pgg-pgp-lookup-key): Revert.
5202
5203         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5204         (pgg-pgp5-lookup-key): Revert.
5205
5206         * pgg.el (pgg-fetch-key): Revert.
5207
5208 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * lpath.el: Fbind string-as-multibyte for XEmacs.
5211
5212         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5213         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5214         (mml1991-pgg-encrypt): Ditto.
5215
5216         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5217         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5218         a multibyte buffer.
5219
5220         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5221         (pgg-pgp-lookup-key): Ditto.
5222
5223         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5224         (pgg-pgp5-lookup-key): Ditto.
5225
5226         * pgg.el (pgg-fetch-key): Ditto.
5227
5228 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * message.el (message-user-organization-file): Check several
5231         locations of the organization file.
5232
5233         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5234         Add gnus-article-view-part-as-type.
5235
5236         * gnus-art.el (gnus-article-view-part-as-type): New function.
5237
5238         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5239         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5240
5241         * mml.el: Simplify autoload.
5242         (mml-mode): defvar dnd-protocol-alist instead of using
5243         symbol-value.
5244         (mml-default-directory): New variable.
5245         (mml-minibuffer-read-file): Use it.
5246         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5247
5248         * message.el (message-citation-line-format): New variable.
5249         (message-insert-formated-citation-line): New function.
5250         (message-citation-line-function): Add
5251         `message-insert-formated-citation-line' to custom type.
5252
5253         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5254         to doc string.
5255
5256         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5257         depending on mm-verify-option.
5258
5259 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5262         binding pgg-* variables; reimplement the section which prevents
5263         MIME header from being signed.
5264         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5265         pgg-text-mode; remove a blank line at the top of body.
5266
5267         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5268         lines at the top of body; use gnus-newsgroup-charset if there's no
5269         Charset header.
5270
5271 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * message.el (message-self-insert-commands): Doc fix.
5274
5275         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5276         (mm-uu-pgp-encrypted-test): Ditto.
5277         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5278         between header and body; return application/pgp-encrypted handle
5279         if decryption failed; decode decrypted body by charset.
5280
5281         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5282         element match to application/pgp-*.
5283
5284 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5285
5286         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5287         HTML.
5288
5289 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * mail-source.el (mail-source-call-script): Message the error
5292         string.
5293
5294 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-util.el (gnus-byte-compile): Use it.
5297
5298 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5299
5300         * gnus-util.el (kill-empty-logs): New function.
5301
5302 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * message.el (message-mail-alias-type): Doc fix.
5305         (message-mail-alias-type-p): New function.
5306         (message-send): Use it.
5307         (message-mode): Ditto.
5308         (message-strip-forbidden-properties): Ditto.
5309
5310         * ecomplete.el (ecomplete-database-file-coding-system): New
5311         variable.
5312         (ecomplete-save): Use it.
5313         (ecomplete-setup): Use it.
5314
5315 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * message.el (message-self-insert-commands): New variable.
5318         (message-strip-forbidden-properties): Use it.
5319
5320 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5323         that doesn't make XEmacs choke.
5324
5325 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * gnus-util.el (gnus-replace-in-string):
5328         Prefer replace-regexp-in-string over of replace-in-string.
5329
5330 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-util.el (gnus-select-frame-set-input-focus):
5333         Use select-frame-set-input-focus if it is available in XEmacs; use
5334         definition defined in Emacs 22 for old Emacsen.
5335
5336         * dgnushack.el: Autoload unmorse-region for XEmacs.
5337
5338         * lpath.el: Bind cursor-in-non-selected-windows and
5339         select-frame-set-input-focus for XEmacs.
5340
5341 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5344
5345 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * gnus-registry.el (gnus-registry-cache-save): Remove text
5348         properties when saving via the temp buffer.
5349
5350 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * message.el (message-generate-hashcash): Honor custom type.
5353
5354 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * message.el (message-generate-hashcash): Default to non-nil when
5357         hashcash is found.
5358
5359         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5360         (gnus-refer-thread-limit): Increase default to 500.
5361
5362         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5363
5364         * flow-fill.el (fill-flowed): Allow delete-space.
5365
5366 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5367
5368         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5369         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5370         Remove autoloads.
5371
5372 2006-04-18  Simon Josefsson  <jas@extundo.com>
5373
5374         * message.el (message-generate-hashcash): Default to.
5375
5376 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5379         concatenating segments rather than before concatenating them.
5380
5381 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5384
5385 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5388
5389         * message.el (message-forward-make-body-plain): Allow
5390         message-forward-ignored-headers to be a list.
5391         (message-remove-ignored-headers): Factor out into function.
5392         (message-forward-make-body-mml): Use it.
5393
5394         * imap.el (imap-quote-specials): New function.
5395         (imap-login-auth): Quote specials.
5396
5397         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5398         (rfc2231-parse-string): Allow concatanation of parameters that
5399         aren't contiguous.  The test case is
5400           (mail-header-parse-content-type "message/external-body;
5401             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5402             access-type=LOCAL-FILE;
5403             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5404
5405 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5406
5407         * nntp.el (nntp-accept-process-output): Return the value of
5408         `nnheader-accept-process-output'.
5409
5410 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5413         (gnus-button-alist): Recognize more diff formats.
5414         (gnus-button-patch): Strip directory.
5415
5416 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5419         Emacs 22 when setting focus.
5420
5421 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus-art.el (gnus-article-treat-types): Do treatment of
5424         text/x-verbatim parts.
5425         (gnus-button-patch): New command.
5426
5427         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5428         addresses that contain invalid characters.
5429
5430 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5431
5432         * message.el (message-put-addresses-in-ecomplete): Use
5433         gnus-replace-in-string.
5434         (message-is-yours-p): Use the more correct
5435         mail-header-parse-address instead of
5436         mail-extract-address-components.
5437         (message-put-addresses-in-ecomplete): Fix typo.
5438
5439         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5440         keystroke.
5441
5442         * gnus-art.el (gnus-treatment-function-alist): Change order of
5443         newsgroups/generic header folding to avoid double-folding.
5444
5445         * message.el (message-hidden-headers): Add X-Draft-From.
5446
5447         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5448         command.
5449         (gnus-summary-repeat-search-article-backward): New command.
5450
5451         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5452         groups in the parent topic.
5453
5454 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5455
5456         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5457         (spam-extra-header-to-number): Return the CRM114 number as a
5458         number instead of a string.
5459
5460 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-art.el (gnus-face-properties-alist): Moved here from
5463         gnus-fun.
5464
5465         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5466
5467 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * message.el (message-strip-forbidden-properties): Only display on
5470         self-insert-command.
5471
5472         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5473         reindent.
5474         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5475
5476 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5477
5478         * smiley.el (smiley-style): Fix typo.
5479
5480 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * hashcash.el (hashcash-insert-payment-async-2): Use
5483         message-goto-eoh instead of doing it manually.
5484         (mail-add-payment): Use message-narrow-to-header instead of trying
5485         to do the same itself.
5486
5487         * message.el (message-hidden-headers): Add Face.
5488
5489         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5490         reparenting code.
5491         (gnus-summary-reparent-children): Refactored out code.
5492         (gnus-summary-thread-map): New keystroke.
5493         (gnus-summary-reparent-children): Make into command.
5494
5495         * smiley.el (smiley-style): Default to `medium' if using a large
5496         font.
5497
5498         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5499         does it itself.
5500
5501         * message.el (message-point-in-header-p): Simplify definition.
5502
5503 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nnagent.el (nnagent-request-set-mark): Silence log file
5506         writing.
5507         (nnagent-request-set-mark): Use write-region instead of
5508         append-to-file.
5509
5510         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5511         strange select method.
5512
5513         * ecomplete.el (ecomplete-display-matches): Get highlightling
5514         right.
5515         (ecomplete-display-matches): Use literals.
5516         (ecomplete-display-matches): Disable message logging.
5517
5518         * message.el (message-display-abbrev): Small optimization.
5519
5520         * ecomplete.el (ecomplete-display-matches): Allow automatic
5521         display.
5522
5523         * message.el (message-strip-forbidden-properties): Display
5524         abbrevs.
5525         (message-display-abbrev): Get automatic display right.
5526
5527         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5528         keystrokes.
5529
5530 2006-04-13  Romain Francoise  <romain@orebokech.com>
5531
5532         TODO: Backport to v5-10!
5533
5534         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5535         Moved here (and renamed) from gnus-registry.el.
5536
5537         * gnus-registry.el: Require gnus-util.
5538         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5539
5540 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-group.el (gnus-group-catchup-current): Change
5543         if-then-else-if-then-else into cond.
5544         (gnus-group-catchup): Indent.
5545         (group-name-at-point): New function.
5546         (gnus-fetch-group): Provide default from thing at point.
5547
5548 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * message.el (message-display-abbrev): Fix regexp.
5551
5552         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5553         choosing.
5554         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5555         dead variables.
5556
5557         * message.el (message-newline-and-indent): Remove debugging.
5558         (message-display-abbrev): Use new implementation.
5559
5560 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5561
5562         * gnus-art.el (gnus-article-mode): Set
5563         cursor-in-non-selected-windows to nil.
5564
5565         * smiley.el: Revert previous change.
5566         (smiley-data-directory): defvar it before using it in the
5567         defcustom of `smiley-style'.
5568
5569 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * message.el (message-newline-and-indent): New function.
5572
5573         * ecomplete.el: Implement more bits.
5574
5575         * message.el (message-put-addresses-in-ecomplete): Clean up the
5576         string.
5577
5578         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5579
5580         * gnus-sum.el (gnus-summary-save-parts): Bind
5581         gnus-summary-save-parts-counter and use it to make unique file
5582         names.
5583
5584         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5585
5586         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5587         parameter to say whether to actually parse the individual
5588         addresses.
5589
5590         * message.el (message-put-addresses-in-ecomplete): New function.
5591         (ecomplete): Require.
5592         (message-mail-alias-type): Add ecomplete as an option.
5593
5594 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5595
5596         * flow-fill.el (fill-flowed): Remove trailing space from blank
5597         quoted lines.
5598
5599 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600
5601         * smiley.el (smiley-style): Move definition later to avoid a
5602         compilation warning.
5603
5604 2006-04-12  Kenichi Handa  <handa@m17n.org>
5605
5606         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5607         buffer and then decode the buffer text if necessary.
5608         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5609         first, and after mm-encode-body, change the buffer to unibyte.
5610         Use mm-disable-multibyte instead of set-buffer-multibyte.
5611
5612 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5615         Content-Type header instead of Content-Disposition header.
5616         (gnus-mime-inline-part): Ditto.
5617         (gnus-mime-view-part-as-charset): Ignore charset that the part
5618         specifies.
5619
5620         * mm-decode.el (mm-display-part): Work with external parts and
5621         usual parts similarly.
5622
5623         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5624         instead of gnus-display-mime.
5625
5626         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5627         instead of with-temp-buffer.
5628
5629         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5630         tag to summarized topics part in order to encode non-ASCII text.
5631
5632 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         * smiley.el (smiley-style): New variable.
5635         (smiley-directory): New function.
5636         (smiley-data-directory): Derive from `smiley-style' using
5637         `smiley-directory'.
5638         (smiley-regexp-alist): Add new entries.
5639
5640         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5641         (gnus-article-browse-delete-temp): Add :version.
5642
5643 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5644
5645         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5646         the sieve region.
5647
5648 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649
5650         * gnus.el (gnus-version-number): Bump version.
5651
5652 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus.el: No Gnus v0.4 is released.
5655
5656 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5659         layout.
5660
5661         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5662         unknown charset.
5663
5664         * message.el (message-header-synonyms): Add Original-To to the
5665         default.
5666
5667         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5668         optional parameter.
5669
5670 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-fun.el (gnus): Require it for gnus-directory.
5673
5674 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5677
5678 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5679
5680         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5681
5682 2006-04-05  Simon Josefsson  <jas@extundo.com>
5683
5684         * password.el (password-reset): New function.
5685
5686 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5687
5688         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5689         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5690
5691 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5692
5693         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5694         Some whitespace was matched into the url, which broke browsing hits
5695         > 100 when mm-url-use-external was nil.
5696
5697 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5700         gnus-extra-headers for 'Newsgroups.
5701
5702         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5703         bound.
5704
5705 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5706
5707         * pgg-gpg.el: Clean up process buffers every time gpg processes
5708         complete.
5709
5710 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5713         doc string.
5714
5715 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5716
5717         * pgg-gpg.el (pgg-gpg-process-filter)
5718         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5719
5720         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5721         lines, temporary fix.
5722
5723 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5726
5727 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5728
5729         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5730         default-enable-multibyte-characters.  This reverts the change from
5731         revision 6.17 which is no longer necessary because the passphrase
5732         is sent separately now.  GnuPG messages are unreadable under
5733         multibyte locales with default-enable-multibyte-characters set to
5734         nil.
5735
5736 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * message.el (message-tool-bar-gnome): Move "spell".
5739
5740 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5743         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5744         instead.
5745
5746 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5747
5748         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5749         newsgroups handling for NNTP overviews which don't include
5750         Newsgroups.
5751
5752 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5753
5754         * message.el (message-resend): Bind message-generate-hashcash to nil.
5755
5756 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5757
5758         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5759         when searching for already-paid recipients.
5760
5761 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5762
5763         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5764         passphrases when it is not needed.
5765         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5766         passphrase stuff from gpg, should only be necessary when you use
5767         gpg with a smartcard.
5768
5769 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * mml.el (mml-insert-mime): Ignore cached contents of
5772         message/external-body part.
5773
5774         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5775         (mm-insert-part): Ditto.
5776
5777 2006-03-23  Simon Josefsson  <jas@extundo.com>
5778
5779         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5780         Reiner.
5781         (pgg-gpg-use-agent-p): Use it again.
5782
5783 2006-03-23  Simon Josefsson  <jas@extundo.com>
5784
5785         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5786         older emacsen.
5787         (pgg-gpg-use-agent-p): Don't use it.
5788
5789 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5792         if we can.
5793
5794 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5795
5796         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5797         (pgg-gpg-update-agent): New function.
5798         (pgg-gpg-use-agent-p): New function.
5799         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5800         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5801         (pgg-gpg-sign-region): Use it.
5802
5803 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5806         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5807
5808 2006-03-21  Simon Josefsson  <jas@extundo.com>
5809
5810         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5811         <wilde@sha-bang.de>.
5812         (pgg-gpg-use-agent): New variable.
5813         (pgg-gpg-process-region): Use it.
5814         (pgg-gpg-encrypt-region): Likewise.
5815         (pgg-gpg-encrypt-symmetric-region): Likewise.
5816         (pgg-gpg-decrypt-region): Likewise.
5817         (pgg-gpg-sign-region): Likewise.
5818         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5819
5820 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5823
5824         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5825         Add comment on version.
5826
5827 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * smiley.el: Add missing test smiley.
5830
5831 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * mm-decode.el (mm-with-part): New macro.
5834         (mm-get-part): Use it; work with message/external-body as well.
5835         (mm-save-part): Treat name and filename equally.
5836
5837         * mm-extern.el (mm-extern-cache-contents): New function.
5838         (mm-inline-external-body): Use it; force the part to be displayed;
5839         move undisplayer added to the cached handle to the parent.
5840
5841         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5842         (gnus-mime-view-part-as-type): Work with message/external-body.
5843
5844         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5845
5846 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5849         images in image-load-path.  [Sync with image.el, revision 1.60, in
5850         Emacs.]
5851
5852 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5855         path rather than symbol.  Always return list of directories.
5856         Guarantee that image directory comes first.  [Sync with image.el,
5857         revision 1.59, in Emacs.]
5858
5859         * message.el (message-make-tool-bar): Adjust to new API of
5860         `gmm-image-load-path-for-library'.
5861
5862         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5863
5864         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5865
5866 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5867
5868         * gnus-art.el (gnus-article-only-boring-p):
5869         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5870         intangible text.
5871         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5872
5873 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5876         `defun' instead of `gmm-defun-compat'.
5877
5878 2006-03-14  Simon Josefsson  <jas@extundo.com>
5879
5880         * message.el (message-unique-id): Don't use message-number-base36
5881         if (user-uid) is a float.
5882         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5883
5884 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5887
5888         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5889         empty line between a part and a message part.
5890
5891 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * smiley.el: Add more test smileys.
5894         (smiley-data-directory, smiley-regexp-alist)
5895         (gnus-smiley-file-types): Fix doc strings.
5896         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5897         adding new elements.
5898         (smiley-mouse-map): Unused code.  Make it a comment.
5899
5900 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5903         scan latest NoCeM messages instead of old ones.
5904         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5905         delimiters that are recently used.
5906         (gnus-nocem-load-cache): Add autoload cookie.
5907
5908         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5909
5910         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5911         level which is larger than gnus-use-nocem is specified.
5912
5913         * gnus-group.el (gnus-group-get-new-news): Ditto.
5914
5915 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * gnus-util.el (gnus-tool-bar-update): New function.
5918
5919         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5920         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5921
5922         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5923
5924         * gnus-group.el (gnus-group-redraw-when-idle)
5925         (gnus-group-redraw-check): Remove.
5926         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5927
5928 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5931         if optional last element is specified in splits (FIELD VALUE...).
5932
5933 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5936         to gmm-image-load-path-for-library.  Call with no-error argument.
5937         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5938
5939         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5940
5941         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5942
5943         * gmm-utils.el (gmm-image-load-path): Remove alias.
5944
5945 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * gmm-utils.el (gmm-image-load-path): Add alias.
5948
5949         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5950         nnml-generate-nov-databases-1.
5951         (nnml-generate-nov-databases): Use it.
5952         (nnml-generate-nov-databases-directory): Document no-active
5953         argument.
5954
5955         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5956         directory if path is t.  Add no-error.
5957
5958         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5959         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5960
5961         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5962         resetting gnus-article-browse-html-temp-list.
5963
5964         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5965         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5966         Add example to docstring.  Rename local variables.  Move error
5967         checks to default case in cond and simplify.
5968
5969 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5972         handle is multipart when calling it recursively.
5973         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5974
5975 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5976
5977         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5978         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5979
5980 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5983         is loaded.
5984
5985         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5986         loaded.
5987
5988 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5991         to "Emacs 23 (unicode)" in doc string.
5992
5993         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5994         "Emacs 23 (unicode)" in comment.
5995
5996 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5999
6000         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6001         characters 160 through 255 in Emacs 23.
6002
6003 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6006         gnus-article-browse-html-temp.
6007         (gnus-article-browse-delete-temp): Make it customizable.  Add
6008         `file'.  Adjust doc string.
6009         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6010         query for each file.  Adjust doc string.
6011         (gnus-article-browse-html-parts): Add
6012         `gnus-article-browse-delete-temp-files' to
6013         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6014
6015 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6016
6017         * gnus-art.el (gnus-article-browse-html-temp)
6018         (gnus-article-browse-delete-temp): New variables.
6019         (gnus-article-browse-delete-temp-files): New function.
6020         (gnus-article-browse-html-parts): Use it.
6021
6022 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6025
6026         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6027         string.
6028
6029         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6030         gnus-summary-insert-new-articles when unplugged.  Remove
6031         gnus-summary-search-article-forward.
6032
6033         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6034         display-visual-class instead of display-color-cells.
6035
6036 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * dgnushack.el: Autoload customize-group for XEmacs.
6039
6040         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6041         message/* containing non-ASCII text properly.
6042
6043 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * message.el: Require gmm-utils, remove autoloads.
6046         (message-tool-bar): Set default based on
6047         gmm-tool-bar-style.
6048         (message-tool-bar-gnome): Add gmm-customize-mode.
6049
6050         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6051         gmm-tool-bar-style.
6052         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6053
6054         * gnus-group.el (gnus-group-tool-bar): Set default based on
6055         gmm-tool-bar-style.
6056         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6057
6058         * gmm-utils.el (gmm-image-directory): Rename variable from
6059         gmm-image-load-path.
6060         (gmm-image-load-path): Use gmm-image-directory.
6061         (gmm-customize-mode): New function.
6062         (gmm-tool-bar-style): New variable.
6063
6064         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6065         gnus-group-redraw-line-number.
6066         (gnus-group-redraw-check): Simplify.
6067         (gnus-group-tool-bar-update): Remove redraw check.
6068         (gnus-group-make-tool-bar): Add redraw check.
6069
6070 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6071
6072         * gnus-art.el (gnus-button): Add missing parentheses.
6073
6074 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * lpath.el: Fbind line-number-at-pos.
6077
6078 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6081
6082 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * gnus-art.el (gnus-button): New face.
6085         (gnus-article-button-face): Use it.
6086
6087         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6088         gnus-summary-next-page.  Re-order.
6089
6090         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6091         next-node are now included.
6092         (gnus-group-redraw-line-number): New internal variable.
6093         (gnus-group-redraw-check): Helper function for updating the tool
6094         bar.
6095         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6096
6097         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6098
6099         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6100         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6101         Use it to match format of Spamassassin 3.0 and later.  Reported by
6102         IRIE Tetsuya <irie@t.email.ne.jp>.
6103         (spam-check-bogofilter)
6104         (spam-bogofilter-register-with-bogofilter): Fix args of
6105         `gnus-error' calls.
6106
6107 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6110         unnecessary interaction when sending queued mails.  Reported by
6111         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6112
6113 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6114
6115         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6116         first or last are nil.
6117
6118 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6119
6120         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6121
6122 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6125
6126 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127
6128         * dns.el (query-dns): Protect more against buggy tcp output.
6129
6130 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6133         nov.php.
6134
6135 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6136
6137         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6138         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6139         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6140         output on the server side.
6141         (nnweb-google-create-mapping): Update regexps and add some
6142         progress indication.
6143
6144 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6147         gnus-agent-toggle-plugged.  Re-order icons.
6148         (gnus-group-tool-bar-gnome): Add
6149         gnus-group-{prev,next}-unread-group.
6150         (gnus-group-tool-bar-gnome): Re-order icons.
6151
6152         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6153         gnus-summary-insert-new-articles.
6154
6155         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6156         comments.
6157
6158         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6159         also available in Emacs 21.3.
6160
6161         * message.el (message-fix-before-sending): Change "Emacs 22" to
6162         "Emacs 23 (unicode)" in comment.
6163
6164         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6165         "Emacs 23 (unicode)" in comment.
6166
6167         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6168         comment.
6169         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6170
6171         * mm-view.el (mm-fill-flowed): Add :version.
6172
6173 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6176         and load-path.
6177
6178 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * message.el: Autoload gmm-image-load-path.
6181         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6182         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6183         consitency.
6184
6185         * gmm-utils.el (gmm-image-load-path): Also search in
6186         "../etc/images".  Don't set gmm-image-load-path if we don't find
6187         the image.
6188
6189 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gmm-utils.el (gmm-image-load-path): Don't make
6192         `gmm-image-load-path' include subdirectories which the second arg
6193         `image' might specify.
6194
6195         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6196         subdirectory to icon file names.
6197
6198         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6199
6200 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6203         gmm-image-load-path calls.
6204
6205         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6206
6207         * message.el (message-make-tool-bar): Ditto.
6208
6209         * mml.el (mml-preview): Added comment concerning tool bar icons.
6210
6211         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6212         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6213
6214         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6215         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6216
6217         * message.el (message-tool-bar-gnome): Use new icon names.
6218         (message-make-tool-bar): Use `gmm-image-load-path'.
6219
6220         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6221         functions from MH-E.
6222         (gmm-image-load-path): New variable from MH-E.
6223         (gmm-image-load-path): New function from MH-E.  Added arguments
6224         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6225         *-image-load-path-called-flag.
6226
6227 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6228
6229         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6230
6231 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6232
6233         * nnimap.el (nnimap-request-move-article): Change folder back to
6234         source group before deleting.
6235
6236 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6239
6240         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6241         mm-url.
6242
6243         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6244
6245 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6248         coding system which mm-charset-to-coding-system returns for a
6249         given charset is valid.
6250
6251 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6252
6253         * html2text.el (html2text-remove-tag-list):
6254         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6255
6256 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6257
6258         * gnus-cus.el: Revert 2005-10-17 change.
6259
6260 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (article-strip-banner): Call
6263         article-really-strip-banner only when the regexp match is made.
6264
6265 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-art.el (article-strip-banner): Use
6268         gnus-extract-address-components instead of
6269         mail-header-parse-addresses to make it work with non-ASCII text;
6270         remove mail-encode-encoded-word-string.
6271
6272         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6273         values which are surrounded with \"...\"; make it never cause a
6274         Lisp error; give up parsing of parameters if it failed in
6275         extracting type.
6276
6277 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6278
6279         * smime.el (smime-cert-by-ldap-1): Fix bug where
6280         `smime-ldap-search' returns results without userCertificates.
6281
6282 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6285
6286 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * spam.el (spam-check-spamassassin-headers): Adapt format for
6289         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6290         <ari@mbf.ocn.ne.jp>.
6291         (spam-list-of-processors): Add spam-use-gmane.
6292
6293 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6296         make-temp-file; make it work with XEmacs as well.
6297
6298         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6299         mm-make-temp-file.
6300
6301         * mm-decode.el (mm-display-external): Use the 3rd arg of
6302         mm-make-temp-file.
6303         (mm-create-image-xemacs): Ditto.
6304
6305 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6308         with message-narrow-to-headers.
6309         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6310         (gnus-draft-check-draft-articles): New function.
6311         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6312
6313 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * gnus-art.el (gnus-article-browse-html-parts):
6316         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6317         Don't use suffix argument for mm-make-temp-file for Emacs 21
6318         compatibility.  Remove useless `format'.
6319
6320 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6321
6322         * nnweb.el (nnweb-google-wash-article): Update regexps.
6323         (nnweb-group-alist): Use defvoo instead of defvar.
6324
6325 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6328         re-loading nn* modules.
6329
6330 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6333         for `tool-bar-mode' and don't check it's default-value.
6334
6335         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6336
6337         * message.el (message-make-tool-bar): Ditto.
6338
6339         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6340         `substring'.  Shorten tmp-file name.
6341
6342         * gnus.el: Remove bogus comment.
6343
6344 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6345
6346         * gnus-art.el (gnus-article-browse-html-parts): New function.
6347         (gnus-article-browse-html-article): New function for viewing html
6348         articles with a browser.
6349
6350 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6351
6352         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6353         in elisp.
6354         (pgg-gpg-encrypt-symmetric-region): Ditto.
6355         (pgg-gpg-sign-region): Ditto.
6356
6357         * pgg-def.el (pgg-text-mode): New variable.
6358
6359         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6360         (mml2015-pgg-encrypt): Ditto.
6361
6362         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6363         (mml1991-pgg-encrypt): Ditto.
6364
6365 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6368         message-make-date instead of current-time-string.
6369
6370         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6371         to gnus-decoded which mm-uu might set.
6372
6373 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6376         don't decode quoted parameters; remove misimported Emacs code.
6377         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6378         (rfc2231-decode-encoded-string): Don't use split-string which
6379         behaves differently according to Emacs version; use
6380         mm-decode-coding-region to convert charset to coding-system.
6381         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6382         (rfc2231-encode-string): Remove misimported Emacs code.
6383
6384 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6387         when calling mail-header-parse-content-type.
6388         (article-de-quoted-unreadable): Ditto.
6389         (article-de-base64-unreadable): Ditto.
6390         (article-wash-html): Ditto.
6391
6392         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6393         calling mail-header-parse-content-type and
6394         mail-header-parse-content-disposition.
6395         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6396         mail-header-parse-content-type.
6397
6398         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6399         insert charset and format parameters; encode description after
6400         inserting it to buffer.
6401         (mml-insert-parameter): Fold lines properly even if a parameter is
6402         segmented into two or more lines; change the max column to 76.
6403
6404         * rfc1843.el (rfc1843-decode-article-body): Don't use
6405         ignore-errors when calling mail-header-parse-content-type.
6406
6407         * rfc2231.el (rfc2231-parse-string): Return at least type if
6408         possible; don't cause an error even if it fails in parsing of
6409         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6410         (rfc2231-encode-string): Don't break lines at the beginning, leave
6411         it to mml-insert-parameter.
6412
6413         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6414         calling mail-header-parse-content-type.
6415
6416 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * spam-report.el (spam-report-gmane-use-article-number):
6419         Improve doc string.
6420         (spam-report-gmane-internal): Check if a suitable header was found
6421         in the article.
6422
6423 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6426         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6427
6428 2006-02-05  Romain Francoise  <romain@orebokech.com>
6429
6430         Update copyright notices of all files in the gnus directory.
6431
6432 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6433
6434         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6435
6436 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6439         segmented lines of parameter value to cope with Thunderbird 1.5
6440         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6441         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6442         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6443
6444 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6445
6446         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6447         parts.
6448
6449 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6450
6451         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6452         there's only one active file for all servers.
6453         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6454         solid groups.  Gnus might have used a FAST request to select the group.
6455         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6456         and nnweb-search redundantly in the active file.
6457         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6458         (nnweb-request-create-group): Don't use ARGS.
6459         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6460         initialisations.  Let nnoo do the work.
6461
6462 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6465         Say the part has been decoded.
6466
6467         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6468
6469 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6470
6471         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6472         mailcap-viewer-test-cache when there's no 'test clause, since that
6473         will invert the meaning of a "nil" test previously determined by
6474         mailcap-mailcap-entry-passes-test.
6475
6476 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6479         compiling.
6480
6481         * gnus-sum.el: Ditto.
6482
6483         * message.el: Don't bind tool-bar-map when compiling.
6484
6485 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6488
6489 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6490
6491         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6492         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6493         current Google Groups.
6494
6495 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6498         and tool-bar-mode.
6499
6500         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6501         and tool-bar-mode.
6502
6503         * message.el (message-tool-bar-update): Simplify.
6504         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6505
6506         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6507         gnus-summary-buffer.
6508         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6509         gnus-summary-reply.
6510
6511         * gmm-utils.el (gmm): Add :version.
6512
6513 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * Makefile.in (clean): New rule.
6516         (distclean): Use it.
6517
6518 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6519
6520         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6521         autoload.
6522
6523 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gmm-utils.el (gmm-verbose): Add :group.
6526
6527 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * message.el: Change some comments WRT tool-bars.
6530
6531         * gnus-sum.el (gnus-summary-tool-bar)
6532         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6533         (gnus-summary-tool-bar-zap-list): New variables.
6534         (gnus-summary-make-tool-bar): Complete rewrite using
6535         `gmm-tool-bar-from-list'.
6536
6537         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6538         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6539         variables.
6540         (gnus-group-make-tool-bar): Complete rewrite using
6541         `gmm-tool-bar-from-list'.
6542         (gnus-group-tool-bar-update): New function.
6543
6544         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6545
6546 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6549         is dissected into a single part of which the type is the same as
6550         the given one; decode charset.
6551
6552 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6553
6554         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6555         into alists as symbol not string, since that's what
6556         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6557         look for.
6558
6559 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6562         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6563
6564         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6565
6566 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6569         (gnus-xmas-mime-security-button-menu): New function.
6570
6571         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6572         (gnus-mime-security-button-menu): New definition.
6573         (gnus-mime-security-button-map): Use them.
6574         (gnus-mime-security-button-menu): New function.
6575         (gnus-insert-mime-security-button): Addition to help echo.
6576         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6577         (gnus-mime-security-pipe-part): New functions.
6578
6579         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6580         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6581
6582         * mm-decode.el (mm-handle-set-disposition): Remove.
6583         (mm-handle-set-description): Remove.
6584
6585 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6588         (mm-w3m-standalone-supports-m17n-p): New function.
6589         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6590         w3m usage.
6591
6592         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6593         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6594
6595 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * message.el (message-tool-bar-zap-list): Use
6598         gmm-tool-bar-zap-list as custom type.
6599         (message-tool-bar-update): New function.
6600         (message-tool-bar, message-tool-bar-gnome)
6601         (message-tool-bar-retro): Add message-tool-bar-update.
6602         (message-tool-bar-gnome): Add flyspell-buffer.
6603
6604         * gnus-util.el (gnus-error): Describe `args'.
6605
6606         * gmm-utils.el (gmm-error): Describe `args'.
6607         (gmm-tool-bar-zap-list): New widget.
6608         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6609
6610 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6613         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6614         the number of recursive calls.
6615
6616         * mm-decode.el (mm-handle-set-disposition): New macro.
6617         (mm-handle-set-description): New macro.
6618
6619 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6622         encoding.
6623
6624 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-tool-bar-zap-list, message-tool-bar)
6627         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6628         (message-tool-bar-local-item-from-menu): Remove.
6629         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6630         (message-make-tool-bar): New function.
6631         (message-mode): Use `message-make-tool-bar'.
6632
6633         * gmm-utils.el: New file.
6634         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6635         (gmm-lazy): New widget copied from `nnmail.el'.
6636         (gmm-tool-bar-from-list): New function for creating customizable
6637         tool bars.
6638         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6639         output.
6640         (gmm): Add :prefix to defgroup.
6641
6642 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6643
6644         * gmm-utils.el (gmm-widget-p): New function.
6645
6646 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * mml.el (mml-attach-file): Describe `description' in doc string.
6649         (mml-menu): Add Emacs MIME manual and PGG manual.
6650
6651 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6652
6653         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6654
6655 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6656
6657         * nntp.el (nntp-end-of-line): Doc fix.
6658
6659 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6660
6661         * imap.el (imap-open): Handle case where buffer is a buffer
6662         object.
6663
6664 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6665
6666         * gnus-delay.el (gnus-delay): Don't autoload.
6667         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6668         to be re-loaded when customizing the `gnus-delay' group.
6669
6670 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6671
6672         * message.el (message-insert-citation-line): Use newlines.
6673
6674 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6675
6676         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6677         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6678         these routines, so the passphrase can be managed externally and
6679         passed in to the system.
6680         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6681         pgg-add-passphrase-to-cache function.
6682
6683         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6684         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6685         these routines, so the passphrase can be managed externally and
6686         passed in to the system.
6687         (pgg-pgp5-sign-region): Use new name of
6688         pgg-add-passphrase-to-cache function.
6689
6690 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6691
6692         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6693         part of the decoded armor to find the key-identifier.
6694         (pgg-gpg-lookup-key-owner): New function to return the
6695         human-readable identifier of a key owner.
6696         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6697         itself.
6698         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6699         the key value) if we have a key and can match it against a secret
6700         key.  Also, added a note pointing out fact that the prompt only
6701         indicates the first matching key.
6702
6703         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6704         pgg-decrypt-region.
6705         (pgg-add-passphrase-to-cache): Rename from
6706         `pgg-add-passphrase-cache' to reduce confusion (all callers
6707         changed).
6708         (pgg-remove-passphrase-from-cache): Rename from
6709         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6710         changed).
6711         (pgg-read-passphrase, pgg-add-passphrase-cache)
6712         (pgg-remove-passphrase-cache): Add informative docstrings.
6713         (pgg-decrypt): Convey provided passphrase in subordinate call to
6714         pgg-decrypt-region.
6715
6716 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6717
6718         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6719         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6720         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6721         'passphrase' argument, so the passphrase can be managed externally
6722         and then passed in to the system.
6723
6724         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6725         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6726         so the passphrase cache can be used reliably with identifiers
6727         besides a pgp packet's key id.
6728
6729         * pgg-gpg.el (pgg-gpg-encrypt-region)
6730         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6731         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6732         these routines, so the passphrase can be managed externally and
6733         passed in to the system.
6734
6735         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6736         'notruncate' argument, so the passphrase cache can be used
6737         reliably with identifiers besides a pgp packet's key id.
6738
6739 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6740
6741         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6742         symmetric encryption.
6743         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6744         encrypted session key.
6745         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6746         message ask for the passphrase in a proper way.
6747
6748         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6749         New user commands for symmetric encryption.
6750
6751 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6754
6755         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6756
6757 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6758
6759         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6760
6761 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * mm-decode.el (mm-inlined-types): Add application/pgp.
6764         (mm-automatic-display): Ditto.
6765
6766         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6767         part as text.
6768
6769 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * nnrss.el: Update copyright.
6772         (nnrss-opml-import): Query whether to subscribe to each entry.
6773
6774         * gnus-art.el:
6775         * gnus-sum.el:
6776         * gnus-xmas.el:
6777         * messagexmas.el:
6778         * mm-uu.el:
6779         * mm-view.el: Update copyright.
6780
6781 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * message.el (message-info): New function.
6784         (message-mode-menu): Add it.
6785         Update copyright.
6786
6787         * ChangeLog: Fix and update copyright.
6788
6789 2006-01-13  Romain Francoise  <romain@orebokech.com>
6790
6791         * message.el (message-forward-subject-name-subject): Prefer the
6792         address to 'nowhere' if the sender has no name.
6793         Fix typo.  Update copyright year.
6794
6795 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-art.el (article-wash-html): Use
6798         gnus-summary-show-article-charset-alist if a numeric arg is given.
6799         (gnus-article-wash-html-with-w3m-standalone): New function.
6800
6801         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6802         mm-inline-text-html-render-with-w3m-standalone.
6803         (mm-text-html-washer-alist): Map w3m-standalone to
6804         gnus-article-wash-html-with-w3m-standalone.
6805         (mm-inline-text-html-render-with-w3m-standalone): New function.
6806
6807 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6810         Improve LaTeX.
6811
6812 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6815         (nnrss-request-article): Render text/plain parts as HTML.
6816
6817         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6818         the buffer.
6819
6820 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6823         custom definition of `gnus-posting-styles'.
6824
6825         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6826         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6827
6828 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6831         Use nntp for bug archive.
6832
6833 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6836         parts.
6837         (nnrss-normalize-date): New function converts ISO 8601 date into
6838         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6839         (nnrss-check-group): Use it.
6840
6841 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6844
6845         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6846         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6847         (nnrss-insert-w3): Ditto.
6848
6849 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6852         the articles to be forwarded including the case where neither a
6853         number of articles nor a region is specified.
6854
6855 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * nnrss.el (nnrss-request-article): Fix last change; fill
6858         text/plain parts.
6859
6860 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6863         in text/plain part.
6864         (nnrss-check-group): Don't add excessive newline to dc:subject.
6865
6866 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6867
6868         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6869         article.
6870
6871 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6874         (nnml-use-compressed-files, nnml-save-mail): Support other
6875         comression programs such as bzip2.
6876
6877 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * dns.el (query-dns): Make sure we check the buffer size before
6880         removing tcp headers.
6881
6882 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6885         remove MIME buttons associated with multipart/alternative parts.
6886         (gnus-mime-display-alternative): Tag buttons using `article-type'
6887         text property.
6888
6889         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6890         associated with multipart/alternative parts.
6891
6892         * gnus-art.el (gnus-signature-separator): Fix custom type.
6893
6894         * mm-decode.el (mm-inlined-types): Fix custom type.
6895         (mm-keep-viewer-alive-types): Ditto.
6896         (mm-automatic-display): Ditto.
6897         (mm-attachment-override-types): Ditto.
6898         (mm-inline-override-types): Ditto.
6899         (mm-automatic-external-display): Ditto.
6900
6901 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * spam-report.el (spam-report-user-mail-address)
6904         (spam-report-user-agent): New variables.
6905         (spam-report-url-ping-plain): Use spam-report-user-agent.
6906
6907 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6908
6909         * gnus-art.el (gnus-button-handle-custom): Do not just use
6910         `customize-apropos' for any "M-x customize-*" button but the
6911         function called for.  Accept both the function name and its
6912         argument in order to achieve this.
6913         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6914         function name to `gnus-button-handle-custom' in case of "M-x
6915         customize-*" buttons.
6916
6917 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6920         multipart/alternative and add xref to mm-discouraged-alternatives
6921         in doc string.
6922
6923         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6924         gnus-buttonized-mime-types in doc string.
6925
6926 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6929         Suggest image/.* in the doc string.
6930
6931 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6934         message-marks (Debian bug #342521).
6935
6936 2005-12-12  Simon Josefsson  <jas@extundo.com>
6937
6938         * password.el (password-read-from-cache): Add.
6939         (password-read): Use it.
6940
6941 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6944         us-ascii as a MIME charset.
6945
6946         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6947         against the case where the 2nd arg TYPE is nil.
6948
6949 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * pop3.el (pop3-stream-type): Fix custom version.
6952
6953         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6954
6955 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6956
6957         * mm-decode.el (mm-display-external): Add missing cdr.
6958
6959 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6962         RFC1524) if it is in mailcap or add a suffix according to
6963         mailcap-mime-extensions when generating a temp filename; postpone
6964         deleting a temp file for 2 seconds for some wrappers, shell
6965         scripts, and so on, which might exit right after having started a
6966         viewer command as a background job.
6967
6968 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * nntp.el (nntp-marks-directory): Fix custom group.
6971
6972         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6973         steps when < 10.
6974
6975         * gnus-start.el (gnus-no-server-1): Mention
6976         `gnus-level-default-subscribed' in doc string.
6977
6978 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6979
6980         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6981         parens.
6982
6983 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-xmas.el (gnus-use-toolbar): Revert.
6986         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6987         gnus-use-toolbar is default.
6988
6989         * messagexmas.el (message-use-toolbar): Revert.
6990         (message-setup-toolbar): Use global default-toolbar if
6991         message-use-toolbar is default.
6992
6993 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6996         according to default-toolbar-visible-p.
6997
6998         * messagexmas.el (message-use-toolbar): Ditto.
6999
7000 2005-11-26  Dave Love  <fx@gnu.org>
7001
7002         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7003         (tls-program, tls-success): Provide openssl alternative.
7004
7005         * starttls.el: Doc fixes.
7006         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7007         SERVICE to PORT.
7008
7009         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7010         port null or service name.
7011         (starttls-negotiate): Autoload.
7012
7013 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * message.el (message-kill-to-signature): Fix interactive spec.
7016
7017 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * pop3.el (pop3-open-server): Recognize a string as a service name.
7020
7021 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7022
7023         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7024
7025 2005-11-23  Dave Love  <fx@gnu.org>
7026
7027         Add pop3s, pop3/starttls.
7028
7029         * pop3.el (pop3-authentication-scheme): Clarify doc.
7030         (open-tls-stream, starttls-open-stream): Autoload.
7031         (pop3-stream-type): New.
7032         (pop3-open-server): Use it.
7033
7034         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7035         for POP.
7036         (mail-source-keyword-map): Add :stream for POP.
7037         (mail-source-fetch-pop): Use pop3-stream-type.
7038
7039 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7042         of current-time-string.
7043
7044 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7045
7046         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7047         date header.
7048
7049 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7050
7051         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7052         it can seriously impact performance as it bypasses the agent's
7053         local caches.
7054
7055 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7056
7057         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7058         must be explicitly online rather than "not explicitly offline" for
7059         its flags to be synchronized.
7060
7061         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7062         that gnus-uu-unmark-thread will function correctly.
7063
7064         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7065         1024K is instead displayed as 1M.
7066
7067 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7070
7071 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7072
7073         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7074
7075 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7076
7077         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7078         error message to display actual error condition.
7079         (gnus-agent-save-local): Avoid saving symbols that are bound to
7080         nil as they simply result in a warning message in
7081         gnus-agent-read-local.
7082
7083 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7086         rather than make-variable-buffer-local for file-precious-flag.
7087
7088 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7089
7090         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7091         for duplicates which are removed.  The invalid sort check then
7092         triggers a rescan after the sort as sorting may have moved
7093         duplicate entries such that they can be cheaply detected.
7094
7095 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7098
7099 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7100
7101         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7102         internal variable to a custom variable.  Changed default value
7103         from compressed(2) to uncompressed(1).
7104         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7105         support for uncompressed agentview files.  Taken together, reading
7106         the agentview file should now be 6-7 times faster.
7107
7108 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7109
7110         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7111         as a buffer-local variable.  This avoids creating truncated
7112         dribble files as a result of a hang up, eg.
7113
7114 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7115
7116         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7117         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7118         XEmacs.
7119
7120 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * gnus-start.el (gnus-start-draft-setup): Enforce
7123         `gnus-draft-mode' for nndraft:drafts at startup.
7124
7125         * gnus.el (gnus-splash): Change custom group.
7126         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7127         allow-list argument.
7128
7129         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7130         string.
7131
7132 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * gnus-art.el (gnus-default-article-saver): Add user-defined
7135         `function' to custom type.
7136
7137 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7138
7139         * imap.el (imap-open): Handle case where buffer is a buffer
7140         object.
7141
7142 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7145         long lines.
7146         (gnus-cache-delete-group): Wrap doc strings.
7147
7148         * gnus-agent.el (gnus-agent-rename-group)
7149         (gnus-agent-delete-group): Wrap doc strings.
7150
7151 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * messagexmas.el (message-use-toolbar): Change the valid values
7154         into default, top, bottom, left, and right.
7155         (message-toolbar-thickness): New variable.
7156         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7157         well.
7158         (message-setup-toolbar): Make it work.
7159
7160         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7161         (gnus-use-toolbar): Change the valid values into default, top,
7162         bottom, left, and right.
7163         (gnus-toolbar-thickness): New variable.
7164         (gnus-xmas-setup-toolbar): New function.
7165         (gnus-xmas-setup-group-toolbar): Use it.
7166         (gnus-xmas-setup-summary-toolbar): Use it.
7167
7168 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * gnus-start.el (gnus-1): Add "native" to
7171         gnus-predefined-server-alist.
7172
7173         * gnus.el (gnus-method-to-server): Don't add "native" to the
7174         lists here, because that leads to problems when
7175         gnus-select-method is bound.
7176
7177 2005-11-09  Simon Josefsson  <jas@extundo.com>
7178
7179         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7180         use (not sort-by-date) instead.
7181
7182 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7183
7184         * gnus-delay.el (gnus-delay-group): Don't autoload.
7185         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7186         to be re-loaded when customizing the `gnus-delay' group.
7187
7188 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7189
7190         * message.el: Revert last changes.
7191         (message-insert-citation-line): Use newlines.
7192
7193 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7194
7195         * message.el (message-courtesy-message)
7196         (message-mark-insert-begin, message-mark-insert-end)
7197         (message-elide-ellipsis, message-cancel-message)
7198         (message-add-header, message-change-subject)
7199         (message-cross-post-followup-to-header)
7200         (message-cross-post-insert-note, message-reduce-to-to-cc)
7201         (message-widen-reply, message-delete-not-region)
7202         (message-kill-to-signature, message-insert-signature)
7203         (message-insert-importance-high, message-insert-importance-low)
7204         (message-insert-or-toggle-importance)
7205         (message-insert-disposition-notification-to)
7206         (message-indent-citation, message-yank-original)
7207         (message-cite-original-without-signature, message-cite-original)
7208         (message-insert-citation-line, message-position-on-field)
7209         (message-fix-before-sending, message-send-mail-partially)
7210         (message-send-mail, message-send-mail-with-sendmail)
7211         (message-send-mail-with-qmail, message-send-news)
7212         (message-check-news-header-syntax, message-generate-headers)
7213         (message-insert-courtesy-copy, message-fill-address)
7214         (message-fill-header, message-shorten-references)
7215         (message-setup-1, message-cancel-news)
7216         (message-forward-make-body-plain, message-forward-make-body-mime)
7217         (message-forward-make-body-mml, message-encode-message-body)
7218         (message-forward-make-body-digest-plain)
7219         (message-forward-make-body-digest-mime)
7220         (message-use-alternative-email-as-from): Insert `hard-newline'
7221         instead of ordinary newlines.
7222
7223 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * message.el (message-generate-headers): Downcase the argument
7226         given to message-check-element.
7227
7228 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7229
7230         * nntp.el (nntp-authinfo-rejected): New error condition.
7231         (nntp-wait-for): Use new error condition to signal authentication
7232         error.
7233         (nntp-retrieve-data): Rethrow new error condition to break out of
7234         recursive call to nntp-send-authinfo.
7235
7236 2005-11-08  Romain Francoise  <romain@orebokech.com>
7237
7238         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7239         (gnus-summary-exit-map): Bind to `Z p'.
7240         (gnus-summary-make-menu-bar): Add menu item.
7241
7242 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7245         (gnus-treat-*): Add `first' in all doc strings.
7246
7247         * gnus-group.el (gnus-group-compact-group): Fix typo.
7248
7249 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus.el (gnus-parameters-case-fold-search): New variable.
7252         (gnus-parameters-get-parameter): Use it.
7253
7254         * gnus-score.el (gnus-home-score-file): Doc fix.
7255
7256 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7257
7258         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7259
7260 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * mm-util.el (mm-special-display-p): New function.
7263
7264         * mml.el (mml-preview): Use it; doc fix.
7265
7266 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7267
7268         * imap.el (imap-open): Handle case where buffer is a buffer object.
7269
7270 2005-10-29  Romain Francoise  <romain@orebokech.com>
7271
7272         * message.el (message-fix-before-sending): Fix comment.
7273
7274 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7275
7276         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7277
7278 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7279
7280         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7281         Used in gnus-score.el.
7282
7283 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7286
7287 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7290         whitespace removed in revision 7.8.  Use concatenated string to
7291         protect trailing whitespace.
7292
7293 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7294
7295         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7296         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7297         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7298         Courier IMAP ("some version from 2004").  Mostly based on similar
7299         code in the same function.
7300
7301 2005-10-26  Didier Verna  <didier@xemacs.org>
7302
7303         * gnus-group.el (gnus-group-compact-group): Invalidate original
7304         article buffer.
7305         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7306         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7307         NOV database and in article itself.
7308         Invalidate article backlog.
7309
7310 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7313
7314 2005-10-26  Simon Josefsson  <jas@extundo.com>
7315
7316         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7317         part of 2004-07-25 change.
7318
7319 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * message.el (message-display-completion-list): New function.
7322         (message-expand-group): Use it; make sure the Completions buffer
7323         is modifiable.
7324 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7325
7326         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7327         user-mail-name is an empty string.
7328
7329 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7332         depending on gnus-score-decay-constant.
7333
7334         * encrypt.el (encrypt-insert-file-contents)
7335         (encrypt-write-file-contents): Don't use `gnus-message'.
7336
7337         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7338         arguments.
7339         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7340         arguments to mm-uu-verbatim-marks-extract.
7341         (mm-uu-hide-markers): New variable.
7342         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7343
7344         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7345         (gnus-convert-image-to-face-command): Use "convert" by default to
7346         allow other input image formats.
7347         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7348         accordingly.
7349
7350 2005-10-23  Simon Josefsson  <jas@extundo.com>
7351
7352         * imap.el (imap-gssapi-program): Align command line parameters
7353         with latest GNU SASL.
7354         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7355
7356 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7357
7358         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7359         HTML.
7360         (nnslashdot-request-article): Ditto.
7361
7362         * lpath.el (featurep): Add nobreak-char-display.
7363
7364 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7365
7366         * mail-source.el (mail-source-fetch-pop): Require pop3.
7367         (mail-source-check-pop): Ditto.
7368
7369 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7372         errors.
7373
7374 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7377         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7378
7379         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7380
7381         * mm-bodies.el (mm-decode-string): Call
7382         `mm-charset-to-coding-system' with allow-override argument.
7383
7384 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7387         (rfc2047-charset-to-coding-system): New function.
7388         (rfc2047-decode-encoded-words): New function.
7389         (rfc2047-decode-region): Use them.
7390         (rfc2047-decode-cte): Remove.
7391         (rfc2047-parse-and-decode): Remove.
7392         (rfc2047-decode): Remove.
7393
7394 2005-10-15  Kenichi Handa  <handa@m17n.org>
7395
7396         * rfc2047.el (rfc2047-decode-cte): New function.
7397         (rfc2047-decode-region): Change the way to decode successive
7398         encoded-words: decode B- or Q-encoding in each encoded-word,
7399         concatenate them, and decode it as charset.
7400
7401 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * lpath.el: Fbind codepage-setup for XEmacs.
7404
7405 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7406
7407         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7408         widget-move-and-invoke.
7409         (gnus-custom-mode): Use gnus-custom-map.
7410
7411 2005-10-15  Bill Wohler  <wohler@newt.com>
7412
7413         * message.el (message-tool-bar-map): Renamed image file from
7414         mail_send to mail/send.
7415
7416 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7417
7418         * message.el (message-expand-group): Pass the common
7419         prefix substring of completion to `display-completion-list'.
7420
7421 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * mml-sec.el (mml-secure-method): New internal variable.
7424         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7425         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7426         functions using mml-secure-method.
7427
7428         * mml.el (mml-mode-map): Add key bindings for those functions.
7429         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7430         Harder <harder@myrealbox.com>.
7431         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7432         end of message if point is the headers of the message.
7433
7434         * message.el (message-in-body-p): New function.
7435
7436         * assistant.el: Autoload gnus-util and netrc.
7437
7438         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7439         Use `mm-charset-override-alist' only when decoding.
7440
7441         * mm-bodies.el (mm-decode-body): Call
7442         `mm-charset-to-coding-system' with allow-override argument.
7443
7444         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7445         `filename' from Content-Disposition if Content-Type doesn't
7446         provide `name'.
7447         (gnus-mime-view-part-as-type): Set default instead of
7448         initial-input.
7449
7450 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7451
7452         * format-spec.el (format-spec): Propagate text properties of % spec.
7453
7454 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-art.el (gnus-treat-predicate): Add `first'.
7457
7458 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7461         (mm-charset-override-alist): New variable.
7462         (mm-charset-to-coding-system): Use it.
7463         (mm-codepage-setup): New helper function.
7464         (mm-charset-eval-alist): New variable.
7465         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7466         about unknown charsets.
7467
7468         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7469
7470 2005-10-04  David Hansen  <david.hansen@gmx.net>
7471
7472         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7473         (nnrss-check-group): Ditto.
7474
7475 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7478         Rename x-gnus-verbatim to x-verbatim.
7479         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7480
7481         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7482         x-verbatim.
7483
7484         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7485
7486         * gnus-util.el (gnus-remove-duplicates): Remove.
7487
7488         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7489         instead of gnus-remove-duplicates.
7490
7491         * message.el (message-remove-duplicates): Remove.
7492         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7493         message-remove-duplicates.
7494
7495         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7496         available, else use implementation from `delete-dups'.
7497
7498         * message.el (message-insert-expires): New function.
7499         (message-mode-map): Add key binding.
7500         (message-mode-field-menu): Add menu entry.
7501         (message-mode): Document it.
7502         (message-make-expires-date): Use `message-make-date'.
7503
7504 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7505
7506         * message.el (message-make-expires-date): New function.
7507
7508 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * Makefile.in (list-installed-shadows): New entry.
7511         (install): Use it.
7512         (remove-installed-shadows): New entry.
7513
7514         * dgnushack.el (dgnushack-default-load-path): New variable.
7515         (dgnushack-find-lisp-shadows): New function.
7516         (dgnushack-remove-lisp-shadows): New function.
7517
7518 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * Makefile.in (install-el-elc): New entry.
7521         (install): Use it so that .el files are necessarily installed.
7522
7523 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7526
7527 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7528
7529         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7530         function rather than the diff-mode.el package.
7531         (mm-display-external): Use with-current-buffer.
7532         (mm-viewer-completion-map, mm-viewer-completion-map):
7533         Move initialization inside declaration.
7534
7535 2005-09-29  Simon Josefsson  <jas@extundo.com>
7536
7537         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7538         autoload mail-check-payment.
7539         (spam-check-hashcash): Define unconditionally, since hashcash.el
7540         is part of Gnus now.  Ignore errors from payment checking.
7541
7542 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * message.el (message-bold-region, message-unbold-region): Rename
7545         from `bold-region' and `unbold-region'.
7546
7547         * message.el: Remove useless autoloads.
7548
7549 2005-09-28  Simon Josefsson  <jas@extundo.com>
7550
7551         * message.el (message-use-idna): Default to t.
7552         (message-use-idna): Test whether encoding works too.  Doc fix.
7553
7554 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * nntp.el (nntp-warn-about-losing-connection): Remove.
7557
7558 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7561         customizable.  Change default value.
7562         (mm-uu-diff-groups-regexp): Change default value.
7563         (mm-uu-type-alist): Add doc string.
7564         (mm-uu-configure): Add doc string.  Make it interactive.
7565         (mm-uu-tex-groups-regexp): New variable.
7566         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7567         (mm-uu-type-alist): Add LaTeX documents.
7568         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7569         of "text/verbatim".
7570         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7571
7572         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7573         instead of "text/verbatim".
7574
7575         * message.el (message-mark-inserted-region)
7576         (message-mark-insert-file): Use slrn style marks when called with
7577         prefix argument.
7578
7579 2005-09-27  Simon Josefsson  <jas@extundo.com>
7580
7581         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7582
7583 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7584
7585         * message.el (message-remove-duplicates): New function.
7586         Implementation borrowed from `gnus-remove-duplicates'.
7587         (message-idna-to-ascii-rhs): Also encode idna addresses in
7588         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7589         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7590         only ask about the same idna domain once per header and also tell
7591         in what header to replace the idna domain.
7592
7593         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7594         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7595         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7596         a header is decoded and not just the last one.
7597
7598 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7601         has been decoded.
7602
7603         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7604         (mm-insert-part): Don't modify text if it has been decoded.
7605
7606         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7607         decoded.
7608
7609         * mm-view.el (mm-inline-text): Don't strip text props unless
7610         decoding enriched or richtext parts.
7611
7612 2005-09-25  Romain Francoise  <romain@orebokech.com>
7613
7614         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7615         * gnus-start.el (gnus-subscribe-interactively):
7616         * gnus-uu.el (gnus-uu-grab-articles):
7617         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7618         space.
7619
7620 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7621
7622         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7623         * mm-view.el (mm-view-pkcs7-decrypt):
7624         * gnus-sum.el (gnus-summary-limit-to-extra)
7625         (gnus-summary-respool-article, gnus-read-move-group-name):
7626         * gnus-score.el (gnus-summary-increase-score):
7627         * gnus-util.el (gnus-completing-read-with-default):
7628         * gnus-art.el (gnus-read-save-file-name)
7629         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7630         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7631         * message.el (message-check-news-header-syntax):
7632         Follow convention for reading with the minibuffer.
7633
7634 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * spam-report.el (spam-report-url-ping-plain):
7637         Use gnus-extended-version as User-Agent.
7638
7639         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7640         default value is nil.
7641
7642         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7643         (mm-uu-verbatim-marks-extract): New function.
7644         (mm-uu-extract): New face.
7645         (mm-uu-copy-to-buffer): Use it.
7646
7647         * spam-report.el (spam-report-gmane-ham): Renamed from
7648         `spam-report-gmane-unspam'.
7649         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7650         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7651
7652         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7653         Autoload.
7654         (spam-report-gmane-unregister-routine): Renamed
7655         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7656
7657 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7660         (spam-report-gmane-unregister-routine): Add support for gmane
7661         unregistration.
7662
7663         * spam-report.el (spam-report-gmane-unspam)
7664         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7665         (spam-report-gmane): Change to take a single article and do unspam
7666         registration.
7667
7668 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * mm-url.el (mm-url-decode-entities): Fix regexp.
7671
7672 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7675         default to nil, to be able to use Gnus at all.  If the default
7676         switches to something else, then the function should be fixed not
7677         be exceedingly slow.
7678
7679 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7680
7681         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7682         fail hard.
7683
7684         * spam-report.el: Add better Keywords line.
7685
7686         * spam.el: Add Maintainer and better Keywords line.
7687
7688 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-art.el (gnus-article-replace-part)
7691         (gnus-mime-replace-part): New functions.
7692         (gnus-mime-action-alist, gnus-mime-button-commands)
7693         (gnus-mime-save-part-and-strip): Added file argument.
7694         (gnus-article-part-wrapper): Added interactive argument.
7695
7696         * gnus-sum.el (gnus-summary-mime-map): Add
7697         `gnus-article-replace-part'.
7698
7699 2005-09-19  Didier Verna  <didier@xemacs.org>
7700
7701         The nnml compaction feature:
7702         * nnml.el (nnml-request-compact-group): New function.
7703         * nnml.el (nnml-request-compact): New function.
7704         * gnus-int.el (gnus-request-compact-group): New function.
7705         * gnus-int.el (gnus-request-compact): New function.
7706         * gnus-group.el (gnus-group-compact-group): New function.
7707         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7708         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7709         * gnus-srvr.el (gnus-server-compact-server): New function.
7710         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7711         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7712
7713 2005-09-18  Deepak Goel  <deego@gnufans.org>
7714
7715         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7716         format spec.
7717
7718 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7721
7722 2005-09-15  Romain Francoise  <romain@orebokech.com>
7723
7724         * message.el (message-fill-paragraph): Clarify docstring.
7725
7726 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-art.el (gnus-mime-display-part): Protect against broken
7729         MIME messages.
7730
7731 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7734         before parsing header.
7735
7736 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7737
7738         * html2text.el (html2text-replace-list): Add new entities.
7739
7740 2005-09-11  Romain Francoise  <romain@orebokech.com>
7741
7742         * message.el (message-alternative-emails): Improve docstring.
7743         (message-setup-1): Call `message-use-alternative-email-as-from'
7744         after `message-setup-hook' to give it precedence over posting
7745         styles, etc.
7746         (message-use-alternative-email-as-from): Add docstring.  Remove
7747         the original From header if present.
7748
7749         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7750         (nnml-save-mail): Use it.
7751
7752         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7753         articles.  Add new argument `silent'.
7754         (gnus-uu-mark-all): Report the total number of marked articles.
7755
7756 2005-09-10  Romain Francoise  <romain@orebokech.com>
7757
7758         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7759         (gnus-uu-mark-series): Likewise.
7760
7761 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * spam-report.el (spam-report-gmane): Fix generation of spam
7764         report URL.
7765
7766 2005-09-10  Simon Josefsson  <jas@extundo.com>
7767
7768         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7769         t, based on discussion on the ding list with Robert Epprecht
7770         <epprecht@solnet.ch>.
7771
7772 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * spam-report.el (spam-report-gmane): Make it work without
7775         X-Report-Spam header.  Gmane now only provides Archived-At.
7776         This is only used if `spam-report-gmane-use-article-number' is nil.
7777         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7778
7779         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7780         make `gnus-summary-sort-by-recipient' work with threading.
7781
7782         * nnweb.el (nnweb-google-wash-article): Print a message if article
7783         is not available.
7784
7785 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7786
7787         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7788         change.  Decode text/* parts content before displaying.
7789
7790 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7793
7794 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7797
7798         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7799         url-package-name, url-package-version,
7800         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7801         w3m-display-inline-images, and w3m-minor-mode-map.
7802
7803 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * message.el (message-tab-body-function): Fix mismatched custom type.
7806
7807         * gnus.el (gnus-group-change-level-function): Ditto.
7808
7809         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7810
7811         * gnus-art.el (gnus-signature-limit)
7812         (gnus-article-mime-part-function): Ditto.
7813
7814 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * mml.el (mml-mode): Silence the byte compiler.
7817
7818         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7819         using `(sit-for 0)' before moving the point to the specified part;
7820         skip unbuttonized parts.
7821         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7822         return to the summary window if gnus-auto-select-part is non-nil.
7823
7824 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7827         variables.
7828         (mml-dnd-attach-file, mml-mode): Use them.
7829
7830         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7831         Make fetching article by MID work again for Google Groups.  Added
7832         FIXME concerning gnus-group-make-web-group.
7833
7834         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7835         Don't depend on Gnus by using mail-extract-address-components if
7836         gnus-extract-address-components is not bound.
7837
7838 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * gnus-art.el (gnus-mime-display-security): Don't display the
7841         signature, but only the signed part.
7842
7843 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7846
7847         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7848         list, not listp.
7849
7850 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7851
7852         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7853         when encoding.
7854
7855         * mm-bodies.el (mm-decode-content-transfer-encoding):
7856         De-canonicalize CRLF for all text content types, not just
7857         text/plain.
7858
7859 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7862         valid article; point arrow and cursor at the MIME button.
7863
7864 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7867         Suggested by Dan Christensen <jdc@uwo.ca>.
7868
7869         * mm-decode.el (mm-save-part): Enable change of prompt.
7870
7871 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7872
7873         * gnus-msg.el (gnus-inews-add-send-actions): Made
7874         `message-post-method' lambda parameter ARG `&optional'.
7875
7876 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-sum.el (gnus-summary-mime-map): Added
7879         gnus-article-save-part-and-strip, gnus-article-delete-part and
7880         gnus-article-jump-to-part.
7881
7882         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7883         (gnus-article-edit-part): Use it.
7884         (gnus-article-part-wrapper): Added no-handle argument.
7885         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7886         functions.
7887
7888 2005-08-29  Romain Francoise  <romain@orebokech.com>
7889
7890         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7891         docstring.
7892         (gnus-face-from-file): Likewise.
7893
7894 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7897         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7898         non-nil.
7899         (gnus-auto-select-part): New variable.
7900         (gnus-article-jump-to-part): New function.
7901         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7902         (gnus-mime-delete-part): Allow selecting specified part after
7903         deleting or stripping parts.
7904         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7905         part if argument is bogus.
7906
7907 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7908
7909         * gnus-art.el (w3m-minor-mode-map):
7910         * gnus-spec.el (gnus-newsrc-file-version):
7911         * gnus-util.el (nnmail-active-file-coding-system)
7912         (gnus-original-article-buffer, gnus-user-agent):
7913         * gnus.el (gnus-ham-process-destinations)
7914         (gnus-parameter-ham-marks-alist)
7915         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7916         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7917         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7918         * mm-decode.el (gnus-current-window-configuration):
7919         * mm-extern.el (gnus-article-mime-handles):
7920         * mm-url.el (url-current-object, url-package-name)
7921         (url-package-version):
7922         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7923         (smime-keys, w3m-cid-retrieve-function-alist)
7924         (w3m-current-buffer, w3m-display-inline-images)
7925         (w3m-minor-mode-map):
7926         * mml-smime.el (gnus-extract-address-components):
7927         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7928         (gnus-newsrc-hashtb, message-default-charset)
7929         (message-deletable-headers, message-options)
7930         (message-posting-charset, message-required-mail-headers)
7931         (message-required-news-headers):
7932         * mml1991.el (mc-pgp-always-sign):
7933         * mml2015.el (mc-pgp-always-sign):
7934         * nnheader.el (nnmail-extra-headers):
7935         * rfc1843.el (gnus-decode-encoded-word-function)
7936         (gnus-decode-header-function, gnus-newsgroup-name):
7937         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7938
7939 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7940
7941         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7942         the end of the date treatments.
7943
7944 2005-08-15  Simon Josefsson  <jas@extundo.com>
7945
7946         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7947         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7948         Capello and Romain Francoise.
7949         (pgg-fetch-key-function): Removed, not used?
7950         (pgg-insert-url-with-w3): Require url, to get
7951         url-insert-file-contents regardless of where it is defined.
7952
7953 2005-08-13  Romain Francoise  <romain@orebokech.com>
7954
7955         * message.el (message-cite-original-1): New function.
7956         (message-cite-original): Use it.
7957         (message-cite-original-without-signature): Ditto.
7958
7959 2005-08-08  Romain Francoise  <romain@orebokech.com>
7960
7961         * message.el (message-yank-empty-prefix): New variable.
7962         (message-indent-citation): Use it.
7963         (message-cite-original-without-signature): Respect X-No-Archive.
7964
7965 2005-08-08  Simon Josefsson  <jas@extundo.com>
7966
7967         * pgg.el: Autoload url-insert-file-contents instead of loading
7968         w3/url.
7969         (pgg-insert-url-with-w3): Don't load url here.
7970
7971 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7972
7973         * message.el (message-kill-to-signature): Don't insert newline at
7974         bol.
7975         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7976
7977 2005-08-06  Romain Francoise  <romain@orebokech.com>
7978
7979         * message.el (message-user-fqdn): Fix typo in docstring.
7980
7981 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7982
7983         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7984
7985         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7986
7987 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * mm-bodies.el (mm-encode-body): Use coding system rather than
7990         charset to encode text.
7991
7992         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7993         number of charsets if utf-8 is available (XEmacs).
7994
7995 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7998         taken from `gnus-button-mid-or-mail-regexp'.
7999         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8000         (gnus-button-alist): Improve regexp for domain part of the MIDs
8001         for news:localpart@domain buttons.
8002         (gnus-button-ctan-directory-regexp): Update.
8003
8004 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * sieve-manage.el (sieve-manage-interactive-login): Use
8007         make-local-variable rather than make-variable-buffer-local.
8008         (sieve-manage-open): Ditto.
8009         (sieve-manage-authenticate): Ditto.
8010
8011         * mml.el (mml-generate-mime-1): Make the content type default to
8012         text/plain if the filename is not specified.
8013
8014 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8017         instead of insert-buffer.
8018
8019         * message.el (message-yank-original): Ditto; set the mark at the
8020         end of the yanked message.
8021
8022 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8025         lines to scroll rather than to stop it.
8026
8027         * mml.el (mml-generate-default-type): Add doc string.
8028         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8029         default to application/octet-stream when determining the content
8030         type if it is not specified for the part or the mml contents; add
8031         a comment about mml-generate-default-type.
8032
8033 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8036         make it default to application/octet-stream when determining the
8037         content type if it is not specified for the external contents.
8038
8039 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8042         segmented parameter but also other parameters might be there.
8043
8044 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * mm-decode.el (mm-display-external): Delete temp file, directory
8047         and buffer immediately if the external process is exited.
8048
8049 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8052         fewer lines than that of scroll-margin.
8053         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8054
8055 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-art.el (gnus-article-next-page): Revert.
8058         (gnus-article-beginning-of-window): New macro.
8059         (gnus-article-next-page-1): Use it.
8060         (gnus-article-prev-page): Ditto.
8061         (gnus-article-edit-part): Use insert-buffer-substring instead of
8062         insert-buffer.
8063         (gnus-article-edit-exit): Ditto.
8064
8065         * gnus-util.el (gnus-beginning-of-window): Remove.
8066         (gnus-end-of-window): Remove.
8067
8068         * lpath.el: Don't bind header-line-format and scroll-margin.
8069
8070 2005-07-25  Simon Josefsson  <jas@extundo.com>
8071
8072         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8073         to have the url package without w3.  Reported by Daiki Ueno
8074         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8075
8076 2005-07-20  Didier Verna  <didier@xemacs.org>
8077
8078         * gnus-diary.el: Remove the description comment (nndiary is now
8079         properly documented in the Gnus manual).
8080         Fix the spelling of "Back End".
8081         * nndiary.el: Ditto.
8082         Fix the copyright notice.
8083
8084 2005-07-18  Romain Francoise  <romain@orebokech.com>
8085
8086         * gnus-sum.el (gnus-summary-to-prefix)
8087         (gnus-summary-newsgroup-prefix): New variables.
8088         (gnus-summary-from-or-to-or-newsgroups): Use them.
8089
8090 2005-07-17  Romain Francoise  <romain@orebokech.com>
8091
8092         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8093         space as it's generally not especially interesting to the user.
8094
8095 2005-07-16  Romain Francoise  <romain@orebokech.com>
8096
8097         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8098         nil to avoid prompting and file modification if one of the
8099         messages at the top of the nnfolder file contains a copyright
8100         notice.
8101         Update copyright notice.
8102
8103         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8104         instead of `current-time-string' as the latter creates a time
8105         string that is not RFC 2822 compliant (it lacks the zone).
8106         Update copyright notice.
8107
8108 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8109
8110         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8111         for text/rtf.  Display default in prompt.  Pass default for M-n.
8112
8113         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8114
8115 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116
8117         * gnus-msg.el (gnus-button-mailto): Remove
8118         save-selected-window-window hackery because it relies on
8119         save-selected-window internals.
8120
8121 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8124         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8125         (gnus-article-prev-page): Ditto.
8126
8127         * gnus-util.el (gnus-beginning-of-window): New function.
8128         (gnus-end-of-window): New function.
8129
8130         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8131
8132 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8133
8134         * gnus-score.el (gnus-score-edit-all-score): Set
8135         gnus-score-edit-exit-function to gnus-score-edit-done and call
8136         gnus-message.
8137
8138 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * gnus-msg.el (gnus-button-mailto): Remove
8141         save-selected-window-window hackery because it relies on
8142         save-selected-window internals.
8143
8144 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8147         add-minor-mode.
8148         (gnus-binary-mode): Ditto.
8149
8150         * gnus-topic.el (gnus-topic-mode): Ditto.
8151
8152 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8153
8154         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8155         (gnus-article-prev-page): Take scroll-margin into consideration.
8156
8157 2005-07-04  Lute Kamstra  <lute@gnu.org>
8158
8159         Update FSF's address in GPL notices.
8160
8161 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8162
8163         * gnus.el (gnus-exit):
8164         * gnus-group.el (gnus-group-icons):
8165         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8166
8167         * gnus-nocem.el (gnus-nocem):
8168         * message.el (message-various, message-buffers, message-sending)
8169         (message-interface, message-forwarding, message-insertion)
8170         (message-headers, message-news, message-mail):
8171         * pgg-gpg.el (pgg-gpg):
8172         * pgg-parse.el (pgg-parse):
8173         * pgg-pgp.el (pgg-pgp):
8174         * pgg-pgp5.el (pgg-pgp5):
8175         * pop3.el (pop3): Finish `defgroup' description with period.
8176
8177 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * gnus-art.el (article-display-face): Improve the efficiency.
8180         (article-display-x-face): Ditto; remove grey x-face stuff.
8181
8182 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-art.el (article-display-face): Correct the position in
8185         which Faces are inserted.
8186
8187 2005-06-29  Didier Verna  <didier@xemacs.org>
8188
8189         * gnus-art.el (article-display-face): Display faces in correct
8190         order.
8191
8192 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8195         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8196         (gnus-nocem-check-article): Fetch the Type header.
8197         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8198         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8199         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8200         make sure gnus-nocem-hashtb is initialized.
8201         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8202         (gnus-nocem-unwanted-article-p): Ditto.
8203
8204         * pgg.el (pgg-verify): Return the verification result.
8205
8206 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8209         is ascii.
8210
8211 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8212
8213         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8214         `show-nonbreak-escape'.
8215
8216 2005-06-23  Lute Kamstra  <lute@gnu.org>
8217
8218         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8219
8220         * dig.el (dig-mode):
8221         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8222
8223 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8224
8225         * nnimap.el (nnimap-split-download-body): Fix spellings.
8226
8227 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8228
8229         * gnus-art.el (gnus-article-encrypt-body):
8230         * gnus-cus.el (gnus-score-customize):
8231         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8232         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8233
8234 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8235
8236         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8237         header by looking for magic "MII" at the beginnig.
8238
8239 2005-06-16  Miles Bader  <miles@gnu.org>
8240
8241         * gnus-xmas.el (gnus-xmas-group-startup-message):
8242         Use renamed gnus-splash face.
8243
8244         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8245         (assistant-field-face): New backward-compatibility alias for renamed
8246         face.
8247         (assistant-render-text): Use renamed assistant-field face.
8248
8249         * spam.el (spam): Remove "-face" suffix from face name.
8250         (spam-face): New backward-compatibility alias for renamed face.
8251         (spam-face, spam-initialize): Use renamed spam face.
8252
8253         * message.el (message-header-to, message-header-cc)
8254         (message-header-subject, message-header-newsgroups)
8255         (message-header-other, message-header-name)
8256         (message-header-xheader, message-separator, message-cited-text)
8257         (message-mml): Remove "-face" suffix from face names.
8258         (message-header-to-face, message-header-cc-face)
8259         (message-header-subject-face, message-header-newsgroups-face)
8260         (message-header-other-face, message-header-name-face)
8261         (message-header-xheader-face, message-separator-face)
8262         (message-cited-text-face, message-mml-face):
8263         New backward-compatibility aliases for renamed faces.
8264         (message-font-lock-keywords): Use renamed message faces.
8265
8266         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8267         (sieve-test-commands, sieve-tagged-arguments):
8268         Remove "-face" suffix from face names.
8269         (sieve-control-commands-face, sieve-action-commands-face)
8270         (sieve-test-commands-face, sieve-tagged-arguments-face):
8271         New backward-compatibility aliases for renamed faces.
8272         (sieve-control-commands-face, sieve-action-commands-face)
8273         (sieve-test-commands-face, sieve-tagged-arguments-face):
8274         Use renamed sieve faces.
8275
8276         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8277         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8278         (gnus-group-news-3-empty, gnus-group-news-4)
8279         (gnus-group-news-4-empty, gnus-group-news-5)
8280         (gnus-group-news-5-empty, gnus-group-news-6)
8281         (gnus-group-news-6-empty, gnus-group-news-low)
8282         (gnus-group-news-low-empty, gnus-group-mail-1)
8283         (gnus-group-mail-1-empty, gnus-group-mail-2)
8284         (gnus-group-mail-2-empty, gnus-group-mail-3)
8285         (gnus-group-mail-3-empty, gnus-group-mail-low)
8286         (gnus-group-mail-low-empty, gnus-summary-selected)
8287         (gnus-summary-cancelled, gnus-summary-high-ticked)
8288         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8289         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8290         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8291         (gnus-summary-low-undownloaded)
8292         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8293         (gnus-summary-low-unread, gnus-summary-normal-unread)
8294         (gnus-summary-high-read, gnus-summary-low-read)
8295         (gnus-summary-normal-read, gnus-splash):
8296         Remove "-face" suffix from face names.
8297         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8298         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8299         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8300         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8301         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8302         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8303         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8304         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8305         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8306         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8307         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8308         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8309         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8310         (gnus-summary-normal-ticked-face)
8311         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8312         (gnus-summary-normal-ancient-face)
8313         (gnus-summary-high-undownloaded-face)
8314         (gnus-summary-low-undownloaded-face)
8315         (gnus-summary-normal-undownloaded-face)
8316         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8317         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8318         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8319         (gnus-splash-face):
8320         New backward-compatibility aliases for renamed faces.
8321         (gnus-group-startup-message): Use renamed gnus faces.
8322
8323         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8324         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8325         (gnus-server-agent): Remove "-face" suffix from face names.
8326         (gnus-server-agent-face, gnus-server-opened-face)
8327         (gnus-server-closed-face, gnus-server-denied-face)
8328         (gnus-server-offline-face):
8329         New backward-compatibility aliases for renamed faces.
8330         (gnus-server-agent-face, gnus-server-opened-face)
8331         (gnus-server-closed-face, gnus-server-denied-face)
8332         (gnus-server-offline-face): Use renamed gnus faces.
8333
8334         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8335         Remove "-face" suffix from face names.
8336         (gnus-picon-xbm-face, gnus-picon-face):
8337         New backward-compatibility aliases for renamed faces.
8338
8339         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8340         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8341         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8342         (gnus-cite-11): Remove "-face" suffix from face names.
8343         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8344         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8345         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8346         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8347         New backward-compatibility aliases for renamed faces.
8348         (gnus-cite-attribution-face, gnus-cite-face-list)
8349         (gnus-article-boring-faces): Use renamed gnus faces.
8350
8351         * gnus-art.el (gnus-signature, gnus-header-from)
8352         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8353         (gnus-header-content): Remove "-face" suffix from face names.
8354         (gnus-signature-face, gnus-header-from-face)
8355         (gnus-header-subject-face, gnus-header-newsgroups-face)
8356         (gnus-header-name-face, gnus-header-content-face):
8357         New backward-compatibility aliases for renamed faces.
8358         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8359
8360         * gnus-sum.el (gnus-summary-selected-face)
8361         (gnus-summary-highlight): Use renamed gnus faces.
8362         * gnus-group.el (gnus-group-highlight): Likewise.
8363
8364 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8365
8366         * gnus-sieve.el (gnus-sieve-article-add-rule):
8367         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8368         * spam-stat.el (spam-stat-buffer-change-to-spam)
8369         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8370
8371         * message.el (message-is-yours-p):
8372         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8373
8374 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * mm-view.el (mm-inline-text): Withdraw the last change.
8377
8378 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8381         executing enriched-decode.
8382
8383 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8386         charset of tar files.
8387
8388 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8389
8390         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8391
8392 2005-06-04  Lute Kamstra  <lute@gnu.org>
8393
8394         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8395         information is never recorded.
8396
8397 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8398
8399         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8400
8401 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * pop3.el (pop3-apop): Run md5 in the binary mode.
8404
8405         * starttls.el (starttls-set-process-query-on-exit-flag):
8406         Use eval-and-compile.
8407
8408 2005-05-31  Simon Josefsson  <jas@extundo.com>
8409
8410         * smime.el (smime-replace-in-string): Define.
8411         (smime-cert-by-ldap-1): Use it.
8412
8413 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (article-display-x-face): Replace
8416         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8417
8418         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8419         set-process-query-on-exit-flag or process-kill-without-query.
8420
8421         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8422         loop instead of replace-regexp.
8423
8424         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8425         instead of process-kill-without-query if it is available.
8426
8427         * lpath.el: Fbind ldap-search-entries.
8428
8429         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8430         instead of find-file-hooks if it is available.
8431
8432         * mml1991.el: Bind pgg-default-user-id when compiling.
8433
8434         * mml2015.el: Bind pgg-default-user-id when compiling.
8435
8436         * nndraft.el (nndraft-request-associate-buffer):
8437         Use write-contents-functions instead of write-contents-hooks if it is
8438         available.
8439
8440         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8441         instead of find-file-hooks if it is available.
8442
8443         * nntp.el (nntp-open-connection): Replace
8444         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8445         (nntp-open-ssl-stream): Ditto.
8446         (nntp-open-tls-stream): Ditto.
8447
8448         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8449         set-process-query-on-exit-flag or process-kill-without-query.
8450         (starttls-open-stream-gnutls): Use it instead of
8451         process-kill-without-query.
8452         (starttls-open-stream): Ditto.
8453
8454 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8455
8456         * smime.el (smime-cert-by-ldap-1): Don't use
8457         replace-regexp-in-string.
8458
8459 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8460
8461         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8462
8463         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8464         in PEM format.  Adjust to the XEmacs compability.
8465
8466 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8469         by `string-to-number'.
8470         * gnus-agent.el (gnus-agent-regenerate-group)
8471         (gnus-agent-fetch-articles): Ditto.
8472         * gnus-art.el (gnus-button-fetch-group): Ditto.
8473         * gnus-cache.el (gnus-cache-generate-active)
8474         (gnus-cache-articles-in-group): Ditto.
8475         * gnus-group.el (gnus-group-set-current-level)
8476         (gnus-group-insert-group-line): Ditto.
8477         * gnus-score.el (gnus-score-set-expunge-below)
8478         (gnus-score-set-mark-below, gnus-summary-score-effect)
8479         (gnus-summary-score-entry): Ditto.
8480         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8481         (gnus-soup-pack): Ditto.
8482         * gnus-spec.el (gnus-xmas-format): Ditto.
8483         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8484         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8485         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8486         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8487         * nndb.el (nndb-get-remote-expire-response): Ditto.
8488         * nndiary.el (nndiary-parse-schedule-value)
8489         (nndiary-string-to-number, nndiary-request-replace-article)
8490         (nndiary-request-article): Ditto.
8491         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8492         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8493         * nneething.el (nneething-make-head): Ditto.
8494         * nnfolder.el (nnfolder-request-article)
8495         (nnfolder-retrieve-headers): Ditto.
8496         * nnheader.el (nnheader-file-to-number): Ditto.
8497         * nnkiboze.el (nnkiboze-request-article): Ditto.
8498         * nnmail.el (nnmail-process-unix-mail-format)
8499         (nnmail-process-babyl-mail-format): Ditto.
8500         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8501         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8502         (nnmh-request-create-group, nnmh-request-list-1)
8503         (nnmh-request-group, nnmh-request-article): Ditto.
8504         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8505         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8506         * nnsoup.el (nnsoup-make-active): Ditto.
8507         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8508         * nntp.el (nntp-find-group-and-number)
8509         (nntp-retrieve-headers-with-xover): Ditto.
8510         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8511         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8512         (pgg-format-key-identifier): Ditto.
8513         * pop3.el (pop3-last, pop3-stat): Ditto.
8514         * qp.el (quoted-printable-decode-region): Ditto.
8515
8516         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8517         of concat.
8518
8519 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8522
8523         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8524
8525         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8526
8527         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8528
8529         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8530
8531         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8532
8533         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8534         (gnus-carpal-mode): Ditto.
8535
8536         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8537         (gnus-browse-mode): Ditto.
8538
8539         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8540
8541         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8542
8543 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8544
8545         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8546
8547 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-util.el (gnus-run-mode-hooks): New function.
8550
8551         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8552
8553         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8554         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8555
8556 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8557
8558         * gnus-agent.el (gnus-agent-make-mode-line-string):
8559         Use mode-line-highlight as mouse-face.
8560
8561 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * canlock.el (canlock): Change the parent group to news.
8564
8565         * deuglify.el (gnus-outlook-deuglify): Add :group.
8566
8567         * dig.el (dig): Add :group.
8568
8569         * dns-mode.el (dns-mode): Add :group.
8570
8571         * encrypt.el (encrypt): Add :group.
8572
8573         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8574         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8575         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8576         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8577         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8578
8579         * gnus-diary.el (gnus-diary): Add :group.
8580
8581         * gnus.el (gnus-group-news-1-face): Add :group.
8582         (gnus-group-news-1-empty-face): Ditto.
8583         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8584         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8585         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8586         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8587         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8588         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8589         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8590         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8591         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8592         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8593         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8594         (gnus-summary-high-ticked-face): Ditto.
8595         (gnus-summary-low-ticked-face): Ditto.
8596         (gnus-summary-normal-ticked-face): Ditto.
8597         (gnus-summary-high-ancient-face): Ditto.
8598         (gnus-summary-low-ancient-face): Ditto.
8599         (gnus-summary-normal-ancient-face): Ditto.
8600         (gnus-summary-high-undownloaded-face): Ditto.
8601         (gnus-summary-low-undownloaded-face): Ditto.
8602         (gnus-summary-normal-undownloaded-face): Ditto.
8603         (gnus-summary-high-unread-face): Ditto.
8604         (gnus-summary-low-unread-face): Ditto.
8605         (gnus-summary-normal-unread-face): Ditto.
8606         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8607         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8608
8609         * hashcash.el (hashcash): New custom group.
8610         (hashcash-default-payment): Add :group.
8611         (hashcash-payment-alist): Ditto.
8612         (hashcash-default-accept-payment): Ditto.
8613         (hashcash-accept-resources): Ditto.
8614         (hashcash-path): Ditto.
8615         (hashcash-extra-generate-parameters): Ditto.
8616         (hashcash-double-spend-database): Ditto.
8617         (hashcash-in-news): Ditto.
8618
8619         * message.el (message-minibuffer-local-map): Add :group.
8620
8621         * netrc.el (netrc): Add :group.
8622
8623         * sieve-manage.el (sieve-manage-log): Add :group.
8624         (sieve-manage-default-user): Diito.
8625         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8626         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8627         (sieve-manage-authenticators): Ditto.
8628         (sieve-manage-authenticator-alist): Ditto.
8629         (sieve-manage-default-port): Ditto.
8630
8631         * sieve-mode.el (sieve-control-commands-face): Add :group.
8632         (sieve-action-commands-face): Ditto.
8633         (sieve-test-commands-face): Ditto.
8634         (sieve-tagged-arguments-face): Ditto.
8635
8636         * smime.el (smime): Add :group.
8637
8638         * spam-report.el (spam-report): Add :group.
8639
8640         * spam.el (spam, spam-face): Add :group.
8641
8642 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8645         return \n.\n.\n at the end of articles.  Protect against that.
8646         (nntp-with-open-group): Allow debugging.
8647
8648         * nnheader.el (mail-header-set-extra): Make into a function
8649         because I just could't understand how to quote the list properly.
8650
8651         * dns.el (query-dns-cached): New function.
8652
8653 2005-05-26  Lute Kamstra  <lute@gnu.org>
8654
8655         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8656
8657 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8660
8661         * gnus-art.el: Don't autoload mail-extract-address-components.
8662
8663         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8664         eval-and-compile to evaluate it.
8665
8666         * hashcash.el: Don't autoload executable-find.
8667
8668         * nndb.el: Don't declare the nndb back end two or more times; don't
8669         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8670
8671         * nntp.el: Autoload format-spec instead of format; use
8672         eval-and-compile to evaluate autoload forms.
8673
8674 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8675
8676         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8677
8678 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * gnus.el (gnus-version-number): Bump version.
8681
8682 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8683
8684         * gnus.el: No Gnus v0.3 is released.
8685
8686 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * lpath.el (featurep): Bind show-nonbreak-escape.
8689
8690 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-art.el (gnus-article-edit-part): Disable undo.
8693
8694 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8697         gnus-article-date-lapsed-new-header is t if date timer is active;
8698         skip headers in which the original date value is empty.
8699         (gnus-article-save-original-date): Redefine it as a macro.
8700         (gnus-display-mime): Use it.
8701
8702 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-art.el (article-date-ut): Support converting date in
8705         forwarded parts as well.
8706         (gnus-article-save-original-date): New function.
8707         (gnus-display-mime): Use it.
8708
8709 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8710
8711         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8712         enclosure element of <item>.
8713
8714 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * message.el (message-kill-buffer-query): Renamed from
8717         `message-kill-buffer-query-if-modified'.  Added :version.
8718
8719 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8722         window layout.
8723
8724 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * mml.el: Autoload dnd when compiling.
8727
8728 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8731         x-dnd-*.
8732
8733 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * qp.el (quoted-printable-encode-region): Save excursion.
8736
8737 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8738
8739         * message.el (message-kill-buffer-query-if-modified): Add new variable
8740         so the user can kill a modified message buffer quickly.
8741         (message-kill-buffer): Use it.
8742
8743 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * lpath.el: Fbind display-time-event-handler; don't fbind
8746         string-to-multibyte.
8747
8748         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8749
8750 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8753         contained in text because xml.el decodes entities) with LFs.
8754
8755 2005-04-11  Lute Kamstra  <lute@gnu.org>
8756
8757         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8758         differently.
8759
8760 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8761
8762         * mm-util.el (mm-detect-coding-region): Typo.
8763
8764 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8767
8768 2005-04-06  Deepak Goel  <deego@gnufans.org>
8769
8770         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8771         user-function allow user modifications of the scores.
8772         (spam-stat-score-buffer-user): New function, to allow
8773         user-computed modifications to the score.
8774         (spam-stat-score-buffer-user-functions): List of additional
8775         scoring functions.
8776         (spam-stat-error-holder): Global temporary error holder.
8777         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8778         variable.
8779
8780 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8781
8782         * gnus-registry.el (gnus-registry-clean-empty-function)
8783         (gnus-registry-trim, gnus-registry-fetch-groups)
8784         (gnus-registry-delete-group): Groups that match
8785         `gnus-registry-ignored-groups' are removed from the registry
8786         entries, not just ignored for splitting.  This helps clean up the
8787         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8788         to get all the groups a message ID is in.
8789
8790         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8791         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8792         (spam-stat-score-buffer-user-functions): Add :number custom type.
8793
8794 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8797         argument in XEmacs.
8798
8799         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8800         (nnrss-request-group): Decode group name first.
8801         (nnrss-request-article): Make a text/plain article if mml-to-mime
8802         failed.
8803         (nnrss-get-encoding): Return a compatible encoding according to
8804         nnrss-compatible-encoding-alist.
8805         (nnrss-find-el): Use consp instead of listp.
8806         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8807
8808 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8811         which Emacs 20 doesn't support.
8812         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8813
8814 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8817         silence the byte compiler inside the defun.
8818
8819         * gnus-demon.el (parse-time-string): Add autoload.
8820
8821         * gnus-delay.el (parse-time-string): Add autoload.
8822
8823         * gnus-art.el (parse-time-string): Add autoload.
8824
8825         * nnultimate.el (parse-time): Require for `parse-time-string'.
8826
8827 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8830
8831         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8832
8833         * smime.el (smime-ldap-host-list): Add :version.
8834
8835 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8838         pass it to `gnus-browse-read-group'.
8839         (gnus-browse-read-group): Add NUMBER argument and pass it to
8840         `gnus-group-read-ephemeral-group'.
8841
8842         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8843         argument and pass it to `gnus-group-read-group'.
8844
8845 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8846
8847         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8848         mm-xemacs-find-mime-charset-1 if we have the mule feature
8849         available at runtime.
8850
8851 2005-03-25  Werner Lemberg  <wl@gnu.org>
8852
8853         * nnmaildir.el: Replace `illegal' with `invalid'.
8854
8855 2005-03-23  Lute Kamstra  <lute@gnu.org>
8856
8857         * time-date.el: Add comment on time value formats.
8858         Don't require parse-time.
8859         (with-decoded-time-value): New macro.
8860         (encode-time-value): New function.
8861         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8862         (days-to-time): Return a valid time value when arg is huge.
8863         (time-since): Use time-subtract.
8864         (time-to-number-of-days): Use time-to-seconds.
8865
8866 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8867
8868         * gnus-start.el (gnus-display-time-event-handler):
8869         Check display-time-timer at runtime rather than only at load time
8870         in case display-time-mode is turned off in the mean time.
8871
8872 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8875         used.
8876
8877         * nneething.el (nneething-map-file-directory): Derive from
8878         `gnus-directory'.
8879
8880         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8881         the To/Cc button.
8882
8883 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * nnmaildir.el (nnmaildir-request-accept-article):
8886         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8887
8888 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8889
8890         * gnus-async.el: Require timer-funcs at compile time when in
8891         XEmacs for `run-with-idle-timer'.
8892
8893 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8894
8895         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8896         autoloaded function.
8897
8898 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8899
8900         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8901
8902 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8903
8904         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8905
8906 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8909         gnus-expert-user to default.
8910
8911 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8912
8913         * nnimap.el (nnimap-open-server): Ditto.
8914
8915         * imap.el (imap-authenticate): Fix typo.
8916
8917 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8918
8919         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8920         buffer (since IMAP server might return FETCH response out of
8921         order, and the nntp buffer must be sorted).
8922
8923 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8924
8925         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8926         comparison on string.
8927
8928         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8929         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8930         (gnus-agent-summary-fetch-series): Modified to protect against
8931         gnus-agent-summary-fetch-group clearing processable flags.
8932         (gnus-agent-synchronize-group-flags): Update live group buffer as
8933         synchronization may occur due to the user toggle the plugged
8934         status.
8935         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8936         successfully downloaded.
8937         (gnus-agent-expire-group-1): Avoid using markers when the overview
8938         is in ascending order; greatly improves performance.
8939         (gnus-agent-regenerate-group): Use
8940         gnus-agent-synchronize-group-flags to reset read status in both
8941         gnus and server.
8942         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8943
8944 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * message.el: Don't autoload former message-utils variables.
8947         (message-strip-subject-trailing-was): Change doc string.
8948
8949         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8950         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8951         (nnweb-google-search): Add "hl=en" here.
8952         (nnweb-google-parse-1, nnweb-google-create-mapping):
8953         Don't hardcode URL.
8954
8955 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * message.el (message-get-reply-headers, message-followup):
8958         Mention related variables `message-use-followup-to' and
8959         `message-use-mail-followup-to', in the information buffer.
8960
8961         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8962         of broken groups(-beta).google.com.
8963
8964 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8965
8966         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8967         parameter to invoked gnus-request-move-article; remove the
8968         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8969         all at once instead of once per article.
8970         (gnus-summary-remove-process-mark): Accept a list of articles as
8971         well as a single article for processing.
8972
8973         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8974         parameter.
8975
8976         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8977
8978         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8979
8980         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8981         parameter.
8982
8983         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8984         parameter.
8985
8986         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8987         parameter and remove the gnus-sum-hint-move-is-internal variable.
8988
8989         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8990         parameter.
8991
8992         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8993         parameter.
8994
8995         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8996         parameter.
8997
8998         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8999
9000         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9001         parameter.
9002
9003         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9004         parameter.
9005
9006 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9007
9008         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9009         a more conservative way.
9010
9011 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9012
9013         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9014         buffer, so it moves the window's cursor.
9015
9016 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9017
9018         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9019         `mm-dissect-multipart' and receive the from field as an (optional)
9020         argument from `mm-dissect-multipart'.
9021         (mm-dissect-multipart): Receive the from field as an argument and
9022         pass it on when we call `mm-dissect-buffer' on MIME parts.
9023         Fixes verification/decryption of signed/encrypted MIME parts.
9024
9025 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * gnus-sum.el (gnus-summary-move-article): Set
9028         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9029         whatever it calls (right now, only nnimap-request-move article
9030         respects it).
9031
9032         * nnimap.el (nnimap-request-move-article): When
9033         gnus-sum-hint-move-is-internal is set, don't do the extra
9034         nnimap-request-article.
9035
9036 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9039
9040         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9041         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9042
9043         * gnus-sum.el (gnus-summary-caesar-message):
9044         Apply `gnus-treat-article' after rotation.
9045
9046         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9047         doc string.
9048
9049 2005-02-22  Simon Josefsson  <jas@extundo.com>
9050
9051         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9052         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9053         <arne@arnested.dk>.
9054         (encrypt): Add password-cache and password-cache-expiry as group
9055         members.
9056
9057 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9058
9059         * smime.el (smime-ldap-host-list): Doc fix.
9060         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9061         cache) password.
9062         (smime-sign-region): Use it.
9063         (smime-decrypt-region): Use it.
9064         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9065         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9066         fails.
9067         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9068         certificate from DER to PEM format rather than calling openssl.
9069
9070         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9071
9072         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9073         for signing/encryption.
9074
9075         * mml.el (mml-parse-1): Use them.
9076
9077 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9078
9079         * nnrss.el (nnrss-verbose): Removed.
9080         (nnrss-request-group): Use `nnheader-message' instead.
9081
9082 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9083
9084         * nnrss.el (nnrss-verbose): New variable.
9085         (nnrss-request-group): Make it say nnrss is requesting a group.
9086
9087 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9090         Handle news URL with given port correctly.
9091
9092 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9095         containing special characters.
9096
9097         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9098
9099         * mml.el (mime-to-mml): Ditto.
9100
9101         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9102         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9103         (rfc2047-decode-region): Quote decoded words containing special
9104         characters when rfc2047-quote-decoded-words-containing-tspecials
9105         is non-nil.
9106
9107 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9110
9111         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9112
9113 2005-02-15  Simon Josefsson  <jas@extundo.com>
9114
9115         * nnimap.el (nnimap-debug): Doc fix.
9116
9117         * imap.el (imap-debug): Doc fix.
9118
9119 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9122
9123 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9124
9125         * gnus.el (spam-contents): Improve docs for spam-contents
9126         parameter in its variable incarnation.
9127
9128 2005-02-14  Simon Josefsson  <jas@extundo.com>
9129
9130         * smime-ldap.el: Use require instead of load-library for ldap.
9131         (smime-ldap-search): Indent.
9132         (smime-ldap-search-internal): Shorten line.
9133
9134         * smime.el (smime-cert-by-dns): Add doc-string.
9135         (smime-cert-by-ldap-1): Indent.
9136
9137         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9138         mml-smime-get-dns-ldap.
9139         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9140
9141 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9142
9143         * smime.el: Require smime-ldap.
9144         (smime-ldap-host-list): New variable.
9145         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9146
9147         * mml-smime.el (mml-smime-encrypt-query): New function.
9148         (mml-smime-encrypt-query): Use it.
9149
9150         * smime-ldap.el: New file.
9151
9152 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9155
9156 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9159         argument in doc string.  Make query for type more clear.
9160
9161 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * gnus.el (gnus-group-startup-message): Search for gnus images in
9164         etc/images/gnus.
9165         * mm-util.el (mm-image-load-path): Likewise.
9166         * smiley.el (smiley-data-directory): Search for smilies in
9167         etc/images/smilies.
9168
9169 2005-02-09  Kim F. Storm  <storm@cua.dk>
9170
9171         Change Emacs release version from 21.4 to 22.1 throughout.
9172         Change Emacs development version from 21.3.50 to 22.0.50.
9173
9174 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9177
9178         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9179         non-Mule XEmacs as well.
9180         (mm-decompress-buffer): Signal an error intentionally if it does
9181         not decompress compressed data because auto-compression-mode is
9182         disabled.
9183
9184 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9185
9186         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9187         an ID in the registry even if it has no groups.
9188
9189 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9192         merge it into mm-decompress-buffer.
9193         (gnus-mime-copy-part): Use the MIME part charset, the value which
9194         a user specified or gnus-newsgroup-charset for decoding, like
9195         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9196         save-buffer what was used.  Suggested by Kevin Ryde
9197         <user42@zip.com.au>.
9198         (gnus-mime-inline-part): Allow the name parameter as well as the
9199         filename parameter; force decompressing of compressed data; always
9200         display contents being not decoded as unibyte.
9201
9202         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9203         as well as the filename parameter.
9204
9205         * mm-util.el (mm-decompress-buffer): Merge
9206         gnus-mime-jka-compr-maybe-uncompress.
9207         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9208         of compressed data.
9209
9210 2005-02-08  Simon Josefsson  <jas@extundo.com>
9211
9212         * imap.el (imap-log): Doc fix.
9213
9214 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9217         the coding cookies; decompress compressed parts.
9218
9219         * mml.el (mml-generate-mime-1): Add the charset parameter according
9220         to the value which a user specified manually or the coding cookie.
9221
9222         * mm-util.el (mm-string-to-multibyte): New function.
9223         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9224         (mm-coding-system-to-mime-charset): New function.
9225         (mm-decompress-buffer): New function.
9226         (mm-find-buffer-file-coding-system): New function.
9227
9228         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9229         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9230         parts.
9231
9232 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9233
9234         * mm-view.el (mm-display-inline-fontify): Decode a part according
9235         to the charset parameter.
9236
9237 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9240         prefix arg is neither nil nor a number, as info specifies.
9241
9242 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9245         timestamps.
9246
9247 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9248
9249         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9250         groups error checking and notify user.
9251
9252 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9253
9254         * message.el (message-send-mail-function): Check existence of
9255         sendmail-program first before using default value
9256         `message-send-mail-with-sendmail'.  Otherwise use more generic
9257         `smtpmail-send-it'.
9258
9259 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * nntp.el (nntp-request-update-info): Always return nil.
9262
9263 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9264
9265         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9266
9267 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9268
9269         * message.el (message-beginning-of-line): Change the behavior when
9270         invoked between BOL and : so that it first moves backward.
9271
9272 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9275         article buffer when editing of the article is discarded.
9276         (gnus-article-prepare): Revert.
9277
9278 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-art.el (gnus-article-prepare):
9281         Remove message-strip-forbidden-properties from the local hook.
9282
9283 2005-01-27  Simon Josefsson  <jas@extundo.com>
9284
9285         * password.el (password-cache-add): Only start one timer per key.
9286         Reported by Derek Atkins <warlord@MIT.EDU>.
9287
9288 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9289
9290         * run-at-time.el: Removed.  It is no longer needed as
9291         timer-funcs.el in the xemacs-base package has a working version of
9292         `run-at-time'.
9293
9294         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9295
9296         * password.el: Require timer-funcs instead of run-at-time in
9297         XEmacs.
9298         Remove `password-run-at-time' macro.
9299         (password-cache-add): Use `run-at-time' instead of
9300         `password-run-at-time'.
9301
9302         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9303         Remove `nnheader-cancel-function-timers' alias,
9304         `cancel-function-timers' exists in XEmacs in timer-funcs.
9305
9306         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9307         for `run-with-idle-timer'.
9308
9309         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9310         for `run-at-time'.
9311
9312         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9313         for `with-timeout'.
9314
9315         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9316         the same as for XEmacs 21.4.
9317         No need to ignore `run-with-idle-timer', this function exists in
9318         XEmacs now in timer-funcs.el in the xemacs-base package.
9319         (dgnushack-compile): No need to delete
9320         run-at-time.el from the list of files to compile because it
9321         doesn't exist anymore.
9322
9323 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9326         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9327
9328 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9329
9330         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9331         sensitively.
9332
9333 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9334
9335         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9336
9337 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9340         which will be inserted according to the multibyteness of a buffer
9341         rather than the type of contents.  Suggested by ARISAWA Akihiro
9342         <ari@mbf.ocn.ne.jp>.
9343
9344         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9345         of string which old xml.el may return rather than a string.
9346
9347 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9350
9351 2005-01-16  Simon Josefsson  <jas@extundo.com>
9352
9353         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9354         idn/idna.el isn't available.
9355         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9356         <michael@waxrat.com>.
9357
9358         * hashcash.el: Remove non-FSF copyright header.
9359
9360         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9361         (hashcash-generate-payment): Use it.
9362         (hashcash-generate-payment-async): Use it.
9363
9364 2005-01-15  Simon Josefsson  <jas@extundo.com>
9365
9366         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9367         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9368
9369         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9370         gnus-summary-idna-message.
9371         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9372         (gnus-summary-idna-message): New function.
9373
9374 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9377         gnus-novice-user.
9378
9379 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * nnrss.el (nnrss-request-delete-group): Delete entries in
9382         nnrss-group-alist as well.
9383         (nnrss-save-server-data): Insert newline.
9384
9385 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * gnus.el (gnus-user-agent): Use list of symbols instead of
9388         symbols.  Display full version number for (S)XEmacs.  Optionally
9389         display (S)XEmacs codename.
9390
9391         * gnus-util.el (gnus-emacs-version): Update for new
9392         `gnus-user-agent'.
9393
9394         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9395         Gnus version.
9396
9397 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9400         which is unreadable in some setups.
9401
9402 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-spec.el (gnus-update-format-specifications): Flush the
9405         group format spec cache if it doesn't support decoded group names.
9406
9407 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9410         Allow to apply decay on score files matching a regexp.
9411
9412 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9415         compatibility in %g and %c.
9416
9417 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9420         name for only %g and %c.
9421         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9422         of gnus-tmp-group to decoded group name.
9423         (gnus-group-make-rss-group): Exclude `/'s from group names.
9424
9425 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * nnrss.el (nnrss-get-encoding): Fix regexp.
9428
9429 2004-12-27  Simon Josefsson  <jas@extundo.com>
9430
9431         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9432         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9433         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9434
9435 2004-12-17  Kim F. Storm  <storm@cua.dk>
9436
9437         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9438
9439         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9440
9441 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9442
9443         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9444
9445 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * nnrss.el: Require rfc2047 and mml.
9448         (nnrss-file-coding-system): New variable.
9449         (nnrss-format-string): Redefine it as an inline function.
9450         (nnrss-decode-group-name): New function.
9451         (nnrss-string-as-multibyte): Remove.
9452         (nnrss-retrieve-headers): Decode group name; don't use
9453         nnrss-format-string.
9454         (nnrss-request-group): Decode group name.
9455         (nnrss-request-article): Decode group name; allow a Message-ID as
9456         well as an article number; don't use nnrss-format-string; encode a
9457         Message-ID string which may contain non-ASCII characters; use
9458         mml-to-mime to compose a MIME article.
9459         (nnrss-request-expire-articles): Decode group name.
9460         (nnrss-request-delete-group): Decode group name.
9461         (nnrss-fetch): Clarify error message.
9462         (nnrss-read-server-data): Use insert-file-contents instead of load;
9463         bind file-name-coding-system; use multibyte buffer.
9464         (nnrss-save-server-data): Bind coding-system-for-write to the
9465         value of nnrss-file-coding-system; bind file-name-coding-system;
9466         add coding cookie.
9467         (nnrss-read-group-data): Use insert-file-contents instead of load;
9468         bind file-name-coding-system; use multibyte buffer.
9469         (nnrss-save-group-data): Bind coding-system-for-write to the
9470         value of nnrss-file-coding-system; bind file-name-coding-system.
9471         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9472         make it work with non-ASCII text.
9473         (nnrss-find-el): Make it work with old xml.el as well.
9474
9475 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9476
9477         * nnrss.el (nnrss-get-encoding): New function.
9478         (nnrss-fetch): Use unibyte buffer initially; bind
9479         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9480         decode contents according to the encoding attribute.
9481         (nnrss-save-group-data): Add coding cookie.
9482         (nnrss-mime-encode-string): New function.
9483         (nnrss-check-group): Use it to encode subject and author.
9484
9485 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9486
9487         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9488         imaginary variable.
9489
9490 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9493         correctly even if there are wide characters.
9494
9495 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9496
9497         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9498         downcased symbol names; make a new cache instead of reusing
9499         bbdb-hashtable.
9500
9501 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9504         concatenating segments rather than before concatenating them.
9505         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9506
9507         * message.el (message-get-reply-headers): Bind `extra'.
9508
9509 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * message.el (message-extra-wide-headers): New variable.
9512         (message-get-reply-headers): Use it.
9513
9514 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9517         (gnus-agent-group-pathname): Ditto.
9518
9519         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9520
9521         * gnus-group.el (gnus-group-make-group): Decode group name.
9522         (gnus-group-make-rss-group): Register the group data after opening
9523         the nnrss group.
9524
9525 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9526
9527         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9528         by expiry now get marked as read.
9529
9530 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9533
9534 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9535
9536         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9537         unify Latin characters in XEmacs.
9538         (mm-find-mime-charset-region): Use it.
9539
9540 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-util.el (gnus-delete-directory): New function.
9543
9544         * gnus-agent.el (gnus-agent-delete-group): Use it.
9545
9546         * gnus-cache.el (gnus-cache-delete-group): Use it.
9547
9548 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9551         names.
9552
9553 2004-12-16  Simon Josefsson  <jas@extundo.com>
9554
9555         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9556
9557 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9560
9561         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9562         (gnus-group-set-current-level): Decode group name.
9563
9564 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9565
9566         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9567         failed.
9568
9569 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-group.el (gnus-group-delete-group): Decode group name.
9572         (gnus-group-make-rss-group): Encode group name.
9573         (gnus-group-catchup-current): Decode group name.
9574         (gnus-group-kill-group): Decode group name.
9575
9576 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9577
9578         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9579
9580 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-group.el (gnus-group-make-rss-group):
9583         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9584
9585         * gnus-start.el (gnus-setup-news): Honor user's setting to
9586         gnus-message-archive-method.  Suggested by Lute Kamstra
9587         <lute@gnu.org>.
9588
9589 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9590
9591         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9592         global counterparts of the buffer-local variables.
9593
9594 2004-11-16  Romain Francoise  <romain@orebokech.com>
9595
9596         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9597         counterparts of the buffer-local variables.
9598
9599 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * message.el (message-forbidden-properties): Fixed typo in doc
9602         string.
9603
9604 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * gnus-util.el (gnus-replace-in-string): Added doc string.
9607
9608         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9609         to avoid problems when splitting mails with many recipients.
9610
9611 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9612
9613         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9614         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9615
9616 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9617
9618         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9619         if there is no hashtable in memory or file modification time is
9620         newer than cached timestamp.
9621
9622 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9625         not-matching option.
9626
9627 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9630         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9631         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9632         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9633         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9634         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9635
9636 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * message.el (message-forward-make-body-mml): Remove headers
9639         according to message-forward-ignored-headers if a message is decoded.
9640
9641 2004-12-02  Romain Francoise  <romain@orebokech.com>
9642
9643         * message.el (message-forward-make-body-plain): Always remove
9644         headers according to message-forward-ignored-headers.
9645
9646 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9647
9648         * spam.el (spam-summary-prepare-exit): Remove the
9649         gnus-summary-limit pop for now, it has problems with ham marks for
9650         me.
9651
9652 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9653
9654         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9655         correctly.
9656
9657 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9658
9659         * format-spec.el (format-spec): Message the char.
9660
9661 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9662
9663         * gnus-art.el (gnus-split-methods): Reformat comments.
9664
9665         * spam.el (spam-summary-prepare-exit): Remove article limits
9666         before exiting the summary buffer.
9667
9668 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9671         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9672
9673         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9674         order to silence the byte compiler.
9675
9676         * spam.el: Fix the way to silence the byte compiler, which
9677         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9678         bbdb-search-simple, spam-BBDB-register-routine,
9679         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9680         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9681         spam-stat-buffer-is-spam, spam-stat-load,
9682         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9683         spam-stat-save and spam-stat-split-fancy.
9684
9685 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9688         which may confuse users.
9689         (canlock-password-for-verify): Ditto.
9690
9691         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9692
9693         * gnus-art.el (gnus-emphasis-alist): Ditto.
9694
9695         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9696
9697         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9698
9699         * gnus-start.el (gnus-save-killed-list): Ditto.
9700
9701         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9702         (gnus-sum-thread-tree-root): Ditto.
9703         (gnus-sum-thread-tree-false-root): Ditto.
9704         (gnus-sum-thread-tree-single-indent): Ditto.
9705
9706         * message.el (message-courtesy-message): Ditto.
9707         (message-archive-note): Ditto.
9708         (message-subscribed-address-file): Ditto.
9709         (message-user-fqdn): Ditto.
9710
9711         * spam-report.el (spam-report-gmane-regex): Ditto.
9712
9713         * spam.el (spam-blackhole-good-server-regex): Ditto.
9714
9715 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * mml.el (mml-preview): Widen the message buffer before copying
9718         the contents to the preview buffer; sort headers before previewing.
9719
9720         * message.el (message-hidden-headers): Fix the way to avoid a bug
9721         in the `repeat' widget in Emacs 21.3 or earlier.
9722
9723 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * message.el (message-hidden-headers): Default to "^References:".
9726         Improve customization type.  Suggested by Reiner Steib
9727         <Reiner.Steib@gmx.de>.
9728
9729 2004-11-25  Romain Francoise  <romain@orebokech.com>
9730
9731         * message.el (message-strip-forbidden-properties): Remove check for
9732         obsolete `message-hidden' text property, hidden headers are not
9733         accessible in the buffer anymore.
9734
9735 2004-11-22  Romain Francoise  <romain@orebokech.com>
9736
9737         * message.el (message-header-format-alist): Add `From' in list
9738         so that it can be sorted.
9739         (message-fix-before-sending): Widen and sort headers before
9740         sending.
9741         (message-hide-headers): Use narrowing to hide headers by moving
9742         them to the top of the buffer and narrowing to the region
9743         underneath.
9744
9745 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9746
9747         * message.el (message-strip-forbidden-properties): Bind
9748         buffer-read-only (etc) to nil.
9749
9750 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9753         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9754
9755 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9756
9757         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9758
9759 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * dns.el (query-dns): Use sit-for to time instead of
9762         accept-process-output, since that doesn't seem to work on udp
9763         sockets.
9764
9765 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9768
9769 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9770
9771         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9772         doc string.  Improve doc string.
9773
9774 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * nntp.el (nntp-request-update-info): Return nil if
9777         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9778         may not call gnus-activate-group which uselessly issues the GROUP
9779         commands for all nntp groups and wastes time.  Reported by Romain
9780         Francoise <romain@orebokech.com>.
9781
9782         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9783
9784 2004-11-15  Simon Josefsson  <jas@extundo.com>
9785
9786         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9787         headers separately.
9788         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9789         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9790
9791 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-start.el (gnus-convert-old-newsrc):
9794         Assign legacy-gnus-agent to 5.10.7.
9795
9796 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9799         start of the lines.
9800
9801 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9802
9803         * hashcash.el (hashcash-default-payment): Change default to 20
9804         (hashcash-default-accept-payment): Change default to 20
9805         (hashcash-process-alist): New variable
9806         (hashcash-generate-payment-async): Add
9807         (hashcash-already-paid-p): Add
9808         (hashcash-insert-payment): Don't generate payments twice
9809         (hashcash-insert-payment-async): Add
9810         (hashcash-insert-payment-async-2): Add
9811         (hashcash-cancel-async): Add
9812         (hashcash-wait-async): Add
9813         (hashcash-processes-running-p): Add
9814         (hashcash-wait-or-cancel): Add
9815         (mail-add-payment): New optional argument.  Conditionally start
9816         asynchronous calculation.
9817         (mail-add-payment-async): Add
9818
9819         * message.el (message-send-mail): Wait for asynchronous hashcash
9820         results.  Don't clobber existing X-Hashcash headers.
9821         (message-setup-1): Call mail-add-payment-async when
9822         message-generate-hashcash is non-nil.
9823
9824 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9825
9826         * message.el (message-use-alternative-email-as-from): Examine the
9827         From header as well; use message-make-from in order to include a
9828         user's full name.
9829
9830 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9833         default; improve customization type.
9834         (gnus-emphasis-custom-with-format): New macro.
9835         (gnus-emphasis-custom-value-to-external): New function.
9836         (gnus-emphasis-custom-value-to-internal): New function.
9837
9838 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * dns.el (query-dns): Resolve reverse addresses.
9841
9842 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus-group.el (gnus-group-get-new-news): Use it.
9845
9846         * gnus-start.el (gnus-check-reasonable-setup): New function.
9847
9848 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9851         "Args out of range" error.  Reported by Arnaud Giersch
9852         <arnaud.giersch@free.fr>.
9853
9854 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9855
9856         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9857
9858 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9859
9860         * spam.el (spam group): Add :version.
9861
9862         * pgg-def.el (pgg group): Add :version.
9863
9864 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-art.el (gnus-article-edit-article): Don't associate the
9867         article buffer with a draft file.  This is a temporary measure
9868         against the 2004-08-22 change to gnus-article-edit-mode.
9869
9870 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9873         (html2text-format-tags): Remove unused variable `attr'.
9874
9875 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9878
9879         * tls.el (tls-process-connection-type, tls-success)
9880         (tls-certtool-program): Add :version.
9881
9882         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9883         (starttls-extra-arguments, starttls-process-connection-type)
9884         (starttls-connect, starttls-failure, starttls-success): Add :version.
9885
9886         * spam-stat.el (spam-stat): Add :version.
9887
9888         * sieve.el (sieve): Add :version.
9889
9890         * sha1.el (sha1): Add :version.
9891         (sha1-use-external): Remove redundant version.
9892
9893         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9894         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9895         (nnmail-split-fancy-match-partial-words)
9896         (nnmail-split-lowercase-expanded): Add :version.
9897
9898         * nndiary.el (nndiary): Add :version.
9899
9900         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9901
9902         * mml-sec.el (mml-default-sign-method)
9903         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9904         Add :version.
9905
9906         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9907
9908         * mm-url.el (mm-url-use-external, mm-url-program)
9909         (mm-url-arguments): Add :version.
9910
9911         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9912         (mm-attachment-file-modes, mm-decrypt-option)
9913         (mm-w3m-safe-url-regexp): Add :version.
9914
9915         * message.el (message-cite-prefix-regexp)
9916         (message-sendmail-envelope-from, message-minibuffer-local-map)
9917         (message-user-fqdn, message-completion-alist): Add :version.
9918
9919         * gnus-win.el (gnus-configure-windows-hook)
9920         (gnus-use-frames-on-any-display): Add :version.
9921
9922         * gnus-art.el (gnus-article-address-banner-alist)
9923         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9924         (gnus-treat-from-picon, gnus-treat-mail-picon)
9925         (gnus-treat-x-pgp-sig): Add :version.
9926
9927         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9928         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9929         (gnus-summary-article-delete-hook)
9930         (gnus-summary-display-while-building): Add :version.
9931
9932         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9933         (gnus-get-top-new-news-hook): Add :version.
9934
9935         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9936         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9937
9938         * gnus-registry.el (gnus-registry): Add :version.
9939
9940         * gnus-spec.el (gnus-use-correct-string-widths)
9941         (gnus-make-format-preserve-properties): Add :version.
9942
9943         * gnus.el (gnus-group-charter-alist)
9944         (gnus-group-fetch-control-use-browse-url)
9945         (gnus-install-group-spam-parameters): Add :version.
9946
9947         * gnus-diary.el (gnus-diary): Add :version.
9948
9949         * gnus-delay.el (gnus-delay): Add :version.
9950
9951         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9952         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9953         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9954         Add :version.
9955
9956         * gnus-agent.el (gnus-agent-max-fetch-size)
9957         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9958         (gnus-agent-prompt-send-queue): Add :version.
9959
9960         * deuglify.el (gnus-outlook-deuglify): Add :version.
9961
9962         * html2text.el: Beautify code.  Improve doc strings.  Some
9963         checkdoc cleanup.
9964         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9965
9966 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9967
9968         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9969
9970 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9973         when package is loaded.
9974
9975         * spam.el (spam-summary-score-preferred-header): Add global preference
9976         for people who want to override the default SpamAssassin over
9977         Bogofilter preference (when both are set).
9978         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9979         (spam-user-format-function-S): Check
9980         spam-summary-score-preferred-header.
9981         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9982         (spam-user-format-function-S): Format the score correctly.
9983
9984 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9987         signature file.  Suggested by Manoj Srivastava
9988         <srivasta@golden-gryphon.com>.
9989
9990         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9991         iso-2022-jp even in the Japanese language environment.
9992         Suggested by Jason Rumney <jasonr@gnu.org>.
9993
9994 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9997         use the same characters as the dummy marks; make it free from
9998         getting affected by the language environment.
9999         (gnus-summary-read-group-1): Update mark positions only when the
10000         format spec is updated.
10001
10002         * gnus-spec.el (gnus-update-format-specifications): Return a list
10003         of updated types.
10004
10005 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10008         of boundp to check if display-warning is available.
10009
10010 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10011
10012         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10013
10014 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * nnspool.el (nnspool-spool-directory): Use news-path if the
10017         news-directory variable is not bound.
10018
10019         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10020         function instead of display-warning if it is not available.
10021
10022 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10025         v5-10: Use `point-at-bol'.
10026
10027 2004-10-26  Simon Josefsson  <jas@extundo.com>
10028
10029         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10030         <chenggao@gmail.com>.
10031
10032 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10035         instead.
10036
10037 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10038
10039         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10040         to remove a server from the nnimap-server-buffer-alist.
10041         (nnimap-open-connection, nnimap-close-server): Use it.
10042
10043         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10044
10045 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10048         running the major-mode function.
10049
10050 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10053         dummy marks in the right way.
10054
10055 2004-10-18  David Edmondson  <dme@dme.org>
10056
10057         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10058         excessively.
10059
10060 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * gnus-util.el (gnus-split-references): Accept a nil references
10063         string and go on blissfully.
10064
10065         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10066         cases where the references string is non-nil but has no references.
10067
10068         * encrypt.el: Add autoload tags.
10069
10070         * spam.el (spam-resolve-registrations-routine): Remove article
10071         from unregistration list too.  Reported by David Hanak
10072         <dhanak@isis.vanderbilt.edu>
10073
10074 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10077         nil.  Changed custom type.
10078
10079 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10082
10083         * gnus-sum.el (gnus-summary-move-article): Use it.
10084
10085 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * encrypt.el: Add autoload cookies.
10088
10089         * spam.el (spam-backend-article-list-property)
10090         (spam-backend-get-article-todo-list)
10091         (spam-backend-put-article-todo-list)
10092         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10093         Resolve registrations separately.
10094         (spam-register-routine): Format comments.
10095         (spam-unregister-routine, spam-register-routine): Always call with
10096         specific-articles, no default list.
10097         (spam-summary-prepare-exit): Use the spam-classifications function.
10098
10099         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10100         gnus-encrypt.el.
10101
10102         * encrypt.el: Copied from gnus-encrypt.el.
10103
10104         * gnus-encrypt.el: Commented that it's obsolete.
10105
10106 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10109         (gnus-score-save): Use it.
10110
10111         * message.el (message-bury): Use `window-dedicated-p'.
10112
10113 2004-10-15  Simon Josefsson  <jas@extundo.com>
10114
10115         * pop3.el (top-level): Don't require nnheader.
10116         (pop3-read-timeout): Add.
10117         (pop3-accept-process-output): Add.
10118         (pop3-read-response, pop3-retr): Use it.
10119
10120 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10121
10122         * spam.el (spam-register-routine): Move comment.
10123         (spam-verify-bogofilter): Use 'unknown for the initial
10124         spam-bogofilter-valid state, not 'never.
10125
10126         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10127         for netrc-machine.
10128
10129         * nnimap.el (nnimap-open-connection): Use
10130         netrc-machine-user-or-password.
10131
10132 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10133
10134         * gnus-registry.el (gnus-registry-unload-hook):
10135         Set as a variable with add-hook.
10136
10137         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10138         of news-path.
10139
10140         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10141
10142         * spam.el: Delete duplicate `provide'.
10143         (spam-unload-hook): Set as a variable with add-hook.
10144
10145 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10148         in the doc string.
10149
10150         * message.el (message-ignored-news-headers)
10151         (message-ignored-supersedes-headers)
10152         (message-ignored-resent-headers)
10153         (message-forward-ignored-headers): Improve custom type.
10154
10155 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * message.el (message-tokenize-header): Fix 2004-09-06 change
10158         which used point-min in the wrong place.
10159
10160 2004-10-12  Simon Josefsson  <jas@extundo.com>
10161
10162         * tls.el (tls-certtool-program): New variable.
10163         (tls-certificate-information): New function, based on
10164         ssl-certificate-information.
10165
10166 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * compface.el: Move the version of ELisp-based uncompface program
10169         to the contrib directory because of the copyright problem.
10170
10171 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * message.el (message-kill-buffer): Raise the current frame.
10174
10175 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10178
10179         * gnus.el (message-y-or-n-p): Autoload.
10180
10181         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10182         (pop3-password-required, pop3-authentication-scheme)
10183         (pop3-leave-mail-on-server): Made customizable.
10184         (pop3): New custom group.
10185         (pop3-retr): Remove `sleep-for' statements.
10186         Suggested by Dave Love <fx@gnu.org>.
10187
10188         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10189         Windows/DOS.
10190
10191         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10192         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10193         Dave Love <fx@gnu.org>.
10194
10195         * mml.el (mml-minibuffer-read-disposition): Require match.
10196         Suggested by Dave Love <fx@gnu.org>.
10197
10198 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10201         doc string.
10202
10203 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10206
10207 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10208
10209         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10210         instead of calling `mm-insert-inline', to decode text/* parts
10211         before displaying them.
10212
10213 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * mm-uu.el (mm-uu-text-plain-type): New variable.
10216         (mm-uu-pgp-signed-extract-1): Use it.
10217         (mm-uu-pgp-encrypted-extract-1): Use it.
10218         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10219         bind mm-uu-text-plain-type with that value.
10220         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10221         mm-uu-dissect.
10222
10223 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-group.el (gnus-update-group-mark-positions):
10226         * gnus-sum.el (gnus-update-summary-mark-positions):
10227         * message.el (message-check-news-body-syntax):
10228         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10229         of string-as-multibyte.
10230
10231 2004-10-05  Juri Linkov  <juri@jurta.org>
10232
10233         * gnus-group.el (gnus-update-group-mark-positions):
10234         * gnus-sum.el (gnus-update-summary-mark-positions):
10235         * message.el (message-check-news-body-syntax):
10236         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10237         8-bit unibyte values to a multibyte string for search functions.
10238
10239 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10242         (mm-uu-dissect-text-parts): New function.
10243
10244         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10245         dissect text parts.
10246
10247         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10248         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10249
10250         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10251
10252         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10253         gnus-current-topics instead of gnus-current-topic.
10254
10255 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10256
10257         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10258
10259 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10260
10261         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10262         where approriate.
10263
10264         * nnml.el (nnml-generate-active-info): do.
10265
10266         * nndiary.el (nndiary-generate-active-info): do.
10267
10268         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10269         (gnus-topic-move): do.
10270
10271         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10272         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10273
10274         * gnus-srvr.el (gnus-server-prepare)
10275         (gnus-server-open-all-servers): do.
10276
10277         * gnus-msg.el (gnus-summary-cancel-article)
10278         (gnus-summary-resend-message)
10279         (gnus-summary-mail-crosspost-complaint): do.
10280
10281         * gnus-move.el (gnus-change-server): do.
10282
10283         * gnus-group.el (gnus-group-unmark-all-groups)
10284         (gnus-group-set-current-level): do.
10285
10286 2004-10-04  Simon Josefsson  <jas@extundo.com>
10287
10288         * message.el (message-generate-hashcash): Doc fix.
10289
10290 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10291
10292         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10293         avoid infinite recursion via gnus-get-function.
10294
10295 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10296
10297         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10298
10299         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10300
10301         * nnmail.el (nnmail-split-history): do.
10302
10303         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10304         (nnml-request-delete-group): do.
10305
10306         * nnslashdot.el (nnslashdot-read-groups): do.
10307
10308         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10309         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10310
10311         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10312         (nnspool-sift-nov-with-sed): Use last
10313         (nnspool-retrieve-headers-with-nov): Use mapc.
10314         (nnspool-request-newgroups): Use dolist.
10315         (nnspool-request-group): Use last.
10316
10317         * nntp.el (nntp-read-server-type): Use dolist.
10318
10319         * nnvirtual.el (nnvirtual-create-mapping)
10320         (nnvirtual-update-read-and-marked): Use dolist.
10321         (nnvirtual-convert-headers): Simplify.
10322
10323 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10324
10325         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10326         support for sync'ing tick marks.
10327
10328 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10331         there's no visible header.
10332
10333 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10334
10335         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10336         necessary, pass full group name to gnus-request-set-marks.
10337
10338 2004-10-01  Simon Josefsson  <jas@extundo.com>
10339
10340         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10341         acroread.
10342
10343 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * spam-report.el (spam-report-gmane): Fix interactive.
10346
10347         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10348
10349         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10350         when writing file.
10351         (gnus-agent-synchronize-flags): Don't default to being
10352         interactive.
10353
10354 2004-09-30  Simon Josefsson  <jas@extundo.com>
10355
10356         * message.el (message-generate-hashcash): Add.
10357         (message-send-mail): Use it, call mail-add-payment.
10358
10359 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10360
10361         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10362
10363 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10364
10365         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10366         gnus-requst-update-info with explicit code to sync the in-memory
10367         info read flags with the marks being sync'd to the backend.
10368
10369         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10370
10371 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10372
10373         * spam.el (spam-verify-bogofilter): Add new function.
10374         (spam-check-bogofilter)
10375         (spam-bogofilter-register-with-bogofilter): Use it.
10376         (spam-verify-bogofilter): Add small fixes.
10377
10378 2004-09-28  Simon Josefsson  <jas@extundo.com>
10379
10380         * hashcash.el (hashcash-generate-payment): Revert.
10381
10382 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10383
10384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10385         gnus-extract-references instead of gnus-split-references.
10386
10387         * gnus-util.el (gnus-extract-references): Add new function, analogous
10388         to gnus-split-references but extracts only the message-ID without
10389         anything extra.
10390
10391         * hashcash.el (hashcash-generate-payment)
10392         (hashcash-check-payment): Do the right thing if hashcash-path is
10393         nil (because the hashcash program could not be found).
10394
10395         * spam.el (spam-use-hashcash): Remove comment.
10396
10397 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10398
10399         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10400         (gnus-cache-enter-article, gnus-cache-remove-article)
10401         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10402
10403         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10404
10405         * gnus-art.el (article-hide-boring-headers)
10406         (article-translate-strings, article-display-face)
10407         (gnus-article-mime-match-handle-first)
10408         (gnus-article-highlight-headers)
10409         (gnus-article-add-buttons-to-head): do.
10410
10411 2004-09-27  Simon Josefsson  <jas@extundo.com>
10412
10413         * hashcash.el: New version, from
10414         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10415         ../contrib/.
10416
10417 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10420
10421 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10422
10423         * gnus-dup.el (gnus-dup-open): Use mapc.
10424         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10425
10426         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10427         Reported by Stefan Wiens <s.wi@gmx.net>.
10428
10429         * gnus.el (gnus-shutdown): Use dolist.
10430
10431         * gnus-undo.el (gnus-undo): Use mapc.
10432
10433         * nnrss.el (nnrss-generate-active): do.
10434
10435         * message.el (message-cite-original-without-signature)
10436         (message-cite-original): Use mapc.
10437         (message-do-actions, message-make-forward-subject): Use dolist.
10438
10439 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10440
10441         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10442         deletion to remove entire duplicate line.  Fixes merged article
10443         number bug.
10444
10445 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10446
10447         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10448         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10449         first ask if you want to open a server and then, even when you
10450         responded with no, asking if you want to synchronize the server's
10451         flags.
10452         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10453         multi-line expressions.
10454         (gnus-agent-synchronize-group-flags): New internal function.
10455         Updates marks in memory (in the info structure) AND in the
10456         backend.
10457
10458         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10459
10460         * nnagent.el (nnagent-request-set-mark): Use
10461         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10462         method, to ensure that synchronization updates marks in the
10463         backend and in the info (in memory) structure.
10464
10465 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10468         convention fully; don't miss the root article of a thread; make
10469         the X-Draft-From header with correct article numbers.
10470
10471 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10472
10473         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10474         unless plugged.  Disable the agent so that an open failure causes
10475         an error.
10476
10477         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10478         Reverted 2004-09-21 change.  The backend must be opened while
10479         synchronizing flags even when the backend stores the flags
10480         locally.
10481
10482 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10485         in `header' match.  Reported by Svend Tollak Munkejord.
10486
10487         * message.el (message-cite-original): Fix use of
10488         `message-cite-articles-with-x-no-archive'.
10489
10490 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10493         (gnus-window-to-buffer): Ditto.
10494
10495         * mml.el (mml-preview-buffer): New variable.
10496         (mml-preview): Manage window layout with gnus-buffer-configuration.
10497
10498         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10499         X-Draft-From header even if those articles aren't quoted.
10500
10501 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10502
10503         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10504         (gnus-request-set-mark, gnus-request-update-mark): Use new
10505         g-s-t-u-l-m to decide to use backend even when unplugged.
10506
10507 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10510         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10511
10512 2004-09-20  Simon Josefsson  <jas@extundo.com>
10513
10514         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10515         "utf-16-le".
10516
10517 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10518
10519         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10520
10521 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * uudecode.el (uudecode-use-external): Add :version.
10524
10525         * smime.el (smime-CA-file, smime-encrypt-cipher)
10526         (smime-dns-server): Add :version.
10527
10528         * smiley.el (gnus-smiley-file-types): Add :version.
10529
10530         * sha1.el (sha1-use-external): Add :version.
10531
10532         * pgg-def.el (pgg-query-keyserver): Add :version.
10533
10534         * nnmail.el (nnmail-fancy-expiry-targets)
10535         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10536         Add :version.
10537
10538         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10539         (nnimap-retrieve-groups-asynchronous): Add :version.
10540         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10541
10542         * mml.el (mml-content-disposition-parameters)
10543         (mml-insert-mime-headers-always): Add :version.
10544
10545         * mm-util.el (mm-coding-system-priorities): Add :version.
10546
10547         * mm-decode.el (mm-inline-text-html-with-images)
10548         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10549         (mm-verify-option): Add :version.
10550         (mm-text-html-renderer): Change :version.
10551
10552         * message.el (message-fcc-externalize-attachments)
10553         (message-required-headers, message-draft-headers)
10554         (message-subject-trailing-was-query)
10555         (message-subject-trailing-was-ask-regexp)
10556         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10557         (message-mark-insert-end, message-archive-header)
10558         (message-archive-note, message-cross-post-default)
10559         (message-cross-post-note, message-followup-to-note)
10560         (message-cross-post-note-function, message-use-mail-followup-to)
10561         (message-subscribed-address-functions)
10562         (message-subscribed-address-file, message-subscribed-addresses)
10563         (message-subscribed-regexps, message-allow-no-recipients)
10564         (message-yank-cited-prefix, message-signature-insert-empty-line)
10565         (message-hidden-headers, message-hierarchical-addresses)
10566         (message-mail-user-agent, message-use-idna)
10567         (message-valid-fqdn-regexp)
10568         (message-strip-special-text-properties, message-header-synonyms)
10569         (message-beginning-of-line, message-tab-body-function): Add :version.
10570         (message-insert-canlock, message-wide-reply-confirm-recipients):
10571         Change :version.
10572
10573         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10574         and :version.
10575         (mail-source-delete-old-incoming-confirm)
10576         (mail-source-movemail-program): Add :version.
10577
10578         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10579         (gnus-agent-cache, gnus-agent): Change :version.
10580
10581         * gnus-util.el (gnus-use-byte-compile): Change :version.
10582
10583         * gnus-sum.el (gnus-summary-make-false-root-always)
10584         (gnus-summary-default-high-score)
10585         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10586         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10587         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10588         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10589         (gnus-sum-thread-tree-single-indent)
10590         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10591         (gnus-sum-thread-tree-leaf-with-other)
10592         (gnus-sum-thread-tree-single-leaf): Add :version.
10593         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10594         (gnus-article-loose-mime): Change :version.
10595
10596         * gnus-start.el (gnus-backup-startup-file)
10597         (gnus-save-startup-file-via-temp-buffer): Add :version.
10598
10599         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10600         (gnus-server-offline-face): Add :version.
10601
10602         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10603
10604         * gnus-msg.el (gnus-gcc-externalize-attachments)
10605         (gnus-debug-files, gnus-debug-exclude-variables)
10606         (gnus-discouraged-post-methods): Change :version.
10607         (gnus-confirm-mail-reply-to-news)
10608         (gnus-confirm-treat-mail-like-news): Add :version.
10609
10610         * gnus-int.el (gnus-server-unopen-status): Add :version.
10611
10612         * gnus-group.el (gnus-group-jump-to-group-prompt)
10613         (gnus-large-ephemeral-newsgroup)
10614         (gnus-fetch-old-ephemeral-headers): Add :version.
10615
10616         * gnus-fun.el (gnus-x-face-directory)
10617         (gnus-convert-pbm-to-x-face-command)
10618         (gnus-convert-image-to-x-face-command)
10619         (gnus-convert-image-to-face-command): Add :version.
10620
10621         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10622
10623         * gnus-cite.el (gnus-cite-blank-line-after-header)
10624         (gnus-article-boring-faces): Add :version.
10625
10626         * gnus-art.el (gnus-buttonized-mime-types)
10627         (gnus-inhibit-mime-unbuttonizing)
10628         (gnus-treat-display-face)
10629         (gnus-treat-body-boundary): Change :version.
10630         (gnus-body-boundary-delimiter, gnus-picon-databases)
10631         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10632         (gnus-treat-date-english, gnus-treat-fold-headers)
10633         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10634         (gnus-treat-mail-picon, gnus-treat-wash-html)
10635         (gnus-article-encrypt-protocol)
10636         (gnus-use-idna, gnus-article-over-scroll)
10637         (gnus-mime-display-multipart-alternative-as-mixed)
10638         (gnus-mime-display-multipart-related-as-mixed)
10639         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10640         (gnus-ctan-url, gnus-button-ctan-handler)
10641         (gnus-button-handle-ctan-bogus-regexp)
10642         (gnus-button-ctan-directory-regexp)
10643         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10644         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10645         (gnus-button-man-level, gnus-button-emacs-level)
10646         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10647
10648         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10649         (gnus-agent-go-online): Change :version.
10650         (gnus-agent-expire-unagentized-dirs)
10651         (gnus-agent-auto-agentize-methods): Add :version.
10652
10653         * flow-fill.el (fill-flowed-display-column)
10654         (fill-flowed-encode-column): Add :version.
10655
10656         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10657         (gnus-outlook-deuglify-unwrap-max)
10658         (gnus-outlook-deuglify-cite-marks)
10659         (gnus-outlook-deuglify-unwrap-stop-chars)
10660         (gnus-outlook-deuglify-no-wrap-chars)
10661         (gnus-outlook-deuglify-attrib-cut-regexp)
10662         (gnus-outlook-deuglify-attrib-verb-regexp)
10663         (gnus-outlook-deuglify-attrib-end-regexp)
10664         (gnus-outlook-display-hook): Add :version.
10665
10666         * binhex.el (binhex-use-external): Add :version.
10667
10668 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10671         and `invisible'.
10672
10673 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10674
10675         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10676         in gnus-registry-trim.
10677
10678 2004-09-13  Simon Josefsson  <jas@extundo.com>
10679
10680         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10681
10682         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10683
10684         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10685         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10686         <yamaoka@jpl.org>.
10687         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10688         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10689         <yamaoka@jpl.org>.
10690
10691         * sieve.el (sieve-manage-mode): Ditto.
10692
10693 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10696
10697 2004-09-11  Simon Josefsson  <jas@extundo.com>
10698
10699         * dns-mode.el: Add.
10700
10701         * mm-view.el (mm-display-dns-inline): Add.
10702
10703         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10704         (mm-automatic-display): Ditto.
10705
10706         * mailcap.el (mailcap-mime-data): Add text/dns.
10707         (mailcap-mime-extensions): Map .soa to text/dns.
10708
10709 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10710
10711         * gnus-art.el (article-decode-mime-words, article-babel)
10712         (gnus-article-highlight-signature, gnus-article-add-buttons)
10713         (gnus-signature-toggle): Remove unnecessary bindings of
10714         `inhibit-read-only' inherited from v5.10 merge.
10715
10716 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * nntp.el (nntp): New customization group.
10719         (nntp-authinfo-file): Add customization group.
10720
10721         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10722
10723         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10724
10725         * gnus.el (to-address, to-list, subscribed)
10726         (large-newsgroup-initial): Ditto.
10727
10728         * flow-fill.el (fill-flowed-display-column)
10729         (fill-flowed-encode-column): Ditto.
10730
10731 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10732
10733         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10734         Use point-min rather than 1.
10735         (message-send-mail): Use buffer-size rather than point-max.
10736
10737         * gnus-sum.el (gnus-summary-search-article-forward):
10738         Signal a specific `search-failed' rather than a generic `error'.
10739
10740         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10741         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10742         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10743
10744 2004-09-10  Simon Josefsson  <jas@extundo.com>
10745
10746         * nndb.el (require): Remove tcp and duplicate cl.
10747
10748 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-agent.el (directory-files-and-attributes): Move forward.
10751
10752 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10753
10754         * gnus-agent.el (directory-files-and-attributes): Optionally
10755         defined to support XEmacs.
10756
10757 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10758
10759         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10760         to avoid run-time CL dependencies.
10761         (gnus-agent-unfetch-articles): New function.
10762         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10763         article numbers even when local .overview file is missing.
10764         (gnus-agent-read-article-number): New function.  Only accepts
10765         27-bit article numbers.
10766         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10767         gnus-agent-read-article-number.
10768         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10769         from backend while recognizing that article numbers in .overview
10770         must be valid.
10771         (gnus-agent-update-files-total-fetched-for): Use
10772         directory-files-and-attributes to improve performance.
10773         * gnus-int.el (gnus-request-move-article): Use
10774         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10775         improve performance.
10776
10777         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10778         some users confused by references to .newsrc when they only have a
10779         .newsrc.eld file.
10780         (gnus-convert-mark-converter-prompt)
10781         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10782         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10783         New function.  Used internally to only display 'gnus converting
10784         files' message when actually necessary.
10785
10786         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10787         methods now autoloaded.
10788
10789 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10792         identifiers.
10793
10794 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus-picon.el: Fix indentation and closing parenthesis.
10797
10798 2004-09-01  Simon Josefsson  <jas@extundo.com>
10799
10800         * message.el (message-canlock-generate): Require sha1, not
10801         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10802         to require within a function.  Sadly, if sha1.el isn't loaded, the
10803         let binding in m-c-g will hide the defcustom definition, which is
10804         bad.)
10805
10806         * canlock.el: Require sha1, not sha1-el.
10807
10808         * message.el: Don't autoload sha1 (there is a autoload cookie in
10809         sha1.el).
10810
10811         * sha1-el.el: Renamed to sha1.el.
10812
10813 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10814
10815         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10816
10817 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10818
10819         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10820
10821 2004-08-30  Kim F. Storm  <storm@cua.dk>
10822
10823         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10824
10825         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10826         Add :group 'nnimap.
10827
10828 2004-08-30  Andreas Schwab  <schwab@suse.de>
10829
10830         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10831         ?* and ?\;.
10832
10833         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10834         and ?\' to symbol instead of whitespace.
10835
10836 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10839
10840         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10841         instead of re-search-forward.
10842
10843         * gnus-uu.el (gnus-uu-save-article): Ditto.
10844         (gnus-uu-post-encode-uuencode): Ditto.
10845
10846         * html2text.el (html2text-clean-list-items): Ditto.
10847         (html2text-clean-dtdd): Ditto.
10848         (html2text-format-tags): Ditto.
10849
10850         * message.el (message-send-mail-with-sendmail): Fix regexp.
10851         (message-fill-field-general): Use search-forward instead of
10852         re-search-forward.
10853         (unbold-region): Ditto.
10854
10855         * nnrss.el (nnrss-request-article): Ditto.
10856
10857         * nnslashdot.el (nnslashdot-request-article): Ditto.
10858
10859         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10860
10861         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10862         "Unrecognized menu descriptor" error in XEmacs.
10863
10864 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10865
10866         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10867         parent article of a sparse article in the thread hashtb.
10868
10869 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10870
10871         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10872         (nnmail-expand-newtext): Lowercase expanded entries if
10873         nnmail-split-lowercase-expanded is non-nil.
10874
10875 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10878
10879         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10880         of gnus-tmp-news-method into string under XEmacs.  It will be
10881         passed to gnus-correct-length which takes only a string argument.
10882
10883 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-util.el (gnus-bind-print-variables): New macro.
10886         (gnus-prin1): Use it.
10887         (gnus-prin1-to-string): Use it.
10888         (gnus-pp): New function.
10889         (gnus-pp-to-string): New function.
10890
10891         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10892         Replace pp-to-string with gnus-pp-to-string.
10893         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10894         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10895         * gnus-msg.el (gnus-debug): Ditto.
10896         * gnus-score.el (gnus-score-save): Ditto.
10897         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10898         gnus-pp-to-string.
10899         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10900         with gnus-pp.
10901         * score-mode.el (gnus-score-pretty-print): Ditto.
10902         * webmail.el (webmail-debug): Ditto.
10903
10904 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-art.el (article-display-face, article-display-x-face):
10907         Use buffer-read-only.
10908
10909 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-art.el (article-hide-list-identifiers):
10912         Bind inhibit-read-only as t.
10913
10914 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10917
10918 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10919
10920         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10921         (gnus-narrow-to-page): Don't assume point-min == 1.
10922         (gnus-article-edit-mode): Derive from message-mode.
10923
10924         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10925         point-min == 1.
10926
10927         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10928         Disable incorrect use of `assert'.
10929
10930         * message.el (message-mode): Set comment-start-skip.
10931
10932
10933 2004-08-22  Sam Steingold  <sds@gnu.org>
10934
10935         * pop3.el (pop3-leave-mail-on-server): New user variable.
10936         (pop3-movemail): Delete mail only when it is nil.
10937
10938 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10941
10942         * mml.el (mml-preview): Use `pop-to-buffer'.
10943
10944         * message.el (message-goto-mail-followup-to): Insert after "To".
10945         (message-carefully-insert-headers): Add comment.
10946
10947         * gnus.el: Remove unused variable `gnus-article-check-size'.
10948
10949         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10950
10951         * gnus-art.el (gnus-button-alist): Improve
10952         `gnus-button-handle-library' entry.
10953
10954 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10955
10956         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10957         downcase, since XEmacs capitalizes error messages differently.
10958
10959 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10960
10961         * nntp.el: Add (require 'gnus) due to reference to
10962         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10963
10964 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10965
10966         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10967         `mm-fill-flowed'.
10968
10969         * mm-decode.el (mm-dissect-singlepart): Check it.
10970
10971 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10974         'imap' for netrc parsing.
10975
10976 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * mailcap.el (mailcap-mime-data): Mark as risky.
10979
10980 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10983         may be included in the encoded word.
10984         (rfc2047-encode): Don't append a space if the encoded word
10985         includes close parenthesis.
10986
10987 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10990         of text within parentheses.
10991
10992 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10993
10994         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10995         (gnus-encrypt-write-file-contents): Make the password key the file
10996         name PLUS the cipher, not just the cipher.  Also remove failed
10997         passwords from the cache.
10998
10999 2004-08-06  Simon Josefsson  <jas@extundo.com>
11000
11001         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11002         fix.
11003
11004 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11007         LWSP.
11008
11009 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11010
11011         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11012         to append in-reply-to: data to the references: header.
11013
11014         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11015         (netrc-parse): Use gnus-encrypt.el functions.
11016
11017         * gnus-encrypt.el: Add new file for encryption support; currently
11018         does only a few GPG ciphers and an internal XOR cipher.
11019
11020         * password.el: Add comments on using password-read-and-add.
11021         (password-read-and-add): Add function to read and add the
11022         password to the cache at once.
11023
11024 2004-07-28  Simon Josefsson  <jas@extundo.com>
11025
11026         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11027         parameter (but don't use it, for now).
11028
11029         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11030         instead of hard coding to nil.
11031
11032 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11035         as mm-inline-image-xemacs does.
11036
11037 2004-07-26  Simon Josefsson  <jas@extundo.com>
11038
11039         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11040         Revert part of 2004-07-17 change below.
11041
11042 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11045         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11046
11047 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11050         quotes that actually start with ">" at the beginning of the
11051         lines.
11052
11053 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * rfc2047.el (rfc2047-encode-region): Fix last change.
11056         (rfc2047-encode-parameter): Remove useless concat.
11057
11058 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11061         encode special characters; fix some kind of misconfigured headers;
11062         signal a real error if debug-on-quit or debug-on-error is non-nil.
11063         (rfc2047-encode-max-chars): New variable.
11064         (rfc2047-encode-1): Use it.
11065         (rfc2047-encode-parameter): New function.
11066
11067         * mml.el (mml-insert-parameter): Remove an excessive space.
11068
11069 2004-07-17  Simon Josefsson  <jas@extundo.com>
11070
11071         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11072         Kai Grossjohann <kai@emptydomain.de>.
11073         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11074         (gnus-group-make-menu-bar): Ditto.
11075
11076         * gnus-util.el (gnus-group-server): Add.
11077
11078 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11079
11080         * message.el (message-clone-locals): Clone sendmail and smtp
11081         variables.
11082
11083 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * rfc2047.el (rfc2047-encode-region): Fix last change.
11086
11087 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11090         characters as non-special.
11091
11092 2004-07-09  Simon Josefsson  <jas@extundo.com>
11093
11094         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11095         Users will lose all flag changes made while unplugged with
11096         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11097         good default.  See numerous reports on ding mailing list.
11098
11099 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11102         add generate-head-function and generate-article-function to the
11103         rfc822-forward entry.
11104         (nndoc-rfc822-forward-generate-article): New function.
11105         (nndoc-rfc822-forward-generate-head): New function.
11106
11107         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11108
11109 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11110
11111         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11112         respect display group parameter and gnus-summary-expunge-below.
11113         (gnus-articles-to-read): Remove unused reference to display group
11114         parameter.
11115
11116 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * nnheader.el (nnheader-uniquify-message-id): New experimental
11119         variable.
11120         (nnheader-nov-read-message-id): Use it.
11121
11122         * spam-report.el (spam-report-gmane): Add interactive.
11123
11124 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11127         qp-or-base64 for the application/* types.
11128
11129 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11130
11131         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11132
11133 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11134
11135         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11136         trim value.
11137
11138 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11139
11140         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11141         New macro and function.
11142         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11143
11144 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11147         after-load-alist.
11148
11149 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11152         update info that isn't there.
11153
11154 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11155
11156         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11157         entry.
11158
11159 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * mm-view.el (mm-inline-render-with-function): Use multibyte
11162         buffer; decode html source by charset.
11163
11164         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11165
11166         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11167         Mule-UCS is loaded under XEmacs.
11168         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11169
11170 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11171
11172         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11173
11174 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * mm-util.el (mm-coding-system-p): Return a coding-system.
11177         (mm-mime-mule-charset-alist): Use shift_jis instead of
11178         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11179         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11180         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11181         instead of japanese-shift-jis and iso-latin-1 respectively in
11182         order to share the default value with both Emacs and XEmacs-mule.
11183         (mm-mule-charset-to-mime-charset): Make
11184         mm-coding-system-priorities effective.
11185         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11186         while predicating of candidates upon the priorities.
11187
11188 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11189
11190         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11191         gnus-uu-invert-processable.
11192
11193         * gnus.el: Autoload gnus-uu-invert-processable.
11194
11195 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * mm-util.el (mm-with-multibyte-buffer): New macro.
11198
11199         * rfc2047.el (rfc2047-encode-string): Use it.
11200         (rfc2047-encode-region): Move point to the end of the region after
11201         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11202
11203 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11206         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11207
11208 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11211         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11212         Karl Chen <quarl@nospam.quarl.org>.
11213
11214 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11215
11216         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11217         invalid addresses.
11218
11219 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11220
11221         * spam.el: Change section markers, revise TODO list.
11222         (spam-backends): Make new master list of all installed backends.
11223         (spam-summary-exit-behavior): Add new variable to determine how
11224         messages moves are done at summary exit.
11225         (spam-move-spam-nonspam-groups-only)
11226         (spam-process-ham-in-nonham-groups)
11227         (spam-process-ham-in-spam-groups): Remove variables, the
11228         spam-summary-exit-behavior variable should be used to manage this
11229         behavior.
11230         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11231         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11232         and spam-old-spam-articles.
11233         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11234         Add empty variables, placeholders for the backends they represent.
11235         (spam-set-difference): Move, unchanged.
11236         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11237         unless the user has a processor variable.
11238         (spam-classifications, spam-classification-valid-p)
11239         (spam-backend-properties, spam-backend-property-valid-p)
11240         (spam-backend-function-type-valid-p)
11241         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11242         (spam-report-articles-gmane, spam-report-articles-resend):
11243         Remove functions, they are not needed.
11244         (spam-install-backend-super, spam-backend-list)
11245         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11246         (spam-backend-function, spam-backend-ham-registration-function)
11247         (spam-backend-spam-registration-function)
11248         (spam-backend-ham-unregistration-function)
11249         (spam-backend-spam-unregistration-function)
11250         (spam-backend-statistical-p, spam-backend-mover-p)
11251         (spam-install-backend-alias, spam-install-checkonly-backend)
11252         (spam-install-mover-backend, spam-install-nocheck-backend)
11253         (spam-install-backend, spam-install-statistical-backend)
11254         (spam-install-statistical-checkonly-backend): Add backend installation
11255         support.
11256         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11257         (spam-group-processor-p): Use the new backend code and respect the
11258         summary exit behavior.
11259         (spam-mark-spam-as-expired-and-move-routine): Remove.
11260         (spam-summary-prepare): Change to use the new spam-old-articles
11261         variable.
11262         (spam-copy-or-move-routine, spam-copy-spam-routine)
11263         (spam-move-spam-routine, spam-copy-ham-routine)
11264         (spam-move-ham-routine): Add code to copy/move ham or spam.
11265         (spam-fetch-field-fast): Improve doc and code, plus allow the
11266         'number request.
11267         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11268         variables.
11269         (spam-split, spam-find-spam): Use the new backend code.
11270         (spam-registration-functions): Remove variable.
11271         (spam-unregister-routine): Add convenience wrapper.
11272         (spam-log-undo-registration, spam-register-routine)
11273         (spam-log-processing-to-registry)
11274         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11275         where possible.
11276         (spam-check-gmane-xref, spam-check-regex-headers)
11277         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11278         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11279         (spam-check-bogofilter-headers, spam-check-spamoracle)
11280         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11281         (spam-check-crm114-headers): Use the spam-split-group that
11282         spam-split prepares, no need to determine it every time.
11283
11284         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11285         to the nnheader-parse-naked-head call.
11286
11287         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11288
11289         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11290         the nnheader-nov-read-message-id call.
11291
11292 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11295         gnus-activate-group twice.  Suggested by Markus Peter
11296         <warp@spin.de>.
11297
11298 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-art.el (gnus-article-time-format): Exchange the order of
11301         day and month in the default value; fix customization type.
11302         (article-date-ut): Use add-text-properties.
11303         (article-make-date-line): Use message-make-date instead of
11304         current-time-string.
11305
11306         * message.el (message-fetch-field): Don't use set-text-properties.
11307         (message-make-date): Simplify.
11308
11309         * messagexmas.el (message-xmas-make-date): New function.
11310         (message-xmas-redefine): Defalias message-make-date to it.
11311
11312 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11315         (rfc2047-encode-region): Treat text within parentheses as special;
11316         show the original text when error has occurred.
11317
11318         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11319         already-computed method to gnus-activate-group.
11320
11321         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11322         same select-methods identical Lisp objects.
11323
11324         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11325         object when modifying the info.
11326
11327 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11330         gnus-opened-servers since it has never been opened with the new
11331         configuration yet.
11332
11333 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11336         arg to nnheader-generate-fake-message-id.
11337
11338 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11339
11340         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11341         number and build a fake message ID localized to a group and
11342         article number (so it's repeatable from that point on).
11343         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11344         ID format.
11345
11346         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11347         nnheader-generate-fake-message-id with the article number.
11348
11349 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11350
11351         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11352         end-of-buffer.
11353
11354 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * message.el (message-ignored-supersedes-headers): Add Approved.
11357
11358 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11361         goto-char.
11362         (rfc2047-encode): Fold the line before encoding.
11363
11364 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11367         folding -- not all headers can be folded, and this should be done
11368         by the message composition mode.  Probably.  I think.
11369
11370 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11373         fast.
11374
11375         * gnus-ems.el (gnus-remove-image): Don't use
11376         message-text-with-property; remove only the image found first.
11377
11378         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11379         found first.
11380
11381 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11382
11383         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11384
11385 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * message.el (message-text-with-property): Make it fast and accept
11388         optional arguments.
11389         (message-strip-forbidden-properties): Use it.
11390         (message-fix-before-sending): Follow the m-t-w-p change.
11391
11392         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11393
11394 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-art.el (article-hide-headers): Don't change the buffer
11397         mistakenly when performing mml-preview even if
11398         gnus-single-article-buffer is nil.
11399
11400 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11401
11402         * message.el (message-expand-name-databases): New user option.
11403         (message-expand-name): Use it.
11404
11405 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11406
11407         * spam.el (spam-report-articles-resend)
11408         (spam-report-resend-register-routine): Allow ham reporting.
11409         (spam-report-resend-register-ham-routine): Add wrapper.
11410         (spam-registration-functions): Add ham resending functions.
11411         (spam-list-of-processors): Add ham resend processor.
11412
11413         * gnus.el (ham-resend-to): Add new group parameter.
11414         (spam-process): Add ham resend option.
11415
11416         * spam-report.el (spam-report-resend): Allow reporting ham.
11417         (spam-report-resend-ham): Add wrapper.
11418
11419 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * message.el (message-cite-articles-with-x-no-archive): New
11422         variable.
11423         (message-cite-original): Use it.
11424
11425 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11426
11427         * message.el (message-cite-original): Respect X-No-Archive.
11428
11429 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-art.el (article-hide-headers): Refer to the values for
11432         gnus-ignored-headers and gnus-visible-headers in the summary
11433         buffer since a user may have set them as group parameters.
11434
11435 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11436
11437         * assistant.el (assistant-node-name): Add convenience function.
11438         (assistant-render-text, assistant-render-node): Add error handling,
11439         plus handle multiple next nodes.
11440         (assistant-find-next-node): Comment out for now.
11441         (assistant-find-next-nodes): Add function, returns list of next
11442         nodes.
11443
11444 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * mail-source.el (mail-source-directory): Fix doc-string.
11447
11448 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11449
11450         * assistant.el (assistant-render-text, assistant-eval): Add :set
11451         widget type, which is different because it takes and returns a
11452         list.  Much hilarity ensues.
11453
11454 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11457
11458         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11459         doc-string.
11460
11461         * gnus-start.el (gnus-activate-group): Added doc-string.
11462
11463 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11466
11467 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11468
11469         * assistant.el (assistant-render-text): Try to add a :set
11470         widget, more to come.
11471
11472         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11473         strings.
11474         (spam-report-articles-resend)
11475         (spam-register-routine): Do registration iff any articles warrant
11476         it.
11477         (spam-summary-prepare-exit): Change log message for nil group
11478         destinations.
11479
11480 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11481
11482         * spam.el (spam-report-resend-register-routine): Allow
11483         spam-report-resend-to to be a group parameter or a global value.
11484
11485 2004-05-26  Simon Josefsson  <jas@extundo.com>
11486
11487         * starttls.el: Merge with my GNUTLS based starttls.el.
11488         (starttls-gnutls-program, starttls-use-gnutls)
11489         (starttls-extra-arguments, starttls-process-connection-type)
11490         (starttls-connect, starttls-failure, starttls-success): New
11491         variables.
11492         (starttls-program, starttls-extra-args): Doc fix.
11493         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11494         functions.
11495         (starttls-negotiate, starttls-open-stream): Check
11496         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11497         function if it is set.
11498
11499 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11502         structured fields.
11503
11504 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11507
11508 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11509
11510         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11511         variable.
11512         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11513         assigning the spam-mark to new messages.
11514
11515 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11516
11517         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11518
11519 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11522
11523         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11524         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11525         default.
11526
11527 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11528
11529         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11530         correct data.
11531
11532 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11533
11534         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11535         (spam-group-processor-p): Fix function.
11536         (spam-group-processor-multiple-p)
11537         (spam-group-spam-processor-report-gmane-p)
11538         (spam-group-spam-processor-report-resend-p)
11539         (spam-group-spam-processor-bogofilter-p)
11540         (spam-group-spam-processor-blacklist-p)
11541         (spam-group-spam-processor-ifile-p)
11542         (spam-group-ham-processor-ifile-p)
11543         (spam-group-spam-processor-spamoracle-p)
11544         (spam-group-spam-processor-crm114-p)
11545         (spam-group-ham-processor-bogofilter-p)
11546         (spam-group-spam-processor-stat-p)
11547         (spam-group-ham-processor-stat-p)
11548         (spam-group-ham-processor-whitelist-p)
11549         (spam-group-ham-processor-BBDB-p)
11550         (spam-group-ham-processor-spamoracle-p)
11551         (spam-group-ham-processor-copy-p): Remove functions with some
11552         prejudice against unneeded code.
11553         (spam-report-articles-resend)
11554         (spam-report-resend-register-routine): Allow the group/topic
11555         spam-resend-to value to override spam-report-resend-to.
11556         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11557         properly now.
11558
11559         * gnus.el (spam-resend-to): Add group/topic parameter.
11560         (spam-process): Move the OBSOLETE processors to the end of the
11561         choices.
11562
11563 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11564
11565         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11566         with resend-to set to nil, and then ask the user if necessary.
11567         (spam-report-resend): spam-report-resend takes a list of articles, not
11568         separate article numbers.
11569
11570 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11573         addition to emacs-w3m.
11574
11575 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * assistant.el (assistant-authinfo-data): New function.
11578         (assistant-eval): Eval for entire assistant.
11579
11580         * netrc.el (netrc-services-file): New variable.
11581         (netrc-parse-services): New function.
11582         (netrc-find-service-name): New function.
11583         (netrc-find-service-number): New function.
11584         (netrc-port-equal): New function.
11585         (netrc-machine): Use it.
11586
11587         * nnimap.el (nnimap-open-connection): Use netrc.
11588
11589         * gnus-util.el (gnus-netrc-get): Remove aliases.
11590
11591         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11592
11593         * assistant.el (wid-edit): Fix compilation.
11594
11595         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11596
11597 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11598
11599         * gnus-util.el (gnus-set-file-modes): New function.  (small
11600         patch).
11601
11602 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11605
11606         * assistant.el (assistant-render-node): Fix up rendering and
11607         read-only text.
11608         (assistant-render-node): Reset.
11609         (assistant-make-read-only): Not sticky.
11610
11611 2004-05-20  Danny Siu  <dsiu@adobe.com>
11612
11613         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11614         centered even when gnus-auto-center-summary is t
11615
11616 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11617
11618         * dns.el (dns-get-txt-answer): New function.
11619         (dns-read-txt): Ditto.
11620         (query-dns): Use it.
11621
11622 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11625         active for foreign groups even if the group level is higher than
11626         the specified value.
11627
11628 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629
11630         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11631         non-active groups.
11632
11633         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11634
11635 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11636
11637         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11638
11639 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11640
11641         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11642         (spam-crm114-header, spam-crm114-spam-switch)
11643         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11644         (spam-crm114-positive-spam-header)
11645         (spam-crm114-database-directory, spam-list-of-processors)
11646         (spam-group-spam-processor-crm114-p)
11647         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11648         (spam-generic-score, spam-list-of-checks)
11649         (spam-list-of-statistical-checks, spam-registration-functions)
11650         (spam-check-crm114-headers, spam-crm114-score)
11651         (spam-check-crm114, spam-crm114-register-with-crm114)
11652         (spam-crm114-register-spam-routine)
11653         (spam-crm114-unregister-spam-routine)
11654         (spam-crm114-register-ham-routine)
11655         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11656         asjo@koldfront.dk (Adam Sjøgren).
11657
11658         * gnus.el: Add spam-use-crm114.
11659
11660         * spam.el (spam-list-of-processors, spam-registration-functions):
11661         Add spam-use-resend.
11662         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11663         (spam-report-articles-gmane): Add doc fix.
11664         (spam-report-articles-resend, spam-report-resend-register-routine):
11665         Add wrappers around spam-report-resend-to.
11666
11667         * spam-report.el (spam-report-resend-to, spam-report-resend):
11668         Add support for resending spam.
11669         (spam-report-gmane): Fix line length >80.
11670
11671         * gnus.el (spam-process): Add spam-use-resend.
11672
11673 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11674
11675         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11676         number of processed spam messages.
11677         (spam-ham-copy-or-move-routine): Return the number of processed
11678         ham messages.
11679         (spam-summary-prepare-exit): Use the above values to decide
11680         whether status messages shouled be displayed.
11681
11682 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11685         `rfc2047-encoding-function-alist' in order to avoid conflicting
11686         with the old version.
11687         (rfc2047-encode-region): Concatenate words containing non-ASCII
11688         characters in structured fields; don't encode space-delimited
11689         ASCII words even in unstructured fields; don't break words at
11690         char-category boundaries.
11691         (rfc2047-encode-1): New function.
11692         (rfc2047-encode): Use it; encode text so that it occupies the
11693         maximum width within 76-column; work correctly on Q encoding for
11694         iso-2022-* charsets.
11695         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11696         sure not to break a line just after the header name.
11697         (rfc2047-b-encode-region): Removed.
11698         (rfc2047-b-encode-string): New function.
11699         (rfc2047-q-encode-region): Removed.
11700         (rfc2047-q-encode-string): New function.
11701
11702         * mm-util.el (mm-replace-in-string): New function.
11703
11704 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11707         get it right.
11708         (gnus-inews-make-draft): Really.
11709
11710 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11711
11712         * nnmh.el (nnmh-request-list-1): Don't check the link count
11713         before descending.  (small patch)
11714
11715 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11716
11717         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11718         stuff.
11719
11720         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11721         on real group name.
11722
11723         * gnus-art.el (gnus-signature-limit): Doc fix.
11724
11725         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11726
11727         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11728
11729 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11730
11731         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11732         isn't a string.
11733
11734 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * gnus-draft.el (gnus-draft-send): Bind
11737         rfc2047-encode-encoded-words.
11738
11739         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11740         (rfc2047-encodable-p): Say that =? needs encoding.
11741         (rfc2047-encode-encoded-words): New variable.
11742
11743         * gnus-group.el (gnus-group-select-group): Doc fix.
11744
11745         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11746
11747         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11748         to nil.
11749
11750         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11751
11752         * nnheader.el (nnheader-get-lines-and-char): New function.
11753
11754 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-msg.el (gnus-summary-followup-with-original): Document
11757         yanking of region when active.
11758
11759 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11762         groups if the group level is higher than the specified value.
11763
11764 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11767         (gnus-group-jump-to-group): Added prefix argument using
11768         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11769         non-active group.
11770
11771         * compface.el (uncompface): Be verbose when changing
11772         `uncompface-use-external'.
11773
11774         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11775         handle manual section.
11776
11777 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778
11779         * gnus-art.el (gnus-button-alist): Revert previous change.
11780
11781 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11784
11785 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11788         whether backend can accept message.
11789
11790         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11791
11792 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11793
11794         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11795         Avoid creating directory when nntp-marks-is-evil is true.
11796         Reported by Reiner Steib.
11797
11798 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gnus-picon.el (gnus-picon-style): New variable.
11801         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11802         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11803         Jesper Harder <harder@ifa.au.dk>.
11804
11805 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * message.el (message-fill-field): Return point.
11808         (message-generate-headers): Go to end of field.
11809
11810         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11811         stuff for non-living groups.
11812
11813 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11814
11815         * gnus-art.el (gnus-article-followup-with-original)
11816         (gnus-article-reply-with-original): gnus-mark-active-p ->
11817         gnus-region-active-p.
11818
11819 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11820
11821         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11822         only when there is spam or ham to be processed.
11823
11824 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11825
11826         * mail-source.el (mail-source-delete-crash-box): Refactor.
11827         (mail-source-fetch): Use it.
11828         (mail-source-fetch-file): Ditto.
11829         (mail-source-fetch-directory): Run postscript in loop.
11830         (mail-source-fetch-pop): Delete.
11831         (mail-source-fetch-maildir): Ditto.
11832         (mail-source-fetch-imap): Ditto.
11833
11834         * imap.el (imap-authenticators): Comment out sasl.
11835
11836         * message.el (message-skip-to-next-address): New function.
11837         (message-fill-header-address): Refactor.
11838         (message-fill-address): Use it.
11839         (message-delete-address): Use it.
11840         (message-fill-header-general): Refactor.
11841         (message-fill-field-address): Rename.
11842         (message-narrow-to-field): Find the start of the header.
11843         (message-header-format-alist): Don't pre-fill.
11844         (message-fill-header): Removed.
11845         (message-insert-header): New function.
11846         (message-shorten-references): Use it.
11847
11848         * rfc2047.el (rfc2047-field-value): Strip props.
11849
11850         * mail-parse.el (mail-header-make-address): New alias.
11851
11852         * ietf-drums.el (ietf-drums-make-address): New function.
11853
11854         * imap.el: Add compiler directives.
11855
11856         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11857
11858         * gnus-art.el (article-decode-idna-rhs): Don't use
11859         message-idna-inside-rhs-p.
11860
11861 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11862
11863         * message.el (message-idna-inside-rhs-p): Removed.
11864         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11865
11866         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11867         false positives.
11868
11869 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11870
11871         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11872
11873 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * nneething.el (nneething-file-name): Don't create spurious
11876         files.
11877
11878         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11879         (gnus-inews-do-gcc): Remove sleep.
11880
11881         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11882         part under point.
11883
11884         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11885         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11886
11887 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11888
11889         * spam.el (spam-summary-prepare-exit): Fixed (length).
11890
11891 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11892
11893         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11894         as expired without moving it" message when there are spam
11895         messages left.
11896
11897 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11898
11899         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11900         header is not nil.
11901
11902 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11903
11904         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11905         nntp-possibly-create-directory, not nntp-possibly-change-group.
11906         (nntp-marks-changed-p): New arg SERVER.
11907         (nntp-request-update-info): Adjust caller.
11908
11909 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11910
11911         * nntp.el (nntp-save-marks): Pass missing arg.
11912
11913 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11914
11915         * nntp.el: Support marks.
11916         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11917         (nntp-marks-modtime, nntp-marks-directory): New variables.
11918         (nntp-request-set-mark, nntp-request-update-info)
11919         (nntp-possibly-create-directory, nntp-marks-changed-p)
11920         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11921         functions.
11922
11923 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11924
11925         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11926         (gnus-xmas-redefine): Rename.
11927
11928         * gnus-score.el (gnus-score-insert-help): Use
11929         gnus-select-lowest-window.
11930
11931         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11932         appt-select-lowest-window and rename to gnus-select-lowest-window.
11933
11934         * gnus.el: do.
11935
11936 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11937
11938         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11939         encodings of MIME-encoded words, in order to improve
11940         interoperability with several broken MUAs.
11941
11942 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11943
11944         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11945         tags, only when charsets are not specified in headers.
11946         (mm-inline-text-html-render-with-w3m): Ditto.
11947
11948         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11949         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11950
11951 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11952
11953         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11954         instead of MIME-decoded from fields when checking
11955         `gnus-article-address-banner-alist'.
11956
11957 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11958
11959         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11960         description rather than subject.
11961
11962 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11963
11964         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11965
11966 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * gnus.el (gnus-version-number): Bump.
11969
11970 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11971
11972         * gnus.el: No Gnus v0.2 is released.
11973
11974 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * gnus-agent.el (gnus-agent-read-agentview): Inline
11977         gnus-uncompress-range.
11978
11979 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11980
11981         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11982         `exec-installed-p'.
11983
11984 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11985
11986         * gnus.el (spam-process, spam-autodetect-methods): Add
11987         bsfilter and bsfilter-headers.
11988
11989         * spam.el (spam-bsfilter): New customize group.
11990         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11991         (spam-bsfilter-header, spam-bsfilter-probability-header)
11992         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11993         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11994         (spam-bsfilter-database-directory): New options.
11995         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11996         (spam-list-of-statistical-checks, spam-registration-functions):
11997         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11998         (spam-bsfilter-score): New command.
11999         (spam-check-bsfilter-headers, spam-check-bsfilter)
12000         (spam-bsfilter-register-with-bsfilter)
12001         (spam-bsfilter-register-spam-routine)
12002         (spam-bsfilter-unregister-spam-routine)
12003         (spam-bsfilter-register-ham-routine)
12004         (spam-bsfilter-unregister-ham-routine): New functions.
12005         (spam-generic-score): Support bsfilter; Accept an optional argument
12006         to recalcurate spam score even if scoring header has already been
12007         added.
12008         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12009         optional argument to recalcurate spam score even if scoring header
12010         has already been added.
12011
12012 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12013
12014         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12015         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12016         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12017         link is missing.
12018
12019 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12020
12021         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12022         (html2text-get-attr): Rewrite.
12023
12024         * message.el (message-setup-1): Remove redundant put-text-property
12025         on mail-header-separator.
12026
12027 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12028
12029         * gnus-registry.el (gnus-registry-cache-whitespace)
12030         (gnus-registry-action, gnus-registry-spool-action)
12031         (gnus-registry-split-fancy-with-parent): Change message levels
12032         from 5 to 3 or 7, as needed.
12033
12034         * spam.el (spam-summary-prepare-exit)
12035         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12036         (spam-split, spam-find-spam, spam-log-undo-registration)
12037         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12038         level from 5 to 6.
12039
12040 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12043         2004-03-04 change).
12044
12045 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12046
12047         * sieve-manage.el (sieve-manage-open):
12048         * nnweb.el (nnweb-insert-html):
12049         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12050         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12051         * nnspool.el (nnspool-request-group):
12052         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12053         * nnml.el (nnml-request-update-info):
12054         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12055         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12056         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12057         (nnimap-request-set-mark):
12058         * nnfolder.el (nnfolder-request-update-info):
12059         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12060         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12061         * gnus-uu.el (gnus-uu-find-articles-matching):
12062         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12063         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12064         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12065         * gnus-nocem.el (gnus-nocem-scan-groups):
12066         * gnus-int.el (gnus-start-news-server):
12067         * gnus-group.el (gnus-group-make-kiboze-group)
12068         (gnus-group-browse-foreign-server):
12069         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12070         Use mapc when appropriate.
12071
12072 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12073
12074         FIXME: Make separate entries for each person.
12075
12076         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12077         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12078         <shields@msrl.com>:
12079
12080         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12081         may need for spam sorting and scoring.
12082         (spam-user-format-function-S): Add user format function suitable for
12083         general use.
12084         (spam-article-sort-by-spam-status): Add sorting function for summary
12085         sorting.
12086         (spam-extra-header-to-number): Add function to get a score from a
12087         header.
12088         (spam-summary-score): Add function to  get a numeric score from the
12089         headers.
12090         (spam-generic-score): Fix function doc, was in wrong place.
12091         (spam-initialize): Take symbols when it's run, and install the
12092         extra headers that spam-necessary-extra-headers thinks we need.
12093
12094 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12095
12096         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12097         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12098
12099 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12100
12101         * gnus-sum.el (gnus-set-global-variables)
12102         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12103         (gnus-article-get-xrefs, gnus-summary-best-group)
12104         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12105         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12106         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12107         Use with-current-buffer.
12108
12109 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12110
12111         * spam.el (spam-summary-prepare-exit): Simplify logic.
12112         (spam-fetch-article-header): Read the article header if it's not
12113         available.
12114         (spam-list-articles): Simplify logic.
12115         (spam-filelist-register-routine): Fix bug with unregister-list.
12116
12117         * gnus-registry.el: Fix comments at beginning.
12118
12119 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12120
12121         * message.el (message-cater-to-broken-inn): Remove.
12122         (message-shorten-references): Make sure the total folded length of
12123         References is shorter than 998 characters to cater to a bug in INN
12124         2.3.  Also, don't pretend that references aren't folded -- this
12125         hasn't worked for a while.
12126
12127 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12128
12129         * gnus-agent.el (gnus-agentize):
12130         gnus-agent-send-mail-real-function no longer set to current value
12131         of message-send-mail-function but rather a lambda that calls
12132         message-send-mail-function.  The change makes the agent real-time
12133         responsive to user changes to message-send-mail-function.
12134
12135 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12136
12137         * legacy-gnus-agent.el
12138         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12139         help from Florian Weimer <fw@deneb.enyo.de>
12140
12141 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * nnmail.el (nnmail-cache-insert): Revert last change.
12144
12145 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * nnmail.el (nnmail-cache-insert): Always check whether
12148         nnmail-cache-ignore-groups matches a group name.
12149
12150 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12151
12152         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12153         (spam-find-spam, spam-log-processing-to-registry)
12154         (spam-log-registered-p, spam-log-unregistration-needed-p)
12155         (spam-log-undo-registration): Use gnus-message instead of
12156         gnus-error, none of these errors are fatal.
12157
12158         * gnus-registry.el (gnus-registry-clean-empty-function)
12159         (gnus-registry-clean-empty): Remove only empty entries without
12160         extra data.
12161
12162 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * spam-stat.el (spam-stat-buffer-change-to-spam)
12165         (spam-stat-buffer-change-to-non-spam): Change (error) to
12166         (gnus-message 8) invocation.
12167
12168 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * nntp.el (nntp-via-netcat-command): New variable.
12171         (nntp-via-netcat-switches): New variable.
12172         (nntp-open-via-rlogin-and-netcat): New function.
12173         (nntp-open-connection-function): Doc fix.
12174         (nntp-telnet-command): Doc fix.
12175         (nntp-end-of-line): Doc fix.
12176         (nntp-via-rlogin-command): Doc fix.
12177         (nntp-via-user-name): Doc fix.
12178         (nntp-via-address): Doc fix.
12179
12180 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12183         error in Emacs 21.1.
12184
12185 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12188
12189 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12190         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12191         (gnus-agent-with-refreshed-group): New macro.
12192         (gnus-agent-rename-group): New function.
12193         (gnus-agent-delete-group): New function.
12194         (gnus-agent-save-group-info): Use gnus-command-method when
12195         `method' parameter is nil.  Don't write nil entries into the
12196         active file.
12197         (gnus-agent-get-group-info): New function.
12198         (gnus-agent-fetch-articles): Use
12199         gnus-agent-update-files-total-fetched-for to increment disk space
12200         used.
12201         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12202         gnus-agent-update-view-total-fetched-for to increment disk space
12203         used.
12204         (gnus-agent-get-local): Added optional parameters to avoid calling
12205         gnus-group-real-name and gnus-find-method-for-group.
12206         (gnus-agent-set-local): Delete stored entry if either min, or max,
12207         are nil.
12208         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12209         quit, use gnus-agent-regenerate-group to record existance of any
12210         articles fetched to disk before the quit occurred.
12211         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12212         gnus-agent-update-view-total-fetched-for, and
12213         gnus-agent-update-files-total-fetched-for to decrement disk space
12214         used.
12215         (gnus-agent-retrieve-headers): Use
12216         gnus-agent-update-view-total-fetched-for to increment disk space
12217         used.
12218         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12219         with gnus-agent-update-files-total-fetched-for to decrement disk
12220         space and fresh group buffer.
12221         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12222         (gnus-agent-need-update-total-fetched-for): New variable.
12223         (gnus-agent-update-files-total-fetched-for): New function.
12224         (gnus-agent-update-view-total-fetched-for): New function.
12225         (gnus-agent-total-fetched-for): New function.
12226
12227         * gnus-cache.el (gnus-cache-save-buffers): Use
12228         gnus-cache-update-overview-total-fetched-for to change disk space
12229         used by this group.
12230         (gnus-cache-possibly-enter-article): Use
12231         gnus-cache-update-file-total-fetched-for to increment disk space
12232         used by this group.
12233         (gnus-cache-possibly-remove-article): Use
12234         gnus-cache-update-file-total-fetched-for to decrement disk space
12235         used by this group.
12236         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12237         (gnus-cache-rename-group): New function.
12238         (gnus-cache-delete-group): New function.
12239         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12240         (gnus-cache-need-update-total-fetched-for): New variable.
12241         (gnus-cache-with-refreshed-group): New macro.
12242         (gnus-cache-update-file-total-fetched-for): New function.
12243         (gnus-cache-update-overview-total-fetched-for): New function.
12244         (gnus-cache-rename-group-total-fetched-for): New function.
12245         (gnus-cache-delete-group-total-fetched-for): New function.
12246         (gnus-cache-total-fetched-for): New function.
12247
12248         * gnus-group.el: Require gnus-sum and autoload functions to
12249         resolve warnings when gnus-group.el compiled alone.
12250         (gnus-group-line-format): Documented new %F
12251         (size of Fetched data) group line format; identifies disk space
12252         used by agent and cache.
12253         (gnus-group-line-format-alist): Defined new F format.
12254         (gnus-total-fetched-for): New function.
12255         (gnus-group-delete-group): No longer update
12256         gnus-cache-active-altered as gnus-request-delete-group now keeps
12257         the cache in sync.
12258         (gnus-group-list-active): Let the agent store a server's active
12259         list if currently plugged.
12260
12261         * gnus-int.el (gnus-request-delete-group):
12262         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12263         local disk in sync with the server.
12264         (gnus-request-rename-group):
12265         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12266         local disk in sync with the server.
12267
12268         * gnus-start.el (gnus-get-unread-articles):
12269         Cosmetic simplification to logic.
12270
12271         * gnus-util.el (gnus-rename-file): New function.
12272
12273 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12274
12275         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12276
12277 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12278
12279         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12280         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12281
12282 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12283
12284         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12285         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12286
12287 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12288
12289         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12290
12291 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12292
12293         * spam.el (spam-set-difference): Add function to replace
12294         gnus-set-difference in spam.el.
12295         (spam-summary-prepare-exit): Use spam-set-difference.
12296
12297 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12298
12299         * gnus-registry.el (gnus-registry-cache-file): Update to use
12300         gnus-dribble-directory OR gnus-home-directory OR ~.
12301         (gnus-registry-split-fancy-with-parent): Fix doc.
12302
12303 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * message.el (message-exchange-point-and-mark): Use
12306         message-mark-active-p.  Suggested by Jesper Harder
12307         <harder@ifa.au.dk>.
12308
12309 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * message.el (message-exchange-point-and-mark): Don't activate
12312         region if it was inactive.  Suggested by Hiroshi Fujishima
12313         <pooh@nature.tsukuba.ac.jp>.
12314
12315 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (article-display-face): Display Faces in the same
12318         order as X-Faces.
12319
12320 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12323
12324 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12327         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12328         (gnus-article-mime-hierarchy): Remove.
12329         (gnus-article-mime-hierarchy-next): Remove.
12330         (gnus-article-mode): Revert 2004-03-19 change.
12331         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12332         (gnus-insert-mime-button): Revert 2004-03-19 change.
12333         (gnus-mime-accumulate-hierarchy): Remove.
12334         (gnus-mime-enter-multipart): Remove.
12335         (gnus-mime-leave-multipart): Remove.
12336         (gnus-mime-display-part): Revert 2004-03-19 change.
12337         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12338
12339         * mml.el (mml-preview): Revert 2004-03-19 change.
12340
12341 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12342
12343         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12344
12345 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12348         t while entering a file name using the mm-with-multibyte macro.
12349         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12350
12351         * mm-util.el (mm-with-multibyte): New macro.
12352
12353 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12356         user option.
12357         (gnus-mime-multipart-functions): Doc and customization fix.
12358         (gnus-article-mime-hierarchy): New variable.
12359         (gnus-article-mime-hierarchy-next): New variable.
12360         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12361         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12362         gnus-article-mime-hierarchy-next to nil.
12363         (gnus-insert-mime-button): Show hierarchy numbers.
12364         (gnus-mime-accumulate-hierarchy): New function.
12365         (gnus-mime-enter-multipart): New function.
12366         (gnus-mime-leave-multipart): New function.
12367         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12368         (gnus-mime-display-alternative): Show hierarchy numbers.
12369
12370         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12371         gnus-article-mime-hierarchy-next to nil.
12372
12373 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12374
12375         * dns.el: Don't require gnus-xmas.
12376
12377 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12378
12379         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12380         inline PGP.
12381         (mml-menu): Disable mml-quote-region if mark is inactive.
12382
12383 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12386         when the group's active is not available.
12387
12388 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12391         error.
12392
12393 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * imap.el (imap-store-password): New variable.
12396         (imap-interactive-login): Use it.
12397         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12398
12399 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12402         window-start and hscroll to summary window.
12403
12404 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12405
12406         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12407         conversion message to newsrc-dribble when an actual conversion is
12408         performed.
12409
12410 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12411
12412         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12413
12414 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mm-decode.el (mm-complicated-handles): New function reviving
12417         former definition of mm-multiple-handles.
12418
12419         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12420         (gnus-mime-delete-part): Use it.
12421
12422 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12423
12424         * gnus-agent.el (gnus-agent-read-local): Bind
12425         nnheader-file-coding-system to gnus-agent-file-coding-system to
12426         avoid the implicit assumption that they will always be equal.
12427         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12428         coding-system-for-write, as the with-temp-file macro first prints
12429         to a buffer then saves the buffer.
12430
12431 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-art.el (gnus-article-edit-part): New function.
12434         (gnus-mime-save-part-and-strip): Use it; do query instead of
12435         signaling an error; don't use mm-multiple-handles.
12436         (gnus-mime-delete-part): Ditto.
12437
12438 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12439
12440         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12441         old file versions.
12442         (gnus-group-prepare-hook): Removed function that converted list
12443         form of gnus-agent-expire-days to group properties.
12444
12445         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12446         (gnus-request-accept-article): Re-indented.
12447
12448         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12449         converters to handle old agent file formats.  Added logic for a
12450         "backup before upgrading warning".
12451         (gnus-convert-mark-converter-prompt): Developers can mark
12452         functions as needing (default), or not needing,
12453         gnus-convert-old-newsrc's "backup before upgrading warning".
12454         (gnus-convert-converter-needs-prompt): Tests whether the user
12455         should be protected from potentially irreversable changes by the
12456         function.
12457
12458         * legacy-gnus-agent.el: New.  Provides converters that are only
12459         loaded when gnus-convert-old-newsrc needs to call them.
12460
12461 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * mail-source.el (mail-source-touch-pop): Doc fix.
12464
12465         * message.el (message-smtpmail-send-it): Doc fix.
12466
12467 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12468
12469         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12470
12471         * nnmail.el (nnmail-split-fancy): do.
12472
12473         * gnus-kill.el (gnus-kill, gnus-execute): do.
12474
12475 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12476
12477         * gnus-sum.el (gnus-widget-reversible-match)
12478         (gnus-widget-reversible-to-internal)
12479         (gnus-widget-reversible-to-external): New functions.
12480         (gnus-widget-reversible): New widget.
12481         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12482
12483 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12484
12485         * gnus-sum.el (gnus-thread-sort-functions)
12486         (gnus-article-sort-functions): Document `(not F)' items.
12487
12488 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12489
12490         * spam.el (spam-use-gmane-xref): Add new backend.
12491         (spam-gmane-xref-spam-group): Add variable to control the name of the
12492         Gmane spam group.
12493         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12494         (spam-regex-headers-spam, spam-regex-headers-ham)
12495         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12496         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12497         backends and checks.
12498         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12499
12500         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12501         an autodetect method.
12502
12503 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12504
12505         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12506         articles are being added to a group.
12507         (gnus-request-replace-article): Inform the agent that articles
12508         need to be uncached as the cached contents are no longer valid.
12509
12510 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * binhex.el: Don't autoload executable-find.
12513
12514         * canlock.el: Don't autoload mail-fetch-field.
12515
12516         * dgnushack.el: Autoload c-mode for XEmacs.
12517
12518         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12519
12520         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12521         rmail-dont-reply-to and rmail-output.
12522
12523         * gnus-score.el: Don't autoload ffap-string-at-point.
12524
12525         * gnus-setup.el: Don't autoload sc-cite-original.
12526
12527         * imap.el: Don't autoload base64-decode-string,
12528         base64-encode-string and md5.
12529
12530         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12531         and rmail-msg-restore-non-pruned-header.
12532
12533         * mm-decode.el: Don't autoload executable-find.
12534
12535         * mm-url.el: Don't autoload executable-find.
12536
12537         * mm-view.el: Don't autoload diff-mode.
12538
12539         * nndb.el: Don't autoload news-reply-mode, news-setup,
12540         cancel-timer and telnet.
12541
12542         * password.el: Don't autoload run-at-time for Emacs.
12543
12544         * sha1-el.el: Don't autoload executable-find.
12545
12546         * sieve-mode.el: Don't autoload c-mode.
12547
12548         * uudecode.el: Don't autoload executable-find.
12549
12550 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12551
12552         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12553         (gnus-agent-possibly-alter-active): Avoid null in numeric
12554         comparison.
12555         (gnus-agent-set-local): Refuse to save null in local object table.
12556         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12557         list of articles that will be marked as unread.
12558
12559 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12562
12563 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12564
12565         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12566         language tags.
12567
12568 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12569
12570         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12571         Don't bind "obarray".
12572
12573         * gnus-sum.el (gnus-thread-sort-functions): Added
12574         `gnus-thread-sort-by-most-recent-number' and
12575         `gnus-thread-sort-by-most-recent-date'.
12576         Reported by Kai Grossjohann <kai@emptydomain.de>.
12577
12578 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12581
12582 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12583
12584         * gnus-cus.el (gnus-agent-customize-category): Removed
12585         ignore-errors macro reference that required cl to be loaded at
12586         run-time.
12587
12588         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12589         single-interval range of the form (min . max).  Previously the
12590         range had to look like ((min . max)).  Likewise, return
12591         (min . max) rather than ((min . max)).
12592         (gnus-range-map): Use gnus-range-normalize to accept
12593         single-interval range.
12594
12595         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12596         the cache, but not the agent, now appear with their usual face.
12597
12598         * dgnushack.el (loaddir): New variable that is bound to the
12599         directory containing the dgnushack.el file. Use loaddir, rather
12600         than srcdir, to update load-path. Change lets dgnushack compile
12601         code in directories other than GNUS/lisp.
12602
12603 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * lpath.el: Don't bind w3m-safe-url-regexp.
12606
12607         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12608         w3m-safe-url-regexp variable buffer-local.
12609
12610         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12611
12612 2004-02-27  Simon Josefsson  <jas@extundo.com>
12613
12614         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12615         gnus-group-real-prefix.
12616         (gnus-summary-move-article): Use it, instead of
12617         gnus-group-real-prefix.
12618
12619 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * lpath.el: Bind w3m-safe-url-regexp.
12622
12623         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12624         w3m-safe-url-regexp variable buffer-local and set it as the value
12625         of mm-w3m-safe-url-regexp.
12626
12627         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12628
12629         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12630         parsing gnus-posting-styles when the message is not for replying.
12631
12632         * dgnushack.el: Autoload sgml-mode for XEmacs.
12633
12634         * nnrss.el (nnrss-opml-export): Use
12635         mm-set-buffer-file-coding-system instead of
12636         set-buffer-file-coding-system.
12637
12638 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12639
12640         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12641         of checkdoc.el).
12642         * nnrss.el: do.
12643         * gnus-mlspl.el: do.
12644         * gnus-ml.el: do.
12645         * gnus-srvr.el: do.
12646
12647         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12648
12649 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12650
12651         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12652         Corrections to custom-manual links.
12653
12654         * gnus-art.el (gnus-article): Ditto.
12655
12656         * mm-decode.el (mime-display, mime-security): Ditto.
12657
12658 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12659
12660         * flow-fill.el: Typo.
12661
12662 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12663
12664         * spam-wash.el: New file.
12665
12666 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12667
12668         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12669
12670 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12673         to be run with new-articles as LIST1, not LIST2.
12674         (spam-registration-functions): Add spam-use-ham-copy as a nil
12675         registration backend.
12676
12677 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12678
12679         * spam-stat.el (spam-stat-washing-hook): New option.
12680         (spam-stat-buffer-words): Use it.
12681         (spam-stat-process-directory, spam-stat-test-directory): Use
12682         insert-file-contents-literally.
12683         (spam-stat-coding-system): New variable.
12684         (spam-stat-load, spam-stat-save): Use it.
12685
12686 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * spam-report.el (spam-report-plug-agent): Quote
12689         spam-report-url-to-file and spam-report-url-ping-plain.
12690
12691 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12694         / in mailto URLs.
12695
12696 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * spam-report.el (spam-report-process-queue): Fix interactive use.
12699         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12700         (spam-report-unplug-agent): Doc fixes.
12701         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12702         (spam-report-agentize, spam-report-deagentize): Autoload
12703
12704 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12707
12708         * message.el (message-setup-fill-variables): Add mml tags to
12709         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12710         <ajk@iu.edu>.
12711         (message-mode): Don't modify paragraph-separate there.
12712
12713 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * compface.el (uncompface-use-external): Default to undecided.
12716         (uncompface-use-external-threshold): New variable.
12717         (uncompface-float-time): New macro.
12718         (uncompface): Determine whether to use the external decoder if
12719         uncompface-use-external is undecided.
12720
12721 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12722
12723         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12724         after images.
12725
12726         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12727
12728 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12729
12730         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12731
12732         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12733
12734         * gnus-sum.el (gnus-summary-limit-to-age)
12735         (gnus-summary-limit-children): do.
12736
12737         * gnus-int.el (gnus-request-scan): do.
12738
12739         * gnus-group.el (gnus-group-suspend): do.
12740
12741         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12742
12743         * gnus-cite.el (gnus-cite-parse-attributions): do.
12744
12745         * gnus-agent.el (gnus-summary-set-agent-mark)
12746         (gnus-agent-regenerate-group): do.
12747
12748         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12749
12750         * binhex.el (binhex-decode-region-internal): do.
12751
12752 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * gnus-fun.el (gnus-face-properties-alist): New user option.
12755         (gnus-display-x-face-in-from): Use it.
12756
12757         * gnus-art.el (article-display-face): Ditto.
12758
12759         * compface.el (uncompface-use-external): Default to nil.
12760
12761 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12762
12763         * nntp.el (nntp-erase-buffer): New function.
12764         (nntp-retrieve-data, nntp-send-command)
12765         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12766         (nntp-possibly-change-group): Use it.
12767
12768         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12769         with-current-buffer.
12770
12771 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12772
12773         * compface.el: Merge the ELisp-based uncompface program.
12774         (compface): New customization group.
12775         (uncompface-use-external): New user option.
12776         (uncompface): Call uncompface-internal if uncompface-use-external
12777         is nil.
12778         (uncompface-internal): New function.  Note that there are also
12779         some other functions and variables added for this function.
12780
12781 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12782
12783         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12784         if necessary.
12785
12786 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * spam-report.el (spam-report-unplug-agent)
12789         (spam-report-plug-agent, spam-report-deagentize)
12790         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12791         Add support for the Agent in spam-report: when unplugged, report to a
12792         file; when plugged, submit all the requests.
12793
12794         * spam.el (spam-register-routine): Fix message about
12795         registration.
12796
12797 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12798
12799         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12800         dependencies.
12801         (rfc2047-encode): Use it.
12802
12803         * gnus-art.el (gnus-button-marker-list): Move before first
12804         reference.
12805
12806         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12807         (imap-parse-body): Fix format string mismatch.
12808
12809         * gnus-score.el (gnus-summary-increase-score): do.
12810
12811         * nnrss.el (nnrss-close): New function.
12812
12813 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12814
12815         * nnrss.el (nnrss-make-filename): New function.
12816         (nnrss-request-delete-group, nnrss-read-server-data)
12817         (nnrss-save-server-data, nnrss-read-group-data)
12818         (nnrss-save-group-data): Use it.
12819         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12820         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12821         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12822
12823 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12824
12825         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12826
12827 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12828
12829         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12830         files.
12831
12832         * message.el (message-generate-headers-first): Don't quote nil
12833         and t in docstrings.
12834
12835         * imap.el (imap-id): do.
12836
12837         * gnus-agent.el (gnus-agent-consider-all-articles)
12838         (gnus-agent-queue-mail): do.
12839
12840 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * spam-report.el (spam-report-process-queue): New function.
12843         Process requests from `spam-report-requests-file'.
12844         (spam-report-process-queue): Doc fix.
12845
12846 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12847
12848         * spam.el (spam-register-routine)
12849         (spam-log-processing-to-registry, spam-log-registered-p)
12850         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12851         Change "check" to "spam-check" for semi-clarity.
12852
12853 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12854
12855         * pop3.el: Require nnheader.
12856
12857         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12858
12859         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12860
12861         * gnus-picon.el: Require cl.
12862
12863         * gnus-fun.el: Require gnus-ems and gnus-util.
12864
12865         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12866
12867         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12868
12869         * gnus-art.el (gnus-article-edit-mode): Define before first
12870         reference.
12871
12872 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12873
12874         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12875         (gnus-uu-post-encoded): Use point-at-bol.
12876
12877         * gnus-topic.el (gnus-group-active-topic-p): do.
12878
12879         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12880
12881         * gnus-group.el (gnus-group-kill-region): do.
12882
12883         * gnus-art.el (article-date-ut): do.
12884
12885         * message.el (message-fetch-field): Remove redundant
12886         case-fold-search binding.
12887         (message-narrow-to-field): Simplify.
12888
12889 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * spam.el (spam-directory): Derive from `gnus-directory'.
12892
12893         * spam-report.el (spam-report-url-to-file)
12894         (spam-report-requests-file): New function and variable for offline
12895         reporting.
12896         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12897         and user defined function.
12898         (spam-report-url-ping-mm-url): Remove doubled slash.
12899
12900 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12901
12902         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12903
12904 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12905
12906         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12907         format string mismatch.
12908
12909         * sieve.el (sieve-deactivate-all): do.
12910
12911         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12912
12913         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12914
12915         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12916
12917         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12918
12919 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12920
12921         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12922         the list of checks.
12923
12924 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12925
12926         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12927         padding.
12928
12929 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12930
12931         * mm-view.el (mm-fill-flowed): New variable.
12932         (mm-inline-text): Use it.
12933
12934 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * spam.el (spam-spamassassin-register-ham-routine)
12937         (spam-spamassassin-register-spam-routine): Fix function names.
12938
12939 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus.el (gnus-tmp-grouplens): Remove.
12942         (gnus-summary-line-format): Remove grouplens.
12943
12944         * gnus-group.el (gnus-group-line-format): Ditto.
12945
12946         * gnus-spec.el (gnus-format-specs): Ditto.
12947         (gnus-update-format-specifications): Flush the group format spec
12948         cache if there's the grouplens stuff.
12949         (gnus-parse-simple-format): Replace %l with the empty string.
12950
12951 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12952
12953         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12954         omission.
12955
12956 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12959         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12960
12961 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12962
12963         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12964         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12965         New macros and functions.
12966         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12967         Handle > NLINK_MAX messages.
12968         * nnmaildir.el (nnmaildir-request-set-mark): Use
12969         nnmaildir--emlink-p and nnmaildir--eexist-p.
12970
12971 2004-01-25  Alex Schroeder  <alex@gnu.org>
12972
12973         * spam-stat.el (spam-stat-process-directory-age): New option.
12974         (spam-stat-process-directory): Use it.
12975
12976 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12977
12978         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12979         (spam-stat-save): Accept prefix argument.
12980
12981 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12982
12983         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12984         links" error.
12985
12986 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12989         the rest of the and/or forms.
12990
12991 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12992
12993         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12994         compatibility with old .newsrc.eld files.
12995
12996         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12997
12998         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12999
13000         * gnus-start.el (gnus-1): do.
13001
13002         * gnus-group.el (gnus-group-line-format-alist): do.
13003
13004         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13005
13006         * gnus-gl.el: Remove.
13007
13008 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13009
13010         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13011         marks consisting of a single range {for example, (3 . 5)} rather
13012         than a list of a single range { ((3 . 5)) }.
13013
13014 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13015
13016         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13017         with-current-buffer.
13018         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13019         avoid consing a string.
13020
13021         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13022         Remove obsolete entries for big5 and gb2312.
13023
13024 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13025
13026         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13027         uncompressed list.
13028
13029 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13030
13031         * spam-stat.el (spam-stat-strip-xref): New function.
13032         (spam-stat-process-directory): Use it.
13033
13034         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13035         here -- it's done in message-fetch-field.
13036
13037 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13038
13039         * gnus-agent.el (gnus-agent-queue-mail)
13040         (gnus-agent-prompt-send-queue): New variables.
13041         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13042         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13043         "nndraft:queue" along to gnus-draft-send.  Use
13044         gnus-agent-prompt-send-queue.
13045         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13046         is "nndraft:queue".  Suggested by Gaute Strokkenes
13047         <gs234@srcf.ucam.org>
13048
13049         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13050         (agent-enable-undownloaded-faces): Added
13051         (gnus-agent-cat-groups): Use eval-and-compile, not
13052         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13053         method of gnus-agent-cat-groups even when the buffer has been
13054         evaled.
13055         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13056         delete gnus-agent-save-active-1.
13057         (gnus-agent-save-groups): Deleted.  Identical to
13058         gnus-agent-save-active.
13059         (gnus-agent-write-active): No longer adjust agent's copy of active
13060         file as agent's adjustments are now stored in their own
13061         file.  Removed optional parameter.
13062         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13063         servers.  Add use of min/max range limits from server's local
13064         file.
13065         (gnus-agent-save-alist): Removed unused optional argument.
13066         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13067         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13068         (gnus-agent-set-local): A per-server file that keeps min/max range
13069         limits for articles known to the agent.  Provides a fast mechanism
13070         for altering many active ranges.
13071         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13072         active file (local makes it unnecessary).
13073         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13074
13075         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13076         (agent-enable-undownloaded-faces): Added
13077
13078         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13079         disable it when sending to "nndraft:queue".
13080         (gnus-group-send-queue): Add safety check to avoid sending queue
13081         when unplugged.
13082
13083         * gnus-group.el (gnus-group-catchup): Use new
13084         gnus-sequence-of-unread-articles, not
13085         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13086         numbers of articles.  Use gnus-range-map to avoid having to
13087         uncompress the unread list.
13088         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13089         Fixed invalid ange-ftp reference.
13090
13091         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13092         (gnus-sorted-range-intersection): Intersection of two ranges
13093         without requiring that they first be uncompressed.
13094
13095         * gnus-start.el (gnus-activate-group): Unless blocked by the
13096         caller, possibly expand the active range to include both cached
13097         and agentized articles.
13098         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13099         multiple version-dependent converters.
13100         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13101         gnus-agent-save-active.
13102         (gnus-save-newsrc-file): Save dirty agent range limits.
13103
13104         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13105         gnus-agent-possibly-alter-active.
13106         (gnus-adjust-marked-articles): Faster handling of simple lists
13107
13108 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13109
13110         * spam-stat.el (spam-stat-test-directory): New optional argument
13111         displays a list of files detected.  Suggested by Andrew Cohen
13112         <cohen@andy.bu.edu>.
13113         (spam-stat-buffer-words-with-scores): Don't narrow and change
13114         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13115
13116 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13117
13118         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13119         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13120         (spam-spamassassin-arguments)
13121         (spam-spamassassin-spam-flag-header)
13122         (spam-spamassassin-positive-spam-flag-header)
13123         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13124         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13125         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13126         (spam-list-of-processors, spam-list-of-checks)
13127         (spam-list-of-statistical-checks, spam-registration-functions)
13128         (spam-check-spamassassin-headers, spam-check-spamassassin)
13129         (spam-spamassassin-score)
13130         (spam-spamassassin-register-with-sa-learn)
13131         (spam-spamassassin-register-spam-routine)
13132         (spam-spamassassin-register-ham-routine)
13133         (spam-assassin-register-spam-routine)
13134         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13135         (spam-bogofilter-score): Fix to show article before scoring.
13136
13137 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13138
13139         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13140         default scoring function.
13141         (spam-generic-score): Call spam-spamassassin-score if
13142         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13143         spam-bogofilter-score otherwise.
13144
13145         * gnus.el (spam-process, spam-autodetect-methods): Add
13146         spamassassin and spamassassin-headers.
13147
13148 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13149
13150         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13151         Suppress unnecessary messages.
13152
13153 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13154
13155         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13156         make-hash-table.
13157
13158 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * canlock.el (base64-encode-string): Don't autoload it.
13161
13162 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * run-at-time.el: Remove useless (require 'itimer),
13165         eval-and-compile and (featurep 'xemacs).
13166
13167 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13168
13169         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13170         GROUP is a virtual group.
13171
13172 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13173
13174         * gnus.el: Autoload `message-y-or-n-p'.
13175
13176 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13177
13178         * pgg-parse.el: Remove unnecessary (require 'custom).
13179
13180         * pgg-def.el: do.
13181
13182         * nnmail.el: do.
13183
13184         * gnus-undo.el: do.
13185
13186         * gnus-picon.el: do.
13187
13188         * gnus-util.el: do.
13189
13190 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13193
13194 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13197         handle, as well as a list.
13198
13199         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13200         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13201         (mm-w3m-cid-retrieve): Simplify.
13202
13203 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13204
13205         * message.el (message-kill-to-signature): Allow prefix arg to
13206         specify number of lines to keep before signature.
13207
13208 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13209
13210         (message-kill-to-signature): Change docstring.
13211
13212 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * canlock.el: Always require sha1-el.
13215         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13216
13217         * message.el: Autoload sha1 only when compiling.
13218
13219         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13220         eudc-expand-inline for XEmacs.
13221
13222 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * message.el (message-canlock-generate): Require sha1-el.
13225
13226 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13227
13228         * message.el (message-expand-name): Silence the byte compiler.
13229
13230         * lpath.el: Add detect-coding-system.
13231
13232         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13233         cus-edit.
13234
13235 2004-01-13  Simon Josefsson  <jas@extundo.com>
13236
13237         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13238         Invoke gnus-score-mode.  Reported by
13239         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13240
13241         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13242         Jim Blandy <jimb@redhat.com> (tiny change).
13243
13244 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13245
13246         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13247
13248 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13249
13250         * spam.el (spam-get-article-as-string): Update to use
13251         gnus-request-article-this-buffer, much simpler.
13252         (spam-get-article-as-buffer): Remove.
13253
13254 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13255
13256         * message.el (message-expand-name): Use EUDC if the user uses that.
13257
13258 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13259
13260         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13261         character for the encoding to avoid consing a string.
13262
13263         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13264         unnecessarily.
13265
13266         * mm-util.el (mm-replace-chars-in-string): Remove.
13267
13268         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13269         of mm-replace-chars-in-string.
13270
13271 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13272
13273         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13274
13275         * mm-util.el (mm-subst-char-in-string): Support inplace.
13276
13277         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13278         a new string in every iteration.  Use shy groups.
13279
13280 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13281
13282         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13283         * gnus-soup.el (gnus-soup-group-brew):
13284         * gnus-msg.el (gnus-put-message):
13285         * gnus-move.el (gnus-group-move-group-to-server):
13286         * gnus-kill.el (gnus-batch-score):
13287         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13288         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13289         (gnus-group-update-group, gnus-group-read-group)
13290         (gnus-group-make-group, gnus-group-make-help-group)
13291         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13292         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13293         (gnus-group-sort-by-unread, gnus-group-catchup)
13294         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13295         (gnus-group-yank-group, gnus-group-set-info)
13296         (gnus-group-list-groups):
13297         * gnus.el (gnus-generate-new-group-name):
13298         * gnus-delay.el (gnus-delay-send-queue):
13299         * nnvirtual.el (nnvirtual-catchup-group):
13300         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13301         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13302         (gnus-group-prepare-topics, gnus-topic-check-topology):
13303         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13304         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13305         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13306         (gnus-group-make-articles-read):
13307         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13308         (gnus-group-change-level, gnus-kill-newsgroup)
13309         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13310         (gnus-get-unread-articles, gnus-make-articles-unread)
13311         (gnus-make-ascending-articles-unread): Use accessor
13312         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13313         to get group information for improved readability.
13314
13315
13316 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13317
13318         * gnus-art.el (article-decode-mime-words, article-babel)
13319         (gnus-article-highlight-signature, gnus-article-add-buttons)
13320         (gnus-signature-toggle): Use gnus-with-article-buffer.
13321
13322         * gnus-art.el (gnus-article-highlight-headers)
13323         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13324
13325         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13326         (gnus-article-set-globals, gnus-request-article-this-buffer)
13327         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13328         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13329         (gnus-mime-display-alternative): Use with-current-buffer.
13330
13331 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13332
13333         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13334         also under 80 char limit, and call gnus-error if needed.
13335         (spam-fetch-article-header): Fix - it was a
13336         buffer-local variable (gnus-newsgroup-data).
13337         (spam-find-spam): Use spam-generate-fake-headers, forget about
13338         spam-insert-fake-headers.
13339         (spam-insert-fake-headers): Remove.
13340
13341 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13342
13343         * deuglify.el (gnus-article-outlook-unwrap-lines)
13344         (gnus-outlook-rearrange-article)
13345         (gnus-outlook-repair-attribution-outlook)
13346         (gnus-outlook-repair-attribution-block)
13347         (gnus-outlook-repair-attribution-other): Remove redundant
13348         save-excursion.
13349
13350 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13351
13352         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13353         (spam-fetch-field-subject-fast)
13354         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13355         (spam-fetch-article-header): Add functions to deal with Gnus
13356         internals for fast retrieval of article header data.
13357         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13358
13359 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13360
13361         * pop3.el (pop3-md5): Remove.
13362         (pop3-apop): Replace pop3-md5 with md5.
13363
13364         * mm-bodies.el: base64 is always built-in.
13365
13366         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13367         with-current-buffer.
13368
13369 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * canlock.el (canlock-insert-header): Remove excessive grouping in
13372         regexp.
13373
13374         * gnus-sum.el (gnus-summary-read-document): Ditto.
13375
13376         * gnus-uu.el (gnus-uu-part-number): Ditto.
13377
13378         * html2text.el (html2text-remove-tags): Ditto.
13379         (html2text-format-tags): Ditto.
13380         (html2text-format-single-elements): Ditto.
13381
13382         * mml.el (mml-parse-1): Ditto.
13383
13384 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13385
13386         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13387
13388         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13389
13390         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13391
13392         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13393
13394 2003-11-15  Simon Josefsson  <jas@extundo.com>
13395
13396         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13397         (pgg-gpg-lookup-key): Use regexp match instead of
13398         split-string (split-string is different between emacs 21.2 and
13399         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13400
13401 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13402
13403         * gnus-art.el (gnus-mime-view-all-parts)
13404         (gnus-article-part-wrapper, gnus-article-view-part): Use
13405         with-current-buffer.
13406
13407 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13408
13409         * spam.el (spam-disable-spam-split-during-ham-respool)
13410         (spam-spamoracle-database, spam-cache-lookups)
13411         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13412         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13413         (spam-group-ham-marks, spam-group-spam-marks)
13414         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13415         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13416         also add spam-use-blackholes to the statistical checks.
13417         (spam-fetch-field-fast): Add interface to fetching fields, may
13418         become a macro.
13419         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13420         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13421         (spam-insert-fake-headers): Fake an article when needed.
13422         (spam-find-spam): Fake article when possible.
13423         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13424         (spam-check-bogofilter-headers): Use message-fetch-field instead
13425         of nnmail-fetch-field.
13426
13427 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13430
13431 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * spam.el (spam-split): Do not require spam-use-CHECK to be
13434         enabled if that check is passed to spam-split explicitly; also
13435         fix so 'spam doesn't get converted to spam-split-group when
13436         spam-split-symbolic-return is t.
13437         (spam-find-spam): Find registrations of the article and use those
13438         instead of re-running spam-split to find the spam/ham
13439         classification of the article.
13440         (spam-log-processing-to-registry, spam-log-registered-p)
13441         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13442         Use gnus-error instead of gnus-message.
13443         (spam-log-registration-type): Add function to determine the
13444         classification of a message based on registry entries; will
13445         return nil if both 'spam and 'ham are found.
13446         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13447         a reasonably fast local cache without the loading errors.
13448         (spam-cache-lookups): Set to t by default.
13449         (spam-find-spam): Don't try to guess spam-cache-lookups.
13450         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13451         spam-caches entry.
13452         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13453         caching of whitelist/blacklist entries.
13454         (spam-check-whitelist, spam-check-blacklist): Invoke
13455         spam-from-listed-p with a type, not a cache variable.
13456         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13457
13458 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13459
13460         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13461
13462         * nnmail.el (nnmail-split-fancy): do.
13463
13464         * mml.el (mml-parse): do.
13465
13466         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13467         (gnus-score-adaptive): do.
13468
13469 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13472         (gnus-mime-button-map): Don't set keymap parent.
13473         (gnus-button-ctan-directory-regexp): Use shy grouping.
13474         (gnus-prev-page-map): Don't set keymap parent.
13475         (gnus-prev-page-map): Remove duplicated one.
13476         (gnus-next-page-map): Don't set keymap parent.
13477         (gnus-mime-security-button-map): Ditto.
13478
13479         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13480         version number.
13481
13482         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13483
13484 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * canlock.el (canlock-sha1-function): Remove.
13487         (canlock-sha1-function-for-verify): Remove.
13488         (canlock-openssl-program): Remove.
13489         (canlock-openssl-args): Remove.
13490         (canlock-ignore-errors): Remove.
13491         (canlock-sha1-with-openssl): Remove.
13492         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13493         (canlock-verify): Don't use canlock-ignore-errors.
13494
13495         * sha1-el.el (sha1-string-external): Make it can return a string
13496         in binary form.
13497         (sha1-region-external): Ditto.
13498         (sha1-string-internal): Ditto.
13499         (sha1-region-internal): Ditto.
13500         (sha1-region): Ditto.
13501         (sha1-string): Ditto.
13502         (sha1): Ditto.
13503
13504 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505
13506         * spam.el (spam-report-articles-gmane): New command.
13507
13508 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13511
13512         * run-at-time.el (run-at-time-saved): Remove.
13513         (run-at-time): Doc fix.
13514
13515 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13516
13517         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13518         (gnus-summary-limit-map): Add it.
13519         (gnus-summary-make-menu-bar): do.
13520
13521 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13522
13523         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13524         Make attempt at some caching support (done for BBDB only now).
13525         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13526         addresses to be checked.
13527         (spam-clear-cache-BBDB): Add function, to be invoked by
13528         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13529         (spam-check-BBDB): Check and use the caches, if
13530         spam-cache-lookups is on, remove superfluous (provide).
13531
13532 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13535
13536 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13537
13538         * run-at-time.el (run-at-time-saved): Move to after the definition
13539         of `run-at-time'.
13540
13541         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13542
13543 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13546         mm-w3m-local-map-property.
13547
13548         * mm-view.el (mm-w3m-mode-map): Remove.
13549         (mm-w3m-local-map-property): Remove.
13550         (mm-inline-text-html-render-with-w3m): Don't use
13551         mm-w3m-local-map-property.
13552
13553 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * run-at-time.el: New file.
13556
13557         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13558         under Emacs.
13559
13560         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13561         of gnus-set-text-properties.
13562
13563         * gnus-uu.el (gnus-uu-save-article): Ditto.
13564
13565         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13566
13567         * gnus-cite.el (gnus-cite-parse): Ditto.
13568
13569         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13570         of gnus-.
13571
13572         * gnus-xmas.el (run-at-time): Require run-at-time.
13573
13574         * gnus.el: Changed calls to nnheader-run-at-time and
13575         password-run-at-time throughout to use run-at-time directly.
13576
13577         * password.el: Removed definition of run-at-time.
13578
13579         * nnheaderxm.el: Remove definition of run-at-time.
13580
13581 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13582
13583         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13584         in prompt.
13585
13586 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13587
13588         * messagexmas.el (message-xmas-redefine): Alias
13589         `message-make-caesar-translation-table' to
13590         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13591         version.
13592
13593         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13594         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13595         `gnus-xmas-set-text-properties'.
13596         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13597         `gnus-xmas-completing-read'.
13598         (gnus-xmas-completing-read): Removed.
13599         (gnus-xmas-open-network-stream): Removed.
13600
13601         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13602         XEmacs version.
13603
13604         * dns.el (dns-make-network-process): Use `open-network-stream'
13605         instead of `gnus-xmas-open-network-stream'.
13606
13607         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13608
13609         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13610
13611 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13612
13613         * gnus-art.el (gnus-mime-display-alternative)
13614         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13615         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13616         Don't use gnus-local-map-property.
13617
13618         * gnus-util.el (gnus-local-map-property): Remove.
13619
13620         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13621         gnus-completing-read-maybe-default with completing-read.
13622
13623         * gnus-util.el (gnus-completing-read): do.
13624         (gnus-completing-read-maybe-default): Remove.
13625
13626 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13627
13628         * password.el: Only autoload `run-at-time' if not XEmacs.
13629         Only autoload the itimer functions if XEmacs.
13630
13631 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13634         XEmacsen.
13635
13636         * dgnushack.el: Autoload executable-find for XEmacs.
13637
13638 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13639
13640         * gnus-art.el (gnus-read-string): Remove.
13641         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13642         read-string.
13643
13644 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13645
13646         * netrc.el: Autoload password-read.
13647         (netrc): Add configuration group.
13648         (netrc-encoding-method, netrc-openssl-path): Add
13649         variables for encoding and decoding of files with symmetric
13650         ciphers.
13651         (netrc-encode): Add assistant function to encode a file with
13652         netrc-encoding-method.
13653         (netrc-parse): Add interactive parameter, added optional
13654         decoding if netrc-encoding-method is non-nil but otherwise
13655         behavior is standard.
13656         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13657         Do s/encode/encrypt/ everywhere.
13658
13659         * spam.el: Remove executable-find autoload.
13660
13661 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13662
13663         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13664
13665         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13666
13667 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-art.el (gnus-treat-ansi-sequences,
13670         (article-treat-ansi-sequences): New variable and function.
13671         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13672
13673         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13674         Use it.
13675
13676 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13677
13678         * mm-util.el (mm-quote-arg): Remove.
13679
13680         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13681         shell-quote-argument.
13682
13683         * gnus-uu.el (gnus-uu-command): do.
13684
13685         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13686
13687         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13688         with make-char.
13689
13690         * mm-util.el (mm-make-char): Remove.
13691
13692         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13693         add-minor-mode.
13694
13695         * gnus-undo.el (gnus-undo-mode): do.
13696
13697         * gnus-topic.el (gnus-topic-mode): do.
13698
13699         * gnus-sum.el (gnus-dead-summary-mode): do.
13700
13701         * gnus-start.el (gnus-slave-mode): do.
13702
13703         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13704
13705         * gnus-ml.el (gnus-mailing-list-mode): do.
13706
13707         * gnus-gl.el (gnus-grouplens-mode): do.
13708
13709         * gnus-draft.el (gnus-draft-mode): do.
13710
13711         * gnus-dired.el (gnus-dired-mode): do.
13712
13713         * gnus-ems.el (gnus-add-minor-mode): Remove.
13714
13715         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13716         Replace gnus-char-width with char-width.
13717
13718         * gnus-ems.el (gnus-char-width): Remove.
13719
13720         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13721         Replace gnus-char-width with char-width.
13722
13723         * gnus-ems.el (gnus-char-width): Remove.
13724
13725         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13726         definition.
13727         Remove Emacs 20 hash table compatibility code.
13728
13729         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13730         20 compatibility code.
13731
13732         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13733
13734         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13735
13736         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13737         with point-at-{eol,bol}.
13738
13739         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13740
13741         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13742
13743         * flow-fill.el (fill-flowed-point-at-bol)
13744         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13745
13746         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13747         Replace with point-at-{eol,bol} throughout all files.
13748
13749 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * ntlm.el (ntlm-string-as-unibyte): New macro.
13752         (ntlm-build-auth-response): Use it.
13753
13754         Remove Emacs 20 stuff:
13755         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13756         (butlast, mapc, remove): Remove the compiler macros.
13757         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13758         of delq and copy-sequence.
13759         * gnus-art.el (popup-menu): Remove the compiler macro.
13760         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13761         Emacs 20.
13762
13763 2004-01-05  Simon Josefsson  <jas@extundo.com>
13764
13765         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13766         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13767         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13768         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13769         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13770         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13771         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13772         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13773         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13774         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13775         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13776         string-xor into ntlm-string-xor.  Suggested by
13777         Jesper Harder <harder@myrealbox.com>.
13778
13779         * ntlm.el: Don't include poem.
13780
13781         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13782         Jesper Harder <harder@myrealbox.com>.
13783
13784         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13785
13786         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13787         probably breaks emacs with DL patch, but do we care? Is anyone
13788         still using the DL stuff?)
13789
13790         * sieve-manage.el: Use the password package.
13791         (sieve-manage-read-passwd): Remove.
13792         (sieve-manage-interactive-login): Use password.  Re-add
13793         condition-case around loop.
13794
13795         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13796         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13797         the password package.
13798
13799 2003-02-19  Simon Josefsson  <jas@extundo.com>
13800
13801         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13802         token.
13803
13804 2002-08-07  Simon Josefsson  <jas@extundo.com>
13805
13806         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13807         (sieve-manage-authenticators):
13808         (sieve-manage-authenticator-alist): Add some SASL mechs.
13809         (sieve-sasl-auth): New function.
13810         (sieve-manage-cram-md5-auth):
13811         (sieve-manage-plain-auth): Rewrite using SASL library.
13812         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13813         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13814         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13815         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13816
13817 2004-01-05  Simon Josefsson  <jas@extundo.com>
13818
13819         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13820         New files.
13821
13822 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13823
13824         * gnus-group.el (gnus-no-groups-message): Update.
13825
13826         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13827
13828 2003-11-09  Simon Josefsson  <jas@extundo.com>
13829
13830         * imap.el: Support for ID IMAP extension (RFC 2971).
13831         (imap-local-variables): Add imap-id.
13832         (imap-id): New variable.
13833         (imap-id): New function.
13834         (imap-parse-response): Parse untagged ID response.
13835         * nnimap.el (nnimap-id): New variable.
13836         (nnimap-open-connection): Use it.
13837
13838 2003-12-28  Simon Josefsson  <jas@extundo.com>
13839
13840         * gnus-score.el (gnus-score-edit-all-score): New.
13841         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13842
13843 2004-01-04  Simon Josefsson  <jas@extundo.com>
13844
13845         * password.el: Add.
13846
13847 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13848
13849         * dns.el: Add support for AAAA records (see RFC 3596)
13850
13851         * Fix typo PRT -> PTR
13852
13853         * Parse MX, PTR and SOA replies (see RFC 1035)
13854
13855 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13856
13857         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13858
13859         * Moved to Changelog.2.
13860
13861 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13862
13863         * gnus.el (gnus-version-number): Bump version.
13864
13865 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13866
13867         * gnus.el: No Gnus v0.1 is released.
13868
13869 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13870
13871         * gnus.el: No Gnus v0.0 is released.
13872
13873 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13874
13875         * gnus.el (gnus-version-number): Bump.
13876         (gnus-version): No.
13877
13878 See ChangeLog.2 for earlier changes.
13879
13880     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13881
13882   This file is part of GNU Emacs.
13883
13884   GNU Emacs is free software: you can redistribute it and/or modify
13885   it under the terms of the GNU General Public License as published by
13886   the Free Software Foundation, either version 3 of the License, or
13887   (at your option) any later version.
13888
13889   GNU Emacs is distributed in the hope that it will be useful,
13890   but WITHOUT ANY WARRANTY; without even the implied warranty of
13891   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13892   GNU General Public License for more details.
13893
13894   You should have received a copy of the GNU General Public License
13895   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13896
13897 ;; Local Variables:
13898 ;; coding: utf-8
13899 ;; fill-column: 79
13900 ;; add-log-time-zone-rule: t
13901 ;; End:
13902
13903 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4