Silence gnus-art compilation.
[gnus] / lisp / ChangeLog
1 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4         string to avoid making the From headers syntactically invalid.
5
6         * message.el (message-send-mail): Don't insert courtesy messages if the
7         message already has List-Post and List-ID messages.
8
9 2010-11-06  Glenn Morris  <rgm@gnu.org>
10
11         * gnus-art.el (gnus-treat-article): Give dynamic local variables
12         `condition', `type', `length' a prefix.
13         (gnus-treat-predicate): Update for above name changes.
14
15 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
16
17         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
18         binding.  Handled by `gnus-summary-refer-thread' instead.
19         (nnir-warp-to-article): New backend function.
20
21         * nnimap.el (nnimap-request-thread): Force dependency updating.
22
23         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
24         (gnus-summary-refer-thread): Rework to improve thread-referral.
25
26         * gnus-int.el (gnus-warp-to-article): New function.
27
28         * gnus-sum.el (gnus-summary-article-map): Bind it.
29
30 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
31
32         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
33         gnus-summary-refer-thread.
34
35         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
36         headers.
37         (gnus-summary-limit-include-thread): Prevent articles in thread from
38         being cut in gnus-cut-threads.
39         (gnus-summary-refer-thread): Limit retrieved headers to those in
40         thread.
41
42 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * message.el (message-send-mail): Use the value of
45         message-courtesy-message from the message buffer.
46
47         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
48
49         * shr.el (shr-browse-url): Implement mailto: URLs.
50
51         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
52         "raw".
53
54         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
55         if it's already selected.
56
57         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
58
59 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
62         to measure the length and truncate alt text.
63
64 2010-11-03  Glenn Morris  <rgm@gnu.org>
65
66         * nndiary.el (nndiary-generate-nov-databases-1)
67         (nndiary-generate-active-info): Rename dynamic variable `files' to
68         something less generic.
69
70 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
71
72         * nnir.el (nnir-request-move-article): Call the underlying backend to
73         move articles from nnir.
74
75 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
78
79 2010-11-02  Julien Danjou  <julien@danjou.info>
80
81         * nnir.el: Remove wais support.
82
83 2010-11-02  Glenn Morris  <rgm@gnu.org>
84
85         * gnus-html.el: Reorder requirements to quieten compiler.
86
87 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
90         properly for XEmacs as well.
91         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
92         (gnus-article-natural-long-line-p): Use window-width rather than
93         frame-width.
94
95 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
96
97         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
98         (nnir-read-parms): Don't modify query.
99         (nnir-run-query): Add ability to search topic on current line.
100         (nnir-get-active): Clean up.
101
102 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
105         degenerate articles.
106
107         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
108         (gnus-print-buffer): Just print the buffer as is, without any copying
109         to a buffer and then re-highlighting.
110
111         * nnimap.el (nnimap-request-group): Store the new updated info.
112         (nnimap-request-group): Select the group when we don't know whether it
113         exists or not.
114
115         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
116         groups.
117
118         * gnus-group.el (gnus-group-find-new-groups): Display all the new
119         groups.
120
121         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
122         groups.
123
124         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
125         long-lines case by only filling the long lines.
126
127         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
128         (bug #7311).
129
130 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * shr.el: No need to declare `declare-function' since shr.el is for
133         only Emacsen that provide `libxml-parse-html-region'.
134
135         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
136         effective only in a file it is referred to.
137
138 2010-11-01  Glenn Morris  <rgm@gnu.org>
139
140         * mm-util.el (gnus-completing-read): Autoload.
141         (mm-read-coding-system): Simplify Emacs definition.
142
143         * nnmail.el (gnus-activate-group):
144         * nnimap.el (gnutls-negotiate):
145         * nntp.el (netrc-parse): Fix declarations.
146
147 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
150         string-match-p in Emacs >=23.
151
152         * gnus-msg.el (gnus-configure-posting-styles)
153         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
154
155 2010-11-01  Glenn Morris  <rgm@gnu.org>
156
157         * nnir.el (declare-function): Add compat stub.
158         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
159         (nnir-run-gmane): Require 'mm-url.
160
161         * mm-util.el (mm-string-to-multibyte): Simplify.
162
163         * shr.el (declare-function): Add compat stub.
164         (url-cache-create-filename): Declare.
165         (mm-disable-multibyte, widget-convert-button): Autoload.
166
167         * smime.el (ldap-search): Declare.
168         (smime-cert-by-ldap-1): Require ldap on Emacs.
169
170         * nnimap.el: Require nnmail, and gnus-sum when compiling.
171         (nnimap-keepalive): Use gnus-float-time.
172
173         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
174         (mail-source-delete-crash-box): Use gnus-float-time.
175
176         * gnus-dired.el (gnus-completing-read): Autoload.
177
178         * mm-view.el (gnus-rescale-image): Autoload.
179
180         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
181
182         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
183
184         * sieve-manage.el: Require 'cl when compiling.
185
186         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
187         (gnus-iswitchb-completing-read): Require iswitchb.
188         (gnus-select-frame-set-input-focus): Silence compiler.
189
190 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * message.el (message-subject-trailing-was-query): Change default to t,
193         since I think that's what most people want.
194
195         * nnimap.el (nnimap-request-accept-article): Erase buffer before
196         appending for easier debugging.
197         (nnimap-wait-for-connection): Take a regexp.
198         (nnimap-request-accept-article): Wait for the continuation line before
199         sending anything unless we're streaming.
200
201         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
202         leave the header washing to take place.
203
204 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
205
206         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
207         regular expression match and replace in posting styles.
208
209 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
210
211         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
212         an entire server.
213         (nnir-get-active): New function.
214         (nnir-run-imap): Use it.
215         (nnir-run-gmane): Who knew, gmane search returns an article score!
216
217         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
218         server on the current line with nnir.
219
220 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
223         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
224         left edge.
225         (gnus-article-foldable-buffer): Skip past the prefix when determining
226         raggedness.
227
228         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
229         the raw article, and change `C-u g' to show the article without doing
230         treatments.
231
232         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
233         on to `gnus-treat-article'.
234         (gnus-inhibit-article-treatments): New variable.
235
236         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
237
238         * gnus-art.el (gnus-treatment-function-alist): Have
239         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
240         (gnus-treat-fill-long-lines): Change default to fill all text/plain
241         sections.
242
243         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
244         parameter.
245         (gnus-article-fill-cited-long-lines): New function.
246         (gnus-article-fill-cited-article): Allow filling only long sections.
247
248         * shr.el (shr-find-fill-point): Don't break lines between punctuation
249         and non-punctuation (like after the apostrophe in "'We").
250
251         * gnus-sum.el (gnus-summary-select-article): Make sure
252         gnus-original-article-buffer is alive.
253
254         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
255         reflect the order they're in in the digest.
256
257         * gnus.el (gnus-group-startup-message): Move point to the start of the
258         buffer.
259
260         * nnimap.el (nnimap-capability): New function.
261         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
262         is set.
263
264 2010-10-31  David Engster  <dengste@eml.cc>
265
266         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
267         conform with changes to gnus-completing-read.
268
269 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * shr.el (shr-tag-img): Output "*" instead of "[img]".
272
273 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
274
275         * nnir.el move defvar, defcustom around to keep file organized and keep
276         byte-compiler quiet.
277         (nnir-read-parms): accept search-engine as arg.
278         (nnir-run-query): pass search-engine as arg.
279         (nnir-search-engine): remove.
280
281 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * shr.el (shr-generic): The text nodes should be text, not :text.
284
285         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
286         later in the file.
287
288 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
289
290         * nnir.el: general clean up. allow searching with multiple
291         engines. allow separate extra-parameters for each engine. batch queries
292         when possible.
293         (nnir-imap-default-search-key,nnir-method-default-engines): add
294         customize interface.
295         (nnir-run-gmane): new engine.
296         (nnir-engines): use it. qualify all prompts with engine name.
297         (nnir-search-engine): remove global variable.
298         (nnir-run-hyrex): restore for now.
299         (nnir-extra-parms,nnir-search-history): new variables.
300         (gnus-group-make-nnir-group): use them.
301         (nnir-group-server): remove in favor of gnus-group-server.
302         (nnir-request-group): avoid searching twice.
303         (nnir-sort-groups-by-server): new function.
304
305 2010-10-30  Julien Danjou  <julien@danjou.info>
306
307         * gnus-group.el: Remove gnus-group-fetch-control.
308
309         * gnus-start.el (gnus-find-new-newsgroups): Remove
310         gnus-check-first-time-used.
311
312         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
313
314 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
315
316         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
317         set on groups that don't have \* permanentflags.
318
319 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
322         control the background color.
323         (shr-tag-img): Ignore very small web bug type images.
324         (shr-put-image): Add help-echo alt texts to the images.
325         (shr-tag-video): Show the video poster image.
326
327 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * shr.el (shr-table-depth): New variable.
330         (shr-tag-table-1): Only insert the images after the top-level table.
331
332         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
333
334         * gnus-util.el (gnus-list-memq-of-list): New function.
335
336         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
337         selected.
338         (nnimap-unsplittable-articles): New slot.
339         (nnimap-new-articles): Use it.
340
341 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
342
343         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
344         move to the previous line on `M-g'.
345
346 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
349         *-request-group, which seems unnecessary.
350
351         * nnimap.el (nnimap-quote-specials): Function copied over from
352         imap.el.
353         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
354         they support that.  Suggested by Tom Regner.
355
356 2010-10-29  Julien Danjou  <julien@danjou.info>
357
358         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
359         defalias.
360         (gnus-summary-delete-marked-with): Remove obsolete defalias.
361
362         * gnus.el: Remove `gnus-nntp-service' variable.
363         (gnus-secondary-servers): Make obsolete.
364         (gnus-nntp-server): Make obsolete.
365
366         * gnus-start.el (gnus-1): Remove x-splash calls.
367
368         * gnus-ems.el (gnus-x-splash): Remove.
369
370         * gnus.el (gnus-group-startup-message): Simplify/update code.
371
372         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
373         definition.
374
375         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
376         capability before doing anything.
377         (gnus-group-insert-group-line): Remove useless
378         gnus-group-remove-excess-properties.
379
380 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
383
384 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
387         config after reselecting.
388
389 2010-10-28  Julien Danjou  <julien@danjou.info>
390
391         * shr.el (shr-put-image): Use point even if only inserting text.
392         (shr-put-image): Save excursion when inserting alt text on non-graphic
393         display, so the behaviour is the same when we are on a graphic display.
394
395         * nnir.el (nnir-run-swish-e): Remove hyrex support.
396
397 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
400         (gnus-mime-copy-part): Check coding system, not charset.
401         (gnus-mime-view-part-externally): Never remove part.
402         (gnus-mime-view-part-internally): Don't remove part here.
403         (gnus-article-part-wrapper): Make sure MIME tag is visible.
404         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
405         multipart/alternative.
406
407         * mm-decode.el (mm-display-part): Take optional arg `force'.
408
409 2010-10-26  Julien Danjou  <julien@danjou.info>
410
411         * gnus-group.el (gnus-group-default-list-level): Add this function to
412         compute the default list level.
413         (gnus-group-default-list-level): Add possibility to use a function.
414
415 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
418
419         * gnus-group.el (gnus-group-completing-read)
420         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
421         gnus-replace-in-string.
422
423 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * shr.el (shr-tag-div): Added.
426
427         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
428
429 2010-10-25  Julien Danjou  <julien@danjou.info>
430
431         * gnus-util.el: Remove `gnus-with-local-quit'.
432
433         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
434
435 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
438         the original article buffer.
439
440 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * nnimap.el (nnimap-request-head): New function.
443         (nnimap-request-move-article): Try to be slighly faster by not
444         requesting the entire message when moving.
445         (nnimap-transform-headers): Don't bug out on bodiless articles.
446         (nnimap-send-command): Have no outstanding messages if the IMAP server
447         doesn't support streaming.
448         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
449
450 2010-10-24  Julien Danjou  <julien@danjou.info>
451
452         * message.el (message-default-headers): Fix type.
453
454 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
457         prefetching images.
458
459         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
460         backend for unknown groups.  This is mainly useful for nnimap groups.
461
462         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
463         group isn't covered by the agent.
464
465 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
466
467         * nnir.el (nnir-method-default-engines): new variable.
468         (nnir-run-query): use it.
469         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
470         (gnus-summary-nnir-goto-thread): change group if needed.
471
472         * gnus-group.el (gnus-group-group-map): add key binding for
473         gnus-group-make-nnir-group.
474
475 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-tag-object): Added.
478
479         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
480         original article buffer live.
481         (gnus-summary-select-article-buffer): Mention
482         gnus-widen-article-buffer.
483
484 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * shr.el (shr-tag-strong): Added.
487
488 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
491         group names.  They mess up the group buffer badly.
492
493         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
494
495         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
496         instead of the summary one.
497
498 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * mml.el (mml-preview): Work properly when editing article.
501
502         * gnus-start.el (gnus-read-active-file-1): Don't add method to
503         gnus-have-read-active-file if it's already been in.
504
505 2010-10-22  Tom Tromey  <tromey@redhat.com>
506
507         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
508         gnus-group-completing-read.
509
510 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * message.el (message-mode-map): Don't bind M-; to comment region, to
513         allow the global comment-dwim to work.
514
515 2010-10-21  Julien Danjou  <julien@danjou.info>
516
517         * message.el (message-setup-1): Allow message-default-headers to be a
518         function.
519
520 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * shr.el (shr-tag-table): Simplify.
523
524 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
527         to avoid trying to snarf invalid stuff.
528
529         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
530
531         * gnus.el (gnus-message-archive-group): Quote value.
532         (gnus-message-archive-group): Mark as changed.
533
534         * shr.el (shr-add-font): Don't put the font properties on the newline
535         or the indentation.
536
537         * message.el (message-fix-before-sending): Change options when sending
538         non-printable characters.
539
540         * gnus.el (gnus-message-archive-method): Change the default to
541         monthly outgoing groups.
542
543         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
544         that have gotten new numbers.
545
546         * nnimap.el (nnimap-request-replace-article): New function.
547
548 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
551         (nnrss-request-article): Don't use special html washing code.
552
553 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * shr.el (shr-tag-table): Remove useless nconc.
556
557 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-art.el (article-wash-html): Simplify and remove the charset
560         stuff.  Use the normal html rendering code instead of the special html
561         washing code.
562
563         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
564         `gnus-w3m' symbols.
565         (mm-text-html-washer-alist): Removed.
566
567         * mm-decode.el (mm-inline-text-html-renderer): Removed.
568         (mm-inline-media-tests): Removed use.
569         (mm-text-html-renderer): Change default to the `shr' symbol.
570
571         * mm-view.el (mm-inline-text-html): Removed use.
572
573         * gnus-art.el (gnus-blocked-images): New function.  Allow the
574         `gnus-blocked-images' to be a function.
575         (gnus-article-wash-function): Removed.
576
577 2010-10-20  Julien Danjou  <julien@danjou.info>
578
579         * spam.el (spam-list-of-processors): Mark as obsolete.
580
581         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
582         (nnimap-insert-partial-structure): Fix boundary detection.
583
584 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
585
586         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
587         run file-truename on remote files.  This can be expensive and even
588         prevent one from editing drafts if some unrelated buffer has a stale
589         connection.
590
591 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
594         kinsoku-eol regardless of shr-kinsoku-shorten.
595         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
596         (shr-tag-table): Support caption, thead, and tfoot.
597
598 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
601         lines.
602         (shr-save-contents): New command and keystroke.
603
604         * nndoc.el (nndoc-type-alist): Add git support.
605         (nndoc-git-type-p): New function.
606         (nndoc-transform-git-article): Ditto.
607         (nndoc-transform-git-headers): Ditto.
608         (nndoc-transform-git-headers): Generate Subject headers.
609
610         * shr.el (shr-parse-style): New function.
611         (shr-tag-span): Ditto.
612
613         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
614         to `G G' to avoid collisions.
615
616 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * shr.el: Load kinsoku if necessary.
619         (shr-kinsoku-shorten): New internal variable.
620         (shr-find-fill-point): Make kinsoku shorten text line if
621         shr-kinsoku-shorten is bound to non-nil.
622         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
623         shr-indentation too when testing if table is wider than frame width.
624         (shr-insert-table): Use `string-width' instead of `length' to measure
625         text width.
626         (shr-insert-table-ruler): Make sure indentation is done at bol.
627
628 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
629
630         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
631         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
632         undecoded network data.
633
634 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
637         name in the mode line spec so that the mode line menu works
638         (bug #2431).
639
640         * message.el (message-get-reply-headers): If we're fed `to-address',
641         then always use that.
642
643         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
644         aren't so wide as to need to switch off the edit menu.
645
646         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
647         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
648
649         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
650         `M-g'.
651         (nnimap-update-info): Update flags/read marks even if \* isn't part of
652         the permanent marks.
653
654 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
655
656         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
657         Splitting according to references/in-reply-to obeys the ignore-groups
658         variable, while splitting by sender and subject do not.
659
660 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
663         alist, so that we can look for non-Unicode chars.
664         (article-translate-strings): Allow both character and string maps.
665
666 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * shr.el (shr-insert): Don't insert space behind a wide character
669         categorized as kinsoku-bol, or between characters both categorized as
670         nospace.
671
672 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
673
674         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
675         headers to gnus-newsgroup-headers.
676
677 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * shr.el (shr-tag-img): Don't align images -- since we're not
680         rescaling, this often leads to ugly displays.
681
682 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
683
684         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
685         duplicates.
686
687 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
688
689         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
690         call.
691
692 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus.el: Autoload gnus-html-show-images.
695
696         * nnimap.el: Use nnheader-message throughout.
697
698         * shr.el (shr-tag-img): Ignore images with no data.
699
700 2010-10-15  Julien Danjou  <julien@danjou.info>
701
702         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
703         a possibility to disable format=flow encoding when using hard newlines.
704
705 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * shr.el (shr-insert): Remove space inserted before or after a
708         breakable character or at the beginning or the end of a line.
709         (shr-find-fill-point): Do kinsoku; find the second best point or give
710         it up if there's no breakable point.
711
712 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * nnimap.el (nnimap-open-connection): Message when opening connection
715         for debugging purposes.
716
717         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
718         on every setup buffer call to allow this to change from article to
719         article.
720
721         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
722         buffers where we have a wide table.
723
724 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
725
726         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
727         uses *-request-thread.
728
729 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * nnimap.el (nnimap-open-connection): Remove %s from openssl
732         incantation, which is no longer valid.
733
734 2010-10-14  Julien Danjou  <julien@danjou.info>
735
736         * shr.el: Fix defcustom type (char -> character).
737
738 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * nnimap.el (nnimap-open-connection): tls-program should be a list of
741         programs.
742
743 2010-10-14  Julien Danjou  <julien@danjou.info>
744
745         * shr.el (shr-tag-a): Use url-link as widget type.
746
747         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
748         `gnus-group-get-icon'.
749
750 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
753         This should make server editing work better.
754
755         * shr.el (shr-find-fill-point): Don't inloop on indented text.
756
757         * tls.el (tls-program): Remove spurious %s from openssl.
758
759         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
760         (nnimap-parse-flags): Fix regexp.
761
762         * shr.el (shr-find-fill-point): Use a filling algorithm that should
763         probably work for CJVK text, too.
764
765         * nnimap.el (nnimap-extend-tls-programs): Removed.
766         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
767
768         * tls.el (tls-starttls-switches): Remove starttls hack.
769         (open-tls-stream): Ditto.
770         (tls-find-starttls-argument): Ditto.
771
772 2010-10-13  Julien Danjou  <julien@danjou.info>
773
774         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
775         responses.
776
777 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
780
781         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
782         anything in Emacs.
783
784         * shr.el (shr-current-column): Remove buggy and unnecessary function.
785
786 2010-10-13  Julien Danjou  <julien@danjou.info>
787
788         * shr.el (shr-width): Make shr-width a defcustom with default to
789         fill-column.
790         (shr-tag-img): Use shr-width rather than fill-column.
791
792 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * dgnushack.el (byte-optimize-apply)
795         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
796
797         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
798         position when (X-)Faces exist.
799         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
800         avatars when called interactively.
801
802 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
805         gnus-article-x-face-too-ugly is bound.
806
807 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
810
811         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
812         mailbox that doesn't exist.
813
814 2010-10-12  Julien Danjou  <julien@danjou.info>
815
816         * shr.el (shr-tag-img): Encode URL properly when retrieving.
817         (shr-get-image-data): Encode URL properly when fetching from cache.
818         (shr-tag-img): Use aligned-to spaces to align correctly images.
819
820         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
821         before inserting the Gravatar.
822
823         * shr.el (shr-tag-img): Add align attribute support for <img>.
824
825 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-gravatar.el (gnus-art): Required.
828
829         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
830         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
831         Remove long obsoleted functions.
832
833 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
836
837         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
838
839         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
840         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
841         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
842         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
843         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
844         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
845         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
846
847 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * nnimap.el (nnimap-request-rename-group): Select group read-only
850         before renaming it.
851
852         * shr.el (shr-insert): Fix up the white space only regexp.
853
854         * nnimap.el (nnimap-transform-split-mail): Not all articles have
855         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
856
857         * shr.el (shr-current-column): New function.
858         (shr-find-fill-point): New function.
859
860 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
861
862         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
863         numbers.
864
865 2010-10-11  Julien Danjou  <julien@danjou.info>
866
867         * shr.el (shr-hr-line): Add.
868         (shr-tag-hr): Use shr-hr-line to specify which character to use to
869         display hr lines.
870         (shr-max-columns): Do not change state to nil if we just inserting
871         spaces.
872
873 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-topic.el (gnus-topic-read-group): If after the last group,
876         select the last group.
877
878 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
881
882 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
883
884         * dig.el (dig-mode-map): Declare and define in one step.
885
886 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
889         for Gnus.
890         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
891         (nnimap-update-qresync-info): Mark \Seen articles as read.
892
893         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
894         non-variable, too.
895
896         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
897         available.
898         (nnimap-update-info): Rely more on the current active than the param
899         active to avoid marking articles as read too much.
900
901         * auth-source.el (auth-source-create): Use (user-login-name) for the
902         user name default.
903
904         * nnimap.el (nnimap-update-info): If the server doesn't return any
905         useful info, just use the previous info.
906         (nnimap-update-info): Prefer old info over start-article.
907         (nnimap-update-qresync-info): Finish implementing QRESYNC.
908
909 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
910
911         * nnir.el (autoload): Clean up autoloads.
912         (nnir-imap-default-search-key): Renamed from
913         nnir-imap-search-field. Use key rather than value.
914         (nnir-imap-search-other): New variable.
915         (nnir-read-parm): Use it.
916         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
917         (gnus-summary-nnir-goto-thread): Modify to work with imap.
918
919 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
920
921         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
922         the process, too.
923
924 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
927         Allbery.
928
929         * shr.el: Rework the way things are indented by <li> slightly.
930
931         * gnus.el (gnus-group-set-parameter): Fix typo.
932
933         * nnimap.el: Start implementing QRESYNC support.
934
935 2010-10-09  Julien Danjou  <julien@danjou.info>
936
937         * nnir.el (nnir-engines): Fix too many arguments.
938
939 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
942         group is the "last", so that the backends like nnfolder actually save
943         their folders.
944
945         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
946         try to use that for the tls stream.
947         (nnimap-retrieve-group-data-early): Rework the marks code to heed
948         UIDVALIDITY and find out which groups are read-only and not.
949         (nnimap-get-flags): Use the same marks parsing code as the rest of
950         nnimap.
951
952 2010-10-09  Julien Danjou  <julien@danjou.info>
953
954         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
955
956         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
957         retrieving gravatars.
958
959         * shr.el (shr-table-corner): Add.
960         (shr-table-line): Add.
961         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
962
963 2010-10-08  Julien Danjou  <julien@danjou.info>
964
965         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
966
967 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
968
969         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
970
971         * gnus-sum.el (gnus-mark-article-as-unread)
972         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
973         (gnus-summary-set-bookmark): Use it.
974
975         * gnus-msg.el (gnus-setup-message): Use it.
976
977         * gnus-demon.el (gnus-demon-remove-handler): Use it.
978
979         * gnus.el (gnus-group-remove-parameter): Use it.
980
981         * gnus-group.el (gnus-group-make-web-group): Use it.
982
983         * gnus-demon.el (gnus-demon-remove-handler): Use it.
984
985         * nnregistry.el: Update docs to mention manual.
986
987         * gnus-registry.el: Update docs to mention nnregistry.el.
988         (gnus-registry-initialize): Don't install nnregistry refer method
989         automatically.
990         (gnus-registry-install-nnregistry): Remove it.
991
992 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * shr.el (shr-insert): Don't insert double spaces.
995
996 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-gravatar.el (gnus-treat-from-gravatar)
999         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1000         called interactively.
1001
1002         * gnus-art.el (gnus-mime-view-part-externally)
1003         (gnus-mime-view-part-internally): Make predicate function passed to
1004         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1005         of a mime type.
1006
1007         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1008
1009 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * shr.el (require): Require cl when compiling.
1012         (shr-tag-hr): New function.
1013
1014         * nnimap.el (nnimap-update-info): Remove double setting of high.
1015         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1016         makes nnimap work properly on Courier again.
1017
1018         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1019         the variable for backwards compatability.
1020
1021         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1022         the file name before using to avoid setting mm-default-directory to
1023         nil.
1024
1025         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1026         bidning gnus-agent variables.
1027
1028         * shr.el (shr-render-td): Use a cache for the table rendering function
1029         to avoid getting an exponential rendering behaviour in nested tables.
1030         (shr-insert): Rework the line-breaking algorithm.
1031         (shr-insert): Don't leave trailing spaces.
1032         (shr-insert-table): Also insert empty TDs.
1033         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1034
1035 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1036
1037         * gnus-sum.el (gnus-number): Rename from `number'.
1038         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1039         (gnus-summary-limit-children): Update uses correspondingly.
1040
1041 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1044         (gnus-gravatar-transform-address): Don't show avatars of people of
1045         which mail addresses match gnus-gravatar-too-ugly.
1046
1047 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * shr.el (shr-table-widths): Expand TD elements to fill available
1050         space.
1051
1052 2010-10-07  Julien Danjou  <julien@danjou.info>
1053
1054         * nnimap.el (nnimap-request-rename-group): Add this method.
1055
1056 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1059         name from XEmacs' function-arglist.
1060
1061         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1062         gravatar under XEmacs.
1063
1064 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * auth-source.el: Update docs with TODO items.
1067
1068         * gnus-sync.el: Update docs to explain state and plans.
1069
1070         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1071         Hooks for mark updates.
1072         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1073
1074         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1075         hooks with arguments, which is needed for mark update hooks.
1076
1077 2010-10-06  Julien Danjou  <julien@danjou.info>
1078
1079         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1080         was matched.
1081
1082         * sieve-manage.el: Update example in `Commentary'.
1083
1084         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1085
1086         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1087         not 2000.
1088         (sieve-manage-authenticate): Re-add function.
1089
1090 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * shr.el (shr-insert): Get 'space transition right.
1093         (shr-render-td): Only delete space at the end of the TD.
1094
1095         * nnimap.el (nnimap-open-connection): Prepare to support
1096         open-gnutls-stream.
1097
1098         * shr.el: Rearrange function order to be more logical.
1099
1100 2010-10-06  Julien Danjou  <julien@danjou.info>
1101
1102         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1103         (nnrss-discover-feed): Remove 404 URL in docstring.
1104
1105         * nnir.el: Fix Swish-E URL.
1106         Fix Namazu URL.
1107
1108         * message.el (message-change-subject): Remove 404 URL in a comment.
1109
1110 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1113         called interactively.
1114
1115         * gnus-util.el (gnus-remove-if): Allow hash table.
1116         (gnus-remove-if-not): New function.
1117
1118         * gnus-art.el (gnus-mime-view-part-as-type)
1119         * gnus-score.el (gnus-summary-score-effect)
1120         * gnus-sum.el (gnus-read-move-group-name):
1121         Replace remove-if-not with gnus-remove-if-not.
1122
1123         * gnus-group.el (gnus-group-completing-read):
1124         Regard collection as a hash table if it is not a list.
1125
1126 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1129
1130         * shr.el: Document the table-rendering algorithm.
1131
1132 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1135         for Emacsen having no `libxml-parse-html-region' support.
1136
1137 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1140         invalid URLs.
1141
1142         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1143         line-broken.
1144         (shr-tag-img): Ignore image fetching errors.
1145         (shr-overlays-in-region): Compute overlay positions correctly.
1146
1147         * mm-decode.el (mm-shr): Require shr.
1148
1149         * gnus-art.el (gnus-blocked-images): Move variable here.
1150
1151         * shr.el (shr-insert-table): Bind free variable.
1152
1153         * mm-decode.el (mm-shr): Bind shr-content-function.
1154
1155         * shr.el (shr-content-function): New variable.
1156
1157         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1158         added for symmetry.
1159
1160         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1161
1162         * gnus-group.el (gnus-group-make-group): Doc fix.
1163
1164         * nnimap.el (nnimap-request-newgroups): Return success.
1165
1166         * shr.el (shr-find-elements): New function.
1167         (shr-tag-table): Put all the images after the table.
1168         (shr-tag-table): Really inhibit images inside the table.
1169         (shr-collect-overlays): Copy over overlays from the TD elements to the
1170         main document.
1171
1172         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1173         gnus-blocked-images.
1174
1175 2010-10-05  Julien Danjou  <julien@danjou.info>
1176
1177         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1178
1179         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1180         (gnus-html-maximum-image-size): Add this function.
1181         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1182
1183         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1184         server-value of the capability is nil.
1185
1186 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * shr.el (shr-tag-em): Add <EM> tag.
1189
1190 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1191
1192         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1193         customizable.
1194
1195         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1196         handing broken links to browse-url.
1197
1198 2010-10-05  Julien Danjou  <julien@danjou.info>
1199
1200         * gnus-util.el (gnus-emacs-completing-read)
1201         (gnus-iswitchb-completing-read): Use autoload rather than require.
1202
1203 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1206         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1207         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1208         iswitchb-temp-buflist for XEmacs.
1209
1210         * gnus-util.el (gnus-completing-read-function): Exclude
1211         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1212         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1213         XEmacs.
1214
1215         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1216         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1217
1218         * gnus-html.el: Don't require help-fns under XEmacs.
1219         (gnus-html-schedule-image-fetching): Work for XEmacs.
1220
1221         * mm-decode.el (mm-shr): Decode contents by charset.
1222
1223 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1226         unknown.
1227
1228         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1229         (shr-get-image-data): Ensure against the cache file missing.
1230
1231         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1232         for data.
1233
1234         * spam-report.el (spam-report-url-ping-plain): Don't query about
1235         killing the process.
1236
1237         * shr.el (shr-render-td): Protect against too-wide text.
1238
1239 2010-10-04  Julien Danjou  <julien@danjou.info>
1240
1241         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1242         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1243
1244         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1245         retrieved.
1246
1247 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * shr.el (browse-url): Required.
1250         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1251         lines.
1252         (shr-show-alt-text, shr-browse-image): New commands.
1253         (shr-browse-url, shr-copy-url): New commands.
1254
1255         * gnus-sum.el (gnus-widen-article-window): New variable.
1256         (gnus-summary-select-article-buffer): Use it.
1257
1258         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1259         without @ signs.
1260
1261 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1262
1263         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1264
1265 2010-10-04  Julien Danjou  <julien@danjou.info>
1266
1267         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1268         for XEmacs.
1269
1270 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1273
1274         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1275         (nnimap-close-server): Implement.
1276
1277         * dgnushack.el (iswitchb): Require to shut up the compiler.
1278
1279         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1280         (shr-insert): Tweak line breaking.
1281         (shr-insert): Handle <pre> better.
1282         (shr-tag-li): Get <li> indentation right.
1283         (shr-tag-li): Get <li> indentation even righter.
1284         (shr-tag-blockquote): Ensure paragraph start.
1285         (shr-make-table): Tweak table generation.
1286         (shr-make-table): Fix typo.
1287
1288         * shr.el: Implement table rendering.
1289
1290 2010-10-04  Julien Danjou  <julien@danjou.info>
1291
1292         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1293
1294 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * shr.el (shr-insert): Use string anchors instead of line anchors.
1297
1298 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * shr.el: Add headings.
1301         (shr-ensure-paragraph): Actually work.
1302         (shr-tag-li): Make <ul> prettier.
1303         (shr-insert): Get white space at the beginning/end of elements right.
1304         (shr-tag-p): Collapse subsequent <p>s.
1305         (shr-ensure-paragraph): Don't insert double line feeds after blank
1306         lines.
1307         (shr-insert): \t is also space.
1308         (shr-tag-s): Fix "s" tag name function.
1309         (shr-tag-s): Fix face prop name.
1310
1311 2010-10-03  Julien Danjou  <julien@danjou.info>
1312
1313         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1314
1315         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1316         gnus-window-inside-pixel-edges.
1317
1318         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1319         gnus-ems.
1320
1321         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1322
1323         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1324         function.
1325
1326         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1327         resize choice.
1328
1329 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1332         beginning of the buffer.
1333
1334         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1335         article buffer again.
1336
1337         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1338         buffer.
1339
1340         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1341         when it's at the start of the buffer.
1342
1343         * shr.el (shr-tag-blockquote): Convert name.
1344         (shr-rescale-image): Use the right image-size variant.
1345
1346         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1347         buffer isn't shown, then select the current article first instead of
1348         bugging out.
1349         (gnus-summary-select-article-buffer): Show both the article and summary
1350         buffers again.
1351
1352         * shr.el (shr-fontize-cont): Protect against regions with no text.
1353         Rename tag functions to shr-tag-* for enhanced security.
1354         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1355
1356 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1357
1358         * shr.el (shr-insert):
1359         * pop3.el (pop3-movemail):
1360         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1361         loaded.
1362
1363 2010-10-03  Glenn Morris  <rgm@gnu.org>
1364
1365         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1366
1367         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1368
1369         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1370
1371         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1372
1373         * gnus-util.el (gnus-make-local-hook): Simplify.
1374
1375 2010-10-02  Julien Danjou  <julien@danjou.info>
1376
1377         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1378         (gnus-ido-completing-read): New function.
1379         (gnus-emacs-completing-read): New function.
1380         (gnus-completing-read): Use gnus-completing-read-function.
1381         Add gnus-completing-read-function.
1382
1383 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * shr.el (shr-insert-document): Autoload.
1386         (shr-img): Be silent.
1387         (shr-insert): Add a newline after every picture before text.
1388         (shr-add-font): Use overlays for combining faces.
1389         (shr-insert): Pass upwards the text start point.
1390
1391         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1392         possible.
1393         (mm-shr): New function.
1394
1395 2010-10-02  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1398         should go backward.
1399
1400 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1401
1402         * shr.el (shr): Fix typo in provide call.
1403
1404 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * shr.el: New file.
1407
1408         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1409
1410         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1411         completing read.
1412
1413 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1416         we're being queried about.  Suggested by Dan Jacobson.
1417
1418         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1419         by Jason Eisner.
1420
1421         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1422         table, too.  Suggested by Stefan Wiens.
1423         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1424         the table unnecessary.  Suggested by Stefan Wiens.
1425
1426         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1427         longer needed, and probably doesn't work either, as pointed out by
1428         Stefan Wiens.
1429         (gnus-summary-exit): Remove call to the clearing function.
1430         (gnus-summary-exit-no-update): Ditto.
1431
1432         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1433         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1434         Reported by Stefan Monnier.
1435         (gnus-summary-save-in-rmail): Ditto.
1436
1437         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1438         article buffer, instead of both the article buffer and the summary
1439         buffer.  Sort of suggested by Dan Jacobson.
1440
1441         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1442
1443         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1444         Suggested by Dan Jacobson.
1445
1446         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1447         documentation clearer.
1448
1449         * message.el (message-shorten-references): Comment on the number "21".
1450         Suggested by Stefan Monnier.
1451
1452         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1453         Suggested by Dan Jacobson.
1454
1455         * gnus.el (gnus-large-newsgroup): Mention
1456         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1457
1458         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1459         externalize attachments.  Bug reported by Steve Wen.
1460
1461         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1462         really message anything to the user.
1463
1464         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1465         directly.
1466
1467         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1468         messages in empty groups.
1469
1470 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1471
1472         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1473         non-UIDNEXT group.
1474
1475 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1478         not the value from the collection.
1479
1480         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1481         values.  This sometimes happens on some groups that have no info.
1482         (nnimap-request-newgroups): New function.
1483
1484 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1487         check into `gnus-registry-initialize'.
1488         (gnus-registry-initialize): Ditto.
1489         Fix and extend header docs.
1490
1491 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1494         regexp backtrace overflows.
1495
1496         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1497         for starttls that tls.el implements; i.e. openssl.
1498
1499         * tls.el (tls-starttls-switches): Give up on using starttls with
1500         gnutls-cli.
1501         (tls-program): Add --insecure to be consistent with the defaults from
1502         openssl s_client.  Now all three commands are insecure.
1503
1504 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * lpath.el: Bind completion-styles-alist for XEmacs.
1507
1508         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1509         (gravatar-create-image): New function that's an alias to
1510         gnus-xmas-create-image, gnus-create-image, or create-image.
1511         (gravatar-data->image): Use it.
1512
1513 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1516         install the nnregistry refer method.
1517         (gnus-registry-install-hooks): Use it.
1518         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1519         unfollowed groups.
1520
1521 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1522
1523         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1524         expanding threads.
1525
1526 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * nnir.el: Use the server names without suffixes (bug #7009).
1529
1530         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1531         unencrypted to STARTTLS, if possible.
1532
1533 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1534
1535         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1536         headers before superseding.
1537
1538 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * nnrss.el (nnrss-use-local): Add documentation.
1541
1542         * nnimap.el (nnimap-extend-tls-programs): New function.
1543         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1544         (nnimap-wait-for-connection): Accept the greeting from the stupid
1545         output from openssl s_client -starttls, too.
1546
1547         * tls.el (tls-starttls-switches): New variable.
1548         (tls-find-starttls-argument): Use it.
1549         (open-tls-stream): Ditto.
1550
1551         * netrc.el (netrc-credentials): Return the value of the "default"
1552         entry.
1553         (netrc-machine): Ditto.
1554
1555         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1556         article number.
1557         (nnimap-split-fancy): New variable.
1558         (nnimap-split-incoming-mail): Use it.
1559
1560         * nntp.el (nntp-server-list-active-group): Document.
1561
1562         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1563         SELECT to get the message-id.
1564
1565         * mail-source.el (mail-sources): Removed webmail support.
1566         (defvar): Ditto.
1567         (mail-source-fetcher-alist): Ditto.
1568         (mail-source-fetch-webmail): Removed.
1569
1570         * webmail.el: Removed -- doesn't seem relevant any more.
1571
1572         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1573
1574         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1575         the \r.
1576
1577 2010-09-30  Julien Danjou  <julien@danjou.info>
1578
1579         * gnus-agent.el (gnus-agent-add-group): Fix call to
1580         gnus-completing-read.
1581
1582 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * nndoc.el (nndoc-retrieve-groups): New function.
1585
1586         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1587         `default', use nnmail-split-methods.
1588         (nnimap-request-article): Downcase the NILs so that they are nil.
1589
1590         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1591         symbol.
1592
1593         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1594         code, since if the user has requested network, that's what they ought
1595         to get.
1596         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1597         (nnimap-split-rule): Mark as obsolete.
1598
1599         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1600         variable.
1601
1602         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1603         correct slot, too.
1604
1605 2010-09-29  Julien Danjou  <julien@danjou.info>
1606
1607         * gnus.el (gnus-local-domain): Declare variable obsolete.
1608
1609         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1610         computing.
1611         (gnus-ido-completing-read): Require ido.
1612
1613 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1616         build Gnus.
1617
1618         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1619         when interpreting the structures.
1620         (nnimap-request-accept-article): Add \r\n to the lines to make this
1621         work with Cyrus.
1622
1623         * nndraft.el (nndraft-request-expire-articles): Use the group name
1624         instead if "nndraft".  Fix found by Nils Ackermann.
1625
1626 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1627
1628         * nnregistry.el: Added.
1629
1630 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1631
1632         * nnmail.el (group, group-art-list, group-art):
1633         Remove unneeded directives.
1634
1635 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1638         (mm-mime-charset)
1639         * rfc2047.el (rfc2047-syntax-table)
1640         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1641
1642         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1643         rather than `insert-file-contents' and `eval-region'.
1644
1645         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1646         construction.
1647
1648         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1649
1650         * time-date.el: No need to require cl for Emacs 21.
1651
1652 2010-09-29  Julien Danjou  <julien@danjou.info>
1653
1654         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1655         replacement of `gnus-gravatar-relief' to mimic
1656         `gnus-faces-properties-alist'.
1657         Add :version property.
1658
1659 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * mail-source.el (mail-source-report-new-mail)
1662         * message.el (message-default-mail-headers)
1663         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1664
1665         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1666
1667 2010-09-28  Julien Danjou  <julien@danjou.info>
1668
1669         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1670         mail-address contains the same string as real-name.
1671
1672         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1673         non-blank in header, otherwise it'll get stripped.
1674
1675         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1676         real-name, and then for mail address rather than doing : or , search.
1677
1678 2010-09-27  Julien Danjou  <julien@danjou.info>
1679
1680         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1681         (gnus-server-goto-server): Use gnus-completing-read.
1682
1683         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1684
1685         * mm-util.el (defalias): Use gnus-completing-read.
1686         (mm-codepage-setup): Use gnus-completing-read.
1687
1688         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1689         (smime-decrypt-buffer): Use gnus-completing-read.
1690
1691         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1692
1693         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1694         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1695         (mml-insert-multipart): Use gnus-completing-read.
1696
1697         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1698
1699         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1700
1701         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1702
1703         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1704
1705         * gnus.el (gnus-read-method): Use gnus-completing-read.
1706
1707         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1708
1709         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1710         (gnus-mime-action-on-part): Use gnus-completing-read.
1711         (gnus-article-encrypt-body): Use gnus-completing-read.
1712
1713         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1714         (gnus-topic-move-matching): Use gnus-completing-read.
1715         (gnus-topic-copy-matching): Use gnus-completing-read.
1716         (gnus-topic-sort-topics): Use gnus-completing-read.
1717         (gnus-topic-move): Use gnus-completing-read.
1718
1719         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1720         (gnus-agent-add-group): Use gnus-completing-read.
1721
1722         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1723         gnus-completing-read.
1724         (nnmairix-update-groups): Use gnus-completing-read.
1725         (nnmairix-get-server): Use gnus-completing-read.
1726         (nnmairix-backend-to-server): Use gnus-completing-read.
1727         (nnmairix-goto-original-article): Use gnus-completing-read.
1728         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1729
1730         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1731
1732         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1733         (gnus-group-make-useful-group): Use gnus-completing-read.
1734         (gnus-group-make-web-group): Use gnus-completing-read.
1735         (gnus-group-add-to-virtual): Use gnus-completing-read.
1736         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1737
1738         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1739         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1740         (gnus-summary-execute-command): Use gnus-completing-read.
1741         (gnus-summary-respool-article): Use gnus-completing-read.
1742         (gnus-read-move-group-name): Use gnus-completing-read.
1743
1744         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1745         (gnus-summary-score-effect): Use gnus-completing-read.
1746
1747         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1748
1749         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1750         right completing-read function.
1751         (gnus-use-ido): New variable
1752         (gnus-completing-read-with-default): Remove.
1753
1754 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1757         x-focus-frame.
1758
1759         * nnimap.el (auth-source-forget-user-or-password)
1760         (auth-source-user-or-password): Autoload.
1761
1762         * message.el (message-from-style, message-interactive)
1763         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1764         (message-yank-prefix, message-indentation-spaces, message-signature)
1765         (message-signature-file): Add comment.
1766
1767 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1770         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1771         new articles.
1772
1773         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1774         parts.
1775         (nnimap-request-article): Work with the t setting, too.
1776
1777         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1778         that you don't get flashes of other buffers.
1779         (gnus-summary-show-complete-article): Intern before setting.
1780
1781 2010-09-27  David Engster  <dengste@eml.cc>
1782
1783         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1784         well as HEADERS.
1785         (nnmairix-retrieve-headers): Provide new argument for the above.
1786
1787 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-sum.el (gnus-summary-move-article): Don't alter
1790         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1791         group.
1792
1793         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1794
1795         * message.el (message-cite-prefix-regexp): Revert my last edit.
1796
1797         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1798         variable instead of the Gnus variable.
1799
1800         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1801
1802         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1803         again.
1804
1805         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1806         since some servers don't like it.
1807         (nnimap-open-connection): Forget credentials if the server says the
1808         password was wrong.
1809         (nnimap-parse-line): Protect against invalid data.
1810
1811         * gnus-sum.el (gnus-summary-move-article): Add comment.
1812         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1813         nothing alters it while scanning for new messages.
1814
1815         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1816         which may or may not help.
1817         (nnimap-open-connection): If we're doing a stream connection, and then
1818         discover we're on a STARTTLS-capable server, then open a STARTTLS
1819         connection instead.
1820
1821 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * nnimap.el (utf7): Required.
1824
1825         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1826         prefix.
1827
1828 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1829
1830         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1831
1832 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * nnimap.el (nnimap-request-accept-article): Message the error on
1835         error.
1836
1837 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1840
1841 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * nndoc.el (nndoc-request-list): Return success always.
1844
1845         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1846         `fetch-old' -- we only want to fetch the articles we've requested.  The
1847         rest are in the agent, probably.
1848         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1849         disappeared server" to something low.  It's not important.
1850
1851         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1852         arrived before the FETCH data.
1853
1854         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1855         target here, because we don't know the Gnus name of the group.
1856
1857         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1858         for the correct group.
1859
1860         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1861
1862         * gnus.el (gnus): Give a final warning after startup.
1863
1864         * gnus-util.el (gnus-action-message-log): New variable.
1865         (gnus-message): Use it.
1866         (gnus-final-warning): New function.
1867
1868         * nnimap.el (nnimap-open-connection): Record the greeting.
1869         (nnimap): Add greeting.
1870
1871 2010-09-26  Julien Danjou  <julien@danjou.info>
1872
1873         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1874         arguments.
1875         (gnus-html-wash-images): Fix spec computing to include start/end.
1876
1877         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1878
1879 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1882         deletion.
1883         (nnimap-retrieve-headers): Don't select the group, because that's
1884         already done by nnimap-possibly-change-group.
1885
1886         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1887         (gnus-picon-transform-address): Use it.
1888
1889         * mail-source.el (mail-source-value): Revert previous patch.
1890
1891         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1892         on failure.
1893         (nnimap-open-connection): Look up both virtual and physical server name
1894         credentials.
1895
1896         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1897
1898 2009-02-07  Dave Love  <fx@gnu.org>
1899
1900         * tls.el (open-tls-stream): Don't query killing process.
1901
1902 2009-02-08  Dave Love  <fx@gnu.org>
1903
1904         * gnus-win.el (gnus-window-to-buffer-helper,
1905         gnus-all-windows-visible-p): Function needn't be a symbol.
1906
1907         * mail-source.el (mail-source-value): Function needn't be a symbol.
1908
1909 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * message.el (message-cite-prefix-regexp): Remove } from the cite
1912         prefix.
1913
1914         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1915         highlight again, so that the highlight is correct.
1916
1917         * gnus-picon.el (gnus-picon): Remove again.
1918         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1919
1920         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1921         doing the header highlightling, so that the background colour of the
1922         picon is correct.
1923
1924         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1925         (gnus-picon): Ditto.
1926         (gnus-picon): Reinstate.  The background colour for picons is white.
1927         (gnus-picon-insert-glyph): Make the background white.
1928
1929         * nnml.el (nnml-open-nov): Don't return dead buffers.
1930
1931         * auth-source.el (auth-source-create): Query the user for whether to
1932         store the credentials.
1933
1934         * netrc.el (netrc-store-data): New function.
1935
1936         * auth-source.el (auth-source-user-or-password): Use the existing auth
1937         sources, if any, for creation.
1938
1939         * gnus.el (gnus-group-fast-parameter): Return the last matching
1940         parameter instead of the first matching parameter.
1941
1942 2010-09-26  Julien Danjou  <julien@danjou.info>
1943
1944         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1945
1946 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * mml2015.el (mml2015-use): Remove gpg support.
1949
1950         * mml1991.el (mml1991-function-alist): Remove gpg function.
1951         (mml1991-gpg-sign): Removed.
1952
1953 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1954
1955         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1956         (gnus-browse-unsubscribe-current-group): Document it.
1957         (gnus-browse-unsubscribe-group): Use it.
1958
1959 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1962         address to the To list for easier response.
1963
1964         * gnus.el (gnus-play-startup-jingle): Removed.
1965         (gnus-splash): Don't play jingle.
1966         (gnus): Silence gnus-load message.
1967
1968         * gnus-art.el (gnus-treat-play-sounds): Removed.
1969
1970         * gnus.el (gnus-play-jingle): Remove audio support.
1971
1972         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1973
1974         * earcon.el: Removed -- no users.
1975
1976         * gnus-audio.el: Removed -- no users of this package.
1977
1978         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1979
1980         * gnus-start.el (gnus-setup-news): Remove nocem support.
1981
1982         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1983
1984         * gnus.el (gnus-use-nocem): Removed.
1985
1986         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1987         Removed.
1988
1989         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1990         uses NoCeM any more.
1991
1992         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1993         (gnus-button-ctan-handler): Ditto.
1994         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1995         (gnus-button-ctan-directory-regexp): Ditto.
1996         (gnus-button-handle-ctan): Ditto.
1997         (gnus-button-tex-level): Ditto.
1998         (gnus-button-alist): Removed CTAN stuff.
1999
2000 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2003         nnimap-streaming test.
2004
2005         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2006         servers twice.
2007
2008         * nnimap.el (nnimap-open-connection): Add more error reporting when
2009         nnimap fails early.
2010
2011         * nnheader.el (nnheader-get-report-string): New function.
2012         (nnheader-get-report): Use it.
2013
2014         * gnus-int.el (gnus-check-server): Say what the error was when opening
2015         failed.
2016
2017         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2018         using streaming.
2019
2020 2010-09-25  Julien Danjou  <julien@danjou.info>
2021
2022         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2023         gnus-window-inside-pixel-edges.
2024
2025 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2028
2029         * mm-decode.el (mm-save-part): Allow saving to other directories the
2030         normal Emacs way.
2031
2032         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2033         by Jay Berkenbilt.
2034
2035         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2036         there isn't a single byte.
2037
2038         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2039         just do it.  It doesn't really seem to matter what the user responds
2040         here, I think, so it's just a confusing question.
2041
2042         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2043         non-streaming case.
2044
2045         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2046         (gnus-article-encrypt-body): Use it.
2047
2048         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2049         keystroke.
2050
2051         * nnimap.el (nnimap-find-wanted-parts-1): Use
2052         gnus-fetch-partial-articles.
2053
2054         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2055
2056         * nnimap.el (nnimap-insert-partial-structure): New function.
2057         (nnimap-get-partial-article): New function.
2058         (nnimap-request-article): Use it.
2059         (nnimap-wait-for-response): Return whether the wait was successful.
2060         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2061         retrieval wasn't successful.
2062         (nnimap-retrieve-group-data-early): Allow throttling servers.
2063         (nnimap-streaming): New variable.
2064         (nnimap-fetch-partial-articles): Removed.
2065
2066         * mm-decode.el (mm-with-part): Protect against killed buffers.
2067
2068         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2069         for prettier summary display.
2070
2071 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2072
2073         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2074         directly.
2075
2076 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2079         apparently third-party libraries depend on it.
2080
2081         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2082         before starting negotiation.
2083
2084         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2085         privacy reasons.
2086         (gnus-treat-mail-gravatar): Ditto.
2087
2088         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2089         buffer when inserting images.  Inserting text into the headers, for
2090         instance, can make them invalid.
2091
2092 2010-09-25  Julien Danjou  <julien@danjou.info>
2093
2094         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2095         variables.
2096
2097         * nnheader.el: Remove useless variables news-reply-yank-from and
2098         news-reply-yank-message-id.
2099
2100         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2101         variables.
2102
2103         * mml1991.el: Remove useless mml1991-verbose.
2104
2105         * gnus.el: Remove useless variable gnus-use-generic-from.
2106         Remove obsolete variable gnus-topic-indentation.
2107
2108         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2109
2110         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2111
2112         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2113
2114         * gnus-group.el: Remove useless gnus-group-icon-cache.
2115         Remove useless gnus-ephemeral-group-server.
2116
2117         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2118
2119         * mml2015.el: Remove useless mml2015-verbose.
2120
2121         * mml-smime.el: Remove useless mml-smime-verbose.
2122
2123         * gnus.el: Remove useless gnus-local-domain.
2124
2125         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2126         gnus-gravatar-size.
2127
2128         * gnus-art.el: Remove useless gnus-treat-translate.
2129
2130 2010-09-24  Julien Danjou  <julien@danjou.info>
2131
2132         * gnus-sum.el: Add support for Gravatars.
2133
2134         * gnus-art.el: Add support for Gravatars.
2135
2136         * gnus-gravatar.el: Add this file.
2137
2138         * gravatar.el: Add this file.
2139
2140 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2143
2144         * gnus-group.el (gnus-group-fetch-faq): Removed.
2145
2146         * gnus.el (gnus-group-faq-directory): Removed.
2147
2148         * gnus-group.el (gnus-group-fetch-charter): Removed.
2149
2150         * gnus.el (gnus-group-charter-alist): Removed.
2151
2152         * gnus-group.el (gnus-group-archive-directory): Removed.
2153         (gnus-group-recent-archive-directory): Ditto.
2154         (gnus-group-make-archive-group): Removed.
2155
2156         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2157
2158         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2159         use the same article number for all the cached articles.
2160
2161         * nnimap.el (nnimap-command): Register the last command time so
2162         that we can use it for idling NOOPs.
2163         (nnimap-open-connection): Start the keeplive timer.
2164         (nnimap-make-process-buffer): Store all the process buffers.
2165         (nnimap-keepalive): New function.
2166
2167         * starttls.el (starttls-open-stream): Add autoload cookie.
2168
2169 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2170
2171         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2172         handling.
2173
2174 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2177         its data structures.
2178
2179         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2180         instead of the cl.el copy-list.
2181         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2182         equalp.
2183
2184 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2187         and tool-bar-local-item-from-menu.
2188
2189         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2190         mode-line-highlight face for Emacs.
2191
2192         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2193         loading gnus-sum.elc; fix comment for canlock-verify.
2194         (gnus-article-jump-to-part): Use read-number.
2195         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2196         Emacs pre-21 compatible code for help-echo.
2197         (gnus-article-next-page-1): No need to adjust the number of lines.
2198         (gnus-article-describe-bindings): Always use help-buffer.
2199
2200         * gnus-audio.el (gnus-audio-inline-sound)
2201         * gnus-cus.el (gnus-custom-mode)
2202         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2203
2204         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2205
2206         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2207         compatible code.
2208
2209 2010-09-24  Glenn Morris  <rgm@gnu.org>
2210
2211         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2212         visiting the fcc file in rmail-mode.
2213
2214         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2215
2216 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * nnir.el: Silence the byte compiler.
2219
2220         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2221         alias to browse-url-url-encode-chars if any.
2222         (gnus-html-encode-url): Use it.
2223
2224 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-start.el (gnus-use-backend-marks): New variable.
2227         (gnus-get-unread-articles-in-group): Use it.
2228
2229         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2230         makeover.
2231
2232 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2233
2234         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2235
2236 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2239         Removed.
2240         (gnus-setup-news-hook): Removed
2241         gnus-fixup-nnimap-unread-after-getting-new-news.
2242
2243         * gnus-int.el (gnus-request-update-info): Protect against backends not
2244         having the function.
2245
2246         * nnimap.el (nnimap-stream): Mention starttls.
2247         (nnimap-open-connection): Add starttls support.
2248
2249 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2250
2251         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2252
2253 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2256         BODYSTRUCTUREs.
2257         (nnimap-transform-headers): Unfold quoted {42} headers.
2258
2259         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2260         the info.
2261         (gnus-get-unread-articles): Only call updatep on backends that support
2262         it.
2263
2264         * nnweb.el (nnweb-request-update-info): NOOP.
2265
2266         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2267
2268         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2269         since it only deals with marks.
2270
2271         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2272         gnus-request-marks, and make a new gnus-request-update-info.
2273
2274         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2275         the active instead of the high number, which is usually too low.
2276
2277 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2280         * encrypt.el: Removed.
2281
2282 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2285         server in symbolic form.
2286
2287         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2288         0.9.
2289
2290 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2293         (nnimap-update-info): Fix up code slightly.
2294
2295         * gnus-int.el (gnus-open-server): Add tracing for performance
2296         debugging.
2297
2298         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2299         (gnus-group-insert-group-line): Pass the real group name so that it
2300         gets the right data.
2301
2302         * gnus-start.el (gnus-get-unread-articles): Don't have
2303         `gnus-get-unread-articles-in-group' update info, since that can be
2304         really slow and doesn't seem to be needed?
2305
2306 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2307
2308         * time-date.el (date-to-time): Try using parse-time-string first before
2309         using the slower timezone-make-date-arpa-standard.
2310
2311 2010-09-22  Julien Danjou  <julien@danjou.info>
2312
2313         * gnus-group.el (gnus-group-insert-group-line): Call
2314         gnus-group-highlight-line.
2315         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2316         default hook list.
2317         (gnus-group-update-eval-form): Add new function.
2318         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2319         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2320
2321 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2324         immediate, then expire all articles.
2325         (nnimap-update-info): Fix off-by-one errors.
2326         (nnimap-flags-to-marks): Would return no marks lists for group with no
2327         flags.  Instead return the other data.
2328
2329 2010-09-22  Julien Danjou  <julien@danjou.info>
2330
2331         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2332         Only return an icon.
2333         (gnus-group-insert-group-line): Compute icon to return.
2334
2335         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2336         variable.
2337         (gnus-html-image-fetched): Only cache if
2338         gnus-html-image-automatic-caching is set.
2339         (gnus-html-image-fetched): Check for errors.
2340
2341 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2344         once per method on `g'.  This ensures that backends like nnfolder don't
2345         open all their folders.
2346
2347         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2348         (nnimap-request-list): Nix out group in the correct buffer.
2349         (nnimap-parse-flags): Implement by using `read' instead of
2350         hand-parsing.
2351         (nnimap-flags-to-marks): Pass on permanent-flags.
2352         (nnimap-make-process-buffer): Record the server name.
2353         (nnimap-parse-flags): Fix typo.
2354         (nnimap-request-scan): Run split on the server in general, not just a
2355         single group.
2356
2357         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2358         parameter, and propagate this downwards.
2359
2360         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2361         since EXAMINE changes it on the server.
2362
2363         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2364         this command might take a while.
2365
2366 2010-09-22  Julien Danjou  <julien@danjou.info>
2367
2368         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2369         harmful if you have 2 images side-by-side, they can't be properly
2370         update on text deletion.  Using text-property is safer here.
2371         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2372         data.
2373
2374 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * nnimap.el (nnimap-expunge-inbox): Removed.
2377         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2378         (nnimap-expunge): Flip default to t.
2379
2380         * gnus.el (gnus-method-to-server): Don't push things to the cache
2381         unless it's unique.
2382         (gnus-server-to-method): Ditto.
2383
2384 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2385
2386         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2387
2388 2010-09-22  Julien Danjou  <julien@danjou.info>
2389
2390         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2391         get the start of data.
2392         (gnus-html-encode-url): Add this function to encode special chars in
2393         URL.
2394         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2395         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2396
2397         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2398         default.
2399         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2400
2401         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2402         images alt-text.
2403         (gnus-html-put-image): Put alt-text as help-echo.
2404
2405 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2408         * mm-util.el (mm-decompress-buffer)
2409         * nnir.el (nnir-run-find-grep)
2410         * pop3.el (pop3-list): Use 3rd arg of split-string.
2411
2412         * time-date.el (format-seconds): Comment fix.
2413
2414         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2415         and byte-optimize-form-code-walker.
2416         (dgnushack-make-auto-load): Don't advise make-autoload.
2417
2418         * lpath.el: Remove Emacs 21 stuff.
2419
2420 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2423         outside the active range.  Suggested by Dan Christensen.
2424
2425         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2426         slightly later to avoid double-getting it.
2427
2428         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2429         previous patch.
2430
2431         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2432
2433 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2434
2435         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2436
2437 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-int.el (gnus-open-server): Give a better error message in the
2440         "go offline" case.
2441
2442         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2443         marks for nnimap, which is seldom the right thing to do.
2444
2445         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2446         (gnus-same-method-different-name): New function.
2447
2448         * nnimap.el (parse-time): Require.
2449
2450         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2451         method in the presence of many similar methods.
2452
2453         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2454
2455         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2456         nnml-inhibit-expiry.
2457
2458         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2459         find out whether methods are equal.
2460
2461         * nnimap.el (nnimap-find-expired-articles): New function.
2462         (nnimap-process-expiry-targets): New function.
2463         (nnimap-request-move-article): Request the article before looking at
2464         what the Message-ID is.  Fix found by Andrew Cohen.
2465         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2466
2467         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2468         for oldness in addition to being a predicate.
2469
2470         * nnimap.el (nnimap-request-group): When we have zero articles, return
2471         the right data to Gnus.
2472         (nnimap-request-expire-articles): Only delete articles immediately if
2473         the target is 'delete.
2474
2475         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2476         method, this would bug out.
2477
2478         * gnus-group.el (gnus-group-expunge-group): Renamed from
2479         gnus-group-nnimap-expunge, and implemented as a normal interface
2480         function.
2481
2482         * gnus-int.el (gnus-request-expunge-group): New function.
2483
2484         * nnimap.el (nnimap-request-create-group): Implement.
2485         (nnimap-request-expunge-group): New function.
2486
2487 2010-09-21  Julien Danjou  <julien@danjou.info>
2488
2489         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2490         (gnus-html-cache-expired): Add new function.
2491         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2492         wethever we should display image for fetch it.
2493         Compute alt-text earlier to pass it to the fetching function too.
2494         (gnus-html-schedule-image-fetching): Change function argument to only
2495         get one image at a time, not a list.
2496         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2497         cache.
2498         (gnus-html-get-image-data): New function to retrieve image data from
2499         cache.
2500         (gnus-html-put-image): Change buffer argument to use image data rather
2501         than file, and place image above region rather than inserting a new
2502         one. Do not take alt-text as argument, since it's useless now: we place
2503         the image above alt-text.
2504         (gnus-html-prune-cache): Remove.
2505         (gnus-html-show-images): Start to fetch image when we find one, do not
2506         push into a temporary list.
2507         (gnus-html-prefetch-images): Only fetch image if they have expired.
2508         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2509         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2510
2511 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2514
2515 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2518         spec inser "*" if the group isn't active instead of 0.
2519
2520         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2521         opening the server.
2522         (nnimap-request-delete-group): Implement group deletion.
2523         (nnimap-transform-headers): Return the size of the entire message in
2524         the Bytes header, not just the size of the first part.
2525         (nnimap-request-move-article): When moving an article from nnimap,
2526         request the article first so the accepting form has an article to
2527         accept.  Reported by Dan Christensen.
2528         (nnimap-command): Make sure that the error message doesn't error out.
2529
2530 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2531
2532         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2533         we haven't requested anything.
2534
2535 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2538         "".  Fix found by Andrew Cohen.
2539
2540         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2541         instead of -encode-string.
2542
2543 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2546
2547         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2548         by mm-subst-char-in-string.
2549
2550 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2553         waiting for the connection string.
2554
2555         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2556         arriving.
2557
2558         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2559         bogus characters.  This allows selecting certain Gmail groups.
2560
2561         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2562         (nnimap-fetch-partial-articles): New variable.
2563         (nnimap-open-connection): When looking for credentials, also use the
2564         nnimap-server-port.
2565         (nnimap-request-article): Return the group/article number, so that Gnus
2566         `^' works as expected.
2567         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2568         them.
2569
2570         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2571         comments.
2572         (gnus-methods-sloppily-equal): New function.
2573         (gnus): When using the development version of Gnus, load the gnus-load
2574         file.
2575
2576         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2577         `gnus-open-server' on each method before trying to scan them etc.  This
2578         ensures that all the backend parameters are set correctly.
2579
2580         * nnimap.el (nnimap-authenticator): New variable.
2581         (nnimap-open-connection): Allow anonymous login.
2582         (nnimap-transform-headers): The chars header is called Chars not
2583         Bytes.
2584         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2585         drops.
2586
2587         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2588         patch, found by Knut Anders Hatlen.
2589
2590 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2591
2592         * gnus-agent.el (gnus-agent-batch-confirmation)
2593         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2594         to gnus-message.
2595         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2596         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2597         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2598         * gnus-int.el (gnus-open-server): Likewise.
2599         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2600         (gnus-score-check-syntax): Likewise.
2601         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2602         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2603         Likewise.
2604         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2605
2606 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2609         calling conventions so that prefetch doesn't bug out.
2610
2611 2010-09-19  Julien Danjou  <julien@danjou.info>
2612
2613         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2614         rather than `subst-char-in-region' in order to be able to replace ASCII
2615         char by UTF-8 ones.
2616
2617         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2618         than curl.
2619         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2620         the right URL and ALT text on images.
2621         (gnus-html-wash-tags): Fix tag case.
2622         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2623         (gnus-article-html): Add -o display_ins_del=2 option.
2624         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2625
2626 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2629         the extra mail headers, which sometimes seem to happen for unknown
2630         reasons.
2631
2632         * mail-parse.el (mail-header-encode-parameter): Define as
2633         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2634         (or most, perhaps?) mail readers don't understand the latter, but do
2635         understand the former.
2636
2637         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2638         to nil, so that no methods are automatically agentized.  I think this
2639         is probably what most users want.
2640
2641         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2642         from url-retrieve, for instance about invalid URLs.
2643
2644         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2645         groups that have no articles.
2646         (nnimap-request-article): Check that we really got an article when we
2647         requested one.
2648
2649         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2650         doesn't exist.
2651
2652         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2653         nntp buffer so the agent can save it.
2654         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2655         that CRLF doesn't get translated to \n.
2656         (nnimap-open-connection): Don't make 'shell commands only send \n.
2657
2658 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2661         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2662         Update var name.
2663         (nnml-generate-nov-file): Use dolist.
2664         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2665         Use with-current-buffer.
2666
2667 2010-09-18  Julien Danjou  <julien@danjou.info>
2668
2669         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2670         parallel.
2671
2672 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2675         the range update right.
2676         (nnimap-request-group): Don't make `M-g' bug out on group with no
2677         marks.
2678         (nnoo): Required, so that other packages can require nnimap.
2679         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2680         command we're looking for.  This helps when the server sends more
2681         responses after we've gotten everything we expected.
2682         (nnimap): Add a `newlinep' field to keep track of end-of-line
2683         conventions.
2684         Don't send CRLF to things that don't want it.
2685         (nnimap-request-accept-article): Ditto.
2686
2687 2010-09-18  Julien Danjou  <julien@danjou.info>
2688
2689         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2690         than curl to retrieve images.
2691
2692 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2695         the marks.
2696         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2697         (nnimap-wait-for-connection): New function.
2698         (nnimap-open-connection): If we have PREAUTH, don't query for login
2699         credentials.
2700         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2701         when doing a partial update.
2702
2703 2010-09-18  Julien Danjou  <julien@danjou.info>
2704
2705         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2706         tags.
2707
2708 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnimap.el (nnimap-credentials): New function.
2711         (nnimap-open-connection): Use the new function to look for credentials
2712         also on the numeric equivalents of "imap" and "imaps".
2713
2714         * gnus-start.el (gnus-activate-group): Send the info to
2715         gnus-request-group.
2716
2717         * nnimap.el (nnimap-request-group): Have the "check" version of the
2718         function parse flags and update the info, so that a `M-g' get a total
2719         resync of all flags from the group.
2720
2721         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2722         to allow backends to alter the info on group selection.  Also alter all
2723         the backend -request-group functions to take the parameter.
2724
2725         * nnimap.el (nnimap-store-info): New function.
2726         (nnimap-update-info): Store the info for later usage.
2727         (nnimap-request-group): Use the stored info for the dont-check case, so
2728         that we don't retrieve all marks when we enter a group.
2729
2730         * nnimap.el: Use deffoo instead of defun for interface functions.
2731
2732         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2733         update the group info.  This makes the nndraft groups, for instance, go
2734         back to their old behaviour.
2735
2736         * gnus-sum.el (gnus-select-newsgroup): Indent.
2737
2738         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2739         in.
2740         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2741         nothing.
2742
2743         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2744         from methods that are denied.
2745
2746         * gnus-int.el (gnus-method-denied-p): New function.
2747
2748         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2749         store the password instead of netrc.
2750         (nnimap-open-connection): Don't error out when we can't make a
2751         connections.
2752
2753         * auth-source.el (auth-source-create): In the password prompt, say what
2754         we're querying for.  Also prompt for user name if that hasn't been
2755         given.
2756
2757         * nnimap.el (nnimap-with-process-buffer): Removed.
2758
2759 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2762         method when we're reading from the agent.
2763
2764         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2765
2766         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2767         that's probably most useful for users.
2768
2769         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2770         "failed" all the time.
2771
2772         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2773         ...)) with (with-current-buffer ... ).
2774
2775         * nntp.el (nntp-open-server): Return whether the open was successful or
2776         not.
2777
2778         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2779         select an unread unseen article first.
2780
2781         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2782         /etc/services, supply some sensible port defaults.
2783
2784         * dgnushack.el: Define netrc-credentials.
2785
2786 2010-09-17  Julien Danjou  <julien@danjou.info>
2787
2788         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2789
2790 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2791
2792         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2793         doesn't have any parameters.
2794
2795 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2798         only upcased checks.
2799
2800         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2801
2802         * nnimap.el (nnimap-open-shell-stream): New function.
2803         (nnimap-open-connection): Use it.
2804         (nnimap-transform-headers): Get the number of lines in each message.
2805         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2806         number of lines.
2807         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2808         problem.
2809
2810         * utf7.el (utf7-encode): Autoload.
2811
2812         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2813         to allow the mail splitting to not return a default group.  This is
2814         useful for nnimap, which will leave unmatched mail in the inbox.
2815
2816         * nnimap.el: Rewritten.
2817
2818         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2819         nnimap usage.
2820
2821         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2822         if the move is internal, so that nnimap can do fast internal moves.
2823
2824         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2825         data.
2826         (gnus-read-active-for-groups): Support finishing the early retrieval of
2827         data.
2828
2829         * gnus-range.el (gnus-range-nconcat): New function.
2830
2831         * gnus-int.el (gnus-finish-retrieve-group-infos)
2832         (gnus-retrieve-group-data-early): New functions.
2833
2834 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2835
2836         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2837         (nnrss-retrieve-groups):
2838         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2839         (pop3-quit): Use with-current-buffer.
2840
2841 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2844         instead of nnheader-accept-process-output.
2845
2846         * dgnushack.el (dgnushack-compile): Add comment.
2847
2848         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2849
2850         * gnus-html.el (gnus-html-schedule-image-fetching)
2851         (gnus-html-prefetch-images): Replace process-kill-without-query by
2852         gnus-set-process-query-on-exit-flag.
2853
2854 2010-09-16  Romain Francoise  <romain@orebokech.com>
2855
2856         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2857
2858 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2861         parameter to unintern is mandatory-ish in Emacs 24.
2862
2863         * gnus-html.el (gnus-html-schedule-image-fetching)
2864         (gnus-html-prefetch-images): Check for curl before using it.
2865
2866         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2867         depend on curl, which isn't essential.
2868
2869         * imap.el: Revert back to version
2870         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2871         seem problematic.
2872
2873 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2874
2875         * gnus-registry.el (gnus-registry-install-shortcuts):
2876         Explicitly pass `obarray' to `unintern' to avoid a warning.
2877
2878 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2881         change.
2882
2883         * nnrss.el (nnrss-request-list): Removed this function and related
2884         functions, including the moreover stuff.
2885
2886 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * nnrss.el (nnrss-retrieve-groups): New function.
2889
2890 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2891
2892         * .dir-locals.el: Add no-byte-compile cookie.
2893
2894 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * time-date.el (format-seconds): Comment fix.
2897
2898         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2899         for back end that doesn't support request-scan.
2900
2901 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2904         then do request scans from the backends.
2905
2906         * netrc.el (netrc-credentials): New conveniency function.
2907
2908         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2909         avoid running a hook per line, since this takes a lot of time,
2910         profiling shows.
2911         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2912         directly if gnus-visual-p is true.
2913
2914 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2917         groups; replace mapcar with dolist which is a bit faster; pass groups
2918         info to gnus-read-active-file-1.
2919         (gnus-read-active-file-1): Scan only specified groups if the new
2920         optional arg `infos' is given.
2921
2922 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2925
2926         * pop3.el (pop3-movemail): Removed.
2927         (pop3-streaming-movemail): Renamed to pop3-movemail.
2928
2929         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2930         don't restrict end-tag searches to the end of the line.
2931
2932 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2935         articles of every unchecked group to t, which means unknown since the
2936         server has never been opened.
2937
2938 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus-html.el (gnus-html-show-alt-text): New command.
2941         (gnus-html-browse-image): Ditto.
2942         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2943         to browse the image directly.
2944         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2945         better.
2946
2947         * gnus-async.el (gnus-async-article-callback): Call
2948         `gnus-html-prefetch-images' unconditionally.
2949
2950         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2951         before feeding URLs to curl.
2952
2953 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2956         internal images as deletable by `W D D'.
2957
2958         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2959         (gnus-async-article-callback): Fix typo.
2960
2961 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2964         current line to work around bugs in the output from w3m.
2965
2966         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2967         for groups that want that.
2968
2969         * nntp.el (nntp-wait-for-string): Supply a timeout for
2970         accept-process-output to ensure progress.
2971
2972         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2973         level to get unread articles from, then use that for foreign groups,
2974         too.
2975
2976         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2977         confuses the rest of the function.
2978
2979         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2980         for the methods that support -retrieve-groups, too.
2981
2982         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2983
2984 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2987         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2988
2989         * pop3.el: Require cl when compiling.
2990         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2991
2992 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2995         that aren't going to be activated.
2996         (gnus-get-unread-articles): Fix up the last commit.
2997
2998         * gnus-html.el (gnus-article-html): Allow calling without specifying
2999         the handle.  In that case, dissect the buffer first.
3000
3001         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3002
3003         * nnimap.el (nnimap-open-connection): Revert the change that would look
3004         into authinfo for imaps instead of imap.
3005
3006         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3007         say that you don't want to call gnus-request-group with don-check, but
3008         do check the reponse.  This is for virtual groups only.
3009         (gnus-get-unread-articles): Count the archive groups as secondary, so
3010         that they're activated the same way as before.
3011
3012         * imap.el (imap-message-map): Removed optional buffer parameter, since
3013         no callers use it.
3014         (imap-message-get): Ditto.
3015         (imap-message-put): Ditto.
3016         (imap-mailbox-map): Ditto.
3017         (imap-mailbox-put): Ditto.
3018         (imap-mailbox-get): Ditto.
3019         (imap-mailbox-get): Revert last change for this function.
3020
3021         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3022         case-insensitively.
3023         (nnimap-debug): Removed.
3024
3025         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3026         to use `imap-fetch' instead.  According to the comments, this should be
3027         safe, since all other IMAP clients use the 1:* syntax.
3028         (imap-enable-exchange-bug-workaround): Removed.
3029         (imap-debug): Removed -- doesn't seem very useful.
3030
3031         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3032         mail from a file, and the file doesn't exist.
3033
3034         * imap.el (imap-log): New convenience function used throughout instead
3035         of repeating the same code all over the place.
3036
3037         * pop3.el (pop3-streaming-movemail): Return t for success.
3038
3039         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3040         .authinfo if we're using ssl connection.
3041
3042         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3043         already have if we're in a main Gnus `g' run.
3044
3045         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3046
3047 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3050
3051         * nnmh.el (nnmh-request-list-1): Bind `file'.
3052
3053         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3054         alias to set-process-query-on-exit-flag or process-kill-without-query.
3055         (pop3-open-server): Use it.
3056
3057 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3060         box to the Incoming file.  Fixes mistake in previous checkin.
3061
3062         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3063         request loop (for debugging purposes) removed.
3064
3065         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3066         culprit is more visible.
3067         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3068         (nnml-add-incremental-nov): New functions to do "incremental" nov
3069         updates, where we just append to the end of the existing nov files
3070         without reading/writing them in full.
3071
3072         * mail-source.el (mail-source-delete-crash-box): Really only check the
3073         incoming files once in a while.
3074
3075         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3076
3077         * mail-source.el (mail-source-delete-crash-box): Only check the
3078         incoming files for deletion once per day to save a lot of file
3079         accesses.
3080
3081         * pop3.el (pop3-logon): Fix up unbound variable typo.
3082
3083         * mail-source.el (pop3-streaming-movemail): Autoload.
3084
3085         * pop3.el (pop3-streaming-movemail): Respect
3086         pop3-leave-mail-on-server.
3087
3088         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3089         retrieval.
3090
3091         * pop3.el (pop3-process-filter): Removed unused function.
3092         (pop3-streaming-movemail, pop3-send-streaming-command)
3093         (pop3-wait-for-messages, pop3-write-to-file)
3094         (pop3-number-of-responses): New functions for streaming pop3
3095         retrieval.
3096
3097         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3098         come from no known methods.
3099         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3100         list.
3101
3102         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3103         message sizes.
3104         (pop3-movemail): Use erase-buffer instead of looping and deleting
3105         regions, which seems rather odd.
3106
3107         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3108         file once per `g' run.
3109
3110         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3111         directories.  This makes the draft queue directory work.
3112
3113         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3114         data from the backends, so that we only request the list of groups from
3115         each method once.  This should speed things up considerably.
3116
3117         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3118         detect that it's not implemented.
3119
3120         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3121         we actually do recurse down into the tree, but don't stat all leaf
3122         nodes.
3123
3124         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3125         then say so instead of bugging out.
3126
3127         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3128         files exist before trying to read them.
3129
3130         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3131         around <pre_int>.
3132
3133         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3134
3135         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3136
3137 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * mm-util.el (mm-image-load-path): Just return the image directories,
3140         not all directories in the path in addition to the image directories.
3141         (mm-image-load-path): Maintain a cache of the image directories so that
3142         the `g' command in Gnus doesn't have to stat dozens of directories each
3143         time.
3144
3145         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3146         (gnus-html-wash-tags): Add a new `i' command to insert images.
3147         (gnus-html-insert-image): New command and keystroke.
3148         (gnus-html-redisplay-with-images): New command and keystroke.
3149         (gnus-html-show-images): Renamed command.
3150         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3151         spacers.
3152         (gnus-html-wash-tags): Decode entities at the end, so that entities
3153         inside the tags don't mess up the rest of the "parsing".
3154
3155         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3156         so that nnimap methods aren't agentized by default.  There's apparently
3157         many problems related to agent/imap behaviour.
3158
3159         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3160
3161         * gnus-html.el: Doc fix.
3162
3163 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3166         specifier-spec-list for Emacs 21.
3167
3168         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3169         glyph-width and glyph-height instead of display-graphic-p and
3170         image-size; make avoidance of displaying small images work for XEmacs.
3171
3172         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3173         for XEmacs.
3174
3175         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3176         of symbol that holds plist data.
3177         (gnus-process-plist): Remove plist of process after getting it.
3178
3179 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * message.el (message-generate-hashcash): Change default to
3182         'opportunistic if hashcash is installed.
3183
3184         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3185         (gnus-html-put-image): Only call image-size once, since it's somewhat
3186         time-consuming on remote X servers.
3187
3188 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3191         type on data, not a file name.
3192
3193         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3194         window-pixel-edges for Emacs 21.
3195
3196         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3197         decoded contents.
3198         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3199
3200 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3203         group line format, since it isn't very interesting.
3204
3205         * gnus-agent.el (gnus-agent-short-article),
3206         (gnus-agent-long-article): Increase values for these two variables,
3207         since most people are likely to have more network connection and
3208         storage than before.
3209
3210         * gnus.el (gnus-refer-article-method): Change default to 'current.
3211         When referring an article, the common behaviour is to refer it from the
3212         current select method, not the native select method.  The chances of
3213         the native select method having the message in question is rather slim
3214         these days.
3215
3216         * gnus-sum.el (gnus-auto-select-subject): Change default to
3217         `unseen-or-unread'.  I think it's likely that most people want to
3218         select an unseen article over a previously seen, but unread one.
3219
3220         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3221         means that in the article buffer none of the minor mode elements will
3222         be shown, usually, and this is not desirable in most cases.
3223
3224         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3225         that commands like `d' (and the like) go to the next line in the
3226         buffer, instead of the next unread article.  I think this is the
3227         behaviour that is most natural for most users.
3228         (gnus-single-article-buffer): Change default to nil, so that people can
3229         have as many article buffers open as they have summary buffer.  I think
3230         this is the most natural way for the groups to behave.
3231
3232         * message.el (message-generate-new-buffers): Change default to
3233         `unsent', so that all new message buffers start their names with the
3234         string "*unsent", and it's easier to find the buffers if you move from
3235         them.
3236
3237 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3240         small.  They're probably tracking images.
3241         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3242         (gnus-html-rescale-image): Yet another try at getting the image sizing
3243         right.
3244
3245         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3246         nntp-marks-file-name is nil.
3247
3248 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3249
3250         * gnus-html.el (gnus-html-wash-tags)
3251         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3252         Better logging.
3253
3254 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3257
3258         * gnus-html.el (gnus-html-wash-tags): Check the value of
3259         gnus-blocked-images in the summary buffer.
3260
3261 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3264
3265 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3268         like "a", it seems like.
3269         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3270         since it needs to be picked from the correct buffer.
3271
3272         * nnwfm.el: Removed.
3273
3274         * nnlistserv.el: Removed.
3275
3276 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3279         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3280
3281 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * nnkiboze.el: Removed.
3284
3285         * nndb.el: Removed.
3286
3287         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3288         alt text.
3289         (gnus-html-rescale-image): Try to get the rescaling logic right for
3290         images that are just wide and not tall.
3291
3292         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3293         overshadow variable bindings.
3294
3295 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * gnus-html.el (gnus-html-wash-tags)
3298         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3299         extra logging.
3300
3301 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3304         (gnus-max-image-proportion): New variable.
3305         (gnus-html-rescale-image): New function.
3306         (gnus-html-put-image): Rescale images.
3307
3308 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3309
3310         Fix up some byte-compiler warnings.
3311         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3312         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3313         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3314         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3315         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3316         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3317         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3318
3319 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-html.el (gnus-article-html): Decode contents by charset.
3322
3323 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3326         (gnus-html-frame-width, gnus-blocked-images)
3327         * message.el (message-prune-recipient-rules): Add custom version.
3328         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3329
3330         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3331         functions.
3332
3333         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3334         gnus-process-get.
3335
3336 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3337
3338         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3339         instead of lsub directly.
3340
3341 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * nnwarchive.el: Removed.
3344
3345         * gnus-soup.el: Removed.
3346
3347         * nnsoup.el: Removed.
3348
3349         * nnultimate.el: Removed.
3350
3351         * gnus-html.el (gnus-blocked-images): New variable.
3352
3353         * message.el (message-prune-recipients): New function.
3354         (message-prune-recipient-rules): New variable.
3355
3356         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3357         guess whether a long line is natural text or not.
3358
3359         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3360         gnus-process-plist and friends for compatibility.
3361
3362 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3363
3364         * gnus-html.el: Require packages that define macros used in this file.
3365         (gnus-article-mouse-face): Declare to silence byte-compiler.
3366         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3367         process-get.
3368         (gnus-html-put-image): Use plist-get to avoid getf.
3369         (gnus-html-prefetch-images): Use with-current-buffer.
3370
3371 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-ems.el: Provide compatibility functions for
3374         gnus-set-process-plist.
3375
3376         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3377         header-line-format for XEmacs 21.4.
3378
3379         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3380         * gnus.el (gnus-valid-select-methods)
3381         * message.el (message-send-mail-partially-limit)
3382         * mm-decode.el (mm-text-html-renderer)
3383         * mml.el (mml-insert-mime-headers-always)
3384         * smiley.el (smiley-regexp-alist): Bump custom version.
3385
3386 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-html.el: require mm-url.
3389         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3390         with the url to `url'.
3391         (gnus-html-wash-tags): Support cid: URLs/images.
3392
3393 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3396         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3397         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3398
3399         * gnus-move.el: Removed file, since it doesn't really work.
3400
3401         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3402         UTF-8.  This seems to fix problems with some German web feeds.
3403
3404         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3405         at the top so that the proper colours are applied.
3406
3407         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3408         don't have dots in their names.
3409
3410         * gnus-art.el (gnus-article-view-part): Doc fix.
3411
3412         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3413         XEmacs-compatible.
3414         (gnus-html-put-image): Don't do images on non-graphic displays.
3415
3416         * nnslashdot.el: Removed this unused backend.
3417
3418         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3419         actions.
3420         (gnus-undo-register-1): Revert last change.
3421
3422         * gnus-group.el (gnus-group-completing-read): Protect against not
3423         having completion-styles bound.
3424
3425         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3426         make broken recipients happier.
3427
3428         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3429
3430         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3431         point parameter.
3432
3433         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3434
3435         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3436         completion-styles for group selection.
3437
3438 2009-02-04  Andreas Schwab  <schwab@suse.de>
3439
3440         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3441         headers and regexp-quote the match if necessary.
3442
3443 2009-03-24  Miles Bader  <miles@gnu.org>
3444
3445         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3446         the blinking smiley.
3447
3448 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3449
3450         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3451         blink smiley.
3452
3453 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3456         where the dribbel file lives exists.
3457
3458         * message.el (message-send-mail-partially-limit): Change the default to
3459         nil, since most people don't want this.
3460
3461         * mm-url.el (mm-url-decode-entities): Also decode entities like
3462         &#x3212.
3463
3464 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3465
3466         * gnus-sum.el (gnus-summary-idna-message):
3467         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3468         Hyperlink urls in docstrings with URL `...'.
3469
3470 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3471
3472         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3473         functions.
3474
3475 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3478         say what the mouseover text should be.
3479
3480         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3481         version of the mm-w3m-safe-url-regexp variable to only download images
3482         in the groups where we want that to happen.
3483
3484         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3485
3486         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3487         easier debugging.
3488         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3489         big pictures in the article buffer.
3490
3491         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3492         gnus-article-html.
3493         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3494         w3m.
3495
3496         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3497
3498 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3501         which doesn't exist.
3502
3503         * message.el (message-inhibit-ecomplete): New variable to allow some
3504         function to inhibit ecomplete address storage.
3505         (message-resend): Disable ecomplete message storage when resending
3506         messages.
3507
3508         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3509
3510 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3513         Save excursion while copying, moving, and deleting articles in order to
3514         prevent the cursor from jumping to unforeseen place.
3515
3516 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * lpath.el: No need to bind bookmark-current-buffer,
3519         bookmark-yank-point and bookmark-make-record-function.
3520
3521 2010-08-17  Glenn Morris  <rgm@gnu.org>
3522
3523         * gnus-sync.el: Require gnus components whose functions are used.
3524
3525         * gnus-art.el (bookmark-make-record-function):
3526         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3527         Declare for compiler.
3528
3529         * mm-url.el (mml-compute-boundary): Autoload.
3530
3531 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3534
3535 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3536
3537         Typo fix "hoo4a" -> "hook".
3538
3539         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3540
3541 2010-08-14  Glenn Morris  <rgm@gnu.org>
3542
3543         * gnus-sync.el (gnus-sync): Fix defgroup version.
3544
3545 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3548
3549         * gnus-sync.el: Fix docs.
3550         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3551         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3552
3553 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         Optimizations for gnus-sync.el.
3556
3557         * gnus-sync.el: Add docs about gnus-sync-backend
3558         possibilities.
3559         (gnus-sync-save): Remove unnecessary message.
3560         (gnus-sync-read): Optimize and show what groups were skipped.
3561
3562 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3563
3564         Minor bug fixes for gnus-sync.el.
3565
3566         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3567         read the sync on get-new-news.
3568
3569         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3570         quiet.
3571
3572         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3573
3574 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3575
3576         Make saving and restoring of hidden threads work with overlays.
3577         Patch applied by Ted Zlatanov.
3578
3579         * gnus-sum.el (gnus-hidden-threads-configuration)
3580         (gnus-restore-hidden-threads-configuration): Update to deal with text
3581         properties, rather than searching for a magic character.
3582
3583 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         New gnus-sync.el library for synchronization of marks.
3586
3587         * gnus-sync.el: New library for synchronization of marks.
3588
3589         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3590         renamed from `gnus-registry-grep-in-list'.
3591
3592         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3593
3594         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3595
3596 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3599         determining charset of text fails.
3600
3601 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * nnmail.el (nnmail-get-new-mail-1): Revert.
3604
3605         * nnml.el (nnml-active-number): Make sure names of newly created groups
3606         in nnml-group-alist are encoded.
3607
3608 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3611         containing non-ASCII characters in active file for nnml back end.
3612
3613 2010-07-24  David Engster  <dengste@eml.cc>
3614
3615         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3616         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3617
3618 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3619
3620         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3621         tag (Bug#6654).
3622
3623 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3626         the article buffer, not the summary buffer.
3627
3628 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3631         Emacs 23 as well.
3632
3633 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3636         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3637
3638 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3639
3640         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3641         Patch applied by Karl Fogel.
3642
3643         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3644         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3645
3646 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3647
3648         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3649         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3650         C-w still not working correctly from Article buffers; Thierry's
3651         patch to fix that will be applied after this.
3652
3653         * gnus-art.el (bookmark-make-record-function): New local variable.
3654
3655         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3656         article buffer.
3657         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3658
3659 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3660
3661         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3662         on changes in bookmark.el.
3663
3664 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3667         `no-log' instead of message not to log prompt string.
3668
3669 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3670
3671         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3672         the *other* type of HTML form submission.
3673
3674 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3675
3676         * auth-source.el (auth-source-pick): If choice does not contain a
3677         questioned keyword, set the check to t.
3678
3679 2010-06-12  Romain Francoise  <romain@orebokech.com>
3680
3681         * gnus-util.el (gnus-date-get-time): Move up before first use.
3682
3683 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3686         (gnus-article-edit-part): Bind it to make last part that is substituted
3687         or deleted visible.
3688         (gnus-mime-display-single): Buttonize part of which id equals to
3689         gnus-mime-buttonized-part-id.
3690
3691 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3692
3693         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3694         (gnus-dd-mmm): Use gnus-date-get-time.
3695         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3696         simplify logic.
3697         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3698         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3699
3700 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3701
3702         * auth-source.el (top): Autoload `secrets-list-collections',
3703         `secrets-create-item', `secrets-delete-item'.
3704         (auth-sources): Fix tag string.
3705         (auth-get-source, auth-source-retrieve, auth-source-create)
3706         (auth-source-delete): New defuns.
3707         (auth-source-pick): Rewrite in order to avoid 2 passes.
3708         (auth-source-forget-user-or-password): New parameter USERNAME.
3709         (auth-source-user-or-password): New parameters CREATE-MISSING and
3710         DELETE-EXISTING.  Retrieve password interactively, if needed.
3711
3712 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3713
3714         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3715         deleting unused directories when gnus-expert-user is t.
3716
3717 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3720         for each temp file when gnus-article-browse-delete-temp is ask.
3721
3722 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3723
3724         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3725         Lisp calls to delete-backward-char by calls to delete-char.
3726
3727 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3728
3729         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3730
3731 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3732
3733         * password-cache.el (password-cache-remove): Fix docstring.
3734
3735 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3738         article unless decoding article to be saved.
3739
3740 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3743         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3744         generated within the mm-with-unibyte-current-buffer macro.
3745
3746 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3749         to nil when we're in a mml-preview buffer and no group is selected.
3750
3751 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3752
3753         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3754         when catching the `C-g'.  Reported by "Leo".
3755
3756 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * message.el (message-forward-make-body-plain)
3759         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3760         multibyte-string-p.
3761
3762         * lpath.el: Revert.
3763
3764 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * message.el (message-forward-make-body-mml): Assume original message
3767         is multibyte string; error on unibyte.
3768         (message-forward-make-body-plain): Ditto; don't add excessive newline
3769         in body end.
3770
3771         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3772
3773 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3774
3775         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3776         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3777
3778 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * mm-extern.el (mm-extern-url): Don't use
3781         mm-with-unibyte-current-buffer.
3782         (mm-extern-cache-contents): Use with-current-buffer instead of
3783         save-excursion + set-buffer.
3784
3785 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * mm-util.el (mm-emacs-mule): Remove.
3788
3789 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3790
3791         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3792         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3793         change.
3794
3795 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3798         bind the default value of enable-multibyte-characters to nil.
3799
3800 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * message.el (message-forward-make-body-plain)
3803         (message-forward-make-body-mml):
3804         Don't use mm-with-unibyte-current-buffer.
3805
3806 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3807
3808         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3809
3810 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3811
3812         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3813         (Bug#5592).
3814
3815 2010-05-07  Julien Danjou  <julien@danjou.info>
3816
3817         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3818         it to mm-pipe-part.
3819
3820         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3821         it is given.
3822
3823 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * binhex.el (binhex-decode-region-internal)
3826         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3827         (dns-query)
3828         * nnweb.el (nnweb-gmane-search)
3829         * pgg-parse.el (pgg-parse-armor)
3830         * pgg.el (pgg-verify-region)
3831         * sha1.el (sha1-string-external)
3832         * uudecode.el (uudecode-decode-region-internal)
3833         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3834         XEmacs.
3835
3836         * gnus-art.el (gnus-article-browse-html-parts)
3837         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3838         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3839         make-temp-file.
3840
3841         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3842         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3843         compiling.
3844
3845         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3846         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3847         XEmacs when compiling.
3848
3849         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3850         gnus-pick-mode-off-hook for XEmacs when compiling.
3851         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3852         gnus-binary-mode-off-hook for XEmacs when compiling.
3853
3854         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3855         nil if char-charset is not available.
3856
3857         * imap.el (imap-disable-multibyte)
3858         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3859         macros.
3860
3861         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3862         instead of encode-coding-string.
3863
3864         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3865         'xemacs) instead of mm-emacs-mule to switch function definitions.
3866         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3867
3868         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3869         bind temporary-file-directory for XEmacs;
3870         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3871         timer-set-function for XEmacs 21.4 and SXEmacs;
3872         bind timer-list for XEmacs 21.4 and SXEmacs;
3873         fbind char-charset and find-charset-region for non-Mule XEmacs;
3874         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3875         encode-coding-region and encode-coding-string for XEmacs having no
3876         file-coding feature.
3877
3878 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3879
3880         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3881
3882 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3885         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3886
3887 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3888
3889         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3890         alias `jka-compr-delete-temp-file' no longer exists.
3891
3892 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3893
3894         Use define-minor-mode in Gnus where applicable.
3895         * mml.el (mml-mode): Use define-minor-mode.
3896         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3897         (gnus-undo-mode): Use define-minor-mode.
3898         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3899         (gnus-dead-summary-mode): Use define-minor-mode.
3900         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3901         Initialize in declaration.
3902         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3903         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3904         (gnus-mailing-list-mode): Use define-minor-mode.
3905         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3906         (gnus-draft-mode): Use define-minor-mode.
3907         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3908         (gnus-dired-mode): Use define-minor-mode.
3909
3910 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3911
3912         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3913         handles on recursive mml-to-mime translation and check them for
3914         boundary delimiter collisions.  Reported by Greg Troxel.
3915
3916 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3919
3920 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * mm-util.el (mm-find-buffer-file-coding-system):
3923         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3924
3925 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3926
3927         * message.el (message-generate-headers): Record insertion of optional
3928         headers as well.  Otherwise the check to prevent repeated insertion of
3929         optional headers is a no-op.
3930
3931 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3932
3933         * smime.el: Don't mention CVS.
3934
3935         * nnrss.el (nnrss-fetch): Don't mention CVS.
3936
3937         * nnir.el: Don't mention CVS.
3938
3939 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3940
3941         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3942
3943 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * lpath.el: Fbind bookmark-default-handler,
3946         bookmark-get-bookmark-record, bookmark-make-record-default,
3947         bookmark-prop-get for Emacs <23 and XEmacs.
3948
3949 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3950
3951         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3952         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3953         Use with-current-buffer to silence the byte-compiler.
3954         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3955         bother to require `gnus'.
3956         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3957
3958 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3959
3960         * gnus-sum.el (gnus-summary-bookmark-make-record)
3961         (gnus-summary-bookmark-jump): New functions.
3962         (gnus-summary-mode): Setup bookmark support.
3963
3964 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3965
3966         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3967         if set.
3968
3969 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3972         gnus-article-browse-html-save-cid-image; make it work recursively for
3973         forwarded messages as well.
3974         (gnus-article-browse-html-parts): Work when prefix arg is given.
3975         (gnus-article-browse-html-article): Doc fix.
3976
3977 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3978
3979         * message.el (message-default-mail-headers):
3980         (message-default-headers): Carry the value mail-default-headers over
3981         into message-default-mail-headers, rather than message-default-headers.
3982
3983 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3984
3985         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3986         charset.
3987
3988         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3989         charset into the <meta> tag when the article is encoded to utf-8.
3990
3991 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3994         directories as well.
3995         (gnus-article-browse-html-parts): Work for images that do not specify
3996         file names; delete temp directory when quitting; insert header at the
3997         right place; use file: scheme for image files.
3998
3999 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4000
4001         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4002         (gnus-article-browse-html-parts): Use it to make temporary cid image
4003         files in addition to html file so that browser may display them.
4004
4005 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4008
4009 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4012
4013 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4014
4015         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4016         about Secret Service API sources.  Improve Customize options.
4017         (auth-source-pick): Change to accept any number of search parameters.
4018         Implement fallbacks iteratively, not recursively.  Add scoring on the
4019         second pass and sort by score.  Call Secret Service API when needed.
4020         (auth-source-user-or-password): Use it.  Call Secret Service API
4021         directly when needed to get the user name and the password.
4022
4023 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4024
4025         * message.el (message-interactive): Doc fix.
4026         (message-qmail-inject-args): Reflow.
4027         (message-kill-to-signature): Fix typo in docstring.
4028
4029         * smiley.el (smiley-buffer): Fix typo in docstring.
4030
4031 2010-03-24  Glenn Morris  <rgm@gnu.org>
4032
4033         * mail-source.el (gnus-message): Declare.
4034         (mail-source-delete-old-incoming): Require gnus-util.
4035
4036 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4039
4040         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4041
4042         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4043         password-cache's default if it is not bound.
4044         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4045         password-cache-expiry's default if it is not bound.
4046
4047         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4048         available in Emacs 21.
4049
4050         * lpath.el: Suppress compiler warnings for:
4051         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4052         XEmacs;
4053         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4054         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4055         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4056
4057 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * auth-source.el (auth-sources): Fix up definition so extra parameters
4060         are always inline.
4061
4062 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4063
4064         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4065         wasn't updated after mismatch.  Clear cached mailbox info correctly
4066         when uidvalidity changes.
4067         (nnimap-group-prefixed-name): New function to avoid some code
4068         duplication.
4069         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4070         (nnimap-request-group): Use it.
4071         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4072         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4073         with many imap folders.  This is done by caching the group status from
4074         the imap server persistently in a group parameter `imap-status'.  (This
4075         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4076         but not persistently, so every Gnus startup was still very slow.)
4077
4078 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4079
4080         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4081         delete the extra newline.  Otherwise editing of :string and :number
4082         types don't work.
4083
4084 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4085
4086         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4087         secrets.el dependency.
4088         (auth-sources): Add optional user name.  Add secrets.el configuration
4089         choice (unused right now).
4090
4091 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4092
4093         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4094         `gnus-registry-install-shortcuts' fill in the functions.
4095
4096         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4097         warnings.
4098         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4099         (gnus-registry-install-shortcuts): Populate and use it in a
4100         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4101
4102 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4103
4104         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4105         In-place substitutions for the group name encoding/decoding.
4106         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4107         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4108         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4109         (nnimap-update-unseen, nnimap-request-list)
4110         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4111         (nnimap-request-set-mark, nnimap-split-to-groups)
4112         (nnimap-split-articles, nnimap-request-newgroups)
4113         (nnimap-request-create-group, nnimap-request-accept-article)
4114         (nnimap-request-delete-group, nnimap-request-rename-group)
4115         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4116         `encoded-mbx' for consistency.
4117         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4118         variable `imap-current-mailbox'.
4119
4120         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4121         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4122
4123 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4124
4125         * pop3.el (pop3-display-message-size-flag): Display message size byte
4126         counts during POP3 download.
4127         (pop3-movemail): Use it.
4128         (pop3-list): Implement listing of available messages.
4129
4130 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4131
4132         * nnir.el (nnir-get-article-nov-override-function): New function to
4133         override the normal NOV retrieval.
4134         (nnir-retrieve-headers): Use it.
4135
4136 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4137
4138         * auth-source.el (netrc-machine-user-or-password): Autoload.
4139
4140 2010-03-19  Glenn Morris  <rgm@gnu.org>
4141
4142         Stop message.el from loading about 40 libraries it doesn't always need.
4143         The general approach is to autoload rather than require, and to
4144         require in the specific functions rather than the file.  (Bug#5642)
4145
4146         * gmm-utils.el: Don't require wid-edit.
4147         (widget-create-child-value, widget-convert, widget-default-get):
4148         Autoload.
4149
4150         * gnus-util.el: Don't require time-date, netrc.
4151         (message-fetch-field, gnus-group-name-decode): Declare rather than
4152         autoloading.
4153         (gnus-fetch-field): Require message.
4154         (gnus-decode-newsgroups): Require gnus-group.
4155
4156         * ietf-drums.el: Don't require time-date.
4157
4158         * message.el: Don't require hashcash, canlock, ecomplete.
4159         Do require mail-utils.  Require nnheader only when compiling.
4160         (smtpmail-default-smtp-server): Remove declaration.
4161         (message-send-mail-function): Check smtpmail-default-smtp-server
4162         is bound rather than requiring smtpmail.
4163         (message-auto-save-directory, message-insert-signature): Use
4164         expand-file-name rather than nnheader-concat.
4165         (nnheader-insert-file-contents): Autoload.
4166         (hashcash-wait-async): Declare.
4167         (message-send-mail): Only call gnus-setup-posting-charset if
4168         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4169         (message-send-mail-with-sendmail): Require sendmail.
4170         (canlock-password, canlock-password-for-verify): Declare.
4171         (message-canlock-password): Require canlock.
4172         (nnheader-get-report): Autoload.
4173         (gnus-setup-posting-charset): Declare.
4174         (message-send-news): Require gnus-msg.
4175         (message-make-references, message-make-in-reply-to): Use mail-header-id
4176         rather than the alias mail-header-message-id.
4177         (ecomplete-add-item, ecomplete-save): Declare.
4178         (message-put-addresses-in-ecomplete): Require ecomplete.
4179         (ecomplete-display-matches): Autoload.
4180
4181         * mm-decode.el: Don't require mailcap, gnus-util.
4182         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4183         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4184         Autoload.
4185         (mailcap-mime-extensions): Declare.
4186
4187         * mm-encode.el: Don't require mailcap.
4188         (mailcap-extension-to-mime): Autoload.
4189
4190         * mml-sec.el: Don't require password-cache.
4191
4192         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4193         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4194         (mml-minibuffer-read-type): Require mailcap.
4195         (mml-preview): Require gnus-msg.
4196
4197         * mml1991.el: Require password-cache.
4198         (password-cache-expiry): Remove declaration.
4199
4200         * mml2015.el: Require password-cache.
4201         (password-cache-expiry): Remove declaration.
4202
4203         * nneething.el (mailcap): Require mailcap.
4204
4205         * nnheader.el (declare-function): Add compatibility stub.
4206         (message-remove-header): Declare rather than autoload.
4207         (nnheader-replace-header): Require message.
4208
4209         * nnimap.el (declare-function): Add compatibility stub.
4210         (netrc-parse, netrc-machine-user-or-password): Declare.
4211         (nnimap-open-connection): Require netrc.
4212
4213         * nntp.el (declare-function): Add compatibility stub.
4214         (netrc-parse, netrc-machine, netrc-get): Declare.
4215         (nntp-send-authinfo): Require netrc.
4216
4217         * rfc2047.el: Don't require qp.
4218         (quoted-printable-encode-region, quoted-printable-decode-string):
4219         Autoload.
4220
4221         * sieve-mode.el: Don't require easymenu.
4222         (easy-menu-add-item): Autoload it.
4223
4224         * spam-stat.el (time-to-number-of-days): Autoload it.
4225
4226 2010-03-19  Glenn Morris  <rgm@gnu.org>
4227
4228         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4229
4230 2010-03-18  Glenn Morris  <rgm@gnu.org>
4231
4232         * hashcash.el (declare-function): Remove duplicate definition.
4233
4234 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4235
4236         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4237         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4238         value if any backslash escapes).
4239
4240 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4243         if it is available.  (bug#5647)
4244
4245         * lpath.el: Suppress compiler warning for coding-system-from-name for
4246         Emacs 21 and XEmacs.
4247
4248 2010-03-14  Juri Linkov  <juri@jurta.org>
4249
4250         * hmac-def.el:
4251         * hmac-md5.el:
4252         * netrc.el: Fix keywords.
4253
4254 2010-02-26  Glenn Morris  <rgm@gnu.org>
4255
4256         * message.el (message-send-mail-function): Change the default, so that
4257         it inherits from a customized send-mail-function.  (Bug#5643)
4258
4259 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4260
4261         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4262         shell-command-to-string signals an error (bug#5299).
4263
4264 2010-02-24  Glenn Morris  <rgm@gnu.org>
4265
4266         * message.el (message-smtpmail-send-it)
4267         (message-send-mail-with-mailclient): Doc fixes.
4268
4269 2010-02-16  Glenn Morris  <rgm@gnu.org>
4270
4271         * message.el (message-default-mail-headers): Change the default value
4272         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4273
4274 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4277         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4278
4279 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4280
4281         * time-date.el (date-to-time): Doc fix (Bug#5408).
4282
4283 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4284
4285         * message.el (message-mail): Just pass yank-action on to message-setup.
4286         (message-setup): Handle (FUN . ARGS) form of yank-action.
4287         (message-with-reply-buffer, message-widen-reply)
4288         (message-yank-original): Handle non-buffer values of
4289         message-reply-buffer (Bug#4080).
4290         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4291
4292 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4293
4294         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4295         Fix typo in docstring.
4296
4297 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4298
4299         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4300         response.
4301
4302 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4305
4306         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4307
4308         * message.el (message-check-news-header-syntax): Protect against a
4309         string that `rfc822-addresses' returns when parsing fails.
4310
4311 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4314         (gnus-previous-char-property-change): New functions.
4315
4316         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4317
4318 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4319
4320         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4321         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4322
4323 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4324
4325         * message.el (message-exchange-point-and-mark): Rework last change to
4326         avoid using optional arg of exchange-point-and-mark, for backward
4327         compatibility.
4328
4329 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4330
4331         * message.el (message-exchange-point-and-mark): Call
4332         exchange-point-and-mark with an argument rather than setting
4333         mark-active by hand (Bug#5175).
4334
4335 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * nntp.el (nntp-service-to-port): Work for service expressed with
4338         numeric string; replace [:digit:] with [0-9] for XEmacs.
4339
4340 2009-12-17  Glenn Morris  <rgm@gnu.org>
4341
4342         * gnus-group.el (gnus-bug-group-download-format-alist):
4343         Change emacs entry to debbugs.gnu.org.  Bump :version.
4344
4345 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4348
4349 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4350
4351         * message.el (message-info): Explain why we use `Info-goto-node'.
4352
4353 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4356
4357 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4358
4359         * message.el (message-completion-in-region): New compatibility function.
4360         (message-expand-group): Use it.
4361
4362 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4365         with no unread article should be listed if the 2nd arg `predicate' is
4366         given.
4367
4368 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4371
4372 2009-11-29  Juri Linkov  <juri@jurta.org>
4373
4374         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4375         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4376         on `gnus-recenter'. (Bug#4698, Bug#4981)
4377
4378 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4379
4380         * sha1.el (sha1-string-external): default-directory "/" in case
4381         otherwise non-existent.  process-connection-type pipe for touch of
4382         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4383
4384 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4385
4386         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4387         it's comms related and sgml-mode.el has "comm" on that basis too.
4388
4389 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4392         containing tspecial characters if they have been already quoted.
4393
4394 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4395
4396         * dns-mode.el (auto-mode-alist): Purecopy string.
4397
4398 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4399
4400         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4401
4402 2009-10-24  Glenn Morris  <rgm@gnu.org>
4403
4404         * gnus-art.el (help-xref-stack-item): Define for compiler.
4405
4406 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4407
4408         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4409
4410 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4413
4414 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4417         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4418
4419 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4422         (gnus-overlays-in): New alias to overlays-in.
4423
4424         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4425         gnus-overlay-get, and gnus-delete-overlay.
4426         (gnus-summary-show-thread): Make it work as well for systems in which
4427         next-single-char-property-change is not available.
4428         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4429
4430         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4431         (gnus-overlay-get): New alias to extent-property.
4432         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4433
4434         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4435         SXEmacs.
4436
4437         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4438         SXEmacs.
4439
4440 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4443
4444 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4445
4446         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4447         and XEmacs that don't have `remove-overlays'.
4448
4449 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4450
4451         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4452         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4453         selective display.  Use overlays instead.
4454
4455 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4456
4457         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4458
4459 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4460
4461         * spam-stat.el (spam-stat-load): Fix typo in message.
4462
4463 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4464
4465         * dig.el (dig-invoke): Fix typo in docstring.
4466         (query-dig): Reflow docstring.
4467
4468 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4469
4470         * gnus-art.el (gnus-article-encrypt-body):
4471         * message.el (message-check-recipients):
4472         * mm-util.el (mm-codepage-setup):
4473         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4474         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4475
4476 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4477
4478         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4479         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4480         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4481         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4482         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4483
4484 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4485
4486         * dig.el: Add "Keywords: comm", as per net-utils.el.
4487
4488 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4489
4490         * dig.el (dig-mode): Use define-derived-mode.
4491
4492 2009-09-19  Glenn Morris  <rgm@gnu.org>
4493
4494         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4495
4496 2009-09-18  Glenn Morris  <rgm@gnu.org>
4497
4498         * gnus-diary.el (gnus-diary-check-message):
4499         * message.el (message-insert-formatted-citation-line):
4500         * nnbabyl.el (top-level):
4501         * nndiary.el (nndiary-schedule):
4502         Fix typos in condition-case handlers.
4503
4504 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4507         configuration that provides the sole article window in a frame;
4508         position point correctly after deleting a part.
4509
4510 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4511
4512         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4513         (spam-resolve-registrations-routine): Use it to unregister articles
4514         that change status.
4515
4516 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4519         with XEmacs.
4520         (parse-time-string-chars): Use it.
4521
4522 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * imap.el (imap-interactive-login): Better messages.
4525         (imap-open): Fix bug with renamed buffer on reconnect.
4526         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4527         for easier debugging and cleaner code.  On successful (guessed based on
4528         server capabilities) secondary authentication, set imap-state
4529         correctly.
4530         (imap-last-authenticator): Define imap-last-authenticator as a variable
4531         to avoid warnings.
4532
4533 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * nnrss.el (nnrss-request-article): Remove binding of
4536         default-enable-multibyte-characters that has gotten needless by
4537         the 2007-07-13 change in rfc2047-encode-message-header.
4538
4539         * mml.el (mml-insert-multipart): Error on the message header.
4540         (mml-insert-part): Error on the message header; position point at
4541         the end of a MIME tag.
4542
4543 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * time-date.el (autoload): Expand define-obsolete-function-alias into
4546         defalias and make-obsolete for old Emacsen that Gnus supports.
4547         (with-no-warnings): Define it for old Emacsen.
4548         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4549         is available.
4550         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4551         float-time is available; suppress compile warning for time-to-seconds.
4552
4553         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4554         (gnus-float-time): Alias to float-time if it exists.
4555
4556         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4557         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4558         float-time is available; suppress compile warning for time-to-seconds.
4559
4560         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4561         XEmacs.
4562
4563 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * imap.el (imap-message-map): Docstring fix.
4566
4567 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4570         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4571         Add the optional argument `encoding' that overrides the default.
4572
4573         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4574         mm-encode-buffer.
4575
4576 2009-09-04  Glenn Morris  <rgm@gnu.org>
4577
4578         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4579         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4580         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4581         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4582         * mm-util.el (mm-with-unibyte-current-buffer)
4583         (mm-find-buffer-file-coding-system):
4584         * yenc.el (yenc-decode-region): Use default-value rather than
4585         default-enable-multibyte-characters.
4586
4587 2009-09-03  Glenn Morris  <rgm@gnu.org>
4588
4589         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4590         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4591         than default-enable-multibyte-characters.
4592
4593 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4594
4595         * gnus-art.el (gnus-article-read-summary-keys):
4596         Fix gnus-buffer-configuration's value temporarily used.
4597
4598 2009-09-02  Glenn Morris  <rgm@gnu.org>
4599
4600         * gnus-util.el (gnus-float-time): New function.
4601         * gnus-delay.el (gnus-delay-article):
4602         * gnus-sum.el (gnus-thread-latest-date):
4603         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4604         * nnspool.el (nnspool-request-newgroups):
4605         Use gnus-float-time rather than time-to-seconds.
4606         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4607
4608         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4609         (gnus-header-subject-face, gnus-header-newsgroups-face)
4610         (gnus-header-name-face, gnus-header-content-face):
4611         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4612         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4613         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4614         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4615         (gnus-cite-face-11):
4616         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4617         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4618         (gnus-server-closed-face, gnus-server-denied-face)
4619         (gnus-server-offline-face):
4620         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4621         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4622         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4623         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4624         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4625         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4626         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4627         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4628         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4629         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4630         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4631         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4632         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4633         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4634         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4635         (gnus-summary-high-undownloaded-face)
4636         (gnus-summary-low-undownloaded-face)
4637         (gnus-summary-normal-undownloaded-face)
4638         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4639         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4640         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4641         (gnus-splash-face):
4642         * message.el (message-header-to-face, message-header-cc-face)
4643         (message-header-subject-face, message-header-newsgroups-face)
4644         (message-header-other-face, message-header-name-face)
4645         (message-header-xheader-face, message-separator-face)
4646         (message-cited-text-face, message-mml-face):
4647         * sieve-mode.el (sieve-control-commands-face)
4648         (sieve-action-commands-face, sieve-test-commands-face)
4649         (sieve-tagged-arguments-face):
4650         * spam.el (spam-face):
4651         Mark face aliases with "-face" in the name as obsolete.
4652
4653 2009-09-01  Glenn Morris  <rgm@gnu.org>
4654
4655         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4656         than goto-line.
4657
4658 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4661         Don't move point if the command is invoked inside the message header.
4662
4663 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4664
4665         * imap.el (imap-send-command): Simplify.
4666         (imap-wait-for-tag): point-max -> buffer-size.
4667
4668 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4669
4670         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4671         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4672         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4673         * nnir.el (nnir-swish-e-index-file):
4674         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4675         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4676         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4677         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4678         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4679         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4680
4681 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4684         Don't save excursion.
4685
4686 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4687
4688         * nnheader.el (nnheader-find-file-noselect):
4689         * mm-util.el (mm-insert-file-contents):
4690         Use (default-value 'major-mode) instead of default-major-mode.
4691
4692 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4695
4696 2009-08-26  Glenn Morris  <rgm@gnu.org>
4697
4698         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4699         than placing in files.el.
4700
4701 2009-08-25  Glenn Morris  <rgm@gnu.org>
4702
4703         * nnir.el (top-level): Don't require cl at run-time.
4704         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4705         Replace cl-function substitute with gnus-replace-in-string.
4706         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4707         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4708         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4709         simplified expansions.
4710
4711 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4712
4713         * dig.el (dig): Add autoload cookie.
4714
4715 2009-08-22  Glenn Morris  <rgm@gnu.org>
4716
4717         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4718         goto-line.
4719
4720 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4721
4722         * parse-time.el (parse-time-string-chars): Save match data.
4723
4724 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4725
4726         * parse-time.el (parse-time-string-chars): Compute using character
4727         classes, to handle non-ascii characters (Bug#3190).
4728
4729 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4732
4733         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4734         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4735         (gnus-mm-display-part, gnus-mime-display-single)
4736         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4737         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4738
4739         * gnus-sum.el
4740         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4741         (gnus-summary-move-article): Add expirable mark to articles copied or
4742         moved to group that has auto-expire turned on if the option is non-nil.
4743
4744 2009-07-24  Glenn Morris  <rgm@gnu.org>
4745
4746         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4747         Fix typo.  (Bug#3903)
4748
4749 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4752         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4753         that should not be used for draft articles.
4754         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4755         that has no concern in minor mode keys.
4756         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4757         Abolish.
4758
4759 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4762         article without making inquiry to a user for unknown encoding.
4763
4764         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4765         (nnmaildir--scan): Assume i-node and device number that file-attributes
4766         returns might be cons-cell.
4767
4768         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4769
4770         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4771
4772 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * auth-source.el: Remove docs now in auth.texi.  Don't use
4775         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4776         `auth-source-hide-passwords' and use them.
4777
4778 2009-07-15  Glenn Morris  <rgm@gnu.org>
4779
4780         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4781
4782 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4785         excessive whitespace from the default values of title and description.
4786
4787 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4790         mail-fetch-field to fetch Content-Description header in order to
4791         exclude newlines.
4792
4793 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4794
4795         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4796         format used by GnuPG 2.0.11.
4797
4798 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4801         to deleted part.
4802
4803 2009-05-30  David Engster  <dengste@eml.cc>
4804
4805         * nnmairix.el: Remove old documentation in the commentary block.
4806         (nnmairix-request-group): Do not update active file for nnml back ends.
4807         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4808         end so that overview files are ignored.
4809         (nnmairix-update-groups): Make updating the groups more robust by using
4810         marks.
4811         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4812         with dollar characters in message-id.
4813
4814 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4817         2008-12-25 in dns.el.
4818
4819 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4820
4821         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4822         could happen if the text is only composed of spaces and/or tabs.
4823
4824 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4825
4826         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4827         when sending a queued message to avoid extra mml tags.
4828
4829 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4832
4833 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4836         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4837         rmail-toggle-header for XEmacs;
4838         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4839
4840 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-dired.el: Remove autoload for gnus-setup-message.
4843         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4844         displaying Gnus logo; always use compose-mail.
4845
4846 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4849
4850 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4853         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4854         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4855         available.
4856         (gnus-nocem-epg-verify): New function.
4857
4858 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4861
4862 2009-02-15  Glenn Morris  <rgm@gnu.org>
4863
4864         * gnus-util.el (rmail-insert-rmail-file-header)
4865         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4866         autoloads.
4867         (rmail-default-rmail-file): Remove unnecessary declaration.
4868         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4869
4870 2009-02-14  Glenn Morris  <rgm@gnu.org>
4871
4872         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4873         variable (only used in gnus-util, which declares it anyway).
4874         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4875         which was only needed by gnus-art (changed to not use it any more).
4876         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4877         only used in gnus-util, which autoloads it itself.
4878         (rmail-update-summary): Fix autoload.
4879
4880         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4881         rather than rmail-output-to-rmail-file.
4882
4883 2009-02-07  Glenn Morris  <rgm@gnu.org>
4884
4885         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4886         autoload of function that no longer exists.
4887         (rmail-toggle-header): Declare.
4888         (message-forward-rmail-make-body): Handle mbox Rmail.
4889
4890 2009-01-31  Glenn Morris  <rgm@gnu.org>
4891
4892         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4893         2009-01-09 change.
4894
4895 2009-01-31  Dave Love  <fx@gnu.org>
4896
4897         * imap.el (imap-fetch-safe): Bind debug-on-error.
4898         (imap-debug): Add imap-fetch-safe.
4899
4900 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4901
4902         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4903         (auth-source-forget-all-cached): New convenience function.
4904         (auth-source-user-or-password): Accept list of modes or a single mode.
4905
4906         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4907         auth-source modes.
4908
4909         * netrc.el (netrc-machine-user-or-password): Use list of
4910         auth-source modes.
4911
4912         * nnimap.el (nnimap-open-connection): Use list of
4913         auth-source modes.
4914
4915         * nntp.el (nntp-send-authinfo): Use list of
4916         auth-source modes.
4917
4918 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4921         now.
4922
4923 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4926         coding system in XEmacs; add a workaround for XEmacs.
4927
4928         * lpath.el: Fbind coding-system-aliasee.
4929
4930 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4933         of current-language-environment.
4934
4935 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4938         available at runtime.
4939
4940 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4943
4944 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4945
4946         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4947         the greatest positive fixnum value doesn't work under an XEmacs with
4948         bignum support; use the most-positive-fixnum constant instead,
4949         available since Emacs 21.1 with cl and XEmacs 21.1.
4950
4951 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4954         XEmacs gets not to work.
4955
4956 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * mm-util.el (mm-coding-system-priorities): Allow the value like
4959         "Japanese (UTF-8)" of current-language-environment.
4960
4961 2009-01-09  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4964         with last-command-event.
4965
4966 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4969         in the doc string.
4970
4971         * message.el (message-fix-before-sending): Amend comment.
4972
4973 2009-01-08  Dave Love  <fx@gnu.org>
4974
4975         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4976
4977 2009-01-07  David Engster  <dengste@eml.cc>
4978
4979         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4980         simplified server definitions by converting it via
4981         gnus-server-to-method.
4982
4983 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4986         parameter's operands.
4987
4988 2009-01-06  David Engster  <dengste@eml.cc>
4989
4990         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4991         primary select method (for gnus-group-mark-article-as-read).
4992
4993 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4994
4995         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4996         `(gnus)Face', not `(gnus)X-Face'.
4997
4998 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * mm-util.el (mm-ucs-to-char): New function.
5001
5002         * mm-url.el (mm-url-decode-entities): Use it.
5003
5004         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5005         unicode-to-char.
5006
5007 2009-01-05  Dave Love  <fx@gnu.org>
5008
5009         * time-date.el: Require cl for `declare'.
5010
5011 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5014         Dave Love.
5015
5016 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * message.el (message-fix-before-sending): Add `eight-bit' to
5019         illegible-text check.
5020
5021 2009-01-03  Michael Olson  <mwolson@gnu.org>
5022
5023         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5024         `headers' is nil.  This can occur if the IMAP server does not have
5025         permissions to read messages from a folder, but can write new messages
5026         to the folder.
5027         (nnimap-request-article-part): Do not insert `data' if it is nil.
5028
5029         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5030         characters which will confuse `read', so skip past them.
5031
5032 2009-01-01  Dave Love  <fx@gnu.org>
5033
5034         * imap.el (imap-string-to-integer): Fix typo.
5035         (imap-fetch-safe): New function.
5036         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5037
5038         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5039
5040         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5041         (imap-parse-greeting): Fix doc strings.
5042         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5043         (imap-parse-flag-list): Make messages unique.
5044         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5045
5046         * nnimap.el: Fix author email.
5047         (nnimap-split-rule): Add FIXME comment.
5048         (nnimap-debug): Fix doc string.
5049
5050 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5053
5054 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5057         nslookup if resolv.conf isn't available.
5058         (dns-query): Rename from query-dns.
5059         (dns-query-cached): Rename from query-dns-cached.
5060
5061 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5064         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5065         to check if those variables exist (first appeared in Emacs 18.50).
5066
5067 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * mm-util.el (mm-line-number-at-pos): New function.
5070
5071         * spam-report.el (spam-report-process-queue): Use it.
5072
5073 2008-12-24  David Engster  <dengste@eml.cc>
5074
5075         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5076         parameters that haven't existed as variables as buffer-local variables.
5077
5078 2008-12-23  Dave Love  <fx@gnu.org>
5079
5080         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5081         cadar.
5082
5083         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5084         imap-starttls-p.
5085         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5086
5087 2008-12-22  Dave Love  <fx@gnu.org>
5088
5089         * imap.el: Fix author email.  Doc fixes.
5090         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5091         reply.
5092
5093 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * spam-report.el (spam-report-gmane-max-requests): New constant.
5096         (spam-report-gmane-wait): New variable.
5097         (spam-report-gmane-ham, spam-report-gmane-spam)
5098         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5099         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5100         the server.
5101
5102         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5103         Add explanations.
5104
5105         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5106         nnheader-accept-process-output and nnheader-read-timeout if available.
5107         (pop3-movemail): Use it.
5108
5109         * message.el (message-check-news-body-syntax): Fix signature check if
5110         there's an attachment.
5111
5112 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * mm-util.el: Add comments to the mm- emulating functions.
5115
5116 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5119         by Stephen Berman <stephen.berman@gmx.net>.
5120
5121 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * mm-util.el (mm-substring-no-properties): New function.
5124         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5125         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5126         (mm-string-to-multibyte): Doc fix.
5127
5128         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5129
5130 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * mml.el (mml-attach-file): Strip text properties from file name.
5133         (Bug#1574)
5134
5135 2008-12-16  Glenn Morris  <rgm@gnu.org>
5136
5137         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5138
5139 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5142         knows since the charset specified might be a bogus alias that
5143         mm-charset-synonym-alist provides.
5144
5145 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5146
5147         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5148         "ISO_8859-1".
5149
5150         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5151
5152 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * mm-util.el (mm-charset-eval-alist):
5155         Define it before mm-charset-to-coding-system.
5156         (mm-charset-to-coding-system): Add optional argument `silent';
5157         define it before mm-charset-override-alist.
5158         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5159         default value if it can be used in Emacs currently running;
5160         silence mm-charset-to-coding-system.
5161
5162 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5165         `allow-override' which says whether to use `mm-charset-override-alist'.
5166         (rfc2047-decode-encoded-words): Use it.
5167
5168         * mm-util.el (mm-charset-override-alist): Fix custom type;
5169         add `(gb2312 . gbk)' to choices.
5170
5171 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5174         fast.
5175
5176         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5177
5178         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5179
5180 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5181
5182         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5183         on links.
5184
5185         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5186
5187 2008-12-03  Lute Kamstra  <lute@gnu.org>
5188
5189         * sha1.el: Remove leading * from docstrings of defcustoms,
5190         deffaces, defconsts and defuns.
5191
5192 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5195         users' addresses that don't have domain parts.
5196         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5197         rather than message-narrow-to-head since there will be the message
5198         header separator.
5199
5200 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5203         since the result is inserted in a unibyte buffer anyway.
5204         (nnimap-demule-use-string-to-multibyte): Remove.
5205         (nnimap-demule): Alias it to mm-string-to-multibyte.
5206
5207 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5210         variable for debugging bug#464 and bug#1174.
5211         (nnimap-demule): Use it.
5212
5213 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5216         score calculation correctly.
5217
5218 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5219
5220         * message.el (message-send-mail): Just set the buffer to unibyte
5221         rather than use mm-with-unibyte-current-buffer which does a lot more.
5222         (message-send-mail-partially): Don't bother with
5223         mm-with-unibyte-current-buffer since it's already been made unibyte by
5224         message-send-mail.
5225
5226 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5229
5230 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5233
5234 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5237         require itself and to remove `with-no-warnings'.
5238
5239 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5240
5241         * starttls.el (starttls-any-program-available): Get the name of the
5242         available TLS layer program.
5243         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5244         well as the host name in the "opening" message.
5245
5246         * auth-source.el (auth-source-cache, auth-source-do-cache)
5247         (auth-source-user-or-password): Cache passwords and logins by default,
5248         allow override with `auth-source-do-cache'.
5249         (auth-source-forget-user-or-password): Allow users to remove cache
5250         entries if needed.
5251
5252 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5253
5254         * md4.el (md4-buffer): Fix typo in docstring.
5255         (md4, md4-64): Doc fixes.
5256         (md4-pack-int32): Reflow docstring.
5257
5258 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5259
5260         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5261         condition-case to only the forward-sexp call.
5262
5263 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5266         quotes contained.  Make it more robust regardless by an extra
5267         condition-case wrapper.
5268
5269 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5272
5273 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * nnml.el (nnml-request-expire-articles): Check if the function set to
5276         `nnmail-expiry-target' returns the symbol `delete'.
5277
5278         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5279
5280         * nnmail.el (nnmail-expiry-target): Fix custom type.
5281
5282 2008-10-02  Glenn Morris  <rgm@gnu.org>
5283
5284         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5285         Silence compiler warning.
5286
5287 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5288
5289         * tls.el (open-tls-stream): Show the actual command being
5290         executed, instead of the format string.
5291
5292 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * lpath.el: Fbind codepage-setup for Emacs 23.
5295
5296 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5297
5298         * mml.el (mml-menu): Don't assume mml2015 is bound.
5299
5300 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5303         exists.
5304
5305 2008-09-27  Glenn Morris  <rgm@gnu.org>
5306
5307         * gnus-util.el (mail-header-remove-comments): Autoload it.
5308
5309 2008-09-27  Andreas Schwab  <schwab@suse.de>
5310
5311         * gnus-util.el (gnus-split-references): Strip comments.
5312         (gnus-parent-id): Likewise.
5313
5314 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * message.el (message-confirm-send): Fix version.
5317
5318 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * message.el (message-idna-to-ascii-rhs-1): Use
5321         mail-extract-address-components rather than mail-header-parse-addresses
5322         that is an alias by default to ietf-drums-parse-addresses that does not
5323         support non-ASCII names in headers' contents.
5324
5325 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * message.el (message-confirm-send): Fixed variable documentation to
5328         avoid the "y/n" wording.
5329
5330 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5331
5332         * message.el (message-set-auto-save-file-name): Save to a different
5333         filename so multiple messages (especially drafts) can be recovered.
5334
5335 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5336
5337         * message.el (message-confirm-send): Add appropriate version.
5338
5339 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5340
5341         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5342         defvar.
5343
5344 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5345
5346         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5347         (mm-pkcs7-enveloped-magic): Ditto.
5348
5349 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5350
5351         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5352         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5353
5354 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5357         default, it's better.
5358
5359 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5362         summary line gnus-number property and ignore them (with a warning
5363         message).
5364
5365 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5368         macro caddr in the interactive form since it won't be expanded.
5369
5370 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5373         `charset'; fix name of function called recursively.
5374         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5375
5376 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5379         (gnus-mime-set-charset-parameters): New function.
5380         (gnus-mime-view-part-as-charset): Use it to correctly display part
5381         specifying wrong charset.
5382
5383 2008-09-08  David Engster  <dengste@eml.cc>
5384
5385         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5386         in completing-read for back end server.
5387
5388 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * message.el (message-confirm-send): New variable to confirm sending a
5391         message.
5392         (message-send): Use it.
5393
5394 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5397
5398 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5401
5402 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5405         prevent tracking too many groups.
5406         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5407         Use it.
5408
5409 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5410
5411         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5412         moving point to the bottom of the window in order to avoid recentering.
5413
5414 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5417
5418         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5419         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5420         (gnus-article-beginning-of-window): Fix calculation.
5421
5422 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-msg.el (gnus-summary-supersede-article)
5425         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5426         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5427         message header.
5428
5429 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5430
5431         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5432         pending output coming after the status change.
5433
5434 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5435
5436         * message.el:
5437         * gnus-start.el:
5438         * gnus-registry.el: Remove VMS support.
5439
5440 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5443         macro.
5444         (rfc2104-hash): Use it.
5445
5446 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5449         (gnus-summary-sort-by-most-recent-date): New commands.
5450         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5451         and menu entries.
5452
5453 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5456         don't redisplay article for raw contents; remove plural articles stuff.
5457
5458         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5459         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5460         on gnus-summary-save-article; display results properly.
5461
5462 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * lpath.el: No need to fbind ns-focus-frame.
5465
5466 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5469
5470 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5473         gnus-save-all-headers.
5474
5475 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5476
5477         * gnus-util.el (ns-focus-frame): Remove declaration.
5478         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5479         like x.
5480
5481 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5482
5483         * rfc2104.el (rfc2104-zero): Delete defconst.
5484         (rfc2104-hex-alist): Likewise.
5485         (rfc2104-hex-to-int): Delete func.
5486         (rfc2104-hexstring-to-bitstring): Likewise.
5487         (rfc2104-nybbles): New defconst.
5488         (rfc2104-hash): Rewrite for speed.
5489
5490 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * tls.el (open-tls-stream): Make it work with the 2nd argument
5493         BUFFER that is a string but does not exist as a buffer object, as
5494         mentioned in the doc-string.
5495
5496 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5499         SXEmacs.
5500
5501 2008-07-16  Glenn Morris  <rgm@gnu.org>
5502
5503         * gnus-util.el (ns-focus-frame): Declare for compiler.
5504
5505 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5508         set as a group parameter.
5509         (gnus-summary-save-in-pipe): Work when it is called independently.
5510         (gnus-summary-pipe-to-muttprint): Don't modify
5511         gnus-summary-pipe-output-default-command.
5512
5513 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         * message.el (message-send-mail-with-sendmail):
5516         Display the error message.
5517
5518 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * gnus-art.el (gnus-default-article-saver):
5521         Add gnus-summary-save-in-pipe to choices.
5522         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5523         gnus-summary-pipe-output-default-command as the default command.
5524         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5525         instead of gnus-last-shell-command.
5526
5527         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5528         New user option.
5529         (gnus-summary-muttprint-program): Mention the value will be changed.
5530         (gnus-summary-save-article): Force showing of all headers.
5531         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5532
5533 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5534
5535         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5536
5537 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5538
5539         * nnimap.el (nnimap-id):
5540         * sieve-manage.el (sieve-manage-open): Doc fixes.
5541
5542 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5543
5544         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5545         if available.
5546
5547 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5548
5549         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5550
5551         * nnkiboze.el (nnkiboze-generate-group):
5552         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5553
5554         * nnmairix.el: Require CL.
5555
5556 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * dgnushack.el: Autoload get-display-table and put-display-table for
5559         XEmacs 21.5.
5560
5561         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5562         21.4 and SXEmacs.
5563
5564 2008-06-15  David Engster  <dengste@eml.cc>
5565
5566         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5567
5568 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5569
5570         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5571         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5572         runtime choice under XEmacs.
5573
5574         * gnus-sum.el (gnus-summary-set-display-table):
5575         Use `gnus-put-display-table', `gnus-get-display-table',
5576         `gnus-set-display-table' for the display table, instead of `aset'.
5577
5578         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5579         Use `gnus-put-display-table', `gnus-get-display-table',
5580         `gnus-set-display-table' for the display table.
5581
5582 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * nnmairix.el: Add autoloads.
5585
5586 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * nnmairix.el (nnmairix-delete-recreate-group)
5589         (nnmairix-update-and-clear-marks): Fix error messages.
5590
5591 2008-06-14  David Engster  <dengste@eml.cc>
5592
5593         * nnmairix.el: Upgrade to version 0.6.
5594         (nnmairix-group-toggle-propmarks-this-group)
5595         (nnmairix-group-toggle-readmarks-this-group)
5596         (nnmairix-group-delete-recreate-this-group)
5597         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5598         (nnmairix-remove-tick-mark-original-article): New commands.
5599         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5600         (nnmairix-propagate-marks-to-nnmairix-groups)
5601         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5602         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5603         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5604         functions needed for marks propagation and manipulation of read marks.
5605         (nnmairix-update-groups): New function.
5606         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5607         (nnmairix-determine-original-group-from-registry)
5608         (nnmairix-determine-original-group-from-path)
5609         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5610         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5611         New helper functions.
5612         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5613         keystrokes for new commands.
5614         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5615         (nnmairix-request-group): Check allow-fast group parameter.
5616         (nnmairix-request-create-group): Set allow-fast group parameter if
5617         nnmairix-allowfast-default is set.
5618         (nnmairix-close-group): Propagate marks upon closing if needed.
5619         (nnmairix-group-toggle-threads-this-group): Use new.
5620         nnmairix-group-toggle-parameter helper function.
5621         (nnmairix-search): Better check for empty search result.
5622         (nnmairix-goto-original-article): Use new helper functions for
5623         determining original article.
5624         (nnmairix-show-original-article): Make sure message-id is in brackets.
5625         (nnmairix-call-mairix-binary): Change variable name.
5626         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5627         helper function.
5628         (nnmairix-widget-toggle-activate): Fix doc string.
5629
5630 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * nnir.el: Require edmacro when compiling with XEmacs.
5633         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5634         available in Emacs 21.
5635
5636 2008-06-11  Glenn Morris  <rgm@gnu.org>
5637
5638         * gnus-util.el (x-focus-frame):
5639         * gnus.el (image-size):
5640         * mm-decode.el (image-size): Declare.
5641
5642         * gnus-picon.el (declare-function): Add compat definition.
5643         (image-size): Declare.
5644
5645         * gnus-group.el (tool-bar-map):
5646         * gnus-sum.el (tool-bar-map): Define for compiler.
5647
5648         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5649
5650         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5651
5652         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5653         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5654         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5655         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5656         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5657         * sieve-manage.el, spam-report.el, spam.el:
5658         Remove unnecessary eval-and-compile of autoloads.
5659
5660 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5661
5662         * auth-source.el: Precise Tramp doc.
5663
5664 2008-06-07  Glenn Morris  <rgm@gnu.org>
5665
5666         * nnmairix.el: Remove unnecessary eval-when-compile.
5667
5668 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * lpath.el: Fbind propertize for XEmacs 21.4.
5671
5672 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * nnir.el: Move here from ../contrib.
5675
5676 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5677
5678         * gnus-util.el (gnus-read-shell-command): New function.
5679         * mm-decode.el (mm-pipe-part):
5680         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5681
5682 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5685
5686 2008-06-03  Glenn Morris  <rgm@gnu.org>
5687
5688         * pop3.el (nnheader-accept-process-output): Autoload it.
5689
5690 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5693         are not 2-digit hexadecimal characters that follow `%'s.
5694
5695 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * message.el (message-bogus-recipient-p): Fix type in doc string.
5698         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5699         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5700         Improve custom options.
5701         (message-bogus-recipient-p): Adjust accordingly.
5702
5703 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5704
5705         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5706         long-form month and day names.
5707
5708 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * dgnushack.el: Autoload debug, eudc-expand-inline and
5711         pgg-snarf-keys-region for XEmacs.
5712
5713         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5714
5715         * nnmairix.el: Require edmacro when compiling with XEmacs.
5716
5717 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5720         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5721
5722 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * auth-source.el: Add more docs.
5725
5726         * netrc.el (netrc-machine): Always match if the port is not given.
5727
5728 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5731         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5732         retrieval faster in some cases, but might make CPU usage larger.  If
5733         this has any bad side effects, we might revert this change.
5734
5735         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5736         seems to make mail retrieval much, much faster.
5737         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5738         unconditionally.
5739
5740         * gnus-draft.el (gnus-group-send-queue): Bind
5741         message-send-mail-partially-limit to nil to avoid being prompted.
5742
5743 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5744
5745         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5746
5747         * message.el (message-bogus-address-regexp): Fix and improve custom
5748         type.
5749         (message-setup-hook): Add message-check-recipients as custom option.
5750
5751 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * message.el (message-cite-function): Remove bogus autoload which crept
5754         in during merge from v5-10.
5755
5756 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5759
5760         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5761
5762         * auth-source.el: Preliminary Tramp docs.
5763         (auth-sources): Change the default auth-sources to use
5764         EPA .gpg files.
5765
5766 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         * nntp.el: Autoload `auth-source-user-or-password'.
5769         (nntp-send-authinfo): Use it.
5770
5771         * nnimap.el: Autoload `auth-source-user-or-password'.
5772         (nnimap-open-connection): Use it.
5773
5774         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5775         for the gnus-message function.
5776         (auth-source-user-or-password): Use it.
5777
5778 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5779
5780         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5781         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5782         (rfc2104-hash): Use it.
5783
5784 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5785
5786         * gnus-art.el (gnus-article-toggle-truncate-lines):
5787         Don't use `iff' in docstring.
5788
5789 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5792
5793         * gnus-util.el (gnus-extract-address-component-name)
5794         (gnus-extract-address-component-email): Convenience functions around
5795         `gnus-extract-address-components'.
5796
5797         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5798         Use `gnus-extract-address-component-email' to fix bug of comparing full
5799         sender name to `user-mail-address'.
5800
5801 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5802
5803         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5804         catch/throw to optimize.
5805         (gnus-registry-find-keywords): Just use member to find a keyword.
5806
5807 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5808
5809         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5810         is current before calling gnus-server-prepare.
5811         (gnus-server-setup-buffer, gnus-server-update-server)
5812         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5813
5814 2008-05-04  Juri Linkov  <juri@jurta.org>
5815
5816         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5817         (mailcap-file-default-commands): Use mailcap-replace-in-string
5818         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5819         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5820
5821 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5822
5823         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5824
5825 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5826
5827         * gnus.el: Bump version to 0.11.
5828
5829 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5830
5831         * gnus.el: No Gnus v0.10 is released.
5832
5833 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5836         hooks.
5837         (gnus-update-read-articles): Speed up non-marks-using users.
5838         (gnus-use-marks): Define gnus-use-marks.
5839         (gnus-propagate-marks): Rename variable to something more sensible.
5840
5841 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5842
5843         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5844         (gmm-image-load-path-for-library): Fix typos in docstrings.
5845         (gmm-message): Reflow docstring.
5846
5847 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * mail-source.el (mail-source-set-1, mail-source-bind):
5850         Move auth-source code out of the macro to clean it up and fix bugs.
5851
5852 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5855         by sender if it's equal to user-mail-address, it's likely to be
5856         useless.
5857
5858         * mail-source.el (mail-source-bind): Don't use user or password if they
5859         are not bound.  Unintern them if they are nil.  Don't use server unless
5860         it's bound, and default it to empty string otherwise.
5861
5862 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * mail-source.el: Load auth-source.el.
5865         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5866         get user name or password, if auth-sources is set up.
5867
5868         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5869         strategy of splitting with parent.
5870         (gnus-registry-split-fancy-with-parent)
5871         (gnus-registry-post-process-groups): Use it and fix prior
5872         bug (returning a list as the split result).
5873
5874         * auth-source.el (auth-sources): Remove server parameter.
5875         (auth-source-pick, auth-source-user-or-password)
5876         (auth-source-user-or-password-imap)
5877         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5878         (auth-source-user-or-password-sftp)
5879         (auth-source-user-or-password-smtp): Remove server parameter.
5880
5881 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5882
5883         * smime.el (smime-sign-region, smime-encrypt-region)
5884         (smime-decrypt-region):
5885         Remove redundant calls to `generate-new-buffer-name'.
5886
5887 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5888
5889         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5890         Don't use QP for message/rfc822.
5891         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5892
5893 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5894
5895         * sieve-manage.el (sieve-string-bytes): Remove.
5896         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5897         correct byte-length only if the process's coding-system is the same as
5898         the one used internally by Emacs to represent strings.
5899
5900 2008-04-22  Juri Linkov  <juri@jurta.org>
5901
5902         * mailcap.el (mailcap-file-default-commands): New function.
5903
5904 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * message.el (message-signature-separator, message-cite-function):
5907         Change custom version.
5908
5909 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5910
5911         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5912         commands.
5913         (tls-checktrust): Ditto.
5914
5915 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * mm-decode.el (mm-display-external): Make temp file read-only.
5918
5919 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5922         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5923         `C-c C-f d'.
5924
5925 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5926
5927         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5928
5929 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5930
5931         * gnus.el: Bump version to 0.9.
5932
5933 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * gnus.el: No Gnus v0.8 is released.
5936
5937 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5938
5939         * mail-source.el (mail-source-value):
5940         Prefer fboundp to functionp so it works with macros as well.
5941
5942 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5945         Fix last change in case the element is not even a symbol.
5946
5947 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5948
5949         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5950         Prefer fboundp to functionp so it works with macros as well.
5951
5952 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * auth-source.el: Added docs.
5955         (auth-sources): Modify format to support server.
5956         (auth-source-pick, auth-source-user-or-password)
5957         (auth-source-user-or-password-imap)
5958         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5959         (auth-source-user-or-password-sftp)
5960         (auth-source-user-or-password-smtp): Add server parameter.
5961
5962 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5963
5964         * gnus-registry.el: Initialize the registry when gnus-registry-install
5965         is t.
5966
5967 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * compface.el (uncompface): Make buffer unibyte.
5970
5971 2008-04-05  Glenn Morris  <rgm@gnu.org>
5972
5973         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5974
5975 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5976
5977         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5978         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5979
5980         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5981         multibyteness after rather than before erasing it.
5982
5983         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5984         mm-with-multibyte.
5985         (gnus-request-article-this-buffer): Make sure the proper decoding is
5986         used if gnus-original-article-buffer happens to be unibyte.
5987
5988         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5989         default-enable-multibyte-characters.
5990
5991         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5992         default-enable-multibyte-characters.
5993
5994         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5995
5996         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5997
5998 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5999
6000         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6001         (imap-message-copyuid-1): Use it.
6002         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6003         J. Williams in
6004         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6005
6006         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6007         imap-enable-exchange-bug-workaround.
6008         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6009
6010 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6011
6012         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6013         a 100 byte status-checks into a 2-3MB transfer for each group.
6014         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6015         to enable bug workaround or not.
6016         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6017
6018 2008-03-31  Glenn Morris  <rgm@gnu.org>
6019
6020         * message.el (mml2015-use): Declare for compiler.
6021         (message-info): Require mml2015 when appropriate.
6022
6023 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6026         whitespace.
6027
6028 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6029
6030         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6031         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6032         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6033         (nntp-service-to-port): New function.
6034         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6035         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6036         (nntp-open-netcat-stream): New function.
6037         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6038
6039 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6040
6041         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6042
6043 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6044
6045         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6046
6047 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6048
6049         * dns.el (dns-write): Use set-buffer-multibyte.
6050
6051 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6052
6053         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6054
6055 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * message.el (message-signature-separator): Change default.
6058         Improve custom type.
6059         (message-cite-function): Change default to
6060         message-cite-original-without-signature.
6061
6062         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6063         toggle.
6064
6065         * message.el (message-check-news-body-syntax): Fix signature check.
6066         (message-setup-1): Mark buffer as unmodified _after_ running
6067         message-setup-hook and handling message-alternative-emails.
6068         (message-shorten-references): Be more strict when building list of
6069         valid references to comply with GNKSA.
6070
6071         * gnus-group.el (gnus-read-ephemeral-bug-group)
6072         (gnus-read-ephemeral-debian-bug-group)
6073         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6074
6075         * message.el (message-info): Don't use booleanp which isn't supported
6076         in Emacs 21 and XEmacs.
6077
6078 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6081         gnus-group-gmane-group-download-format.
6082         (gnus-group-read-ephemeral-gmane-group): Rename from
6083         gnus-group-read-ephemeral-gmane-group.
6084         (gnus-read-ephemeral-gmane-group-url): Rename from
6085         gnus-group-read-ephemeral-gmane-group-url.
6086         (gnus-bug-group-download-format-alist): New variable.
6087         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6088         (gnus-read-ephemeral-emacs-bug-group): New commands.
6089
6090 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6091
6092         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6093         (gnus-visible-headers): Improve custom type.
6094
6095 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * mml.el (mml-menu): Add workarounds for XEmacs.
6098
6099         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6100         X-Boundary header.
6101
6102         * message.el (message-simplify-recipients): Fix previous commit.
6103
6104 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6105
6106         * mm-util.el (mm-set-buffer-multibyte): New function.
6107         * mm-decode.el (mm-copy-to-buffer): Use it.
6108
6109 2008-03-19  Glenn Morris  <rgm@gnu.org>
6110
6111         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6112         Accidentally removed in the sync process with Emacs.
6113
6114 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * message.el (message-alter-recipients-discard-bogus-full-name):
6117         New function.
6118         (message-alter-recipients-function): New variable.
6119         (message-get-reply-headers): Use it.
6120         (message-replace-header): New helper function.
6121         (message-recipients-without-full-name): New variable.
6122         (message-simplify-recipients): New command.
6123
6124         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6125
6126         * message.el (message-info): Handle EasyPG manual.
6127
6128         * mml.el (mml-menu): Add entry for EasyPG.
6129
6130 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6131
6132         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6133         parameter.
6134
6135         * message.el (message-disassociate-draft): Specify drafts group name
6136         fully.
6137
6138 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6141         unnecessary duplicates from the match list.
6142
6143 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6146
6147         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6148
6149         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6150         args of `how-many' of which the XEmacs version doesn't take; declare
6151         Info-index-next as function.
6152
6153 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * gnus-score.el (gnus-score-headers): Fix handling of
6156         gnus-inhibit-slow-scoring.
6157
6158         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6159         string.
6160         (gnus-button-url-regexp): Improve handling of parenthesis.
6161         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6162         (gnus-button-handle-info-keystrokes): Handle index entries.
6163
6164 2008-03-15  Glenn Morris  <rgm@gnu.org>
6165
6166         * parse-time.el (parse-time-string): Simplify.
6167
6168 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6171         Incoming* files.
6172
6173 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6174
6175         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6176         (auth-source-pick): Use it.
6177
6178 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6179
6180         * binhex.el (binhex-decode-region-internal):
6181         * uudecode.el (uudecode-decode-region-internal):
6182         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6183         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6184         setting default-enable-multibyte-characters.
6185
6186 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * auth-source.el (auth-source-protocols)
6189         (auth-source-protocols-customize, auth-source-choices): Added and
6190         modified variable customizations and defaults.
6191         (auth-source-pick, auth-source-user-or-password)
6192         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6193         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6194         (auth-source-user-or-password-sftp)
6195         (auth-source-user-or-password-smtp): Use new variables and provide an
6196         interface to netrc.el.
6197
6198 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6201         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6202         Make sure the nntp port to specify is a string.
6203
6204 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6205
6206         * nntp.el: Use with-current-buffer.
6207         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6208         dubious mm-with-unibyte-current-buffer.
6209         (nntp-with-open-group-function): New function extracted from
6210         nntp-with-open-group macro.
6211         (nntp-with-open-group): Use the function, so it's easier to debug.
6212         Add indentation and debugging info.
6213         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6214         the use of the netcat alternatives.
6215
6216         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6217         Avoid mm-string-as-multibyte as well.
6218
6219         * nnweb.el (nnweb-insert-html):
6220         Remove use of nnheader-string-as-multibyte.
6221
6222         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6223         (nnheader-string-as-multibyte): Remove.
6224
6225         * mm-view.el: Use inhibit-read-only.
6226         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6227         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6228         or unibyte-string.
6229
6230         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6231         (mm-uu-yenc-extract): Use with-current-buffer.
6232
6233         * gnus-soup.el (gnus-soup-send-packet): Don't use
6234         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6235
6236         * nnmh.el: Use with-current-buffer.
6237         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6238         mm-string-as-multibyte on the output of mm-encode-coding-string.
6239
6240         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6241         (nnimap-request-move-article): Use with-current-buffer.
6242
6243         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6244         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6245         conversion uses string-make-unibyte rather than string-as-unibyte.
6246
6247         * gnus-msg.el: Use with-current-buffer.
6248
6249         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6250
6251 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6252
6253         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6254         string for caching if it is 'PIN.
6255
6256 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * lpath.el: Consider the case without Emacs/W3.
6259
6260 2008-03-08  Glenn Morris  <rgm@gnu.org>
6261
6262         * time-date.el (date-to-time, time-subtract, time-add)
6263         (safe-date-to-time): Doc fixes.
6264
6265 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * mail-source.el (mail-source-delete-old-incoming-confirm):
6268         Change default to nil.
6269         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6270
6271 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * lpath.el: Rearrange.
6274
6275         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6276         (gnus-article-goto-prev-page): Work for articles having ^L's.
6277
6278         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6279
6280         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6281
6282 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6283
6284         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6285         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6286         (gnus-bookmark-jump): Adjust some variable names.
6287
6288 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * auth-source.el: New package.
6291         (auth-source-choices): Add customization entry point variable.
6292
6293         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6294         bug.
6295
6296 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6299         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6300         (gnus-registry-install-shortcuts): Rename from
6301         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6302         the `gnus-registry-mark-map' keymap dynamically from
6303         `gnus-registry-marks'.  The generated functions update the summary line
6304         when a registry mark is added or deleted, and will call
6305         `gnus-registry-install-p' (see the comments in the code).
6306         (gnus-registry-user-format-function-M): Use concat intelligently.
6307
6308         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6309         the registry mark functions.
6310
6311 2008-03-05  Glenn Morris  <rgm@gnu.org>
6312
6313         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6314         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6315         gnus-art.
6316         (top-level): No need to load own source when compiling.
6317
6318 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6321         Suggested by <chris.anderton@zetnet.co.uk>.
6322
6323 2008-03-04  Glenn Morris  <rgm@gnu.org>
6324
6325         * gnus-sum.el (top-level): No need to require gnus when compiling,
6326         since unconditionally required near start of file.
6327         (gnus-summary-display-while-building): Move definition before use.
6328
6329 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6332         formatting function.
6333
6334 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6335
6336         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6337         with plists.
6338         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6339         Use new format.
6340
6341 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6344         `where-is-internal' that returns a range of key sequences.
6345
6346 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6347
6348         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6349
6350         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6351         (gnus-summary-jump-to-group): Consider windows on other displayed
6352         frames as well.  Similar changes might be needed elsewhere, but that's
6353         the one I've bumped into during my use.
6354
6355         * nndoc.el (nndoc-oe-dbx-type-p):
6356         * gnus-msg.el (gnus-debug):
6357         * gnus-group.el (gnus-update-group-mark-positions):
6358         Use mm-string-to-multibyte.
6359
6360 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6363         doesn't handle NotDashEscaped.
6364
6365         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6366         (mml-dnd-attach-options): Fix typo in custom choice.
6367
6368         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6369         nndoc-article-type to mbox.
6370         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6371
6372         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6373         to nil, instead of html2text.
6374
6375         * imap.el (imap-debug): Add `imap-ping-server'.
6376
6377         * gnus-bookmark.el: Add FIXMEs.
6378
6379         * message.el (message-form-letter-separator)
6380         (message-send-form-letter-delay): New variables.
6381         (message-send-form-letter): Use them.  New command to send form
6382         letters.  Requested by Uwe Siart.
6383         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6384
6385 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * Update copyright years.
6388
6389 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         Sync from EMACS_22_BASE.
6392
6393         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6394
6395 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6396
6397         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6398         empty author.
6399
6400 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6401
6402         * gnus-registry.el (gnus-registry-marks): Add variable for
6403         customization of marks and their appearance.
6404         (gnus-registry-read-mark): Use it.
6405         (gnus-registry-do-marks): Add utility function to loop through
6406         `gnus-registry-marks'.
6407         (gnus-registry-install-shortcuts-and-menus): Add function to install
6408         shortcuts and menus.
6409         (gnus-registry-initialize): Use it.
6410         (gnus-registry-default-mark): Clarify documentation.
6411
6412 2008-02-29  Glenn Morris  <rgm@gnu.org>
6413
6414         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6415         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6416         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6417         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6418         Change defcustom :version from 23.0 to 23.1.
6419
6420 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * gnus-registry.el (gnus-registry-follow-group-p)
6423         (gnus-registry-post-process-groups): Add functions to aid registry
6424         splitting and improve logging.  Clarify behavior in function
6425         documentation.
6426         (gnus-registry-split-fancy-with-parent): Use them.
6427
6428 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6429
6430         * gnus-art.el: Use with-current-buffer.
6431
6432 2008-02-27  David Engster  <dengste@eml.cc>
6433
6434         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6435         Express real group name in the response.
6436
6437 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6440         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6441         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6442         autoload gnus-registry-fetch-group when compiling.
6443         (nnmairix-request-group-with-article-number-correction): Remove
6444         unreferenced argument passed to nnmairix-call-backend.
6445
6446 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6449         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6450         Wilde.
6451
6452 2008-02-27  Glenn Morris  <rgm@gnu.org>
6453
6454         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6455         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6456         variables to defconsts.  Convert comments to doc-strings.
6457         (nnmairix-last-server, nnmairix-current-server): Convert from free
6458         variables to defvars.  Convert comments to doc-strings.
6459         (gnus-registry-fetch-group): Autoload.
6460         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6461         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6462         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6463         caddr.
6464         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6465         nnmairix-request-group-with-article-number-correction call.
6466         (nnmairix-fast, nnmairix-group): New, less general names, for free
6467         variables passed from nnmairix-request-group to
6468         nnmairix-request-group-with-article-number-correction.  Declare.
6469         (nnmairix-request-group-with-article-number-correction):
6470         Use nnmairix-fast, nnmairix-group rather than fast, group.
6471
6472 2008-02-26  David Engster  <dengste@eml.cc>
6473
6474         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6475         version 0.5.
6476
6477 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6480         instead of making an extra function call.  Don't add the current group
6481         to articles only when they have the group.  Use
6482         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6483         Reported by David <de_bb@arcor.de>.
6484
6485 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6488         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6489
6490 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * mail-source.el (mail-source-delete-incoming): Change default.
6493         Supplement doc string.
6494
6495         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6496
6497 2008-02-14  Glenn Morris  <rgm@gnu.org>
6498
6499         * time-date.el (format-seconds): New function.
6500
6501 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * nnmail.el (nnmail-message-id-cache-file): Derive from
6504         `gnus-home-directory'.
6505
6506 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6509         Document negative prefix.
6510
6511         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6512
6513 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6514
6515         * message.el (message-unsent-separator): Add the Exim bounce
6516         separator.
6517
6518 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6519
6520         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6521         list.
6522         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6523         recipient/signer list.
6524
6525 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * Makefile.in (datarootdir): Define.
6528         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6529         name that might contain whitespace.
6530
6531 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6534         fbound (Emacs 23 unicode), signal an error.
6535
6536 2008-02-08  Glenn Morris  <rgm@gnu.org>
6537
6538         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6539
6540 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6541
6542         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6543         ports to the calls to `netrc-machine-user-or-password' in addition to
6544         "imap" and "imaps".
6545
6546 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6547
6548         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6549
6550         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6551
6552 2008-02-01  Kenichi Handa  <handa@m17n.org>
6553
6554         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6555         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6556         (rfc2104-hash): Convert the result of concat to unibyte string.
6557
6558 2008-02-01  Dave Love  <fx@gnu.org>
6559
6560         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6561         coding-system-for-read.
6562         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6563
6564 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6567         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6568         <hanche@math.ntnu.no>.
6569
6570 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6573
6574         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6575
6576 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6577
6578         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6579         * message.el (message-beginning-of-line): Use featurep instead of bound
6580         tests in order to resolve conditionals at compile time.
6581
6582 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6583
6584         * mail-source.el (mail-sources): Add `group' choice.
6585
6586         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6587         parameter `in-group' to control into which group the articles go.
6588         Add treatment of `group' mail-source.
6589
6590 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6593
6594         * mm-decode.el (mm-dissect-buffer): Decode description.
6595
6596         * mml.el (mml-to-mime): Encode message header first.
6597
6598 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6601         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6602
6603         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6604         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6605
6606 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6609
6610 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6613         prefix keys.
6614         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6615         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6616         gnus-xmas.el.
6617
6618         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6619         (gnus-xmas-article-describe-bindings): New function.
6620         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6621         gnus-xmas-article-describe-bindings.
6622
6623         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6624
6625 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6628         Add new variables for article mark management.
6629         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6630         list of extra data entries which, when present, will indicate that the
6631         article ID should not be trimmed from the registry.
6632         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6633         functions.
6634         (gnus-registry-read-mark): New function to read a mark name from the
6635         user.
6636         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6637         (gnus-registry-set-article-mark-internal): New functions to add and
6638         remove marks.
6639         (gnus-registry-get-article-marks): New function to show the marks for
6640         an article, or retrieve them for further use.
6641
6642 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6645         keys when no argument is given.
6646
6647 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * imap.el (imap-ping-server): New variable.
6650         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6651         (imap-ping-server): Minor doc string fixes.
6652
6653 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6654
6655         * imap.el (imap-ping-server): New function.
6656         (imap-opened): Call imap-ping-server.
6657
6658 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * gnus-sum.el (gnus-article-sort-by-random)
6661         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6662         jidanni@jidanni.org.
6663
6664 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-art.el (gnus-article-describe-bindings): New function.
6667         (gnus-article-read-summary-keys): Use it.
6668         (gnus-article-mode-map): Bind `C-h b' to it.
6669
6670 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6673         XEmacs.
6674         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6675         against non-character events.
6676
6677         * lpath.el: Fbind map-keymap for Emacs 21.
6678
6679 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6682         command.
6683         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6684         instead of END.  Change name of the temp file.
6685         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6686         customizable.
6687
6688 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6691         bind `S W' to gnus-article-wide-reply-with-original; set default
6692         binding to gnus-article-read-summary-send-keys.
6693         (gnus-article-read-summary-keys): Fix the order of keys; display
6694         continuation keys correctly in the echo area; describe bindings
6695         correctly when keys end with `C-h'.
6696         (gnus-article-read-summary-send-keys): New function.
6697         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6698         for gnus-article-read-summary-send-keys; display continuation keys
6699         correctly in the echo area.
6700         (gnus-article-reply-with-original): Ignore prefix argument.
6701         (gnus-article-wide-reply-with-original): New function.
6702
6703         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6704         Emacs 21.
6705
6706 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6709         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6710
6711 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6714         (gnus-group-read-ephemeral-gmane-group): New command.
6715
6716 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6717
6718         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6719
6720 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * message.el (message-send-mail-function): Increase custom version.
6723
6724         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6725         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6726
6727 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6730         for the cases where imap-authenticate is called with a nil buffer
6731         parameter.
6732
6733 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6736         html parts correctly; support forwarded messages.
6737         (gnus-article-browse-html-article): Remove work buffers.
6738
6739         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6740         compiling.
6741         (netrc-bound-and-true-p): New macro.
6742         (netrc-parse): Use it instead of bound-and-true-p that is not available
6743         in XEmacs 21.4.
6744
6745 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * gnus-registry.el (gnus-registry-mark-article)
6748         (gnus-registry-article-marks): Add functionality to mark articles
6749         through the Gnus registry.
6750
6751         * encrypt.el: Clarify documentation for the new pgg method.
6752         (encrypt-file-alist): Add PGG option.
6753         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6754         functionality.  Abstract password key and messaging to external
6755         functions.
6756         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6757         (encrypt-message-method-and-cipher): Add new convenience external
6758         functions.
6759         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6760         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6761
6762         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6763         (netrc-parse): Use encrypt-file-alist to determine if
6764         encrypt-find-model or encrypt-insert-file-contents should be used.
6765
6766         * encrypt.el: Clarify documentation.  Load password-cache or
6767         password, whichever one is found first, instead of autoloading.
6768
6769 2007-12-19  Glenn Morris  <rgm@gnu.org>
6770
6771         * mml.el (message-options-set, message-narrow-to-head)
6772         (message-in-body-p, message-mail-p, message-encode-message-body):
6773         Autoload.
6774         (message-remove-header, message-narrow-to-headers-or-head)
6775         (message-subscribed-p, message-make-mail-followup-to)
6776         (message-position-on-field, message-news-p)
6777         (message-options-set-recipient, message-generate-headers)
6778         (message-sort-headers): Declare as functions.
6779
6780 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6783         convention in doc string.
6784
6785 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6788         title to html parts.
6789         (gnus-article-browse-html-article): Pass message header to it.
6790
6791         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6792
6793 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6796         or password compatible with XEmacs.
6797
6798 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6801         format document.
6802         (gnus-mime-delete-part): Don't write description line if empty.
6803         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6804
6805 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6806
6807         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6808         (gnus-summary-mark-read-and-unread-as-read)
6809         (gnus-summary-mark-current-read-and-unread-as-read)
6810         (gnus-summary-mark-unread-as-ticked): Doc fix.
6811         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6812
6813 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6816         Christoph Conrad <christoph.conrad@gmx.de>.
6817
6818 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6821         yes-or-no-p.
6822
6823 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * mm-decode.el (mm-add-meta-html-tag): New function.
6826         (mm-save-part-to-file, mm-pipe-part): Use it.
6827
6828         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6829         gnus-y-or-n-p instead of y-or-n-p.
6830         (gnus-article-browse-html-parts): Work with message/external-body; use
6831         mm-add-meta-html-tag.
6832
6833 2007-12-11  Glenn Morris  <rgm@gnu.org>
6834
6835         * gnus-cache.el: Require gnus-sum not just when compiling.
6836
6837         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6838
6839         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6840         definitions before use.
6841
6842         * mm-decode.el: Require gnus-util.
6843         (mm-remove-part): Only call delete-annotation on XEmacs.
6844
6845         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6846
6847         * nnmail.el: Require gnus-int.
6848
6849         * spam.el: Move `require's before `eval-when-compile's.
6850
6851         * gnus-ems.el (gnus-alive-p):
6852         * gnus-fun.el (message-goto-eoh):
6853         * gnus-util.el (gnus-group-name-decode):
6854         * mail-source.el (gnus-compress-sequence):
6855         * message.el (Info-goto-node, format-spec):
6856         * mm-bodies.el (message-options-get):
6857         * mm-decode.el (mm-view-pkcs7):
6858         * mm-util.el (gmm-write-region):
6859         * mml-smime.el (mml-compute-boundary)
6860         (gnus-completing-read-with-default):
6861         * mml.el (widget-button-press, gnus-make-hashtable):
6862         * mml1991.el (mm-decode-content-transfer-encoding)
6863         (mm-encode-content-transfer-encoding)
6864         (message-options-get, message-options-set):
6865         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6866         * nnfolder.el (gnus-request-group):
6867         * nnheader.el (ietf-drums-unfold-fws):
6868         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6869         * smime.el (gnus-run-mode-hooks):
6870         * spam-stat.el (gnus-message): Autoload.
6871
6872         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6873         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6874         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6875         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6876         Add declare-function compatibility definition.
6877
6878         * gnus-cache.el (nnvirtual-find-group-art):
6879         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6880         (gnus-add-image, gnus-add-wash-type):
6881         * gnus-group.el (nnkiboze-score-file):
6882         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6883         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6884         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6885         (message-tokenize-header, gnus-get-buffer-create)
6886         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6887         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6888         * gnus.el (gnus-group-decoded-name):
6889         * mail-source.el (imap-capability):
6890         * mm-bodies.el (message-options-set):
6891         * mm-decode.el (gnus-configure-windows):
6892         * mm-extern.el (message-goto-body):
6893         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6894         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6895         (epg-sub-key-validity, message-options-set):
6896         * mml.el (widget-event-point, gnus-configure-windows):
6897         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6898         * mml2015.el (epg-check-configuration, epg-configuration)
6899         (message-options-set):
6900         * nndb.el (nndb-request-article):
6901         * nnfolder.el (gnus-request-create-group):
6902         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6903         * nnmaildir.el (gnus-group-mark-article-read):
6904         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6905         * rfc1843.el (message-fetch-field):
6906         * spam.el (gnus-extract-address-components):
6907         Declare as functions.
6908
6909 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6912
6913         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6914
6915         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6916         bind show-trailing-whitespace for XEmacs.
6917
6918 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6921         new no-op macro for backward compatibility.
6922
6923         * imap.el (imap-string-to-integer): New function.
6924
6925 2007-12-09  Glenn Morris  <rgm@gnu.org>
6926
6927         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6928
6929         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6930         * message.el, mm-view.el, sieve-manage.el, smime.el:
6931         Add declare-function compatibility definition.
6932
6933         * gnus-art.el (w3-region, w3m-region, Info-menu):
6934         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6935         * gnus-sum.el (gnus-get-predicate):
6936         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6937         * message.el (mail-abbrev-in-expansion-header-p):
6938         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6939         (w3m-detect-meta-charset, w3m-region):
6940         * sieve-manage.el (password-read, password-cache-add)
6941         (password-cache-remove):
6942         * smime.el (password-read-and-add): Declare as functions.
6943
6944 2007-12-08  David Kastrup  <dak@gnu.org>
6945
6946         * gnus-sum.el (gnus-summary-simplify-subject-query):
6947         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6948         `message'.
6949
6950 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6953         it to bind idna-program, installation-directory, defined-colors, and
6954         face-attribute for XEmacs of the version that compiles defcustom forms.
6955
6956 2007-12-07  Glenn Morris  <rgm@gnu.org>
6957
6958         * gnus-art.el (article-make-date-line): Revert previous change.
6959
6960 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6963
6964 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6965
6966         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6967         Call gnus-add-to-range ranges only once with a prepared article-list.
6968
6969 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6970
6971         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6972         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6973         group names with backslashes.  Reported by Tassilo Horn
6974         <tassilo@member.fsf.org>.
6975
6976 2007-12-06  Deepak Goel  <deego3@gmail.com>
6977
6978         * gnus-art.el (article-make-date-line):
6979         * gnus-start.el (gnus-load):
6980         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6981
6982 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-art.el (gnus-use-idna)
6985         * gnus-start.el (gnus-site-init-file)
6986         * message.el (message-use-idna)
6987         * mm-uu.el (mm-uu-hide-markers)
6988         * smiley.el (smiley-style): Revert changes that suppress warnings.
6989
6990 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6993         specify charset to html source.  Reported by Christoph Conrad
6994         <christoph.conrad@gmx.de>.
6995
6996 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6999         idna-program in order to suppress byte compile warning issued by XEmacs
7000         that came to byte compile the default value section of defcustom forms
7001         recently.
7002
7003         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7004         value of installation-directory.
7005
7006         * message.el (message-use-idna): Don't directly refer to the value of
7007         idna-program.
7008
7009         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7010
7011         * smiley.el (smiley-style): Don't directly call face-attribute.
7012
7013 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7016
7017         * gnus-dired.el: Reduce Gnus dependencies.
7018         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7019         require.  Use autoloads instead.
7020         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7021         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7022         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7023         (gnus-dired-mode): Adjust doc string.
7024         (gnus-dired-mail-mode): New variable.
7025         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7026         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7027         (gnus-dired-mail-buffers): New function.  Return mail or message
7028         composition buffers.
7029         (gnus-dired-attach): Use it.
7030         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7031         NO-DECODE.
7032         (gnus-dired-print): Use `gnus-print-buffer' depending on
7033         `gnus-dired-mail-mode'.
7034
7035 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * rfc2047.el (rfc2047-encoded-word-regexp)
7038         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7039         explaining what regexp patterns are for.
7040
7041 2007-12-04  Glenn Morris  <rgm@gnu.org>
7042
7043         * password.el: Move to password-cache.el.
7044
7045         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7046         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7047         * mml-smime.el (password-read, password-cache-add)
7048         (password-cache-remove):
7049         No need to autoload, since mml-sec requires password.
7050
7051         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7052         * message.el (gnus-extract-address-components):
7053         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7054
7055         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7056         password.
7057
7058 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * mailcap.el: Reduce dependencies.
7061         (mail-header-parse-content-type): Autoload.
7062         (mailcap-delete-duplicates): New alias.
7063         (mailcap-mime-info): Add optional argument NO-DECODE.
7064         (mailcap-mime-types): Use mailcap-delete-duplicates.
7065
7066         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7067
7068 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7069
7070         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7071         (imap-parse-status): Upcase status-att for servers that sends them
7072         lower-case (e.g., MS Exchange 2007).
7073
7074 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7077         function.
7078
7079         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7080         (gnus-uu-yenc-article): New function.
7081
7082         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7083
7084         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7085         buffer.
7086
7087 2007-12-02  Glenn Morris  <rgm@gnu.org>
7088
7089         * binhex.el (binhex): New custom group.
7090         (binhex-decoder-program, binhex-decoder-switches)
7091         (binhex-use-external): Move to the binhex custom group.
7092
7093         * uudecode.el (uudecode): New custom group.
7094         (uudecode-decoder-program, uudecode-decoder-switches)
7095         (uudecode-use-external): Move to the uudecode custom group.
7096
7097         * netrc.el (top-level): Don't load `encrypt' features.
7098         (netrc-parse): Don't use encrypt.
7099         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7100
7101         * encrypt.el: Remove file.
7102
7103 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7106         matches on patches.
7107
7108         * gnus-art.el (gnus-article-browse-html-article): Mention
7109         `mm-text-html-renderer' in the doc string.
7110
7111         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7112         string.  Add comments.
7113
7114         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7115         if rhs is ASCII.
7116
7117 2007-12-01  Glenn Morris  <rgm@gnu.org>
7118
7119         * mail-source.el (top-level): Require format-spec before
7120         eval-when-compile.
7121
7122 2007-11-30  Glenn Morris  <rgm@gnu.org>
7123
7124         * encrypt.el: Require password, rather than autoloading password-read.
7125
7126 2007-11-29  Glenn Morris  <rgm@gnu.org>
7127
7128         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7129         (sasl-make-client, sasl-next-step, sasl-step-data)
7130         (sasl-step-set-data): Declare as functions.
7131
7132 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7135
7136 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7137
7138         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7139         certs should be verified and what is to be done in the event of a
7140         verification failure.
7141
7142         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7143         caller can indicate whether the cache should be disregarded for this
7144         call.  This way the result of the call is reproducible at all times and
7145         can be considered a canonical server name for the supplied method.
7146         (gnus-agent-method-p): Canonicalize server names by pushing their
7147         method through `gnus-method-to-server' using the no-cache argument.
7148
7149         * gnus-srvr.el (gnus-server-insert-server-line): Call
7150         `gnus-method-to-server' with `no-cache' argument.
7151
7152         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7153         gnus-agent-possibly-synchronize-flags as this should be called when the
7154         server is actually being opened.
7155         (gnus-agent-possibly-synchronize-flags)
7156         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7157         flags file of an agentized server to the latter function.
7158
7159         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7160         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7161         after a connection has been established successfully.
7162
7163 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (article-display-face): Force to display face if called
7166         interactively; check if gnus-article-x-face-too-ugly matches author.
7167         (article-display-x-face): Display face even if From header is missing
7168         as article-display-face does.
7169
7170 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7171
7172         * hashcash.el (message-narrow-to-headers-or-head)
7173         (message-fetch-field, message-goto-eoh)
7174         (message-narrow-to-headers): Declare as functions.
7175
7176 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * mail-source.el (mail-sources): Default to fetch from file for
7179         compatibility with default of nnmail-spool-file.
7180
7181 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7184         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7185         to look for encoded word that should be encoded again.
7186         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7187         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7188         encoding pattern.
7189         (rfc2047-decode-region): Switch strict regexp and loose one according
7190         to rfc2047-allow-irregular-q-encoded-words.
7191
7192 2007-11-25  Romain Francoise  <romain@orebokech.com>
7193
7194         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7195
7196 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * tls.el (tls-program): Provide more custom choices from
7199         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7200         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7201
7202 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7205         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7206
7207         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7208         `nnmail-spool-file'.
7209
7210         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7211         `nnmail-spool-file'.
7212
7213         * gnus-move.el (gnus-change-server): Ditto.
7214
7215         * gnus-kill.el (gnus-batch-score): Ditto.
7216
7217         * gnus-cache.el (gnus-jog-cache): Ditto.
7218
7219         * gnus-msg.el (gnus-summary-reply):
7220         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7221
7222 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7225         version.  Minor improvement to doc strings.
7226         (tls-program): Add comment.
7227
7228 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7229
7230         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7231         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7232         mismatch between the hostname provided in the certificate and the name
7233         of the host connnecting to.
7234         (open-tls-stream): Use them.  Check certificates against trusted root
7235         certificates.
7236
7237 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-cache.el (gnus-cache-generate-nov-databases):
7240         Use nnml-generate-nov-databases-directory instead of
7241         nnml-generate-nov-databases-1.
7242
7243 2007-11-24  Glenn Morris  <rgm@gnu.org>
7244
7245         * message.el (message-tool-bar-retro): Update for rename
7246         mail_send.xpm->mail-send.xpm.
7247
7248 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7251         `smime-ldap-search' for Emacs 22 and up.
7252
7253 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7256
7257         * message.el (message-send-mail-function): Fix error convention.
7258         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7259         (message-widen-reply, message-send-mail, message-talkative-question)
7260         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7261         (message-clone-locals, message-send-news): Use with-current-buffer.
7262         (message-insert-or-toggle-importance): Remove unused var `valid'.
7263         (message-make-references): Remove unused var `new-references'.
7264         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7265
7266 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7267
7268         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7269         (spam-split-symbolic-return-positive): Reflow docstring.
7270         (spam-backends, spam-summary-exit-behavior)
7271         (spam-mark-ham-unread-before-move-from-spam-group)
7272         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7273         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7274         (spam-clear-cache, spam-backend-check, spam-install-backend)
7275         (spam-install-statistical-backend, spam-list-of-processors)
7276         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7277         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7278         (spam-check-crm114, spam-initialize, spam-unload-hook):
7279         Fix typos in docstrings.
7280
7281 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7284         been checked if they have never been read and those group levels are
7285         higher than the one that a user specified.
7286
7287 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7290         foreign groups unless a group level is specified by a user.
7291         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7292
7293 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * message.el (message-send-mail-function): Require sendmail.
7296
7297 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * message.el (message-send-mail-function): Check for smtpmail too.
7300
7301         * utf7.el (utf7-encode, utf7-decode): Use coding system
7302         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7303
7304         * message.el (message-send-mail-function): New function.
7305         (message-send-mail-function): Set default using
7306         message-send-mail-function.  Adjust doc string.
7307         (message-send-mail-with-mailclient): New function.
7308
7309 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7310
7311         * smime.el (from):
7312         * rfc2047.el (message-posting-charset):
7313         * qp.el (mm-use-ultra-safe-encoding):
7314         * pop3.el (parse-time-months):
7315         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7316         * nnml.el (files):
7317         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7318         (jka-compr-compression-info-list, ange-ftp-path-format)
7319         (efs-path-regexp):
7320         * nndiary.el (files):
7321         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7322         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7323         (epg-digest-algorithm-alist, inhibit-redisplay)
7324         (password-cache-expiry):
7325         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7326         (pgg-output-buffer, password-cache-expiry):
7327         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7328         (efs-path-regexp):
7329         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7330         (inhibit-redisplay):
7331         * mm-uu.el (file-name, start-point, end-point, entry)
7332         (gnus-newsgroup-name, gnus-newsgroup-charset):
7333         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7334         (latin-unity-ucs-list):
7335         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7336         (mm-uu-binhex-decode-function):
7337         * message.el (gnus-message-group-art, gnus-list-identifiers)
7338         (rmail-enable-mime-composing, gnus-local-organization)
7339         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7340         (gnus-read-active-file, facemenu-add-face-function)
7341         (facemenu-remove-face-function, gnus-article-decoded-p)
7342         (tool-bar-mode):
7343         * mail-source.el (display-time-mail-function):
7344         * gnus-util.el (nnmail-pathname-coding-system)
7345         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7346         (gnus-original-article-buffer, gnus-user-agent)
7347         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7348         (xemacs-codename, sxemacs-codename, emacs-program-version):
7349         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7350         * gnus-start.el (gnus-agent-covered-methods)
7351         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7352         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7353         (gnus-newsgroup-headers, gnus-group-list-mode)
7354         (gnus-group-mark-positions, gnus-newsgroup-data)
7355         (gnus-newsgroup-unreads, nnoo-state-alist)
7356         (gnus-current-select-method, mail-sources)
7357         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7358         (nnmail-spool-file, gnus-cache-active-hashtb):
7359         * gnus-mh.el (mh-lib-progs):
7360         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7361         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7362         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7363         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7364         (gnus-group-buffer):
7365         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7366         (font-lock-set-defaults):
7367         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7368         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7369         (gnus-summary-post-menu, total-parts, type, condition, length):
7370         * gnus-agent.el (gnus-agent-read-agentview):
7371         * flow-fill.el (show-trailing-whitespace):
7372         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7373         eval-and-compile wrappers for byte compiler pacifiers.
7374
7375         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7376         (mm-display-inline-fontify): Check for featurep 'xemacs not
7377         extent-list.
7378
7379         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7380         itimer-list.
7381         (mm-create-image-xemacs): Only do something for XEmacs.
7382         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7383
7384         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7385
7386         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7387         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7388
7389 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7390
7391         * nnimap.el (nnimap-split-download-body):
7392         * gnus-demon.el (gnus-demon):
7393         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7394
7395 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7398         macros.
7399         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7400         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7401         copy data from unibyte buffer to multibyte current buffer.
7402         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7403         to copy data from unibyte current buffer to multibyte buffer.
7404         (nntp-make-process-buffer): Make process buffer unibyte.
7405
7406         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7407
7408 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7409
7410         * pop3.el (pop3-open-server): Accept and process data more robustly at
7411         connexion start to avoid spurious "POP SSL connexion failed" errors.
7412
7413 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7416         read group names.
7417
7418 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7421
7422 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7425         (nnmail-save-active): Use a unibyte buffer when saving active file,
7426         which may contain non-ASCII group names.
7427
7428         * nnml.el (nnml-request-group): Decode group names in messages.
7429
7430 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * message.el (message-citation-line-function)
7433         (message-insert-formatted-citation-line): Fix spelling of
7434         `message-insert-formated-citation-line'.
7435
7436 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7439
7440 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7443         nnmail-pathname-coding-system.
7444
7445         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7446         that a user enters; decode group names in messages.
7447
7448         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7449
7450 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7453
7454         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7455
7456         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7457         risky local variable.
7458
7459         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7460
7461 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * encrypt.el: Improve documentation to fix function name typo.
7464         Reported by Daiki Ueno <ueno@unixuser.org>.
7465
7466 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7469         even if the point is not in the last page of an article.
7470         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7471         back to the previous page.
7472
7473 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7476
7477 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7480
7481 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7482
7483         * message.el (message-check-news-body-syntax): Avoid
7484         mm-string-as-multibyte.
7485         (message-hide-headers): Don't assume (point-min)==1.
7486
7487 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * message.el (message-remove-blank-cited-lines): Fix if remove is
7490         given.
7491         (message-bogus-address-regexp): New variable.
7492         (message-bogus-recipient-p): New function.
7493         (message-check-recipients): New command.
7494         (message-syntax-checks): Add `bogus-recipient'.
7495         (message-fix-before-sending): Add `bogus-recipient'.
7496
7497         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7498         (gnus-treat-body-boundary): Don't test window-system.
7499
7500 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7501
7502         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7503
7504 2007-10-28  Miles Bader  <miles@gnu.org>
7505
7506         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7507         at compile-time too.
7508
7509 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * gnus-msg.el (gnus-message-setup-hook): Add
7512         `message-remove-blank-cited-lines' to options.
7513
7514 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * message.el (message-remove-blank-cited-lines): New function.
7517         Suggested by Karl Plästerer.
7518
7519 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7522         mapc.
7523
7524         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7525         (top-level): Use mapc to set functions to be traced for debugging.
7526
7527         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7528         called for effect with while loop.
7529
7530         * message.el (message-talkative-question): Replace mapcar called for
7531         effect with mapc.
7532
7533         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7534         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7535         called for effect with dolist.
7536
7537         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7538
7539         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7540         gnus-extra-headers and nnmail-extra-headers.
7541
7542         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7543         called for effect with dolist.
7544         (top-level): Use mapc to set functions to be traced for debugging.
7545
7546         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7547         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7548         dolist.
7549
7550         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7551         Replace mapcar called for effect with mapc.
7552         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7553         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7554         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7555         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7556
7557         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7558         remove-if that's a cl function.
7559
7560         * webmail.el (webmail-debug): Replace mapcar called for effect with
7561         dolist.
7562
7563         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7564         with mapc.
7565
7566 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7569         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7570         with while loop.
7571
7572         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7573         functions from article-* functions.
7574         (gnus-multi-decode-header): Replace mapcar called for effect with
7575         dolist.
7576
7577         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7578         (gnus-bookmark-show-details): Replace mapcar called for effect with
7579         while loop.
7580
7581         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7582         called for effect with while loop.
7583
7584         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7585         with dolist.
7586
7587         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7588         mapcar called for effect with dolist.
7589
7590         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7591
7592         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7593         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7594         Replace mapcar called for effect with dolist.
7595         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7596         mapc.
7597
7598         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7599         Replace mapcar called for effect with dolist.
7600         (gnus-topic-list): Replace mapcar called for effect with mapc.
7601
7602         * gnus.el: Use mapc instead of mapcar to add autoloads.
7603
7604 2007-10-23  Richard Stallman  <rms@gnu.org>
7605
7606         * gnus-group.el (gnus-group-highlight): Mark as risky.
7607
7608 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus.el (gnus-server-to-method): Return method found first in
7611         gnus-newsrc-alist.
7612
7613         * gnus-art.el (gnus-article-highlight-signature)
7614         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7615         button overlay without the front stickiness.
7616
7617 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7618
7619         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7620         overview buffer needed a catch to receive its throw.
7621         (gnus-agent-flush-cache): Declared as interactive to make this function
7622         easier to use.
7623
7624 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7627         `next-line'.
7628
7629 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7632         exclude address matching message-dont-reply-to-names.
7633
7634 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-util.el (gnus-string<): New function.
7637
7638         * gnus-sum.el (gnus-article-sort-by-author)
7639         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7640
7641 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7644         the frame-focus tag is set in gnus-buffer-configuration.
7645
7646 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7649         the front stickiness.
7650
7651 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7654         url pattern; remove duplicate one.
7655         (gnus-article-extend-url-button): New function.
7656         (gnus-article-add-buttons): Use it.
7657         (gnus-button-push): Use concatenated url that it makes.
7658
7659 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7660
7661         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7662
7663 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7664
7665         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7666         Don't hardcode point-min==1.
7667
7668 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7671         Fix comment about "iso8859-1".
7672
7673 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7674
7675         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7676         ones returned from the verify-function.
7677
7678         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7679         mml2015-extract-cleartext-signature if extraction failed.
7680
7681 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7682
7683         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7684         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7685         failed.
7686
7687 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7690
7691 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7694         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7695         recommends to use EasyPG instead of PGG.
7696
7697         * pgg.el: Revert to revision 6.23.2.16.
7698
7699         * pgg-def.el: Revert to revision 6.6.2.14.
7700
7701         * pgg-gpg.el: Revert to revision 6.23.2.34.
7702
7703 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7704
7705         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7706         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7707         thread for both the null and zero (kill/expire thread) universal prefix
7708         cases.
7709         (gnus-summary-expire-thread): Add new function to expire a thread,
7710         using gnus-summary-kill-thread.
7711         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7712         shortcuts for gnus-summary-expire-thread.
7713         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7714         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7715
7716 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7717
7718         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7719         extras value, so an extras entry can be deleted.
7720         (gnus-registry-delete-extra-entry): Use it.
7721         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7722         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7723         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7724         storage through the gnus-registry, and provide an appropriate API for
7725         it.
7726
7727 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7730         Suggested by Leo <sdl.web@gmail.com>.
7731
7732         * gnus.el: Do.
7733
7734 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7737         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7738
7739         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7740
7741         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7742         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7743
7744 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7747         newline.
7748         (nnmbox-request-accept-article): Don't change article in source buffer;
7749         narrow to header to use message-fetch-field rather than
7750         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7751         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7752         as delimiters; make sure article ends with newline.
7753         (nnmbox-delete-mail): Correct last position of article to be deleted;
7754         ignore X-Gnus-Newsgroup header in article body.
7755         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7756         positions; make sure article ends with newline.
7757
7758         * message.el (message-display-abbrev): Don't infloop when a user
7759         inserts SPC in the beginning of header.
7760
7761         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7762         coding-system-for-read and coding-system-for-write for XEmacs having no
7763         file-coding feature.
7764
7765         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7766
7767 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7768
7769         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7770         list of groups not followed by default.  Fix type to be regexp.
7771         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7772
7773 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7774
7775         * hmac-def.el (define-hmac-function): Switch from old-style to
7776         new-style backquotes.
7777
7778         * md4.el (md4-make-step): Likewise.
7779
7780 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7783         raw-text coding system when saving .newsrc file, which may contain
7784         non-ASCII group names.
7785
7786 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-cus.el (gnus-score-extra): New widget.
7789         (gnus-score-extra-convert): New function.
7790         (gnus-score-customize): Use it for Extra.
7791
7792 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7793
7794         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7795         (mml2015-mailcrypt-clear-verify): Use it.
7796         (mml2015-gpg-clear-verify): Use it.
7797         (mml2015-pgg-clear-verify): Use it.
7798         (mml2015-epg-clear-verify): Replace the current part with the output
7799         from GnuPG; don't extract the plaintext by itself.
7800
7801         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7802         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7803         mml2015-clear-verify-function; don't touch the armor headers or
7804         dash-escaped text here.
7805
7806 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7809         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7810         parts, or application/octet-stream as a last resort.
7811         (gnus-mime-view-part-as-type): Don't toggle display.
7812         (gnus-mime-view-part-as-charset): Don't turn off display before
7813         querying charset.
7814
7815         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7816         stuff to undisplayer function in Emacs.
7817         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7818
7819         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7820         text/calendar parts.
7821
7822 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7825         decoding text/calendar parts.
7826
7827         * message.el (message-forward-make-body-mime): Always mark body as
7828         having no illegible text; remove signed-or-encrypted argument.
7829         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7830
7831         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7832         (mml-generate-mime-1): Don't encode body if it is specified to be in
7833         raw form; don't make buffer be unibyte when inserting multibyte string.
7834
7835 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7836
7837         * sha1.el: Fix up comment style.
7838         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7839         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7840
7841         * hex-util.el: Fix up comment style.
7842         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7843
7844         * gnus-salt.el: Use with-current-buffer.
7845         (gnus-pick-setup-message): Fix long-standing typo.
7846
7847 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * imap.el (imap-logout-timeout): New variable.
7850         (imap-logout, imap-logout-wait): New functions.
7851         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7852
7853         * nnimap.el (nnimap-logout-timeout): New server variable.
7854         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7855         nnimap-logout-timeout.
7856
7857         * gnus-art.el (gnus-article-summary-command-nosave)
7858         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7859
7860 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus.el (gnus-maximum-newsgroup): New variable.
7863
7864         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7865         according to gnus-maximum-newsgroup.
7866
7867         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7868         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7869         Limit the range of articles according to gnus-maximum-newsgroup.
7870
7871 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7872
7873         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7874         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7875         Don't perform gnus-configure-windows here; reuse existing sticky
7876         article buffer.
7877
7878         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7879         it doesn't exist in gnus-article-mode.
7880
7881 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7884         (gnus-agent-decoded-group-name): New function.
7885         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7886         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7887
7888 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7889
7890         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7891         Add binding for gnus-sticky-article.
7892         (gnus-summary-exit): Don't kill sticky article buffers.
7893
7894         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7895         article buffer.
7896         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7897         (gnus-kill-sticky-article-buffers): New commands.
7898
7899 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * nntp.el (nntp-xref-number-is-evil): New server variable.
7902         (nntp-find-group-and-number): If it is non-nil, don't trust article
7903         numbers in the Xref header.
7904
7905 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-agent.el (gnus-agent-read-group): New function.
7908         (gnus-agent-flush-group, gnus-agent-expire-group)
7909         (gnus-agent-regenerate-group): Use it.
7910         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7911         nnmail-pathname-coding-system.
7912
7913 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7916
7917         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7918         that are unread as unread, and also as selected so that information of
7919         marks having been changed by a user may be updated when exiting group.
7920
7921 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7924         calculated ignoring signature parts to gnus-treat-article.
7925
7926 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7929         a point here in order to keep the window start.
7930         (gnus-insert-mime-security-button): Make a button overlay without the
7931         front stickiness.
7932         (gnus-mime-display-security): Goto the end of a button.
7933
7934         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7935
7936 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7939         group-name-at-point.
7940         (gnus-group-completing-read): New function that offers decoded
7941         non-ASCII group names for completion.
7942         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7943         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7944         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7945         (gnus-group-fetch-control): Use it.
7946         (gnus-fetch-group): Use group-name-at-point for the initial value
7947         rather than the default value; use gnus-alive-p.
7948
7949         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7950         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7951         (gnus-summary-post-news): Use gnus-group-completing-read.
7952
7953         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7954         (gnus-read-move-group-name): Decode group name for completion.
7955
7956 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7959         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7960         Yamaoka slightly modified the code).
7961
7962 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7965         (nnmail-split-incoming): Bind it.
7966
7967         * nnml.el (nnml-group-name-charset): New function.
7968         (nnml-decoded-group-name): Use it; don't decode group name if
7969         nnmail-group-names-not-encoded-p is non-nil.
7970         (nnml-encoded-group-name): New function.
7971         (nnml-group-pathname): Inline nnml-decoded-group-name.
7972         (nnml-request-expire-articles): Decode group name in message.
7973         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7974         nnmail-pathname-coding-system.
7975         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7976         not decoded ones according to nnmail-group-names-not-encoded-p.
7977         (nnml-generate-active-info): Use nnml-encoded-group-name.
7978
7979 2007-08-08  Glenn Morris  <rgm@gnu.org>
7980
7981         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7982         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7983         doc-strings and comments.
7984
7985 2007-07-25  Glenn Morris  <rgm@gnu.org>
7986
7987         * Relicense all FSF files to GPLv3 or later.
7988
7989 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-sum.el (gnus-summary-move-article): Make
7992         gnus-summary-respool-article work.
7993
7994 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7997         string.
7998
7999 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8000
8001         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8002         that should be ignored when comparing distant RSS articles with local
8003         ones.
8004         (nnrss-make-hash-index): New function.  Create a hash index according
8005         to the ignored fields.
8006         (nnrss-check-group): Use it.
8007
8008 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8011
8012         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8013
8014         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8015         the new optional argument ENCODED is non-nil.
8016         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8017         coding system for encoding group name.
8018         (gnus-group-make-rss-group): Pass un-encoded group name to
8019         gnus-group-make-group.
8020         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8021         encoded.
8022
8023         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8024         Encode group name to which articles are moved or copied.
8025         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8026         coding system for encoding Newsgroup, Followup-To and Xref headers.
8027
8028         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8029         marks; use nnheader-file-coding-system to write a file.
8030         (nnagent-retrieve-headers): Bind file-name-coding-system to
8031         nnmail-pathname-coding-system.
8032
8033         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8034
8035         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8036         (nnml-request-article, nnml-request-create-group)
8037         (nnml-request-rename-group, nnml-find-id)
8038         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8039         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8040         (nnml-save-marks): Use nnml-group-pathname instead of
8041         nnmail-group-pathname.
8042
8043         (nnml-request-create-group, nnml-request-expire-articles)
8044         (nnml-request-move-article, nnml-request-delete-group)
8045         (nnml-deletable-article-p, nnml-possibly-create-directory)
8046         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8047         (nnml-open-marks): Bind file-name-coding-system to
8048         nnmail-pathname-coding-system.
8049
8050         (nnml-request-article): Pass server argument to nnml-find-group-number.
8051         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8052         server argument to nnml-possibly-create-directory.
8053         (nnml-request-accept-article): Pass server argument to
8054         nnml-active-number and nnml-save-mail.
8055         (nnml-find-group-number): Pass server argument to nnml-find-id.
8056         (nnml-request-update-info): Pass server argument to
8057         nnml-marks-changed-p.
8058
8059         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8060         (nnml-save-mail, nnml-active-number): Add server argument.
8061
8062         (nnml-request-delete-group): Warn if group is missing.
8063         (nnml-get-nov-buffer): Decode group name.
8064         (nnml-generate-active-info): Encode group name.
8065         (nnml-open-marks): Decode group name in messages.
8066
8067 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8070         if it is not specified.
8071         (gnus-article-pipe-part, gnus-article-save-part)
8072         (gnus-article-interactively-view-part, gnus-article-copy-part)
8073         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8074         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8075         (gnus-article-replace-part, gnus-article-delete-part)
8076         (gnus-article-view-part-as-type): Pass raw prefix argument to
8077         gnus-article-part-wrapper.
8078
8079 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-agent.el (gnus-agent-save-active): Bind
8082         nnheader-file-coding-system to gnus-agent-file-coding-system.
8083
8084         * gnus-cache.el (gnus-cache-save-buffers)
8085         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8086         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8087         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8088         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8089         (gnus-cache-generate-active, gnus-cache-rename-group)
8090         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8091         (gnus-cache-update-overview-total-fetched-for): Bind
8092         file-name-coding-system to nnmail-pathname-coding-system.
8093         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8094         variables.
8095         (gnus-cache-decoded-group-name): New function.
8096         (gnus-cache-file-name): Use it.
8097         (gnus-cache-generate-active): Use non-decoded group name for active.
8098
8099         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8100         right place.
8101         (gnus-write-active-file): Don't break non-ASCII group names.
8102
8103         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8104         nnmail-pathname-coding-system.
8105
8106         * lpath.el: Bind default-file-name-coding-system,
8107         file-name-coding-system and language-info-alist for XEmacs.
8108
8109         * gnus-uu.el (gnus-uu-decode-save): Typo.
8110
8111 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8114
8115 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8118         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8119         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8120         (gnus-agent-flush-group, gnus-agent-flush-cache)
8121         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8122         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8123         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8124         (gnus-agent-regenerate-group)
8125         (gnus-agent-update-files-total-fetched-for)
8126         (gnus-agent-update-view-total-fetched-for): Bind
8127         file-name-coding-system to nnmail-pathname-coding-system.
8128         (gnus-agent-group-pathname): Don't encode file names by
8129         nnmail-pathname-coding-system.
8130         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8131         coding-system-for-write instead of buffer-file-coding-system to
8132         gnus-agent-file-coding-system.
8133
8134         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8135         Decode group name.
8136
8137         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8138
8139         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8140         (gnus-read-newsrc-el-file): Make group names unibyte.
8141
8142         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8143         nnmail-pathname-coding-system.
8144
8145         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8146         (nnrss-request-delete-group): Bind file-name-coding-system to
8147         nnmail-pathname-coding-system.
8148         (nnrss-read-server-data, nnrss-read-group-data): Bind
8149         file-name-coding-system correctly.
8150         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8151
8152         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8153         (nntp-server-to-method-cache): New variable.
8154         (nntp-group-pathname): New function that decodes non-ASCII group names.
8155         (nntp-possibly-create-directory, nntp-marks-changed-p)
8156         (nntp-save-marks, nntp-open-marks): Use it.
8157         (nntp-possibly-create-directory, nntp-open-marks):
8158         Bind file-name-coding-system to nnmail-pathname-coding-system.
8159         (nntp-open-marks): Decode group names when bootstrapping marks.
8160
8161         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8162         Newsgroups and Folowup-To headers.
8163
8164 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8167         (gnus-server-closed-face, gnus-server-denied-face)
8168         (gnus-server-offline-face): Remove variable.
8169         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8170
8171         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8172         of modifying message-stack directly for XEmacs.
8173
8174         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8175         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8176         if the coding-system argument is nil for XEmacs.
8177
8178         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8179         mm-charset-override-alist.
8180
8181         * rfc2047.el: Don't require base64; require rfc2045 for the function
8182         rfc2045-encode-string.
8183         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8184         to quote the parameter value.
8185
8186 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8189         form in gnus-group-name-charset-method-alist.
8190
8191         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8192         overrides the default layout edit-form.
8193
8194         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8195
8196         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8197
8198 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8201         as unfetched articles.
8202
8203 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8206
8207 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8210         original back end that keeps marks in the local system.
8211
8212 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8215         arg of pop-to-buffer for XEmacs.
8216         (gnus-article-read-summary-keys): Ditto; don't restore window
8217         configuration if summary command ends up with neither article buffer
8218         nor summary buffer; describe bindings if summary keys end with C-h.
8219
8220 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * message.el (message-fix-before-sending): Skip raw message part to be
8223         forwarded while checking illegible text.
8224         (message-forward-make-body-mime, message-forward-make-body): Mark
8225         signed or encrypted raw message as having no illegible text.
8226
8227 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8230         (gnus-message-with-timestamp-1): New macro.
8231         (gnus-message-with-timestamp): New function.
8232         (gnus-message): Use them.
8233
8234         * nnheader.el (nnheader-message): Use them.
8235
8236 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8239         .newsrc.eld file.
8240
8241 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-agent.el (gnus-agent-fetch-headers)
8244         (gnus-agent-retrieve-headers): Bind
8245         gnus-decode-encoded-address-function to identity.
8246
8247         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8248         available also when the server returns simply a dot.
8249
8250         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8251
8252 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8255
8256 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-ems.el (gnus-x-splash): Make it work.
8259
8260         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8261         from being used.
8262
8263         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8264
8265 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8268         4th and the 5th arguments.
8269
8270         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8271         the front stickiness.
8272         (gnus-article-summary-command-nosave): Correct the order of the
8273         arguments passed to pop-to-buffer.
8274         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8275         summary command ends up with the article buffer.
8276
8277         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8278         the same faces.
8279
8280 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8281
8282         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8283
8284 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8285
8286         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8287         * gnus-sum.el (gnus-summary-highlight):
8288         * pgg.el (pgg-sign-region, pgg-sign):
8289         * mail-source.el (mail-source-delete-old-incoming-confirm):
8290         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8291
8292 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-art.el (gnus-mime-view-part-externally)
8295         (gnus-mime-view-part-internally): Fix predicate function passed to
8296         completing-read.
8297
8298         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8299
8300         * gnus.el (gnus-update-message-archive-method): Add :version.
8301
8302 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus.el (gnus-update-message-archive-method): New variable.
8305
8306         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8307         according to gnus-message-archive-method if
8308         gnus-update-message-archive-method is non-nil.
8309
8310 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8313         by Loic Dachary <loic@dachary.org>.
8314         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8315
8316 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * message.el (message-pop-to-buffer): Add switch-function argument.
8319         (message-mail): Pass switch-function argument to it.
8320
8321 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8324         Improve doc string.
8325
8326 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8329         (gnus-header-content)
8330         * gnus-cite.el (gnus-cite-10)
8331         * gnus-srvr.el (gnus-server-closed)
8332         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8333         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8334         (gnus-group-mail-3-empty, gnus-group-mail-low)
8335         (gnus-group-mail-low-empty, gnus-splash)
8336         * message.el (message-header-to, message-header-cc)
8337         (message-header-subject, message-header-other, message-header-name)
8338         (message-header-xheader, message-separator, message-cited-text)
8339         (message-mml): Lighten colors of faces used for dark background.
8340
8341 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8342
8343         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8344         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8345
8346 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * message.el (message-narrow-to-headers-or-head):
8349         Ignore mail-header-separator in the body.
8350
8351 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8354         same as window size.
8355
8356 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8357
8358         * message.el (message-font-lock-keywords): Use message-header-xheader
8359         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8360         ahead of the anything pattern, to get it recognised.
8361
8362 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8365         spam.el loads uses it in the compiled defadvice form.
8366
8367 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8368
8369         * gnus-sum.el (gnus-articles-to-read)
8370         (gnus-summary-insert-old-articles): Don't truncate group name for
8371         `read-string'.
8372
8373         * gnus-util.el (gnus-limit-string): Delete this function.
8374
8375         * gnus-sum.el (gnus-simplify-subject-fully): Use
8376         `truncate-string-to-width' instead.
8377
8378 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8379
8380         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8381         if, on summary exit, the next group has to be selected.
8382         (gnus-summary-exit): Use it.
8383
8384 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8387         non-break space.
8388
8389 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8392         Check if group is not a directory.
8393         (nnfolder-request-expire-articles): Don't delete articles if the target
8394         group is not available.
8395
8396         * nnml.el (nnml-request-create-group): Properly check if group is not a
8397         file.
8398         (nnml-request-expire-articles): Don't delete articles if the target
8399         group is not available.
8400
8401         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8402         Don't quote characters that are within parentheses.
8403
8404 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8407         (gnus-handle-ephemeral-exit): Select article according to it.
8408
8409 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * message.el (message-insert-formated-citation-line): Remove newline.
8412         (message-citation-line-format): Add final \n here so that the user can
8413         avoid a blank line.
8414
8415 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8416
8417         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8418         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8419         Update lanl/arXiv support.
8420
8421 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * gnus.el: Bump version number.
8424
8425 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * gnus.el (gnus-version-number): Bump version.
8428
8429 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8430
8431         * gnus.el: No Gnus v0.6 is released.
8432
8433 2007-04-27  Didier Verna  <didier@xemacs.org>
8434
8435         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8436         * gmm-utils.el (gmm-regexp-concat): here.
8437         * message.el: Don't require 'gnus-util.
8438         (message-dont-reply-to-names): Handle name change above.
8439         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8440
8441 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8444         since the initial value varies according to the system.
8445
8446 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8449
8450 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8451
8452         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8453
8454 2007-04-24  Didier Verna  <didier@xemacs.org>
8455
8456         Improve the type of gnus-ignored-from-addresses.
8457         * gnus-util.el (gnus-orify-regexp): New function.
8458         * message.el (gnus-util): Require it.
8459         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8460         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8462
8463 2007-04-24  Didier Verna  <didier@xemacs.org>
8464
8465         * gnus-sum.el:
8466         * gnus-utils.el: Fix some trailing whitespaces.
8467
8468 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8471         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8472         article's Message-ID; refer parent article in summary buffer.
8473
8474         * message.el (message-bounce): Call mime-to-mml.
8475
8476         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8477         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8478         optimize and/or forms properly.
8479
8480 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8483         URL.
8484
8485 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8488
8489 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8492         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8493         displayed of multipart/alternative part if it is invoked from summary
8494         buffer.
8495
8496         * mm-view.el (mm-inline-text-html-render-with-w3m)
8497         (mm-inline-text-html-render-with-w3m-standalone)
8498         (mm-inline-render-with-function): Use mail-parse-charset by default.
8499
8500 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8501
8502         * parse-time.el (parse-time-string-chars): Check if CHAR
8503         is less than the length of parse-time-syntax.
8504
8505 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8508         from gnus-newsgroup-processable.
8509
8510 2007-04-16  Didier Verna  <didier@xemacs.org>
8511
8512         * gnus-msg.el (gnus-configure-posting-styles): Handle
8513         message-signature-directory properly with :file syntax.  Reported by
8514         "Leo".
8515
8516 2007-04-11  Didier Verna  <didier@xemacs.org>
8517
8518         New user option: message-signature-directory.
8519         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8520         * message.el (message-insert-signature): Ditto.
8521         * message.el (message-signature-file): Doc update.
8522         * message.el (message-signature-directory): New.
8523
8524 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-msg.el (gnus-inews-yank-articles): Use
8527         message-exchange-point-and-mark instead of exchange-point-and-mark.
8528
8529 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * message.el (message-yank-original): Make sure cited text ends with
8532         newline; don't exchange point and mark.
8533
8534 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8535
8536         * tls.el (open-tls-stream): Properly handle case where there
8537         is no associated buffer.
8538
8539 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8540
8541         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8542         message-yank-original, make sure (< mark TEXT point).
8543
8544 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * message.el (message-fill-column): New variable.
8547         (message-mode): Use it.  Add comment on a possible new hook.
8548
8549         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8550         (nnmail-get-new-mail): Reformat.
8551
8552         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8553
8554         * gmm-utils.el: Fix Commentary.
8555         (gmm-tool-bar-from-list): Fix typo in doc string.
8556
8557 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8558
8559         * message.el (message-yank-original): Don't switch point and mark
8560         unnecessarily to put point and mark as documented.
8561
8562 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8565         from the message heads.
8566
8567 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8568
8569         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8570         article buffer does not have a window.  This may not be the best
8571         solution but is certainly better than setting the start of the null,
8572         that is the current, window.
8573
8574 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8577         (gnus-draft-setup): Run it.
8578
8579         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8580         gnus-score-fast-scoring.  Allow regexp.
8581         (gnus-score-headers): Use it.
8582
8583         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8584         XEmacs.
8585
8586         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8587         string.
8588         (gnus-button-alist): Also catch `<f1> k ...'.
8589         (gnus-treat-display-x-face): Fix doc string.
8590
8591 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8592
8593         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8594         evaluation of gnus-extended-version to ensure correct generation of the
8595         User-Agent header when message-generate-headers-first is used.
8596
8597 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8598
8599         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8600         hashcash-path is nil.  Don't call callback with incorrect number of
8601         parameters if val is 0.
8602
8603 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8604
8605         * message.el (message-required-news-headers):
8606         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8607
8608 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8609
8610         * tls.el (open-tls-stream): In handshake-waiting loop,
8611         don't wait more if there is output available to process.
8612
8613 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8614
8615         * tls.el (tls-program): Doc fix.
8616
8617 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * message.el (message-generate-new-buffers): Change the meaning of the
8620         nil value; add `standard' to the choices; treat t as `unique'; improve
8621         doc string.
8622         (gnus-select-frame-set-input-focus): Autoload.
8623         (message-buffer-name): Search for the existing message buffer if
8624         message-generate-new-buffers is nil or `standard'; treat the value t of
8625         message-generate-new-buffers as `unique'.
8626         (message-pop-to-buffer): Raise the frame already displaying the message
8627         buffer; clear the echo area after querying.
8628         (message-setup): Pass the `continue' argument to compose-mail.
8629         (message-mail): Prefer `switch-function' if it is given; search for the
8630         existing message buffer if the `continue' argument is non-nil; pass
8631         continue and switch-function arguments to compose-mail by way of
8632         message-setup.
8633         (message-mail-other-window): Adjust argument of message-setup.
8634         (message-mail-other-frame): Ditto.
8635
8636 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8639         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8640         to turn font-lock on when turning gnus-message-citation-mode on.
8641
8642 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8643
8644         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8645         (mml-smime-function-alist): New variable; add epg as the backend.
8646         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8647         mml-smime- functions instead.
8648         * mm-view.el: Require smime.
8649
8650 2007-03-05  Didier Verna  <didier@xemacs.org>
8651
8652         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8653         instead of just inheritance for posting styles.
8654         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8655
8656 2007-02-24  Chris Moore  <dooglus@gmail.com>
8657
8658         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8659         * pgg-pgp.el (pgg-pgp-encrypt-region):
8660         * pgg-gpg.el (pgg-gpg-encrypt-region):
8661         Check pgg-encrypt-for-me if no other recipients.
8662
8663 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8664
8665         * tls.el (tls-certtool-program): Fix custom type.
8666
8667 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8670         and point-at-eol instead of line-(beginning|end)-position.
8671
8672         * assistant.el (assistant-parse-buffer): Ditto.
8673
8674         * netrc.el (netrc-parse-services): Ditto.
8675
8676 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8677
8678         * mml2015.el (mml2015-epg-find-usable-key): New function.
8679         (mml2015-epg-sign): Use it.
8680         (mml2015-epg-encrypt): Use it.
8681
8682 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * message.el (message-make-in-reply-to): Quote name containing
8685         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8686         if there are special characters.  Reported by NAKAJI Hiroyuki
8687         <nakaji@jp.freebsd.org>.
8688
8689 2007-02-27  Didier Verna  <didier@xemacs.org>
8690
8691         Include the group parameters as well as the topic ones in the
8692         inheritance filter process.
8693         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8694         argument GROUP-PARAMS-LIST.
8695         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8696
8697 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * nntp.el (nntp-never-echoes-commands)
8700         (nntp-open-connection-functions-never-echo-commands): New variables.
8701         (nntp-send-command): Use them.
8702
8703 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8704
8705         * mml2015.el (mml2015-epg-verify): Simplified.
8706
8707 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * mml.el (mml-content-disposition-alist): New user option.
8710         (mml-content-disposition): New function.
8711         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8712         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8713
8714 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8715
8716         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8717         verification.
8718
8719 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8720
8721         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8722         articles posted in the last 24 hours.
8723
8724 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8725
8726         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8727
8728 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8729
8730         * nntp.el (nntp-send-command): Don't wait for echoes when
8731         nntp-open-ssl-stream is used.
8732
8733 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8736         (gnus-message-add-citation-keywords)
8737         (gnus-message-remove-citation-keywords): Remove.
8738         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8739         directly, make the variables in font-lock-defaults buffer-local, add
8740         gnus-message-citation-keywords to them and then update the value of
8741         font-lock-keywords.
8742
8743 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * message.el (message-cite-original-1): Don't call
8746         gnus-article-highlight-citation.
8747
8748         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8749         citations; fix line count.
8750
8751 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8754         (gnus-message-add-citation-keywords)
8755         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8756         versions of font-lock-add-keywords and font-lock-remove-keywords to
8757         work with XEmacs correctly.
8758
8759 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-cite.el (gnus-cite-face-list): Set the values of
8762         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8763         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8764         (gnus-message-cite-prefix-regexp): New variable.
8765         (gnus-message-search-citation-line): Use it; protect against long
8766         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8767         the 0th match data for Emacs.
8768         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8769         (gnus-message-add-citation-keywords): Append keywords rather than
8770         prepending; emulate font-lock-add-keywords if it is not available.
8771         (gnus-message-remove-citation-keywords): Emulate
8772         font-lock-remove-keywords if it is not available.
8773
8774         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8775
8776         * message.el (message-cite-prefix-regexp): Set the value of
8777         gnus-message-cite-prefix-regexp.
8778
8779 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8780
8781         * nnweb.el (nnweb-google-parse-1): Update parser.
8782
8783 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8784
8785         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8786
8787 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8788
8789         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8790         regexp.
8791
8792 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8795         string-to-multibyte.
8796         (uudecode-decode-region-internal): Use it.
8797
8798         * lpath.el: Fbind string-as-multibyte for XEmacs.
8799
8800 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8803         custom choice.
8804
8805         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8806
8807 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8808
8809         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8810
8811         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8812         `write-region' to respect `mm-inhibit-file-name-handlers'.
8813
8814 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8817         Use gnus-home-directory instead of "~/" or "$HOME".
8818
8819 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8820
8821         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8822         to mention filename.
8823         Add comments at beginning regarding usage.
8824         (encrypt-write-file-contents): Change interactive so a string is
8825         acceptable.  If the file has no associated model, show an error instead
8826         of a nonsense prompt.
8827
8828 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8829
8830         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8831         Thanks to Yoshihiko Yamada for kind notification of this typo.
8832
8833 2007-01-12  Kenichi Handa  <handa@m17n.org>
8834
8835         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8836         multibyte buffer.
8837
8838 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gnus-score.el (gnus-score-fast-scoring): New variable.
8841         (gnus-score-headers): Use it.
8842
8843         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8844
8845         * message.el (message-cite-original-1): Call
8846         gnus-article-highlight-citation if requested.
8847         (message-make-from): Allow name and address as optional arguments.
8848
8849         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8850
8851         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8852         bugs to doc string.
8853         (gnus-button-alist): Add mid\\|message-id.
8854         (gnus-button-fetch-group): Extend for use in
8855         `browse-url-browser-function'.
8856         (gnus-button-url-regexp): Try to catch paired parentheses like in
8857         Wikipedia URLs.
8858
8859         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8860         Suggested by Simon Krahnke <overlord@gmx.li>.
8861
8862 2007-01-13  Romain Francoise  <romain@orebokech.com>
8863
8864         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8865         Update copyright.
8866
8867 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8868
8869         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8870
8871 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8872
8873         * gnus-registry.el (gnus-registry-unfollowed-groups)
8874         (gnus-registry-split-fancy-with-parent): Fix documentation.
8875
8876 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8879         from nnweb groups.
8880
8881 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8884         Xref urls.  Erase buffer before requesting head.
8885
8886 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8889         customizable.
8890
8891 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8892
8893         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8894         no signing key is found.
8895         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8896         no encrypting and/or signing key is found.
8897
8898 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8901
8902 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8903
8904         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8905         headers read from disk with the ones newly found in the current search.
8906         This should no longer cause problems, because the article numbers in
8907         Gmane's `nov.php' output are ignored since the previous change.
8908
8909 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8910
8911         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8912
8913 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8916         replace-regexp-in-string; bind url-version; fbind display-images-p and
8917         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8918         find-face and set-itimer-function for Emacs; bind itimer-list for
8919         Emacs.
8920
8921         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8922
8923 2007-01-01  Romain Francoise  <romain@orebokech.com>
8924
8925         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8926
8927 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8928
8929         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8930         `define-minor-mode' macro definition expanded properly.
8931         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8932         exclude it there.
8933
8934         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8935         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8936         `fboundp' test.
8937         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8938         This is OK to autoload in (S)XEmacs now.
8939
8940 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8943         keystroke.
8944         (gnus-summary-limit-to-singletons): Fix typo.
8945
8946         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8947         else fails.
8948
8949 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8950
8951         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8952         docstring.
8953
8954         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8955         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8956         (gnus-summary-insert-dormant-articles): Fix typo in message.
8957
8958 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8961         nil for XEmacs.
8962         (gnus-message-citation-mode): Don't autoload in XEmacs.
8963
8964         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8965
8966 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8967
8968         * nnimap.el (nnimap-expunge-search-string): Mention
8969         nnimap-search-uids-not-since-is-evil in docstring.
8970
8971 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * spam.el: Revert to make-obsolete-variable because
8974         define-obsolete-variable-alias is not supported in Emacs 21.
8975
8976         * spam.el (spam-ifile-path, spam-ifile-database-path)
8977         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8978         make-obsolete-variable.
8979         (spam-bsfilter-path, spam-bsfilter-program)
8980         (spam-spamassassin-path, spam-spamassassin-program)
8981         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8982         use "path" inappropriately.
8983         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8984         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8985         variable names.
8986
8987 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8988
8989         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8990         summary buffer.
8991
8992         * password.el (password-cache-remove): Use clear-string to burn
8993         password, if available.
8994
8995 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8998
8999         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9000
9001         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9002         (gnus-message-highlight-citation): Move defcustom here from
9003         gnus-cite.el.
9004         (gnus-message-citation-mode): Autoload.
9005
9006         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9007         checks to make it compile with XEmacs.
9008         (gnus-message-citation-mode): New minor mode.
9009         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9010         (gnus-message-highlight-citation): New variables.
9011         (gnus-message-search-citation-line)
9012         (gnus-message-add-citation-keywords)
9013         (gnus-message-remove-citation-keywords)
9014         (turn-on-gnus-message-citation-mode)
9015         (turn-off-gnus-message-citation-mode): New functions.
9016
9017 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9018
9019         * gnus-cite.el: Enable highlighting of different citation levels in
9020         message-mode.
9021
9022 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * message.el (message-make-fqdn): Fix comment.
9025         (message-bogus-system-names): Add ".local".
9026
9027         * spam.el (spam-ifile-path, spam-ifile-program)
9028         (spam-ifile-database-path, spam-ifile-database)
9029         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9030         Don't use "path" inappropriately.
9031         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9032         strings.
9033         (spam-check-ifile, spam-ifile-register-with-ifile)
9034         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9035         new variable names.
9036
9037         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9038         (gnus-treat-display-smileys): Simplify using
9039         gnus-image-type-available-p.
9040
9041         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9042         available.
9043
9044         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9045         `display-images-p' if available.
9046
9047 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9050         one after turning on the buffer's multibyteness instead of decoding
9051         them directly in the unibyte buffer that causes unexpected conversion
9052         in Emacs 23 (unicode).
9053
9054 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9055
9056         * message.el (message-generate-hashcash): Fix custom type.
9057
9058 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9061
9062 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9065         disconnect icons.  Add help text.
9066
9067 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9068
9069         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9070         negated to be consistent with the others we handle.
9071
9072 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9075         version of gnus-summary-buffer to something, so that we can use two
9076         article buffers at the same time.
9077
9078 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9079
9080         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9081         trigger all the extra headers.
9082         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9083         sorting.
9084
9085 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9086
9087         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9088         solid groups.
9089
9090 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9091
9092         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9093
9094 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * legacy-gnus-agent.el: Add Copyright notice.
9097
9098 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9099
9100         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9101
9102 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9105
9106         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9107         to make it work reliably in CVS Emacs.
9108         (gnus-summary-limit-strange-charsets-predicate)
9109         (gnus-summary-limit-to-predicate): New functions.
9110
9111 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9112
9113         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9114         specifying array size.
9115         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9116         array if it is too small.
9117         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9118         (gnus-sort-threads-loop): New function.
9119
9120 2006-12-06  Chris Moore  <dooglus@gmail.com>
9121
9122         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9123         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9124
9125 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9126
9127         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9128         options.
9129
9130 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9133         DOS-ing the recipient.
9134
9135         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9136         the headers when creating the mapping to avoid mismappings.
9137         (nnweb-gmane-create-mapping): Always nix out old mapping.
9138
9139 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9142         and mm-verify-option to never.
9143
9144 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * message.el (message-signed-or-encrypted-p): New function.
9147         (message-forward-make-body): Use it.
9148
9149         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9150         Replace encode-coding-string with mm-encode-coding-string.
9151
9152 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * nneething.el (nneething-decode-file-name): Replace
9155         decode-coding-string with mm-decode-coding-string.
9156
9157         * gnus-int.el (gnus-open-server): Say failed server's name.
9158
9159 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9160
9161         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9162         strings to a single string.  Quote `errors-file-name'.
9163         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9164         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9165         Adjust calls.  Use `shell-quote-argument'.
9166
9167 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9168
9169         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9170         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9171
9172         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9173         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9174         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9175         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9176         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9177         (gnus-subscribe-newsgroup, gnus-1):
9178         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9179         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9180         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9181         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9182
9183 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9186         keystroke.
9187         (gnus-summary-limit-to-bodies): Implement headersp.
9188
9189 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9192
9193 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9196
9197 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * message.el (message-generate-hashcash): Expand range of values to
9200         include `opportunistic'.
9201         (message-send-mail): Use it.
9202
9203 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9204
9205         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9206         and comment it.
9207
9208         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9209
9210 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gnus-util.el (gnus-extract-address-components): Improve comment.
9213
9214 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-util.el (gnus-extract-address-components): Work with address in
9217         which the name portion contains @.
9218
9219         * lpath.el: Fbind custom-autoload.
9220
9221 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus.el (gnus-start): Move custom group up.
9224         (gnus-select-method): Don't autoload, but make it available for
9225         `customize-variable'.
9226         (gnus-getenv-nntpserver): Don't autoload.
9227
9228 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9229
9230         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9231
9232 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * message.el (message-sendmail-extra-arguments): New variable.
9235         (message-send-mail-with-sendmail): Use it.
9236
9237 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9240         mm-with-unibyte-current-buffer to make string unibyte.
9241
9242         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9243         mm-string-as-multibyte.
9244
9245 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9246
9247         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9248         Reported by Werner Koch <wk@gnupg.org>.
9249
9250 2006-11-14  Daiki Ueno  <ueno@p360>
9251
9252         * mml2015.el: Autoload epa-select-keys when compiling.
9253
9254 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9255
9256         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9257         message-options.
9258         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9259
9260 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9263         EasyPG (< 0.0.6).
9264         (mml2015-always-trust): New user option.
9265         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9266         prompt.
9267
9268 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * nntp.el (nntp-authinfo-force): New variable.
9271         (nntp-send-authinfo): Use it.
9272
9273 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9276         decode encoded words.  Improve prompt.  Add comment about forwarding.
9277         (message-replacement-char): Move up.
9278
9279 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9280
9281         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9282         instead of gnus-intersection because arguments of gnus-sorted-nunion
9283         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9284
9285 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9288         (message-simplify-subject-functions): Enable
9289         message-strip-subject-encoded-words by default.
9290
9291 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * message.el (message-strip-subject-encoded-words): New function.
9294         (message-simplify-subject-functions): New variable.
9295         (message-simplify-subject): Use it.  Fix typo in doc string.
9296         Support message-strip-subject-encoded-words.
9297
9298 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9299
9300         * gnus-diary.el (gnus-diary-delay-format-function):
9301         * nndiary.el (nndiary-reminders):
9302         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9303
9304 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-art.el (article-hide-boring-headers): Fetch date from
9307         gnus-original-article-buffer to avoid problems with localized date
9308         strings.
9309
9310 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9313
9314 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9317         New variables.
9318         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9319         (mm-charset-synonym-alist): Move some entries to
9320         mm-codepage-iso-8859-list.
9321         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9322         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9323
9324 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9327
9328 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9331         with Emacs 21 and XEmacs.
9332
9333 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9334
9335         * spam.el (spam-parse-address): New function for better parsing,
9336         catching errors, etc.
9337         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9338
9339 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * mm-view.el: Add interactive arg to html2text autoload.
9342
9343 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9346
9347 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9350         variables.
9351         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9352         (mm-charset-synonym-alist): Move some entries to
9353         mm-codepage-iso-8859-list.
9354
9355         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9356
9357 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * message.el (message-citation-line-format)
9360         (message-insert-formated-citation-line): Fix implementation of %E, %N
9361         and %n according to the doc string.
9362
9363 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9364
9365         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9366         car-safe to avoid bad parses.
9367
9368 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9371         names.
9372
9373         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9374
9375 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9378         header.
9379
9380         * message.el (message-draft-headers): Add Date.
9381         (message-headers-to-generate): Fix typo in docstring.
9382
9383         * nndraft.el (nndraft-required-headers): New variable.
9384         (nndraft-generate-headers): Use it.
9385
9386         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9387
9388 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * gnus-registry.el (gnus-registry-wash-for-keywords)
9391         (gnus-registry-find-keywords): New functions to allow easy searching of
9392         articles that are in the registry.
9393
9394 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9397         ietf-drums-parse-address instead of gnus-extract-address-components.
9398         Reported by Damien Elmes <damien@repose.cx>.
9399
9400 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * gnus.el (gnus-mime): Remove unused custom group.
9403
9404 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9405
9406         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9407         "blank line" when searching for end of armor headers.
9408
9409 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gmm-utils.el (gmm-write-region): Fix variable name.
9412
9413 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * gmm-utils.el (gmm-write-region): New function based on compatibility
9416         code from `mm-make-temp-file'.
9417
9418         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9419
9420         * nnmaildir.el (nnmaildir--update-nov)
9421         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9422         Use `gmm-write-region'.
9423
9424 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9427         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9428
9429         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9430
9431         * message.el (message-replacement-char): New variable.
9432         (message-fix-before-sending): Use it.
9433         (message-simplify-subject): New function to remove duplicate code.
9434         (message-reply, message-followup): Use it.
9435
9436         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9437         gnus-summary-limit-to-articles.
9438
9439 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-util.el (gnus-with-local-quit): New macro.
9442
9443         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9444
9445 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9446
9447         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9448         ignore non-string data.
9449
9450 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9451
9452         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9453         non-string data (needs to be done in the registry too).
9454
9455 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9456
9457         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9458         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9459         (gnus-registry-split-fancy-with-parent)
9460         (gnus-registry-fetch-simplified-message-subject-fast)
9461         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9462         Remove text properties on ingress into the registry and when it's saved.
9463         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9464         registry from entries with no groups.
9465
9466 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9467
9468         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9469         function to remove string properties.
9470
9471 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * gmm-utils.el (gmm): Adjust custom version.
9474
9475         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9476         custom version.
9477
9478         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9479
9480 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-art.el (gnus-insert-prev-page-button)
9483         (gnus-insert-next-page-button): Simplify.  Reformat.
9484
9485 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9486
9487         * gnus-art.el (gnus-insert-prev-page-button)
9488         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9489
9490 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9491
9492         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9493
9494 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9495
9496         * gnus-art.el (gnus-insert-mime-button)
9497         (gnus-insert-mime-security-button):
9498         Apply gnus-article-button-face to MIME and security buttons.
9499
9500 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9503         readable.
9504
9505 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9508
9509 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9510
9511         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9512         `browse-url-of-file' instead of `browse-url'.
9513
9514 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9515
9516         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9517         regexp.  Articles containing quotation were cut prematurely.
9518
9519 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * message.el (message-cite-original-1): Use nobody by default for the
9522         value of From header.
9523         (message-reply): Ditto.
9524
9525 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9526
9527         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9528         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9529         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9530
9531 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9534         mails in the doc string.  Add some URLs in comment.
9535         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9536
9537 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9540         backslashes handling and the way to find boundaries of quoted strings.
9541
9542 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9543
9544         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9545         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9546         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9547         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9548
9549 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9552         doc string.
9553         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9554
9555 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * lpath.el: Fbind epg-check-configuration.
9558
9559 2006-09-06  Simon Josefsson  <jas@extundo.com>
9560
9561         * mml2015.el (mml2015-use): Doc fix, mention epg.
9562
9563 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9564
9565         * mml2015.el (mml2015-use): Default to epg, if available.
9566
9567 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9568
9569         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9570         message-sender.
9571         (mml1991-epg-encrypt): Ditto.
9572         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9573         message-sender.
9574         (mml2015-epg-encrypt): Ditto.
9575
9576 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9577
9578         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9579         several common directories.
9580
9581 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9582
9583         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9584         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9585
9586 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-art.el (article-decode-encoded-words): Make it fast.
9589
9590 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9593
9594         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9595         in quoted string into `\'.
9596
9597 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9600         Use standard-syntax-table.
9601
9602 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (gnus-decode-address-function): New variable.
9605         (article-decode-encoded-words): Use it to decode headers which are
9606         assumed to contain addresses.
9607         (gnus-mime-delete-part): Remove useless `or'.
9608
9609         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9610         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9611         (gnus-nov-parse-line): Use it to decode From header.
9612         (gnus-get-newsgroup-headers): Ditto.
9613         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9614
9615         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9616         (mail-decode-encoded-address-string): New alias.
9617
9618         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9619         New function.
9620         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9621         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9622         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9623         (rfc2047-decode-string): Ditto.
9624         (rfc2047-decode-address-region): New function.
9625         (rfc2047-decode-address-string): New function.
9626
9627 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * message.el (message-caesar-buffer-body): Allow rotating headers.
9630
9631         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9632
9633         * message.el (message-insert-formated-citation-line): Fix %f.
9634         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9635
9636 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9639         (gnus-bookmark-mouse-available-p): New macro.
9640         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9641         (gnus-bookmark-bmenu-show-infos): Use it.
9642         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9643         (gnus-bookmark-bmenu-hide-infos): Ditto.
9644         (gnus-bookmark-remove-properties): New function.
9645         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9646         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9647         (gnus-bookmark-write-file): Bind coding-system-for-write.
9648         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9649         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9650         group before selecting it.
9651         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9652         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9653         quit-window if it is not available; use gnus-mouse-2 and bind it to
9654         gnus-bookmark-bmenu-select-by-mouse.
9655         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9656         (gnus-bookmark-bmenu-select-by-mouse): New function.
9657
9658 2006-08-13  Romain Francoise  <romain@orebokech.com>
9659
9660         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9661         space.
9662
9663 2006-08-10  Romain Francoise  <romain@orebokech.com>
9664
9665         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9666         (dns-mode-soa-auto-increment-serial): New user option.
9667         (dns-mode-soa-maybe-increment-serial): New function.
9668         (dns-mode): Add the latter to `write-contents-functions'.
9669
9670 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * compface.el (uncompface): Use binary rather than raw-text-unix.
9673
9674 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * compface.el (uncompface): Make sure the eol conversion doesn't take
9677         place when communicating with the external programs.  Reported by
9678         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9679
9680 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9683
9684 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9685
9686         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9687         Make it more robust by parsing author and date independently.
9688
9689 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9692
9693 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9694
9695         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9696         first matching secret key.
9697         (mml2015-epg-encrypt): Ditto.
9698
9699         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9700         first matching secret key.
9701         (mml1991-epg-encrypt): Ditto.
9702
9703         * mml2015.el (mml2015-encrypt-to-self): New user option.
9704         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9705         mml2015-epg-encrypt-to-self is set.
9706
9707         * mml1991.el (mml1991-encrypt-to-self): New variable.
9708         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9709         mml1991-epg-encrypt-to-self is set.
9710
9711         * mml2015.el (mml2015-signers): New user option.
9712         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9713         (mml2015-epg-encrypt): Allow to select signing keys.
9714
9715         * mml1991.el (mml1991-signers): New variable.
9716         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9717         (mml1991-epg-encrypt): Allow to select signing keys.
9718
9719 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * nnheader.el (nnheader-insert-head): Make it work even if the file
9722         uses CRLF for the line-break code.
9723
9724 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9725
9726         * mml2015.el: Require mml-sec instead of password.
9727         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9728         (mml2015-cache-passphrase): Inherit the default value from
9729         mml-secure-cache-passphrase.
9730         (mml2015-passphrase-cache-expiry): Inherit the default value from
9731         mml-secure-passphrase-cache-expiry.
9732
9733         * mml1991.el: Require mml-sec instead of password.
9734         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9735         (mml1991-cache-passphrase): Inherit the default value from
9736         mml-secure-cache-passphrase.
9737         (mml1991-passphrase-cache-expiry): Inherit the default value from
9738         mml-secure-passphrase-cache-expiry.
9739
9740         * mml-sec.el: Require password.
9741         (mml-secure-verbose): New user option.
9742         (mml-secure-cache-passphrase): New user option.
9743         (mml-secure-passphrase-cache-expiry): New user option.
9744
9745 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9746
9747         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9748         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9749         andreas@altroot.de (Andreas Vögele).
9750
9751         FIXME: Use `tiny change'?
9752
9753 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9754
9755         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9756         workaround for the url package included with Emacs.
9757
9758         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9759
9760 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9763         correctly.  This fixes a bug caused by the 2006-05-12 change.
9764
9765 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9766
9767         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9768         some information about the error when saying that the `bogus' mail
9769         group will be used.
9770
9771 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9774         string.
9775
9776 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9777
9778         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9779
9780 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9781
9782         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9783
9784 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9785
9786         * mml1991.el (mml1991-function-alist): Add epg.
9787         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9788         (mml1991-epg-encrypt): New functions.
9789
9790 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9791
9792         * mml2015.el (mml2015-verbose): New variable.
9793         (mml2015-cache-passphrase): Ditto.
9794         (mml2015-passphrase-cache-expiry): Ditto.
9795         (mml2015-function-alist): Add epg.
9796         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9797         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9798         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9799         functions.
9800
9801 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9802
9803         * message.el (message-cite-original-1): Preserve region when removing
9804         quoted text due to X-No-Archive in order to avoid bogus attribution
9805         when citing multiple messages.
9806
9807 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9808
9809         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9810         Kenneth Jacker <khj@be.cs.appstate.edu>.
9811
9812 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-diary.el (gnus-user-format-function-d)
9815         (gnus-user-format-function-D): Autoload.
9816
9817         * imap.el (Commentary): Fix typo.
9818
9819         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9820         2006-04-22 contribution.
9821
9822 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9823
9824         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9825         It didn't really fix the bogosity I'm seeing with solid web groups.
9826
9827 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9828
9829         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9830         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9831         created using server names.  If we use the feature without declaring
9832         it, Gnus does not properly manage server and group state.
9833
9834         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9835         bound.
9836
9837 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9838
9839         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9840         looking up the method using GROUP's prefix before inventing a new one.
9841         It is used on killed/unknown groups in various places where returning
9842         an all-new method isn't expected by the caller.
9843
9844         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9845         and match semantics of gnus-group-real-prefix.
9846
9847 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * nnmail.el (nnmail-broken-references-mailers): New variable.
9850         (nnmail-ignore-broken-references): New function generalizing
9851         nnmail-fix-eudora-headers.
9852         (nnmail-fix-eudora-headers): Now obsolete.
9853
9854         * gnus-art.el (gnus-button-handle-custom): Support
9855         `customize-apropos*'.
9856
9857 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9860
9861         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9862         articles.
9863
9864 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * message.el (message-cite-reply-above): New variable.
9867         (message-yank-original): Use it.
9868
9869 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9872
9873 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9876         as read.
9877
9878         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9879
9880 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9883         (gnus-bookmark-default-file): Use gnus-directory.
9884         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9885         Remove "*" in doc string.
9886         (gnus-bookmark-write-file): Simplify.
9887         (gnus-bookmark-maybe-sort-alist): Use `when'.
9888         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9889         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9890         FIXME about Emacs 21 and XEmacs compatibility.
9891         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9892         compatibility.
9893         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9894         compatibility.
9895         (gnus-bookmark-menu-heading): Fix version.
9896
9897 2006-06-19  Bastien Guerry  <bzg@altern.org>
9898
9899         * gnus-bookmark.el: New file.
9900
9901 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * message.el (message-syntax-checks): Doc fix.
9904
9905 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9906
9907         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9908         unsubscribed groups as if they were killed ones.  It causes duplicate
9909         entries in gnus-newsrc-alist.
9910
9911 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * message.el (message-syntax-checks): Doc fix.
9914         (message-send-mail): Add check for continuation headers.
9915         (message-check-news-header-syntax): Fix regexp used to check for
9916         continuation headers.
9917
9918 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9921
9922 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9925
9926 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9929         default-truncate-lines.
9930
9931 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9934         to fill the utf-8 entry.
9935
9936         * lpath.el: Fbind unicode-precedence-list.
9937
9938 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9939
9940         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9941
9942 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9943
9944         * gnus-agent.el (directory-files-and-attributes): Move all the way
9945         forward (the third and final move).
9946         (gnus-agent-read-agentview): Trap reconstruction errors due to
9947         nonexistant directory.  Handle by returning nil.
9948
9949 2006-05-30  Didier Verna  <didier@xemacs.org>
9950
9951         * message.el (message-dont-reply-to-names): Update the custom type.
9952         * message.el (message-dont-reply-to-names): New defsubst: potentially
9953         convert a list of regexps into a single one.
9954         * message.el (message-get-reply-headers): Use it.
9955         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9956
9957 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-agent.el (directory-files-and-attributes): Move forward.
9960
9961 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * gnus-ml.el (gnus-mailing-list-subscribe)
9964         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9965         (gnus-mailing-list-message): Fix doc strings.
9966
9967 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9968
9969         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9970         of doing it manually.
9971
9972 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9975         comment.
9976
9977 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9978
9979         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9980         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9981         (gnus-agent-read-local): All symbols allocated in my-obarray.
9982         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9983         (gnus-agent-regenerate-group): Check numeric names to see if they are
9984         messages or groups.
9985         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9986         better way of do this...)
9987
9988         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9989         'dummy.group' (there should be a better way of do this...)
9990
9991 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9994         (gnus-saved-headers): Ditto.
9995         (gnus-default-article-saver): Mention functions may have properties.
9996         (gnus-article-save): Override gnus-save-all-headers and
9997         gnus-saved-headers by :headers property which saver function may have.
9998         (gnus-summary-save-in-file): Add :headers property.
9999         (gnus-summary-write-to-file): Ditto.
10000
10001         * gnus-sum.el (gnus-summary-save-article): Bind
10002         gnus-prompt-before-saving to t when saving many articles in a file;
10003         always show all headers.
10004
10005         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10006
10007 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10010         marks.
10011
10012         * message.el (message-indent-citation): Add optional arguments to allow
10013         using it outside of message buffers.
10014
10015         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10016         (gnus-article-treat-unfold-headers): Use it.
10017         (gnus-article-truncate-lines): New variable.
10018         (gnus-article-mode): Use it.
10019         (gnus-article-toggle-truncate-lines): New function.
10020
10021         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10022         gnus-article-toggle-truncate-lines.
10023
10024         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10025         coding system in XEmacs, use binary.
10026
10027 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10030         after-load-alist.
10031
10032         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10033         this function should save decoded articles.
10034         (gnus-summary-write-to-file): Use property to specify this function
10035         should save decoded articles and specify gnus-summary-save-in-file
10036         should be used to save articles other than the first one when saving
10037         many articles.
10038         (gnus-summary-save-body-in-file): Use property to specify this
10039         function should save decoded articles.
10040         (gnus-summary-write-body-to-file): Use property to specify this
10041         function should save decoded articles and specify
10042         gnus-summary-save-body-in-file should be used to save articles other
10043         than the first one when saving many articles.
10044
10045         * gnus-sum.el (gnus-summary-save-article): Simplify.
10046
10047 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-art.el (gnus-default-article-saver): Add
10050         gnus-summary-write-body-to-file.
10051         (gnus-article-save-coding-system): Don't use coding system object
10052         in XEmacs.
10053         (gnus-read-save-file-name): Add optional `dir-var' argument which
10054         specifies directory in which files are saved; work even if optional
10055         `variable' argument is not specified.
10056         (gnus-summary-write-to-file): Read file name.
10057         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10058         (gnus-summary-write-body-to-file): New function.
10059
10060         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10061         (gnus-summary-local-variables): Add it.
10062         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10063         (gnus-summary-save-article): Remove optional `decode' argument;
10064         determine whether to decode articles by the value of
10065         gnus-default-article-saver; when saving many files using
10066         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10067         it first and use gnus-summary-save-in-file or
10068         gnus-summary-save-body-in-file thereafter unless
10069         gnus-prompt-before-saving is always; move point to article which
10070         will be saved.
10071         (gnus-summary-save-article-file): Revert.
10072         (gnus-summary-write-article-file): Revert.
10073         (gnus-summary-save-article-body-file): Revert.
10074         (gnus-summary-write-article-body-file): New function.
10075
10076 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-art.el (gnus-default-article-saver): Doc fix.
10079         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10080         from gnus-summary-save-article-coding-system, and default to a
10081         certain coding system.
10082         (gnus-output-to-file): Add coding cookie and encode text according
10083         to gnus-article-save-coding-system; don't use mm-append-to-file.
10084
10085         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10086         gnus-art.el and rename to gnus-article-save-coding-system.
10087         (gnus-summary-save-article): Require gnus-art; don't show all
10088         headers if it decodes articles; don't add coding cookie here;
10089         don't bind mm-text-coding-system-for-write.
10090         (gnus-summary-save-article-file): Save decoded articles.
10091         (gnus-summary-write-article-file): When saving many files, use
10092         gnus-summary-write-to-file first and gnus-summary-save-in-file
10093         thereafter unless gnus-prompt-before-saving is always.
10094         (gnus-summary-save-article-body-file): Save decoded articles.
10095
10096         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10097
10098 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * nnrss.el (nnrss-check-group): Bind hash-index.
10101
10102 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10103
10104         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10105         its hash index.  Store this hash in `nnrss-group-data'.
10106         (nnrss-read-group-data): Update accordingly.
10107
10108 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10111         entry.
10112
10113         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10114         gnus-article-browse-html-article.
10115
10116 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10117
10118         * gnus-sum.el (gnus-summary-mime-map): Add
10119         gnus-article-browse-html-article.
10120
10121         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10122
10123 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10126         suitable coding systems in customize.
10127
10128 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * mail-source.el (mail-sources): Fix custom type.
10131
10132 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10135         (gnus-summary-expire-articles-now): Shorten prompt.
10136
10137         * gmm-utils.el (wid-edit): Require.
10138         (defun-gmm): Renamed from `gmm-defun-compat'.
10139         (gmm-image-search-load-path): Use it.
10140         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10141
10142 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10145         variable.
10146         (gnus-summary-save-article): Add optional `decode' argument.  If
10147         it is set and gnus-summary-save-article-coding-system is non-nil,
10148         save decoded article.
10149         (gnus-summary-write-article-file): Save decoded article if
10150         gnus-summary-save-article-coding-system is non-nil.
10151
10152         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10153         type.
10154
10155 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10158
10159 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10162         first to test gnus-single-article-buffer which may be buffer-local.
10163
10164         * gnus-sum.el (gnus-summary-setup-buffer): Make
10165         gnus-single-article-buffer buffer-local and nil in ephemeral
10166         group; make gnus-article-buffer, gnus-article-current, and
10167         gnus-original-article-buffer always buffer-local.
10168         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10169         group.
10170         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10171
10172 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * nnml.el (nnml-request-compact-group): Compressed files might not
10175         have .gz extension.
10176
10177 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10178
10179         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10180         (mm-copy-to-buffer): Use with-current-buffer.
10181         (mm-display-part): Simplify.
10182         (mm-inlinable-p): Add optional arg `type'.
10183
10184 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10185
10186         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10187         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10188         Try harder to show the attachment internally or externally using
10189         gnus-mime-view-part-as-type.
10190
10191 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * message.el (message-from-style, message-signature-separator)
10194         (message-user-organization-file, message-send-mail-function)
10195         (message-citation-line-function, message-yank-prefix)
10196         (message-indent-citation-function, message-signature)
10197         (message-signature-file, message-signature-insert-empty-line):
10198         Remove autoloads.
10199
10200         * gnus-art.el (gnus-buttonized-mime-types): Remove
10201         "multipart/signed".  Revert 2006-04-26 change.
10202
10203 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * gnus.el (gnus-version-number): Bump version.
10206
10207 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10208
10209         * gnus.el: No Gnus v0.5 is released.
10210
10211 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10212
10213         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10214         fetching articles by message-id.
10215
10216 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217
10218         * message.el (hashcash): Require hashcash as normal.
10219
10220         * ecomplete.el (ecomplete-highlight-match-line): Use
10221         point-at-eol.
10222         (ecomplete-highlight-match-line): Use `highlight', because that
10223         face exists in both Emacs and XEmacs.
10224
10225         * message.el (message-display-abbrev): Use point-at-bol.
10226
10227         * mail-source.el: Don't require timer/timer-funcs.
10228
10229         * gnus-async.el: Ditto.
10230
10231         * password.el: Ditto.
10232
10233         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10234
10235         * mm-url.el: Ditto.
10236
10237         * gnus-xmas.el: Don't require timer-funcs.
10238
10239         * mm-util.el: Require timer/timer-funcs.
10240
10241 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242
10243         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10244         Close.
10245
10246 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10249         unibyte after clear-decrypt function runs.
10250
10251         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10252         returns as a unibyte string.
10253
10254 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * lpath.el: Revert.
10257
10258         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10259         (pgg-gpg-process-sentinel): Revert.
10260
10261         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10262         (pgg-pgp-lookup-key): Revert.
10263
10264         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10265         (pgg-pgp5-lookup-key): Revert.
10266
10267         * pgg.el (pgg-fetch-key): Revert.
10268
10269 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * lpath.el: Fbind string-as-multibyte for XEmacs.
10272
10273         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10274         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10275         (mml1991-pgg-encrypt): Ditto.
10276
10277         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10278         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10279         a multibyte buffer.
10280
10281         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10282         (pgg-pgp-lookup-key): Ditto.
10283
10284         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10285         (pgg-pgp5-lookup-key): Ditto.
10286
10287         * pgg.el (pgg-fetch-key): Ditto.
10288
10289 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * message.el (message-user-organization-file): Check several
10292         locations of the organization file.
10293
10294         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10295         Add gnus-article-view-part-as-type.
10296
10297         * gnus-art.el (gnus-article-view-part-as-type): New function.
10298
10299         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10300         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10301
10302         * mml.el: Simplify autoload.
10303         (mml-mode): defvar dnd-protocol-alist instead of using
10304         symbol-value.
10305         (mml-default-directory): New variable.
10306         (mml-minibuffer-read-file): Use it.
10307         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10308
10309         * message.el (message-citation-line-format): New variable.
10310         (message-insert-formated-citation-line): New function.
10311         (message-citation-line-function): Add
10312         `message-insert-formated-citation-line' to custom type.
10313
10314         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10315         to doc string.
10316
10317         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10318         depending on mm-verify-option.
10319
10320 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10323         binding pgg-* variables; reimplement the section which prevents
10324         MIME header from being signed.
10325         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10326         pgg-text-mode; remove a blank line at the top of body.
10327
10328         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10329         lines at the top of body; use gnus-newsgroup-charset if there's no
10330         Charset header.
10331
10332 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * message.el (message-self-insert-commands): Doc fix.
10335
10336         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10337         (mm-uu-pgp-encrypted-test): Ditto.
10338         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10339         between header and body; return application/pgp-encrypted handle
10340         if decryption failed; decode decrypted body by charset.
10341
10342         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10343         element match to application/pgp-*.
10344
10345 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10346
10347         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10348         HTML.
10349
10350 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10351
10352         * mail-source.el (mail-source-call-script): Message the error
10353         string.
10354
10355 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * gnus-util.el (gnus-byte-compile): Use it.
10358
10359 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10360
10361         * gnus-util.el (kill-empty-logs): New function.
10362
10363 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * message.el (message-mail-alias-type): Doc fix.
10366         (message-mail-alias-type-p): New function.
10367         (message-send): Use it.
10368         (message-mode): Ditto.
10369         (message-strip-forbidden-properties): Ditto.
10370
10371         * ecomplete.el (ecomplete-database-file-coding-system): New
10372         variable.
10373         (ecomplete-save): Use it.
10374         (ecomplete-setup): Use it.
10375
10376 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * message.el (message-self-insert-commands): New variable.
10379         (message-strip-forbidden-properties): Use it.
10380
10381 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10384         that doesn't make XEmacs choke.
10385
10386 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-util.el (gnus-replace-in-string):
10389         Prefer replace-regexp-in-string over of replace-in-string.
10390
10391 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-util.el (gnus-select-frame-set-input-focus):
10394         Use select-frame-set-input-focus if it is available in XEmacs; use
10395         definition defined in Emacs 22 for old Emacsen.
10396
10397         * dgnushack.el: Autoload unmorse-region for XEmacs.
10398
10399         * lpath.el: Bind cursor-in-non-selected-windows and
10400         select-frame-set-input-focus for XEmacs.
10401
10402 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10405
10406 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10407
10408         * gnus-registry.el (gnus-registry-cache-save): Remove text
10409         properties when saving via the temp buffer.
10410
10411 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * message.el (message-generate-hashcash): Honor custom type.
10414
10415 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * message.el (message-generate-hashcash): Default to non-nil when
10418         hashcash is found.
10419
10420         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10421         (gnus-refer-thread-limit): Increase default to 500.
10422
10423         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10424
10425         * flow-fill.el (fill-flowed): Allow delete-space.
10426
10427 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10430         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10431         Remove autoloads.
10432
10433 2006-04-18  Simon Josefsson  <jas@extundo.com>
10434
10435         * message.el (message-generate-hashcash): Default to.
10436
10437 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10440         concatenating segments rather than before concatenating them.
10441
10442 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10445
10446 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447
10448         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10449
10450         * message.el (message-forward-make-body-plain): Allow
10451         message-forward-ignored-headers to be a list.
10452         (message-remove-ignored-headers): Factor out into function.
10453         (message-forward-make-body-mml): Use it.
10454
10455         * imap.el (imap-quote-specials): New function.
10456         (imap-login-auth): Quote specials.
10457
10458         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10459         (rfc2231-parse-string): Allow concatanation of parameters that
10460         aren't contiguous.  The test case is
10461           (mail-header-parse-content-type "message/external-body;
10462             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10463             access-type=LOCAL-FILE;
10464             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10465
10466 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10467
10468         * nntp.el (nntp-accept-process-output): Return the value of
10469         `nnheader-accept-process-output'.
10470
10471 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10472
10473         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10474         (gnus-button-alist): Recognize more diff formats.
10475         (gnus-button-patch): Strip directory.
10476
10477 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10480         Emacs 22 when setting focus.
10481
10482 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * gnus-art.el (gnus-article-treat-types): Do treatment of
10485         text/x-verbatim parts.
10486         (gnus-button-patch): New command.
10487
10488         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10489         addresses that contain invalid characters.
10490
10491 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * message.el (message-put-addresses-in-ecomplete): Use
10494         gnus-replace-in-string.
10495         (message-is-yours-p): Use the more correct
10496         mail-header-parse-address instead of
10497         mail-extract-address-components.
10498         (message-put-addresses-in-ecomplete): Fix typo.
10499
10500         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10501         keystroke.
10502
10503         * gnus-art.el (gnus-treatment-function-alist): Change order of
10504         newsgroups/generic header folding to avoid double-folding.
10505
10506         * message.el (message-hidden-headers): Add X-Draft-From.
10507
10508         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10509         command.
10510         (gnus-summary-repeat-search-article-backward): New command.
10511
10512         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10513         groups in the parent topic.
10514
10515 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10516
10517         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10518         (spam-extra-header-to-number): Return the CRM114 number as a
10519         number instead of a string.
10520
10521 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522
10523         * gnus-art.el (gnus-face-properties-alist): Moved here from
10524         gnus-fun.
10525
10526         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10527
10528 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * message.el (message-strip-forbidden-properties): Only display on
10531         self-insert-command.
10532
10533         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10534         reindent.
10535         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10536
10537 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10538
10539         * smiley.el (smiley-style): Fix typo.
10540
10541 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * hashcash.el (hashcash-insert-payment-async-2): Use
10544         message-goto-eoh instead of doing it manually.
10545         (mail-add-payment): Use message-narrow-to-header instead of trying
10546         to do the same itself.
10547
10548         * message.el (message-hidden-headers): Add Face.
10549
10550         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10551         reparenting code.
10552         (gnus-summary-reparent-children): Refactored out code.
10553         (gnus-summary-thread-map): New keystroke.
10554         (gnus-summary-reparent-children): Make into command.
10555
10556         * smiley.el (smiley-style): Default to `medium' if using a large
10557         font.
10558
10559         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10560         does it itself.
10561
10562         * message.el (message-point-in-header-p): Simplify definition.
10563
10564 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * nnagent.el (nnagent-request-set-mark): Silence log file
10567         writing.
10568         (nnagent-request-set-mark): Use write-region instead of
10569         append-to-file.
10570
10571         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10572         strange select method.
10573
10574         * ecomplete.el (ecomplete-display-matches): Get highlightling
10575         right.
10576         (ecomplete-display-matches): Use literals.
10577         (ecomplete-display-matches): Disable message logging.
10578
10579         * message.el (message-display-abbrev): Small optimization.
10580
10581         * ecomplete.el (ecomplete-display-matches): Allow automatic
10582         display.
10583
10584         * message.el (message-strip-forbidden-properties): Display
10585         abbrevs.
10586         (message-display-abbrev): Get automatic display right.
10587
10588         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10589         keystrokes.
10590
10591 2006-04-13  Romain Francoise  <romain@orebokech.com>
10592
10593         TODO: Backport to v5-10!
10594
10595         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10596         Moved here (and renamed) from gnus-registry.el.
10597
10598         * gnus-registry.el: Require gnus-util.
10599         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10600
10601 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus-group.el (gnus-group-catchup-current): Change
10604         if-then-else-if-then-else into cond.
10605         (gnus-group-catchup): Indent.
10606         (group-name-at-point): New function.
10607         (gnus-fetch-group): Provide default from thing at point.
10608
10609 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * message.el (message-display-abbrev): Fix regexp.
10612
10613         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10614         choosing.
10615         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10616         dead variables.
10617
10618         * message.el (message-newline-and-indent): Remove debugging.
10619         (message-display-abbrev): Use new implementation.
10620
10621 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * gnus-art.el (gnus-article-mode): Set
10624         cursor-in-non-selected-windows to nil.
10625
10626         * smiley.el: Revert previous change.
10627         (smiley-data-directory): defvar it before using it in the
10628         defcustom of `smiley-style'.
10629
10630 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * message.el (message-newline-and-indent): New function.
10633
10634         * ecomplete.el: Implement more bits.
10635
10636         * message.el (message-put-addresses-in-ecomplete): Clean up the
10637         string.
10638
10639         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10640
10641         * gnus-sum.el (gnus-summary-save-parts): Bind
10642         gnus-summary-save-parts-counter and use it to make unique file
10643         names.
10644
10645         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10646
10647         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10648         parameter to say whether to actually parse the individual
10649         addresses.
10650
10651         * message.el (message-put-addresses-in-ecomplete): New function.
10652         (ecomplete): Require.
10653         (message-mail-alias-type): Add ecomplete as an option.
10654
10655 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10656
10657         * flow-fill.el (fill-flowed): Remove trailing space from blank
10658         quoted lines.
10659
10660 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * smiley.el (smiley-style): Move definition later to avoid a
10663         compilation warning.
10664
10665 2006-04-12  Kenichi Handa  <handa@m17n.org>
10666
10667         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10668         buffer and then decode the buffer text if necessary.
10669         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10670         first, and after mm-encode-body, change the buffer to unibyte.
10671         Use mm-disable-multibyte instead of set-buffer-multibyte.
10672
10673 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10676         Content-Type header instead of Content-Disposition header.
10677         (gnus-mime-inline-part): Ditto.
10678         (gnus-mime-view-part-as-charset): Ignore charset that the part
10679         specifies.
10680
10681         * mm-decode.el (mm-display-part): Work with external parts and
10682         usual parts similarly.
10683
10684         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10685         instead of gnus-display-mime.
10686
10687         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10688         instead of with-temp-buffer.
10689
10690         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10691         tag to summarized topics part in order to encode non-ASCII text.
10692
10693 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * smiley.el (smiley-style): New variable.
10696         (smiley-directory): New function.
10697         (smiley-data-directory): Derive from `smiley-style' using
10698         `smiley-directory'.
10699         (smiley-regexp-alist): Add new entries.
10700
10701         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10702         (gnus-article-browse-delete-temp): Add :version.
10703
10704 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10705
10706         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10707         the sieve region.
10708
10709 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus.el (gnus-version-number): Bump version.
10712
10713 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus.el: No Gnus v0.4 is released.
10716
10717 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10720         layout.
10721
10722         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10723         unknown charset.
10724
10725         * message.el (message-header-synonyms): Add Original-To to the
10726         default.
10727
10728         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10729         optional parameter.
10730
10731 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-fun.el (gnus): Require it for gnus-directory.
10734
10735 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10738
10739 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10740
10741         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10742
10743 2006-04-05  Simon Josefsson  <jas@extundo.com>
10744
10745         * password.el (password-reset): New function.
10746
10747 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10748
10749         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10750         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10751
10752 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10753
10754         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10755         Some whitespace was matched into the url, which broke browsing hits
10756         > 100 when mm-url-use-external was nil.
10757
10758 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10761         gnus-extra-headers for 'Newsgroups.
10762
10763         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10764         bound.
10765
10766 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10767
10768         * pgg-gpg.el: Clean up process buffers every time gpg processes
10769         complete.
10770
10771 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10774         doc string.
10775
10776 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10777
10778         * pgg-gpg.el (pgg-gpg-process-filter)
10779         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10780
10781         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10782         lines, temporary fix.
10783
10784 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10787
10788 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10789
10790         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10791         default-enable-multibyte-characters.  This reverts the change from
10792         revision 6.17 which is no longer necessary because the passphrase
10793         is sent separately now.  GnuPG messages are unreadable under
10794         multibyte locales with default-enable-multibyte-characters set to
10795         nil.
10796
10797 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * message.el (message-tool-bar-gnome): Move "spell".
10800
10801 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10804         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10805         instead.
10806
10807 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10808
10809         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10810         newsgroups handling for NNTP overviews which don't include
10811         Newsgroups.
10812
10813 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10814
10815         * message.el (message-resend): Bind message-generate-hashcash to nil.
10816
10817 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10818
10819         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10820         when searching for already-paid recipients.
10821
10822 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10823
10824         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10825         passphrases when it is not needed.
10826         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10827         passphrase stuff from gpg, should only be necessary when you use
10828         gpg with a smartcard.
10829
10830 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * mml.el (mml-insert-mime): Ignore cached contents of
10833         message/external-body part.
10834
10835         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10836         (mm-insert-part): Ditto.
10837
10838 2006-03-23  Simon Josefsson  <jas@extundo.com>
10839
10840         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10841         Reiner.
10842         (pgg-gpg-use-agent-p): Use it again.
10843
10844 2006-03-23  Simon Josefsson  <jas@extundo.com>
10845
10846         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10847         older emacsen.
10848         (pgg-gpg-use-agent-p): Don't use it.
10849
10850 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10853         if we can.
10854
10855 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10856
10857         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10858         (pgg-gpg-update-agent): New function.
10859         (pgg-gpg-use-agent-p): New function.
10860         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10861         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10862         (pgg-gpg-sign-region): Use it.
10863
10864 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10867         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10868
10869 2006-03-21  Simon Josefsson  <jas@extundo.com>
10870
10871         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10872         <wilde@sha-bang.de>.
10873         (pgg-gpg-use-agent): New variable.
10874         (pgg-gpg-process-region): Use it.
10875         (pgg-gpg-encrypt-region): Likewise.
10876         (pgg-gpg-encrypt-symmetric-region): Likewise.
10877         (pgg-gpg-decrypt-region): Likewise.
10878         (pgg-gpg-sign-region): Likewise.
10879         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10880
10881 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10884
10885         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10886         Add comment on version.
10887
10888 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * smiley.el: Add missing test smiley.
10891
10892 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * mm-decode.el (mm-with-part): New macro.
10895         (mm-get-part): Use it; work with message/external-body as well.
10896         (mm-save-part): Treat name and filename equally.
10897
10898         * mm-extern.el (mm-extern-cache-contents): New function.
10899         (mm-inline-external-body): Use it; force the part to be displayed;
10900         move undisplayer added to the cached handle to the parent.
10901
10902         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10903         (gnus-mime-view-part-as-type): Work with message/external-body.
10904
10905         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10906
10907 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10910         images in image-load-path.  [Sync with image.el, revision 1.60, in
10911         Emacs.]
10912
10913 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10916         path rather than symbol.  Always return list of directories.
10917         Guarantee that image directory comes first.  [Sync with image.el,
10918         revision 1.59, in Emacs.]
10919
10920         * message.el (message-make-tool-bar): Adjust to new API of
10921         `gmm-image-load-path-for-library'.
10922
10923         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10924
10925         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10926
10927 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10928
10929         * gnus-art.el (gnus-article-only-boring-p):
10930         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10931         intangible text.
10932         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10933
10934 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10937         `defun' instead of `gmm-defun-compat'.
10938
10939 2006-03-14  Simon Josefsson  <jas@extundo.com>
10940
10941         * message.el (message-unique-id): Don't use message-number-base36
10942         if (user-uid) is a float.
10943         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10944
10945 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10948
10949         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10950         empty line between a part and a message part.
10951
10952 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * smiley.el: Add more test smileys.
10955         (smiley-data-directory, smiley-regexp-alist)
10956         (gnus-smiley-file-types): Fix doc strings.
10957         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10958         adding new elements.
10959         (smiley-mouse-map): Unused code.  Make it a comment.
10960
10961 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10964         scan latest NoCeM messages instead of old ones.
10965         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10966         delimiters that are recently used.
10967         (gnus-nocem-load-cache): Add autoload cookie.
10968
10969         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10970
10971         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10972         level which is larger than gnus-use-nocem is specified.
10973
10974         * gnus-group.el (gnus-group-get-new-news): Ditto.
10975
10976 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * gnus-util.el (gnus-tool-bar-update): New function.
10979
10980         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10981         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10982
10983         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10984
10985         * gnus-group.el (gnus-group-redraw-when-idle)
10986         (gnus-group-redraw-check): Remove.
10987         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10988
10989 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10992         if optional last element is specified in splits (FIELD VALUE...).
10993
10994 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10997         to gmm-image-load-path-for-library.  Call with no-error argument.
10998         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10999
11000         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11001
11002         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11003
11004         * gmm-utils.el (gmm-image-load-path): Remove alias.
11005
11006 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gmm-utils.el (gmm-image-load-path): Add alias.
11009
11010         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11011         nnml-generate-nov-databases-1.
11012         (nnml-generate-nov-databases): Use it.
11013         (nnml-generate-nov-databases-directory): Document no-active
11014         argument.
11015
11016         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11017         directory if path is t.  Add no-error.
11018
11019         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11020         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11021
11022         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11023         resetting gnus-article-browse-html-temp-list.
11024
11025         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11026         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11027         Add example to docstring.  Rename local variables.  Move error
11028         checks to default case in cond and simplify.
11029
11030 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11033         handle is multipart when calling it recursively.
11034         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11035
11036 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11037
11038         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11039         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11040
11041 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11044         is loaded.
11045
11046         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11047         loaded.
11048
11049 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11052         to "Emacs 23 (unicode)" in doc string.
11053
11054         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11055         "Emacs 23 (unicode)" in comment.
11056
11057 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11060
11061         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11062         characters 160 through 255 in Emacs 23.
11063
11064 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11067         gnus-article-browse-html-temp.
11068         (gnus-article-browse-delete-temp): Make it customizable.  Add
11069         `file'.  Adjust doc string.
11070         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11071         query for each file.  Adjust doc string.
11072         (gnus-article-browse-html-parts): Add
11073         `gnus-article-browse-delete-temp-files' to
11074         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11075
11076 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11077
11078         * gnus-art.el (gnus-article-browse-html-temp)
11079         (gnus-article-browse-delete-temp): New variables.
11080         (gnus-article-browse-delete-temp-files): New function.
11081         (gnus-article-browse-html-parts): Use it.
11082
11083 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11086
11087         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11088         string.
11089
11090         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11091         gnus-summary-insert-new-articles when unplugged.  Remove
11092         gnus-summary-search-article-forward.
11093
11094         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11095         display-visual-class instead of display-color-cells.
11096
11097 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * dgnushack.el: Autoload customize-group for XEmacs.
11100
11101         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11102         message/* containing non-ASCII text properly.
11103
11104 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * message.el: Require gmm-utils, remove autoloads.
11107         (message-tool-bar): Set default based on
11108         gmm-tool-bar-style.
11109         (message-tool-bar-gnome): Add gmm-customize-mode.
11110
11111         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11112         gmm-tool-bar-style.
11113         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11114
11115         * gnus-group.el (gnus-group-tool-bar): Set default based on
11116         gmm-tool-bar-style.
11117         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11118
11119         * gmm-utils.el (gmm-image-directory): Rename variable from
11120         gmm-image-load-path.
11121         (gmm-image-load-path): Use gmm-image-directory.
11122         (gmm-customize-mode): New function.
11123         (gmm-tool-bar-style): New variable.
11124
11125         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11126         gnus-group-redraw-line-number.
11127         (gnus-group-redraw-check): Simplify.
11128         (gnus-group-tool-bar-update): Remove redraw check.
11129         (gnus-group-make-tool-bar): Add redraw check.
11130
11131 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11132
11133         * gnus-art.el (gnus-button): Add missing parentheses.
11134
11135 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * lpath.el: Fbind line-number-at-pos.
11138
11139 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11142
11143 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * gnus-art.el (gnus-button): New face.
11146         (gnus-article-button-face): Use it.
11147
11148         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11149         gnus-summary-next-page.  Re-order.
11150
11151         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11152         next-node are now included.
11153         (gnus-group-redraw-line-number): New internal variable.
11154         (gnus-group-redraw-check): Helper function for updating the tool
11155         bar.
11156         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11157
11158         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11159
11160         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11161         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11162         Use it to match format of Spamassassin 3.0 and later.  Reported by
11163         IRIE Tetsuya <irie@t.email.ne.jp>.
11164         (spam-check-bogofilter)
11165         (spam-bogofilter-register-with-bogofilter): Fix args of
11166         `gnus-error' calls.
11167
11168 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11171         unnecessary interaction when sending queued mails.  Reported by
11172         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11173
11174 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11177         first or last are nil.
11178
11179 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11180
11181         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11182
11183 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11186
11187 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * dns.el (query-dns): Protect more against buggy tcp output.
11190
11191 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11194         nov.php.
11195
11196 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11197
11198         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11199         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11200         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11201         output on the server side.
11202         (nnweb-google-create-mapping): Update regexps and add some
11203         progress indication.
11204
11205 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11208         gnus-agent-toggle-plugged.  Re-order icons.
11209         (gnus-group-tool-bar-gnome): Add
11210         gnus-group-{prev,next}-unread-group.
11211         (gnus-group-tool-bar-gnome): Re-order icons.
11212
11213         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11214         gnus-summary-insert-new-articles.
11215
11216         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11217         comments.
11218
11219         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11220         also available in Emacs 21.3.
11221
11222         * message.el (message-fix-before-sending): Change "Emacs 22" to
11223         "Emacs 23 (unicode)" in comment.
11224
11225         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11226         "Emacs 23 (unicode)" in comment.
11227
11228         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11229         comment.
11230         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11231
11232         * mm-view.el (mm-fill-flowed): Add :version.
11233
11234 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11237         and load-path.
11238
11239 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * message.el: Autoload gmm-image-load-path.
11242         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11243         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11244         consitency.
11245
11246         * gmm-utils.el (gmm-image-load-path): Also search in
11247         "../etc/images".  Don't set gmm-image-load-path if we don't find
11248         the image.
11249
11250 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gmm-utils.el (gmm-image-load-path): Don't make
11253         `gmm-image-load-path' include subdirectories which the second arg
11254         `image' might specify.
11255
11256         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11257         subdirectory to icon file names.
11258
11259         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11260
11261 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11264         gmm-image-load-path calls.
11265
11266         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11267
11268         * message.el (message-make-tool-bar): Ditto.
11269
11270         * mml.el (mml-preview): Added comment concerning tool bar icons.
11271
11272         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11273         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11274
11275         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11276         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11277
11278         * message.el (message-tool-bar-gnome): Use new icon names.
11279         (message-make-tool-bar): Use `gmm-image-load-path'.
11280
11281         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11282         functions from MH-E.
11283         (gmm-image-load-path): New variable from MH-E.
11284         (gmm-image-load-path): New function from MH-E.  Added arguments
11285         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11286         *-image-load-path-called-flag.
11287
11288 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11289
11290         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11291
11292 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11293
11294         * nnimap.el (nnimap-request-move-article): Change folder back to
11295         source group before deleting.
11296
11297 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11300
11301         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11302         mm-url.
11303
11304         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11305
11306 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11309         coding system which mm-charset-to-coding-system returns for a
11310         given charset is valid.
11311
11312 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11313
11314         * html2text.el (html2text-remove-tag-list):
11315         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11316
11317 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11318
11319         * gnus-cus.el: Revert 2005-10-17 change.
11320
11321 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-art.el (article-strip-banner): Call
11324         article-really-strip-banner only when the regexp match is made.
11325
11326 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (article-strip-banner): Use
11329         gnus-extract-address-components instead of
11330         mail-header-parse-addresses to make it work with non-ASCII text;
11331         remove mail-encode-encoded-word-string.
11332
11333         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11334         values which are surrounded with \"...\"; make it never cause a
11335         Lisp error; give up parsing of parameters if it failed in
11336         extracting type.
11337
11338 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11339
11340         * smime.el (smime-cert-by-ldap-1): Fix bug where
11341         `smime-ldap-search' returns results without userCertificates.
11342
11343 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11346
11347 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * spam.el (spam-check-spamassassin-headers): Adapt format for
11350         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11351         <ari@mbf.ocn.ne.jp>.
11352         (spam-list-of-processors): Add spam-use-gmane.
11353
11354 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11357         make-temp-file; make it work with XEmacs as well.
11358
11359         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11360         mm-make-temp-file.
11361
11362         * mm-decode.el (mm-display-external): Use the 3rd arg of
11363         mm-make-temp-file.
11364         (mm-create-image-xemacs): Ditto.
11365
11366 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11369         with message-narrow-to-headers.
11370         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11371         (gnus-draft-check-draft-articles): New function.
11372         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11373
11374 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * gnus-art.el (gnus-article-browse-html-parts):
11377         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11378         Don't use suffix argument for mm-make-temp-file for Emacs 21
11379         compatibility.  Remove useless `format'.
11380
11381 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11382
11383         * nnweb.el (nnweb-google-wash-article): Update regexps.
11384         (nnweb-group-alist): Use defvoo instead of defvar.
11385
11386 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11389         re-loading nn* modules.
11390
11391 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11394         for `tool-bar-mode' and don't check it's default-value.
11395
11396         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11397
11398         * message.el (message-make-tool-bar): Ditto.
11399
11400         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11401         `substring'.  Shorten tmp-file name.
11402
11403         * gnus.el: Remove bogus comment.
11404
11405 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11406
11407         * gnus-art.el (gnus-article-browse-html-parts): New function.
11408         (gnus-article-browse-html-article): New function for viewing html
11409         articles with a browser.
11410
11411 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11412
11413         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11414         in elisp.
11415         (pgg-gpg-encrypt-symmetric-region): Ditto.
11416         (pgg-gpg-sign-region): Ditto.
11417
11418         * pgg-def.el (pgg-text-mode): New variable.
11419
11420         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11421         (mml2015-pgg-encrypt): Ditto.
11422
11423         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11424         (mml1991-pgg-encrypt): Ditto.
11425
11426 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11429         message-make-date instead of current-time-string.
11430
11431         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11432         to gnus-decoded which mm-uu might set.
11433
11434 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11437         don't decode quoted parameters; remove misimported Emacs code.
11438         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11439         (rfc2231-decode-encoded-string): Don't use split-string which
11440         behaves differently according to Emacs version; use
11441         mm-decode-coding-region to convert charset to coding-system.
11442         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11443         (rfc2231-encode-string): Remove misimported Emacs code.
11444
11445 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11448         when calling mail-header-parse-content-type.
11449         (article-de-quoted-unreadable): Ditto.
11450         (article-de-base64-unreadable): Ditto.
11451         (article-wash-html): Ditto.
11452
11453         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11454         calling mail-header-parse-content-type and
11455         mail-header-parse-content-disposition.
11456         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11457         mail-header-parse-content-type.
11458
11459         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11460         insert charset and format parameters; encode description after
11461         inserting it to buffer.
11462         (mml-insert-parameter): Fold lines properly even if a parameter is
11463         segmented into two or more lines; change the max column to 76.
11464
11465         * rfc1843.el (rfc1843-decode-article-body): Don't use
11466         ignore-errors when calling mail-header-parse-content-type.
11467
11468         * rfc2231.el (rfc2231-parse-string): Return at least type if
11469         possible; don't cause an error even if it fails in parsing of
11470         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11471         (rfc2231-encode-string): Don't break lines at the beginning, leave
11472         it to mml-insert-parameter.
11473
11474         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11475         calling mail-header-parse-content-type.
11476
11477 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * spam-report.el (spam-report-gmane-use-article-number):
11480         Improve doc string.
11481         (spam-report-gmane-internal): Check if a suitable header was found
11482         in the article.
11483
11484 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11487         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11488
11489 2006-02-05  Romain Francoise  <romain@orebokech.com>
11490
11491         Update copyright notices of all files in the gnus directory.
11492
11493 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11494
11495         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11496
11497 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11500         segmented lines of parameter value to cope with Thunderbird 1.5
11501         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11502         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11503         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11504
11505 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11506
11507         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11508         parts.
11509
11510 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11511
11512         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11513         there's only one active file for all servers.
11514         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11515         solid groups.  Gnus might have used a FAST request to select the group.
11516         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11517         and nnweb-search redundantly in the active file.
11518         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11519         (nnweb-request-create-group): Don't use ARGS.
11520         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11521         initialisations.  Let nnoo do the work.
11522
11523 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11526         Say the part has been decoded.
11527
11528         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11529
11530 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11531
11532         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11533         mailcap-viewer-test-cache when there's no 'test clause, since that
11534         will invert the meaning of a "nil" test previously determined by
11535         mailcap-mailcap-entry-passes-test.
11536
11537 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11540         compiling.
11541
11542         * gnus-sum.el: Ditto.
11543
11544         * message.el: Don't bind tool-bar-map when compiling.
11545
11546 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11549
11550 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11551
11552         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11553         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11554         current Google Groups.
11555
11556 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11559         and tool-bar-mode.
11560
11561         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11562         and tool-bar-mode.
11563
11564         * message.el (message-tool-bar-update): Simplify.
11565         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11566
11567         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11568         gnus-summary-buffer.
11569         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11570         gnus-summary-reply.
11571
11572         * gmm-utils.el (gmm): Add :version.
11573
11574 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * Makefile.in (clean): New rule.
11577         (distclean): Use it.
11578
11579 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11580
11581         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11582         autoload.
11583
11584 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * gmm-utils.el (gmm-verbose): Add :group.
11587
11588 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * message.el: Change some comments WRT tool-bars.
11591
11592         * gnus-sum.el (gnus-summary-tool-bar)
11593         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11594         (gnus-summary-tool-bar-zap-list): New variables.
11595         (gnus-summary-make-tool-bar): Complete rewrite using
11596         `gmm-tool-bar-from-list'.
11597
11598         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11599         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11600         variables.
11601         (gnus-group-make-tool-bar): Complete rewrite using
11602         `gmm-tool-bar-from-list'.
11603         (gnus-group-tool-bar-update): New function.
11604
11605         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11606
11607 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11610         is dissected into a single part of which the type is the same as
11611         the given one; decode charset.
11612
11613 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11614
11615         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11616         into alists as symbol not string, since that's what
11617         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11618         look for.
11619
11620 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11623         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11624
11625         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11626
11627 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11630         (gnus-xmas-mime-security-button-menu): New function.
11631
11632         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11633         (gnus-mime-security-button-menu): New definition.
11634         (gnus-mime-security-button-map): Use them.
11635         (gnus-mime-security-button-menu): New function.
11636         (gnus-insert-mime-security-button): Addition to help echo.
11637         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11638         (gnus-mime-security-pipe-part): New functions.
11639
11640         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11641         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11642
11643         * mm-decode.el (mm-handle-set-disposition): Remove.
11644         (mm-handle-set-description): Remove.
11645
11646 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11649         (mm-w3m-standalone-supports-m17n-p): New function.
11650         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11651         w3m usage.
11652
11653         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11654         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11655
11656 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * message.el (message-tool-bar-zap-list): Use
11659         gmm-tool-bar-zap-list as custom type.
11660         (message-tool-bar-update): New function.
11661         (message-tool-bar, message-tool-bar-gnome)
11662         (message-tool-bar-retro): Add message-tool-bar-update.
11663         (message-tool-bar-gnome): Add flyspell-buffer.
11664
11665         * gnus-util.el (gnus-error): Describe `args'.
11666
11667         * gmm-utils.el (gmm-error): Describe `args'.
11668         (gmm-tool-bar-zap-list): New widget.
11669         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11670
11671 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11674         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11675         the number of recursive calls.
11676
11677         * mm-decode.el (mm-handle-set-disposition): New macro.
11678         (mm-handle-set-description): New macro.
11679
11680 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11683         encoding.
11684
11685 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * message.el (message-tool-bar-zap-list, message-tool-bar)
11688         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11689         (message-tool-bar-local-item-from-menu): Remove.
11690         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11691         (message-make-tool-bar): New function.
11692         (message-mode): Use `message-make-tool-bar'.
11693
11694         * gmm-utils.el: New file.
11695         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11696         (gmm-lazy): New widget copied from `nnmail.el'.
11697         (gmm-tool-bar-from-list): New function for creating customizable
11698         tool bars.
11699         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11700         output.
11701         (gmm): Add :prefix to defgroup.
11702
11703 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11704
11705         * gmm-utils.el (gmm-widget-p): New function.
11706
11707 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * mml.el (mml-attach-file): Describe `description' in doc string.
11710         (mml-menu): Add Emacs MIME manual and PGG manual.
11711
11712 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11713
11714         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11715
11716 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11717
11718         * nntp.el (nntp-end-of-line): Doc fix.
11719
11720 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11721
11722         * imap.el (imap-open): Handle case where buffer is a buffer
11723         object.
11724
11725 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11726
11727         * gnus-delay.el (gnus-delay): Don't autoload.
11728         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11729         to be re-loaded when customizing the `gnus-delay' group.
11730
11731 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11732
11733         * message.el (message-insert-citation-line): Use newlines.
11734
11735 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11736
11737         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11738         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11739         these routines, so the passphrase can be managed externally and
11740         passed in to the system.
11741         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11742         pgg-add-passphrase-to-cache function.
11743
11744         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11745         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11746         these routines, so the passphrase can be managed externally and
11747         passed in to the system.
11748         (pgg-pgp5-sign-region): Use new name of
11749         pgg-add-passphrase-to-cache function.
11750
11751 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11752
11753         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11754         part of the decoded armor to find the key-identifier.
11755         (pgg-gpg-lookup-key-owner): New function to return the
11756         human-readable identifier of a key owner.
11757         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11758         itself.
11759         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11760         the key value) if we have a key and can match it against a secret
11761         key.  Also, added a note pointing out fact that the prompt only
11762         indicates the first matching key.
11763
11764         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11765         pgg-decrypt-region.
11766         (pgg-add-passphrase-to-cache): Rename from
11767         `pgg-add-passphrase-cache' to reduce confusion (all callers
11768         changed).
11769         (pgg-remove-passphrase-from-cache): Rename from
11770         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11771         changed).
11772         (pgg-read-passphrase, pgg-add-passphrase-cache)
11773         (pgg-remove-passphrase-cache): Add informative docstrings.
11774         (pgg-decrypt): Convey provided passphrase in subordinate call to
11775         pgg-decrypt-region.
11776
11777 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11778
11779         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11780         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11781         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11782         'passphrase' argument, so the passphrase can be managed externally
11783         and then passed in to the system.
11784
11785         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11786         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11787         so the passphrase cache can be used reliably with identifiers
11788         besides a pgp packet's key id.
11789
11790         * pgg-gpg.el (pgg-gpg-encrypt-region)
11791         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11792         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11793         these routines, so the passphrase can be managed externally and
11794         passed in to the system.
11795
11796         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11797         'notruncate' argument, so the passphrase cache can be used
11798         reliably with identifiers besides a pgp packet's key id.
11799
11800 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11801
11802         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11803         symmetric encryption.
11804         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11805         encrypted session key.
11806         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11807         message ask for the passphrase in a proper way.
11808
11809         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11810         New user commands for symmetric encryption.
11811
11812 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11815
11816         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11817
11818 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11819
11820         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11821
11822 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * mm-decode.el (mm-inlined-types): Add application/pgp.
11825         (mm-automatic-display): Ditto.
11826
11827         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11828         part as text.
11829
11830 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * nnrss.el: Update copyright.
11833         (nnrss-opml-import): Query whether to subscribe to each entry.
11834
11835         * gnus-art.el:
11836         * gnus-sum.el:
11837         * gnus-xmas.el:
11838         * messagexmas.el:
11839         * mm-uu.el:
11840         * mm-view.el: Update copyright.
11841
11842 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * message.el (message-info): New function.
11845         (message-mode-menu): Add it.
11846         Update copyright.
11847
11848         * ChangeLog: Fix and update copyright.
11849
11850 2006-01-13  Romain Francoise  <romain@orebokech.com>
11851
11852         * message.el (message-forward-subject-name-subject): Prefer the
11853         address to 'nowhere' if the sender has no name.
11854         Fix typo.  Update copyright year.
11855
11856 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-art.el (article-wash-html): Use
11859         gnus-summary-show-article-charset-alist if a numeric arg is given.
11860         (gnus-article-wash-html-with-w3m-standalone): New function.
11861
11862         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11863         mm-inline-text-html-render-with-w3m-standalone.
11864         (mm-text-html-washer-alist): Map w3m-standalone to
11865         gnus-article-wash-html-with-w3m-standalone.
11866         (mm-inline-text-html-render-with-w3m-standalone): New function.
11867
11868 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11871         Improve LaTeX.
11872
11873 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11876         (nnrss-request-article): Render text/plain parts as HTML.
11877
11878         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11879         the buffer.
11880
11881 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11884         custom definition of `gnus-posting-styles'.
11885
11886         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11887         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11888
11889 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11892         Use nntp for bug archive.
11893
11894 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11897         parts.
11898         (nnrss-normalize-date): New function converts ISO 8601 date into
11899         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11900         (nnrss-check-group): Use it.
11901
11902 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11905
11906         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11907         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11908         (nnrss-insert-w3): Ditto.
11909
11910 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11913         the articles to be forwarded including the case where neither a
11914         number of articles nor a region is specified.
11915
11916 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * nnrss.el (nnrss-request-article): Fix last change; fill
11919         text/plain parts.
11920
11921 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11924         in text/plain part.
11925         (nnrss-check-group): Don't add excessive newline to dc:subject.
11926
11927 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11928
11929         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11930         article.
11931
11932 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11935         (nnml-use-compressed-files, nnml-save-mail): Support other
11936         comression programs such as bzip2.
11937
11938 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * dns.el (query-dns): Make sure we check the buffer size before
11941         removing tcp headers.
11942
11943 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11946         remove MIME buttons associated with multipart/alternative parts.
11947         (gnus-mime-display-alternative): Tag buttons using `article-type'
11948         text property.
11949
11950         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11951         associated with multipart/alternative parts.
11952
11953         * gnus-art.el (gnus-signature-separator): Fix custom type.
11954
11955         * mm-decode.el (mm-inlined-types): Fix custom type.
11956         (mm-keep-viewer-alive-types): Ditto.
11957         (mm-automatic-display): Ditto.
11958         (mm-attachment-override-types): Ditto.
11959         (mm-inline-override-types): Ditto.
11960         (mm-automatic-external-display): Ditto.
11961
11962 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * spam-report.el (spam-report-user-mail-address)
11965         (spam-report-user-agent): New variables.
11966         (spam-report-url-ping-plain): Use spam-report-user-agent.
11967
11968 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11969
11970         * gnus-art.el (gnus-button-handle-custom): Do not just use
11971         `customize-apropos' for any "M-x customize-*" button but the
11972         function called for.  Accept both the function name and its
11973         argument in order to achieve this.
11974         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11975         function name to `gnus-button-handle-custom' in case of "M-x
11976         customize-*" buttons.
11977
11978 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11981         multipart/alternative and add xref to mm-discouraged-alternatives
11982         in doc string.
11983
11984         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11985         gnus-buttonized-mime-types in doc string.
11986
11987 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11990         Suggest image/.* in the doc string.
11991
11992 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11995         message-marks (Debian bug #342521).
11996
11997 2005-12-12  Simon Josefsson  <jas@extundo.com>
11998
11999         * password.el (password-read-from-cache): Add.
12000         (password-read): Use it.
12001
12002 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12005         us-ascii as a MIME charset.
12006
12007         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12008         against the case where the 2nd arg TYPE is nil.
12009
12010 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * pop3.el (pop3-stream-type): Fix custom version.
12013
12014         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12015
12016 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12017
12018         * mm-decode.el (mm-display-external): Add missing cdr.
12019
12020 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12023         RFC1524) if it is in mailcap or add a suffix according to
12024         mailcap-mime-extensions when generating a temp filename; postpone
12025         deleting a temp file for 2 seconds for some wrappers, shell
12026         scripts, and so on, which might exit right after having started a
12027         viewer command as a background job.
12028
12029 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * nntp.el (nntp-marks-directory): Fix custom group.
12032
12033         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12034         steps when < 10.
12035
12036         * gnus-start.el (gnus-no-server-1): Mention
12037         `gnus-level-default-subscribed' in doc string.
12038
12039 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12040
12041         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12042         parens.
12043
12044 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-xmas.el (gnus-use-toolbar): Revert.
12047         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12048         gnus-use-toolbar is default.
12049
12050         * messagexmas.el (message-use-toolbar): Revert.
12051         (message-setup-toolbar): Use global default-toolbar if
12052         message-use-toolbar is default.
12053
12054 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12057         according to default-toolbar-visible-p.
12058
12059         * messagexmas.el (message-use-toolbar): Ditto.
12060
12061 2005-11-26  Dave Love  <fx@gnu.org>
12062
12063         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12064         (tls-program, tls-success): Provide openssl alternative.
12065
12066         * starttls.el: Doc fixes.
12067         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12068         SERVICE to PORT.
12069
12070         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12071         port null or service name.
12072         (starttls-negotiate): Autoload.
12073
12074 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * message.el (message-kill-to-signature): Fix interactive spec.
12077
12078 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * pop3.el (pop3-open-server): Recognize a string as a service name.
12081
12082 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12083
12084         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12085
12086 2005-11-23  Dave Love  <fx@gnu.org>
12087
12088         Add pop3s, pop3/starttls.
12089
12090         * pop3.el (pop3-authentication-scheme): Clarify doc.
12091         (open-tls-stream, starttls-open-stream): Autoload.
12092         (pop3-stream-type): New.
12093         (pop3-open-server): Use it.
12094
12095         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12096         for POP.
12097         (mail-source-keyword-map): Add :stream for POP.
12098         (mail-source-fetch-pop): Use pop3-stream-type.
12099
12100 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12103         of current-time-string.
12104
12105 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12106
12107         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12108         date header.
12109
12110 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12111
12112         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12113         it can seriously impact performance as it bypasses the agent's
12114         local caches.
12115
12116 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12117
12118         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12119         must be explicitly online rather than "not explicitly offline" for
12120         its flags to be synchronized.
12121
12122         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12123         that gnus-uu-unmark-thread will function correctly.
12124
12125         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12126         1024K is instead displayed as 1M.
12127
12128 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12131
12132 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12133
12134         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12135
12136 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12137
12138         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12139         error message to display actual error condition.
12140         (gnus-agent-save-local): Avoid saving symbols that are bound to
12141         nil as they simply result in a warning message in
12142         gnus-agent-read-local.
12143
12144 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12147         rather than make-variable-buffer-local for file-precious-flag.
12148
12149 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12150
12151         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12152         for duplicates which are removed.  The invalid sort check then
12153         triggers a rescan after the sort as sorting may have moved
12154         duplicate entries such that they can be cheaply detected.
12155
12156 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12159
12160 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12161
12162         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12163         internal variable to a custom variable.  Changed default value
12164         from compressed(2) to uncompressed(1).
12165         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12166         support for uncompressed agentview files.  Taken together, reading
12167         the agentview file should now be 6-7 times faster.
12168
12169 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12170
12171         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12172         as a buffer-local variable.  This avoids creating truncated
12173         dribble files as a result of a hang up, eg.
12174
12175 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12176
12177         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12178         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12179         XEmacs.
12180
12181 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * gnus-start.el (gnus-start-draft-setup): Enforce
12184         `gnus-draft-mode' for nndraft:drafts at startup.
12185
12186         * gnus.el (gnus-splash): Change custom group.
12187         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12188         allow-list argument.
12189
12190         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12191         string.
12192
12193 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * gnus-art.el (gnus-default-article-saver): Add user-defined
12196         `function' to custom type.
12197
12198 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12199
12200         * imap.el (imap-open): Handle case where buffer is a buffer
12201         object.
12202
12203 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12206         long lines.
12207         (gnus-cache-delete-group): Wrap doc strings.
12208
12209         * gnus-agent.el (gnus-agent-rename-group)
12210         (gnus-agent-delete-group): Wrap doc strings.
12211
12212 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * messagexmas.el (message-use-toolbar): Change the valid values
12215         into default, top, bottom, left, and right.
12216         (message-toolbar-thickness): New variable.
12217         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12218         well.
12219         (message-setup-toolbar): Make it work.
12220
12221         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12222         (gnus-use-toolbar): Change the valid values into default, top,
12223         bottom, left, and right.
12224         (gnus-toolbar-thickness): New variable.
12225         (gnus-xmas-setup-toolbar): New function.
12226         (gnus-xmas-setup-group-toolbar): Use it.
12227         (gnus-xmas-setup-summary-toolbar): Use it.
12228
12229 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12230
12231         * gnus-start.el (gnus-1): Add "native" to
12232         gnus-predefined-server-alist.
12233
12234         * gnus.el (gnus-method-to-server): Don't add "native" to the
12235         lists here, because that leads to problems when
12236         gnus-select-method is bound.
12237
12238 2005-11-09  Simon Josefsson  <jas@extundo.com>
12239
12240         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12241         use (not sort-by-date) instead.
12242
12243 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12244
12245         * gnus-delay.el (gnus-delay-group): Don't autoload.
12246         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12247         to be re-loaded when customizing the `gnus-delay' group.
12248
12249 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12250
12251         * message.el: Revert last changes.
12252         (message-insert-citation-line): Use newlines.
12253
12254 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12255
12256         * message.el (message-courtesy-message)
12257         (message-mark-insert-begin, message-mark-insert-end)
12258         (message-elide-ellipsis, message-cancel-message)
12259         (message-add-header, message-change-subject)
12260         (message-cross-post-followup-to-header)
12261         (message-cross-post-insert-note, message-reduce-to-to-cc)
12262         (message-widen-reply, message-delete-not-region)
12263         (message-kill-to-signature, message-insert-signature)
12264         (message-insert-importance-high, message-insert-importance-low)
12265         (message-insert-or-toggle-importance)
12266         (message-insert-disposition-notification-to)
12267         (message-indent-citation, message-yank-original)
12268         (message-cite-original-without-signature, message-cite-original)
12269         (message-insert-citation-line, message-position-on-field)
12270         (message-fix-before-sending, message-send-mail-partially)
12271         (message-send-mail, message-send-mail-with-sendmail)
12272         (message-send-mail-with-qmail, message-send-news)
12273         (message-check-news-header-syntax, message-generate-headers)
12274         (message-insert-courtesy-copy, message-fill-address)
12275         (message-fill-header, message-shorten-references)
12276         (message-setup-1, message-cancel-news)
12277         (message-forward-make-body-plain, message-forward-make-body-mime)
12278         (message-forward-make-body-mml, message-encode-message-body)
12279         (message-forward-make-body-digest-plain)
12280         (message-forward-make-body-digest-mime)
12281         (message-use-alternative-email-as-from): Insert `hard-newline'
12282         instead of ordinary newlines.
12283
12284 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * message.el (message-generate-headers): Downcase the argument
12287         given to message-check-element.
12288
12289 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12290
12291         * nntp.el (nntp-authinfo-rejected): New error condition.
12292         (nntp-wait-for): Use new error condition to signal authentication
12293         error.
12294         (nntp-retrieve-data): Rethrow new error condition to break out of
12295         recursive call to nntp-send-authinfo.
12296
12297 2005-11-08  Romain Francoise  <romain@orebokech.com>
12298
12299         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12300         (gnus-summary-exit-map): Bind to `Z p'.
12301         (gnus-summary-make-menu-bar): Add menu item.
12302
12303 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12306         (gnus-treat-*): Add `first' in all doc strings.
12307
12308         * gnus-group.el (gnus-group-compact-group): Fix typo.
12309
12310 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus.el (gnus-parameters-case-fold-search): New variable.
12313         (gnus-parameters-get-parameter): Use it.
12314
12315         * gnus-score.el (gnus-home-score-file): Doc fix.
12316
12317 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12318
12319         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12320
12321 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-util.el (mm-special-display-p): New function.
12324
12325         * mml.el (mml-preview): Use it; doc fix.
12326
12327 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12328
12329         * imap.el (imap-open): Handle case where buffer is a buffer object.
12330
12331 2005-10-29  Romain Francoise  <romain@orebokech.com>
12332
12333         * message.el (message-fix-before-sending): Fix comment.
12334
12335 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12336
12337         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12338
12339 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12340
12341         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12342         Used in gnus-score.el.
12343
12344 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12347
12348 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12349
12350         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12351         whitespace removed in revision 7.8.  Use concatenated string to
12352         protect trailing whitespace.
12353
12354 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12355
12356         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12357         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12358         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12359         Courier IMAP ("some version from 2004").  Mostly based on similar
12360         code in the same function.
12361
12362 2005-10-26  Didier Verna  <didier@xemacs.org>
12363
12364         * gnus-group.el (gnus-group-compact-group): Invalidate original
12365         article buffer.
12366         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12367         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12368         NOV database and in article itself.
12369         Invalidate article backlog.
12370
12371 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12374
12375 2005-10-26  Simon Josefsson  <jas@extundo.com>
12376
12377         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12378         part of 2004-07-25 change.
12379
12380 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * message.el (message-display-completion-list): New function.
12383         (message-expand-group): Use it; make sure the Completions buffer
12384         is modifiable.
12385 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12386
12387         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12388         user-mail-name is an empty string.
12389
12390 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12393         depending on gnus-score-decay-constant.
12394
12395         * encrypt.el (encrypt-insert-file-contents)
12396         (encrypt-write-file-contents): Don't use `gnus-message'.
12397
12398         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12399         arguments.
12400         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12401         arguments to mm-uu-verbatim-marks-extract.
12402         (mm-uu-hide-markers): New variable.
12403         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12404
12405         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12406         (gnus-convert-image-to-face-command): Use "convert" by default to
12407         allow other input image formats.
12408         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12409         accordingly.
12410
12411 2005-10-23  Simon Josefsson  <jas@extundo.com>
12412
12413         * imap.el (imap-gssapi-program): Align command line parameters
12414         with latest GNU SASL.
12415         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12416
12417 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12420         HTML.
12421         (nnslashdot-request-article): Ditto.
12422
12423         * lpath.el (featurep): Add nobreak-char-display.
12424
12425 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12426
12427         * mail-source.el (mail-source-fetch-pop): Require pop3.
12428         (mail-source-check-pop): Ditto.
12429
12430 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12433         errors.
12434
12435 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12438         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12439
12440         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12441
12442         * mm-bodies.el (mm-decode-string): Call
12443         `mm-charset-to-coding-system' with allow-override argument.
12444
12445 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12448         (rfc2047-charset-to-coding-system): New function.
12449         (rfc2047-decode-encoded-words): New function.
12450         (rfc2047-decode-region): Use them.
12451         (rfc2047-decode-cte): Remove.
12452         (rfc2047-parse-and-decode): Remove.
12453         (rfc2047-decode): Remove.
12454
12455 2005-10-15  Kenichi Handa  <handa@m17n.org>
12456
12457         * rfc2047.el (rfc2047-decode-cte): New function.
12458         (rfc2047-decode-region): Change the way to decode successive
12459         encoded-words: decode B- or Q-encoding in each encoded-word,
12460         concatenate them, and decode it as charset.
12461
12462 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * lpath.el: Fbind codepage-setup for XEmacs.
12465
12466 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12467
12468         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12469         widget-move-and-invoke.
12470         (gnus-custom-mode): Use gnus-custom-map.
12471
12472 2005-10-15  Bill Wohler  <wohler@newt.com>
12473
12474         * message.el (message-tool-bar-map): Renamed image file from
12475         mail_send to mail/send.
12476
12477 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12478
12479         * message.el (message-expand-group): Pass the common
12480         prefix substring of completion to `display-completion-list'.
12481
12482 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * mml-sec.el (mml-secure-method): New internal variable.
12485         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12486         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12487         functions using mml-secure-method.
12488
12489         * mml.el (mml-mode-map): Add key bindings for those functions.
12490         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12491         Harder <harder@myrealbox.com>.
12492         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12493         end of message if point is the headers of the message.
12494
12495         * message.el (message-in-body-p): New function.
12496
12497         * assistant.el: Autoload gnus-util and netrc.
12498
12499         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12500         Use `mm-charset-override-alist' only when decoding.
12501
12502         * mm-bodies.el (mm-decode-body): Call
12503         `mm-charset-to-coding-system' with allow-override argument.
12504
12505         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12506         `filename' from Content-Disposition if Content-Type doesn't
12507         provide `name'.
12508         (gnus-mime-view-part-as-type): Set default instead of
12509         initial-input.
12510
12511 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12512
12513         * format-spec.el (format-spec): Propagate text properties of % spec.
12514
12515 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * gnus-art.el (gnus-treat-predicate): Add `first'.
12518
12519 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12522         (mm-charset-override-alist): New variable.
12523         (mm-charset-to-coding-system): Use it.
12524         (mm-codepage-setup): New helper function.
12525         (mm-charset-eval-alist): New variable.
12526         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12527         about unknown charsets.
12528
12529         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12530
12531 2005-10-04  David Hansen  <david.hansen@gmx.net>
12532
12533         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12534         (nnrss-check-group): Ditto.
12535
12536 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12539         Rename x-gnus-verbatim to x-verbatim.
12540         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12541
12542         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12543         x-verbatim.
12544
12545         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12546
12547         * gnus-util.el (gnus-remove-duplicates): Remove.
12548
12549         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12550         instead of gnus-remove-duplicates.
12551
12552         * message.el (message-remove-duplicates): Remove.
12553         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12554         message-remove-duplicates.
12555
12556         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12557         available, else use implementation from `delete-dups'.
12558
12559         * message.el (message-insert-expires): New function.
12560         (message-mode-map): Add key binding.
12561         (message-mode-field-menu): Add menu entry.
12562         (message-mode): Document it.
12563         (message-make-expires-date): Use `message-make-date'.
12564
12565 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12566
12567         * message.el (message-make-expires-date): New function.
12568
12569 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * Makefile.in (list-installed-shadows): New entry.
12572         (install): Use it.
12573         (remove-installed-shadows): New entry.
12574
12575         * dgnushack.el (dgnushack-default-load-path): New variable.
12576         (dgnushack-find-lisp-shadows): New function.
12577         (dgnushack-remove-lisp-shadows): New function.
12578
12579 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * Makefile.in (install-el-elc): New entry.
12582         (install): Use it so that .el files are necessarily installed.
12583
12584 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12587
12588 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12589
12590         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12591         function rather than the diff-mode.el package.
12592         (mm-display-external): Use with-current-buffer.
12593         (mm-viewer-completion-map, mm-viewer-completion-map):
12594         Move initialization inside declaration.
12595
12596 2005-09-29  Simon Josefsson  <jas@extundo.com>
12597
12598         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12599         autoload mail-check-payment.
12600         (spam-check-hashcash): Define unconditionally, since hashcash.el
12601         is part of Gnus now.  Ignore errors from payment checking.
12602
12603 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * message.el (message-bold-region, message-unbold-region): Rename
12606         from `bold-region' and `unbold-region'.
12607
12608         * message.el: Remove useless autoloads.
12609
12610 2005-09-28  Simon Josefsson  <jas@extundo.com>
12611
12612         * message.el (message-use-idna): Default to t.
12613         (message-use-idna): Test whether encoding works too.  Doc fix.
12614
12615 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * nntp.el (nntp-warn-about-losing-connection): Remove.
12618
12619 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12622         customizable.  Change default value.
12623         (mm-uu-diff-groups-regexp): Change default value.
12624         (mm-uu-type-alist): Add doc string.
12625         (mm-uu-configure): Add doc string.  Make it interactive.
12626         (mm-uu-tex-groups-regexp): New variable.
12627         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12628         (mm-uu-type-alist): Add LaTeX documents.
12629         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12630         of "text/verbatim".
12631         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12632
12633         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12634         instead of "text/verbatim".
12635
12636         * message.el (message-mark-inserted-region)
12637         (message-mark-insert-file): Use slrn style marks when called with
12638         prefix argument.
12639
12640 2005-09-27  Simon Josefsson  <jas@extundo.com>
12641
12642         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12643
12644 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12645
12646         * message.el (message-remove-duplicates): New function.
12647         Implementation borrowed from `gnus-remove-duplicates'.
12648         (message-idna-to-ascii-rhs): Also encode idna addresses in
12649         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12650         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12651         only ask about the same idna domain once per header and also tell
12652         in what header to replace the idna domain.
12653
12654         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12655         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12656         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12657         a header is decoded and not just the last one.
12658
12659 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12662         has been decoded.
12663
12664         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12665         (mm-insert-part): Don't modify text if it has been decoded.
12666
12667         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12668         decoded.
12669
12670         * mm-view.el (mm-inline-text): Don't strip text props unless
12671         decoding enriched or richtext parts.
12672
12673 2005-09-25  Romain Francoise  <romain@orebokech.com>
12674
12675         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12676         * gnus-start.el (gnus-subscribe-interactively):
12677         * gnus-uu.el (gnus-uu-grab-articles):
12678         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12679         space.
12680
12681 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12682
12683         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12684         * mm-view.el (mm-view-pkcs7-decrypt):
12685         * gnus-sum.el (gnus-summary-limit-to-extra)
12686         (gnus-summary-respool-article, gnus-read-move-group-name):
12687         * gnus-score.el (gnus-summary-increase-score):
12688         * gnus-util.el (gnus-completing-read-with-default):
12689         * gnus-art.el (gnus-read-save-file-name)
12690         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12691         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12692         * message.el (message-check-news-header-syntax):
12693         Follow convention for reading with the minibuffer.
12694
12695 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * spam-report.el (spam-report-url-ping-plain):
12698         Use gnus-extended-version as User-Agent.
12699
12700         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12701         default value is nil.
12702
12703         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12704         (mm-uu-verbatim-marks-extract): New function.
12705         (mm-uu-extract): New face.
12706         (mm-uu-copy-to-buffer): Use it.
12707
12708         * spam-report.el (spam-report-gmane-ham): Renamed from
12709         `spam-report-gmane-unspam'.
12710         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12711         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12712
12713         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12714         Autoload.
12715         (spam-report-gmane-unregister-routine): Renamed
12716         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12717
12718 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12719
12720         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12721         (spam-report-gmane-unregister-routine): Add support for gmane
12722         unregistration.
12723
12724         * spam-report.el (spam-report-gmane-unspam)
12725         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12726         (spam-report-gmane): Change to take a single article and do unspam
12727         registration.
12728
12729 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * mm-url.el (mm-url-decode-entities): Fix regexp.
12732
12733 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12736         default to nil, to be able to use Gnus at all.  If the default
12737         switches to something else, then the function should be fixed not
12738         be exceedingly slow.
12739
12740 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12743         fail hard.
12744
12745         * spam-report.el: Add better Keywords line.
12746
12747         * spam.el: Add Maintainer and better Keywords line.
12748
12749 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * gnus-art.el (gnus-article-replace-part)
12752         (gnus-mime-replace-part): New functions.
12753         (gnus-mime-action-alist, gnus-mime-button-commands)
12754         (gnus-mime-save-part-and-strip): Added file argument.
12755         (gnus-article-part-wrapper): Added interactive argument.
12756
12757         * gnus-sum.el (gnus-summary-mime-map): Add
12758         `gnus-article-replace-part'.
12759
12760 2005-09-19  Didier Verna  <didier@xemacs.org>
12761
12762         The nnml compaction feature:
12763         * nnml.el (nnml-request-compact-group): New function.
12764         * nnml.el (nnml-request-compact): New function.
12765         * gnus-int.el (gnus-request-compact-group): New function.
12766         * gnus-int.el (gnus-request-compact): New function.
12767         * gnus-group.el (gnus-group-compact-group): New function.
12768         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12769         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12770         * gnus-srvr.el (gnus-server-compact-server): New function.
12771         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12772         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12773
12774 2005-09-18  Deepak Goel  <deego@gnufans.org>
12775
12776         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12777         format spec.
12778
12779 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12782
12783 2005-09-15  Romain Francoise  <romain@orebokech.com>
12784
12785         * message.el (message-fill-paragraph): Clarify docstring.
12786
12787 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * gnus-art.el (gnus-mime-display-part): Protect against broken
12790         MIME messages.
12791
12792 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12795         before parsing header.
12796
12797 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12798
12799         * html2text.el (html2text-replace-list): Add new entities.
12800
12801 2005-09-11  Romain Francoise  <romain@orebokech.com>
12802
12803         * message.el (message-alternative-emails): Improve docstring.
12804         (message-setup-1): Call `message-use-alternative-email-as-from'
12805         after `message-setup-hook' to give it precedence over posting
12806         styles, etc.
12807         (message-use-alternative-email-as-from): Add docstring.  Remove
12808         the original From header if present.
12809
12810         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12811         (nnml-save-mail): Use it.
12812
12813         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12814         articles.  Add new argument `silent'.
12815         (gnus-uu-mark-all): Report the total number of marked articles.
12816
12817 2005-09-10  Romain Francoise  <romain@orebokech.com>
12818
12819         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12820         (gnus-uu-mark-series): Likewise.
12821
12822 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * spam-report.el (spam-report-gmane): Fix generation of spam
12825         report URL.
12826
12827 2005-09-10  Simon Josefsson  <jas@extundo.com>
12828
12829         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12830         t, based on discussion on the ding list with Robert Epprecht
12831         <epprecht@solnet.ch>.
12832
12833 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * spam-report.el (spam-report-gmane): Make it work without
12836         X-Report-Spam header.  Gmane now only provides Archived-At.
12837         This is only used if `spam-report-gmane-use-article-number' is nil.
12838         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12839
12840         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12841         make `gnus-summary-sort-by-recipient' work with threading.
12842
12843         * nnweb.el (nnweb-google-wash-article): Print a message if article
12844         is not available.
12845
12846 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12847
12848         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12849         change.  Decode text/* parts content before displaying.
12850
12851 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12854
12855 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12858
12859         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12860         url-package-name, url-package-version,
12861         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12862         w3m-display-inline-images, and w3m-minor-mode-map.
12863
12864 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * message.el (message-tab-body-function): Fix mismatched custom type.
12867
12868         * gnus.el (gnus-group-change-level-function): Ditto.
12869
12870         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12871
12872         * gnus-art.el (gnus-signature-limit)
12873         (gnus-article-mime-part-function): Ditto.
12874
12875 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * mml.el (mml-mode): Silence the byte compiler.
12878
12879         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12880         using `(sit-for 0)' before moving the point to the specified part;
12881         skip unbuttonized parts.
12882         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12883         return to the summary window if gnus-auto-select-part is non-nil.
12884
12885 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12888         variables.
12889         (mml-dnd-attach-file, mml-mode): Use them.
12890
12891         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12892         Make fetching article by MID work again for Google Groups.  Added
12893         FIXME concerning gnus-group-make-web-group.
12894
12895         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12896         Don't depend on Gnus by using mail-extract-address-components if
12897         gnus-extract-address-components is not bound.
12898
12899 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12900
12901         * gnus-art.el (gnus-mime-display-security): Don't display the
12902         signature, but only the signed part.
12903
12904 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12907
12908         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12909         list, not listp.
12910
12911 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12912
12913         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12914         when encoding.
12915
12916         * mm-bodies.el (mm-decode-content-transfer-encoding):
12917         De-canonicalize CRLF for all text content types, not just
12918         text/plain.
12919
12920 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12923         valid article; point arrow and cursor at the MIME button.
12924
12925 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12928         Suggested by Dan Christensen <jdc@uwo.ca>.
12929
12930         * mm-decode.el (mm-save-part): Enable change of prompt.
12931
12932 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12933
12934         * gnus-msg.el (gnus-inews-add-send-actions): Made
12935         `message-post-method' lambda parameter ARG `&optional'.
12936
12937 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * gnus-sum.el (gnus-summary-mime-map): Added
12940         gnus-article-save-part-and-strip, gnus-article-delete-part and
12941         gnus-article-jump-to-part.
12942
12943         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12944         (gnus-article-edit-part): Use it.
12945         (gnus-article-part-wrapper): Added no-handle argument.
12946         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12947         functions.
12948
12949 2005-08-29  Romain Francoise  <romain@orebokech.com>
12950
12951         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12952         docstring.
12953         (gnus-face-from-file): Likewise.
12954
12955 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12958         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12959         non-nil.
12960         (gnus-auto-select-part): New variable.
12961         (gnus-article-jump-to-part): New function.
12962         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12963         (gnus-mime-delete-part): Allow selecting specified part after
12964         deleting or stripping parts.
12965         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12966         part if argument is bogus.
12967
12968 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12969
12970         * gnus-art.el (w3m-minor-mode-map):
12971         * gnus-spec.el (gnus-newsrc-file-version):
12972         * gnus-util.el (nnmail-active-file-coding-system)
12973         (gnus-original-article-buffer, gnus-user-agent):
12974         * gnus.el (gnus-ham-process-destinations)
12975         (gnus-parameter-ham-marks-alist)
12976         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12977         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12978         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12979         * mm-decode.el (gnus-current-window-configuration):
12980         * mm-extern.el (gnus-article-mime-handles):
12981         * mm-url.el (url-current-object, url-package-name)
12982         (url-package-version):
12983         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12984         (smime-keys, w3m-cid-retrieve-function-alist)
12985         (w3m-current-buffer, w3m-display-inline-images)
12986         (w3m-minor-mode-map):
12987         * mml-smime.el (gnus-extract-address-components):
12988         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12989         (gnus-newsrc-hashtb, message-default-charset)
12990         (message-deletable-headers, message-options)
12991         (message-posting-charset, message-required-mail-headers)
12992         (message-required-news-headers):
12993         * mml1991.el (mc-pgp-always-sign):
12994         * mml2015.el (mc-pgp-always-sign):
12995         * nnheader.el (nnmail-extra-headers):
12996         * rfc1843.el (gnus-decode-encoded-word-function)
12997         (gnus-decode-header-function, gnus-newsgroup-name):
12998         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12999
13000 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13001
13002         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13003         the end of the date treatments.
13004
13005 2005-08-15  Simon Josefsson  <jas@extundo.com>
13006
13007         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13008         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13009         Capello and Romain Francoise.
13010         (pgg-fetch-key-function): Removed, not used?
13011         (pgg-insert-url-with-w3): Require url, to get
13012         url-insert-file-contents regardless of where it is defined.
13013
13014 2005-08-13  Romain Francoise  <romain@orebokech.com>
13015
13016         * message.el (message-cite-original-1): New function.
13017         (message-cite-original): Use it.
13018         (message-cite-original-without-signature): Ditto.
13019
13020 2005-08-08  Romain Francoise  <romain@orebokech.com>
13021
13022         * message.el (message-yank-empty-prefix): New variable.
13023         (message-indent-citation): Use it.
13024         (message-cite-original-without-signature): Respect X-No-Archive.
13025
13026 2005-08-08  Simon Josefsson  <jas@extundo.com>
13027
13028         * pgg.el: Autoload url-insert-file-contents instead of loading
13029         w3/url.
13030         (pgg-insert-url-with-w3): Don't load url here.
13031
13032 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13033
13034         * message.el (message-kill-to-signature): Don't insert newline at
13035         bol.
13036         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13037
13038 2005-08-06  Romain Francoise  <romain@orebokech.com>
13039
13040         * message.el (message-user-fqdn): Fix typo in docstring.
13041
13042 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13043
13044         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13045
13046         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13047
13048 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * mm-bodies.el (mm-encode-body): Use coding system rather than
13051         charset to encode text.
13052
13053         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13054         number of charsets if utf-8 is available (XEmacs).
13055
13056 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13059         taken from `gnus-button-mid-or-mail-regexp'.
13060         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13061         (gnus-button-alist): Improve regexp for domain part of the MIDs
13062         for news:localpart@domain buttons.
13063         (gnus-button-ctan-directory-regexp): Update.
13064
13065 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * sieve-manage.el (sieve-manage-interactive-login): Use
13068         make-local-variable rather than make-variable-buffer-local.
13069         (sieve-manage-open): Ditto.
13070         (sieve-manage-authenticate): Ditto.
13071
13072         * mml.el (mml-generate-mime-1): Make the content type default to
13073         text/plain if the filename is not specified.
13074
13075 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13078         instead of insert-buffer.
13079
13080         * message.el (message-yank-original): Ditto; set the mark at the
13081         end of the yanked message.
13082
13083 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13086         lines to scroll rather than to stop it.
13087
13088         * mml.el (mml-generate-default-type): Add doc string.
13089         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13090         default to application/octet-stream when determining the content
13091         type if it is not specified for the part or the mml contents; add
13092         a comment about mml-generate-default-type.
13093
13094 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13097         make it default to application/octet-stream when determining the
13098         content type if it is not specified for the external contents.
13099
13100 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13103         segmented parameter but also other parameters might be there.
13104
13105 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * mm-decode.el (mm-display-external): Delete temp file, directory
13108         and buffer immediately if the external process is exited.
13109
13110 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13113         fewer lines than that of scroll-margin.
13114         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13115
13116 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-art.el (gnus-article-next-page): Revert.
13119         (gnus-article-beginning-of-window): New macro.
13120         (gnus-article-next-page-1): Use it.
13121         (gnus-article-prev-page): Ditto.
13122         (gnus-article-edit-part): Use insert-buffer-substring instead of
13123         insert-buffer.
13124         (gnus-article-edit-exit): Ditto.
13125
13126         * gnus-util.el (gnus-beginning-of-window): Remove.
13127         (gnus-end-of-window): Remove.
13128
13129         * lpath.el: Don't bind header-line-format and scroll-margin.
13130
13131 2005-07-25  Simon Josefsson  <jas@extundo.com>
13132
13133         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13134         to have the url package without w3.  Reported by Daiki Ueno
13135         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13136
13137 2005-07-20  Didier Verna  <didier@xemacs.org>
13138
13139         * gnus-diary.el: Remove the description comment (nndiary is now
13140         properly documented in the Gnus manual).
13141         Fix the spelling of "Back End".
13142         * nndiary.el: Ditto.
13143         Fix the copyright notice.
13144
13145 2005-07-18  Romain Francoise  <romain@orebokech.com>
13146
13147         * gnus-sum.el (gnus-summary-to-prefix)
13148         (gnus-summary-newsgroup-prefix): New variables.
13149         (gnus-summary-from-or-to-or-newsgroups): Use them.
13150
13151 2005-07-17  Romain Francoise  <romain@orebokech.com>
13152
13153         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13154         space as it's generally not especially interesting to the user.
13155
13156 2005-07-16  Romain Francoise  <romain@orebokech.com>
13157
13158         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13159         nil to avoid prompting and file modification if one of the
13160         messages at the top of the nnfolder file contains a copyright
13161         notice.
13162         Update copyright notice.
13163
13164         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13165         instead of `current-time-string' as the latter creates a time
13166         string that is not RFC 2822 compliant (it lacks the zone).
13167         Update copyright notice.
13168
13169 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13170
13171         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13172         for text/rtf.  Display default in prompt.  Pass default for M-n.
13173
13174         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13175
13176 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177
13178         * gnus-msg.el (gnus-button-mailto): Remove
13179         save-selected-window-window hackery because it relies on
13180         save-selected-window internals.
13181
13182 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13185         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13186         (gnus-article-prev-page): Ditto.
13187
13188         * gnus-util.el (gnus-beginning-of-window): New function.
13189         (gnus-end-of-window): New function.
13190
13191         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13192
13193 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13194
13195         * gnus-score.el (gnus-score-edit-all-score): Set
13196         gnus-score-edit-exit-function to gnus-score-edit-done and call
13197         gnus-message.
13198
13199 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * gnus-msg.el (gnus-button-mailto): Remove
13202         save-selected-window-window hackery because it relies on
13203         save-selected-window internals.
13204
13205 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13208         add-minor-mode.
13209         (gnus-binary-mode): Ditto.
13210
13211         * gnus-topic.el (gnus-topic-mode): Ditto.
13212
13213 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13214
13215         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13216         (gnus-article-prev-page): Take scroll-margin into consideration.
13217
13218 2005-07-04  Lute Kamstra  <lute@gnu.org>
13219
13220         Update FSF's address in GPL notices.
13221
13222 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13223
13224         * gnus.el (gnus-exit):
13225         * gnus-group.el (gnus-group-icons):
13226         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13227
13228         * gnus-nocem.el (gnus-nocem):
13229         * message.el (message-various, message-buffers, message-sending)
13230         (message-interface, message-forwarding, message-insertion)
13231         (message-headers, message-news, message-mail):
13232         * pgg-gpg.el (pgg-gpg):
13233         * pgg-parse.el (pgg-parse):
13234         * pgg-pgp.el (pgg-pgp):
13235         * pgg-pgp5.el (pgg-pgp5):
13236         * pop3.el (pop3): Finish `defgroup' description with period.
13237
13238 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-art.el (article-display-face): Improve the efficiency.
13241         (article-display-x-face): Ditto; remove grey x-face stuff.
13242
13243 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (article-display-face): Correct the position in
13246         which Faces are inserted.
13247
13248 2005-06-29  Didier Verna  <didier@xemacs.org>
13249
13250         * gnus-art.el (article-display-face): Display faces in correct
13251         order.
13252
13253 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13256         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13257         (gnus-nocem-check-article): Fetch the Type header.
13258         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13259         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13260         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13261         make sure gnus-nocem-hashtb is initialized.
13262         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13263         (gnus-nocem-unwanted-article-p): Ditto.
13264
13265         * pgg.el (pgg-verify): Return the verification result.
13266
13267 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13268
13269         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13270         is ascii.
13271
13272 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13273
13274         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13275         `show-nonbreak-escape'.
13276
13277 2005-06-23  Lute Kamstra  <lute@gnu.org>
13278
13279         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13280
13281         * dig.el (dig-mode):
13282         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13283
13284 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13285
13286         * nnimap.el (nnimap-split-download-body): Fix spellings.
13287
13288 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13289
13290         * gnus-art.el (gnus-article-encrypt-body):
13291         * gnus-cus.el (gnus-score-customize):
13292         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13293         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13294
13295 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13296
13297         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13298         header by looking for magic "MII" at the beginnig.
13299
13300 2005-06-16  Miles Bader  <miles@gnu.org>
13301
13302         * gnus-xmas.el (gnus-xmas-group-startup-message):
13303         Use renamed gnus-splash face.
13304
13305         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13306         (assistant-field-face): New backward-compatibility alias for renamed
13307         face.
13308         (assistant-render-text): Use renamed assistant-field face.
13309
13310         * spam.el (spam): Remove "-face" suffix from face name.
13311         (spam-face): New backward-compatibility alias for renamed face.
13312         (spam-face, spam-initialize): Use renamed spam face.
13313
13314         * message.el (message-header-to, message-header-cc)
13315         (message-header-subject, message-header-newsgroups)
13316         (message-header-other, message-header-name)
13317         (message-header-xheader, message-separator, message-cited-text)
13318         (message-mml): Remove "-face" suffix from face names.
13319         (message-header-to-face, message-header-cc-face)
13320         (message-header-subject-face, message-header-newsgroups-face)
13321         (message-header-other-face, message-header-name-face)
13322         (message-header-xheader-face, message-separator-face)
13323         (message-cited-text-face, message-mml-face):
13324         New backward-compatibility aliases for renamed faces.
13325         (message-font-lock-keywords): Use renamed message faces.
13326
13327         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13328         (sieve-test-commands, sieve-tagged-arguments):
13329         Remove "-face" suffix from face names.
13330         (sieve-control-commands-face, sieve-action-commands-face)
13331         (sieve-test-commands-face, sieve-tagged-arguments-face):
13332         New backward-compatibility aliases for renamed faces.
13333         (sieve-control-commands-face, sieve-action-commands-face)
13334         (sieve-test-commands-face, sieve-tagged-arguments-face):
13335         Use renamed sieve faces.
13336
13337         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13338         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13339         (gnus-group-news-3-empty, gnus-group-news-4)
13340         (gnus-group-news-4-empty, gnus-group-news-5)
13341         (gnus-group-news-5-empty, gnus-group-news-6)
13342         (gnus-group-news-6-empty, gnus-group-news-low)
13343         (gnus-group-news-low-empty, gnus-group-mail-1)
13344         (gnus-group-mail-1-empty, gnus-group-mail-2)
13345         (gnus-group-mail-2-empty, gnus-group-mail-3)
13346         (gnus-group-mail-3-empty, gnus-group-mail-low)
13347         (gnus-group-mail-low-empty, gnus-summary-selected)
13348         (gnus-summary-cancelled, gnus-summary-high-ticked)
13349         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13350         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13351         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13352         (gnus-summary-low-undownloaded)
13353         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13354         (gnus-summary-low-unread, gnus-summary-normal-unread)
13355         (gnus-summary-high-read, gnus-summary-low-read)
13356         (gnus-summary-normal-read, gnus-splash):
13357         Remove "-face" suffix from face names.
13358         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13359         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13360         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13361         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13362         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13363         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13364         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13365         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13366         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13367         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13368         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13369         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13370         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13371         (gnus-summary-normal-ticked-face)
13372         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13373         (gnus-summary-normal-ancient-face)
13374         (gnus-summary-high-undownloaded-face)
13375         (gnus-summary-low-undownloaded-face)
13376         (gnus-summary-normal-undownloaded-face)
13377         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13378         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13379         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13380         (gnus-splash-face):
13381         New backward-compatibility aliases for renamed faces.
13382         (gnus-group-startup-message): Use renamed gnus faces.
13383
13384         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13385         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13386         (gnus-server-agent): Remove "-face" suffix from face names.
13387         (gnus-server-agent-face, gnus-server-opened-face)
13388         (gnus-server-closed-face, gnus-server-denied-face)
13389         (gnus-server-offline-face):
13390         New backward-compatibility aliases for renamed faces.
13391         (gnus-server-agent-face, gnus-server-opened-face)
13392         (gnus-server-closed-face, gnus-server-denied-face)
13393         (gnus-server-offline-face): Use renamed gnus faces.
13394
13395         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13396         Remove "-face" suffix from face names.
13397         (gnus-picon-xbm-face, gnus-picon-face):
13398         New backward-compatibility aliases for renamed faces.
13399
13400         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13401         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13402         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13403         (gnus-cite-11): Remove "-face" suffix from face names.
13404         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13405         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13406         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13407         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13408         New backward-compatibility aliases for renamed faces.
13409         (gnus-cite-attribution-face, gnus-cite-face-list)
13410         (gnus-article-boring-faces): Use renamed gnus faces.
13411
13412         * gnus-art.el (gnus-signature, gnus-header-from)
13413         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13414         (gnus-header-content): Remove "-face" suffix from face names.
13415         (gnus-signature-face, gnus-header-from-face)
13416         (gnus-header-subject-face, gnus-header-newsgroups-face)
13417         (gnus-header-name-face, gnus-header-content-face):
13418         New backward-compatibility aliases for renamed faces.
13419         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13420
13421         * gnus-sum.el (gnus-summary-selected-face)
13422         (gnus-summary-highlight): Use renamed gnus faces.
13423         * gnus-group.el (gnus-group-highlight): Likewise.
13424
13425 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13426
13427         * gnus-sieve.el (gnus-sieve-article-add-rule):
13428         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13429         * spam-stat.el (spam-stat-buffer-change-to-spam)
13430         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13431
13432         * message.el (message-is-yours-p):
13433         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13434
13435 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * mm-view.el (mm-inline-text): Withdraw the last change.
13438
13439 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13442         executing enriched-decode.
13443
13444 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13447         charset of tar files.
13448
13449 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13450
13451         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13452
13453 2005-06-04  Lute Kamstra  <lute@gnu.org>
13454
13455         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13456         information is never recorded.
13457
13458 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13461
13462 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * pop3.el (pop3-apop): Run md5 in the binary mode.
13465
13466         * starttls.el (starttls-set-process-query-on-exit-flag):
13467         Use eval-and-compile.
13468
13469 2005-05-31  Simon Josefsson  <jas@extundo.com>
13470
13471         * smime.el (smime-replace-in-string): Define.
13472         (smime-cert-by-ldap-1): Use it.
13473
13474 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (article-display-x-face): Replace
13477         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13478
13479         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13480         set-process-query-on-exit-flag or process-kill-without-query.
13481
13482         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13483         loop instead of replace-regexp.
13484
13485         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13486         instead of process-kill-without-query if it is available.
13487
13488         * lpath.el: Fbind ldap-search-entries.
13489
13490         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13491         instead of find-file-hooks if it is available.
13492
13493         * mml1991.el: Bind pgg-default-user-id when compiling.
13494
13495         * mml2015.el: Bind pgg-default-user-id when compiling.
13496
13497         * nndraft.el (nndraft-request-associate-buffer):
13498         Use write-contents-functions instead of write-contents-hooks if it is
13499         available.
13500
13501         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13502         instead of find-file-hooks if it is available.
13503
13504         * nntp.el (nntp-open-connection): Replace
13505         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13506         (nntp-open-ssl-stream): Ditto.
13507         (nntp-open-tls-stream): Ditto.
13508
13509         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13510         set-process-query-on-exit-flag or process-kill-without-query.
13511         (starttls-open-stream-gnutls): Use it instead of
13512         process-kill-without-query.
13513         (starttls-open-stream): Ditto.
13514
13515 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13516
13517         * smime.el (smime-cert-by-ldap-1): Don't use
13518         replace-regexp-in-string.
13519
13520 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13521
13522         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13523
13524         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13525         in PEM format.  Adjust to the XEmacs compability.
13526
13527 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13530         by `string-to-number'.
13531         * gnus-agent.el (gnus-agent-regenerate-group)
13532         (gnus-agent-fetch-articles): Ditto.
13533         * gnus-art.el (gnus-button-fetch-group): Ditto.
13534         * gnus-cache.el (gnus-cache-generate-active)
13535         (gnus-cache-articles-in-group): Ditto.
13536         * gnus-group.el (gnus-group-set-current-level)
13537         (gnus-group-insert-group-line): Ditto.
13538         * gnus-score.el (gnus-score-set-expunge-below)
13539         (gnus-score-set-mark-below, gnus-summary-score-effect)
13540         (gnus-summary-score-entry): Ditto.
13541         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13542         (gnus-soup-pack): Ditto.
13543         * gnus-spec.el (gnus-xmas-format): Ditto.
13544         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13545         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13546         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13547         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13548         * nndb.el (nndb-get-remote-expire-response): Ditto.
13549         * nndiary.el (nndiary-parse-schedule-value)
13550         (nndiary-string-to-number, nndiary-request-replace-article)
13551         (nndiary-request-article): Ditto.
13552         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13553         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13554         * nneething.el (nneething-make-head): Ditto.
13555         * nnfolder.el (nnfolder-request-article)
13556         (nnfolder-retrieve-headers): Ditto.
13557         * nnheader.el (nnheader-file-to-number): Ditto.
13558         * nnkiboze.el (nnkiboze-request-article): Ditto.
13559         * nnmail.el (nnmail-process-unix-mail-format)
13560         (nnmail-process-babyl-mail-format): Ditto.
13561         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13562         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13563         (nnmh-request-create-group, nnmh-request-list-1)
13564         (nnmh-request-group, nnmh-request-article): Ditto.
13565         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13566         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13567         * nnsoup.el (nnsoup-make-active): Ditto.
13568         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13569         * nntp.el (nntp-find-group-and-number)
13570         (nntp-retrieve-headers-with-xover): Ditto.
13571         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13572         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13573         (pgg-format-key-identifier): Ditto.
13574         * pop3.el (pop3-last, pop3-stat): Ditto.
13575         * qp.el (quoted-printable-decode-region): Ditto.
13576
13577         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13578         of concat.
13579
13580 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13583
13584         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13585
13586         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13587
13588         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13589
13590         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13591
13592         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13593
13594         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13595         (gnus-carpal-mode): Ditto.
13596
13597         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13598         (gnus-browse-mode): Ditto.
13599
13600         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13601
13602         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13603
13604 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13605
13606         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13607
13608 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-util.el (gnus-run-mode-hooks): New function.
13611
13612         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13613
13614         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13615         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13616
13617 2005-05-27  Lute Kamstra  <lute@gnu.org>
13618
13619         * dns-mode.el (dns-mode): Specify customization group.
13620
13621 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13622
13623         * gnus-agent.el (gnus-agent-make-mode-line-string):
13624         Use mode-line-highlight as mouse-face.
13625
13626 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * canlock.el (canlock): Change the parent group to news.
13629
13630         * deuglify.el (gnus-outlook-deuglify): Add :group.
13631
13632         * dig.el (dig): Add :group.
13633
13634         * dns-mode.el (dns-mode): Add :group.
13635
13636         * encrypt.el (encrypt): Add :group.
13637
13638         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13639         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13640         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13641         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13642         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13643
13644         * gnus-diary.el (gnus-diary): Add :group.
13645
13646         * gnus.el (gnus-group-news-1-face): Add :group.
13647         (gnus-group-news-1-empty-face): Ditto.
13648         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13649         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13650         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13651         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13652         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13653         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13654         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13655         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13656         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13657         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13658         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13659         (gnus-summary-high-ticked-face): Ditto.
13660         (gnus-summary-low-ticked-face): Ditto.
13661         (gnus-summary-normal-ticked-face): Ditto.
13662         (gnus-summary-high-ancient-face): Ditto.
13663         (gnus-summary-low-ancient-face): Ditto.
13664         (gnus-summary-normal-ancient-face): Ditto.
13665         (gnus-summary-high-undownloaded-face): Ditto.
13666         (gnus-summary-low-undownloaded-face): Ditto.
13667         (gnus-summary-normal-undownloaded-face): Ditto.
13668         (gnus-summary-high-unread-face): Ditto.
13669         (gnus-summary-low-unread-face): Ditto.
13670         (gnus-summary-normal-unread-face): Ditto.
13671         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13672         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13673
13674         * hashcash.el (hashcash): New custom group.
13675         (hashcash-default-payment): Add :group.
13676         (hashcash-payment-alist): Ditto.
13677         (hashcash-default-accept-payment): Ditto.
13678         (hashcash-accept-resources): Ditto.
13679         (hashcash-path): Ditto.
13680         (hashcash-extra-generate-parameters): Ditto.
13681         (hashcash-double-spend-database): Ditto.
13682         (hashcash-in-news): Ditto.
13683
13684         * message.el (message-minibuffer-local-map): Add :group.
13685
13686         * netrc.el (netrc): Add :group.
13687
13688         * sieve-manage.el (sieve-manage-log): Add :group.
13689         (sieve-manage-default-user): Diito.
13690         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13691         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13692         (sieve-manage-authenticators): Ditto.
13693         (sieve-manage-authenticator-alist): Ditto.
13694         (sieve-manage-default-port): Ditto.
13695
13696         * sieve-mode.el (sieve-control-commands-face): Add :group.
13697         (sieve-action-commands-face): Ditto.
13698         (sieve-test-commands-face): Ditto.
13699         (sieve-tagged-arguments-face): Ditto.
13700
13701         * smime.el (smime): Add :group.
13702
13703         * spam-report.el (spam-report): Add :group.
13704
13705         * spam.el (spam, spam-face): Add :group.
13706
13707 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13708
13709         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13710         return \n.\n.\n at the end of articles.  Protect against that.
13711         (nntp-with-open-group): Allow debugging.
13712
13713         * nnheader.el (mail-header-set-extra): Make into a function
13714         because I just could't understand how to quote the list properly.
13715
13716         * dns.el (query-dns-cached): New function.
13717
13718 2005-05-26  Lute Kamstra  <lute@gnu.org>
13719
13720         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13721
13722 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13725
13726         * gnus-art.el: Don't autoload mail-extract-address-components.
13727
13728         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13729         eval-and-compile to evaluate it.
13730
13731         * hashcash.el: Don't autoload executable-find.
13732
13733         * nndb.el: Don't declare the nndb back end two or more times; don't
13734         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13735
13736         * nntp.el: Autoload format-spec instead of format; use
13737         eval-and-compile to evaluate autoload forms.
13738
13739 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13740
13741         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13742
13743 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13744
13745         * gnus.el (gnus-version-number): Bump version.
13746
13747 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13748
13749         * gnus.el: No Gnus v0.3 is released.
13750
13751 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * lpath.el (featurep): Bind show-nonbreak-escape.
13754
13755 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-art.el (gnus-article-edit-part): Disable undo.
13758
13759 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13762         gnus-article-date-lapsed-new-header is t if date timer is active;
13763         skip headers in which the original date value is empty.
13764         (gnus-article-save-original-date): Redefine it as a macro.
13765         (gnus-display-mime): Use it.
13766
13767 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-art.el (article-date-ut): Support converting date in
13770         forwarded parts as well.
13771         (gnus-article-save-original-date): New function.
13772         (gnus-display-mime): Use it.
13773
13774 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13775
13776         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13777         enclosure element of <item>.
13778
13779 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * message.el (message-kill-buffer-query): Renamed from
13782         `message-kill-buffer-query-if-modified'.  Added :version.
13783
13784 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13787         window layout.
13788
13789 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * mml.el: Autoload dnd when compiling.
13792
13793 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13796         x-dnd-*.
13797
13798 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * qp.el (quoted-printable-encode-region): Save excursion.
13801
13802 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * message.el (message-kill-buffer-query-if-modified): Add new variable
13805         so the user can kill a modified message buffer quickly.
13806         (message-kill-buffer): Use it.
13807
13808 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * lpath.el: Fbind display-time-event-handler; don't fbind
13811         string-to-multibyte.
13812
13813         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13814
13815 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13818         contained in text because xml.el decodes entities) with LFs.
13819
13820 2005-04-11  Lute Kamstra  <lute@gnu.org>
13821
13822         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13823         differently.
13824
13825 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13826
13827         * mm-util.el (mm-detect-coding-region): Typo.
13828
13829 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13832
13833 2005-04-06  Deepak Goel  <deego@gnufans.org>
13834
13835         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13836         user-function allow user modifications of the scores.
13837         (spam-stat-score-buffer-user): New function, to allow
13838         user-computed modifications to the score.
13839         (spam-stat-score-buffer-user-functions): List of additional
13840         scoring functions.
13841         (spam-stat-error-holder): Global temporary error holder.
13842         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13843         variable.
13844
13845 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13846
13847         * gnus-registry.el (gnus-registry-clean-empty-function)
13848         (gnus-registry-trim, gnus-registry-fetch-groups)
13849         (gnus-registry-delete-group): Groups that match
13850         `gnus-registry-ignored-groups' are removed from the registry
13851         entries, not just ignored for splitting.  This helps clean up the
13852         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13853         to get all the groups a message ID is in.
13854
13855         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13856         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13857         (spam-stat-score-buffer-user-functions): Add :number custom type.
13858
13859 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13862         argument in XEmacs.
13863
13864         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13865         (nnrss-request-group): Decode group name first.
13866         (nnrss-request-article): Make a text/plain article if mml-to-mime
13867         failed.
13868         (nnrss-get-encoding): Return a compatible encoding according to
13869         nnrss-compatible-encoding-alist.
13870         (nnrss-find-el): Use consp instead of listp.
13871         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13872
13873 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13876         which Emacs 20 doesn't support.
13877         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13878
13879 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13882         silence the byte compiler inside the defun.
13883
13884         * gnus-demon.el (parse-time-string): Add autoload.
13885
13886         * gnus-delay.el (parse-time-string): Add autoload.
13887
13888         * gnus-art.el (parse-time-string): Add autoload.
13889
13890         * nnultimate.el (parse-time): Require for `parse-time-string'.
13891
13892 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13895
13896         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13897
13898         * smime.el (smime-ldap-host-list): Add :version.
13899
13900 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13903         pass it to `gnus-browse-read-group'.
13904         (gnus-browse-read-group): Add NUMBER argument and pass it to
13905         `gnus-group-read-ephemeral-group'.
13906
13907         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13908         argument and pass it to `gnus-group-read-group'.
13909
13910 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13911
13912         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13913         mm-xemacs-find-mime-charset-1 if we have the mule feature
13914         available at runtime.
13915
13916 2005-03-25  Werner Lemberg  <wl@gnu.org>
13917
13918         * nnmaildir.el: Replace `illegal' with `invalid'.
13919
13920 2005-03-23  Lute Kamstra  <lute@gnu.org>
13921
13922         * time-date.el: Add comment on time value formats.
13923         Don't require parse-time.
13924         (with-decoded-time-value): New macro.
13925         (encode-time-value): New function.
13926         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13927         (days-to-time): Return a valid time value when arg is huge.
13928         (time-since): Use time-subtract.
13929         (time-to-number-of-days): Use time-to-seconds.
13930
13931 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13932
13933         * gnus-start.el (gnus-display-time-event-handler):
13934         Check display-time-timer at runtime rather than only at load time
13935         in case display-time-mode is turned off in the mean time.
13936
13937 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13940         used.
13941
13942         * nneething.el (nneething-map-file-directory): Derive from
13943         `gnus-directory'.
13944
13945         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13946         the To/Cc button.
13947
13948 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * nnmaildir.el (nnmaildir-request-accept-article):
13951         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13952
13953 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13954
13955         * gnus-async.el: Require timer-funcs at compile time when in
13956         XEmacs for `run-with-idle-timer'.
13957
13958 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13959
13960         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13961         autoloaded function.
13962
13963 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13964
13965         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13966
13967 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13968
13969         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13970
13971 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13972
13973         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13974         gnus-expert-user to default.
13975
13976 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13977
13978         * nnimap.el (nnimap-open-server): Ditto.
13979
13980         * imap.el (imap-authenticate): Fix typo.
13981
13982 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13983
13984         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13985         buffer (since IMAP server might return FETCH response out of
13986         order, and the nntp buffer must be sorted).
13987
13988 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13989
13990         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13991         comparison on string.
13992
13993         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13994         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13995         (gnus-agent-summary-fetch-series): Modified to protect against
13996         gnus-agent-summary-fetch-group clearing processable flags.
13997         (gnus-agent-synchronize-group-flags): Update live group buffer as
13998         synchronization may occur due to the user toggle the plugged
13999         status.
14000         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14001         successfully downloaded.
14002         (gnus-agent-expire-group-1): Avoid using markers when the overview
14003         is in ascending order; greatly improves performance.
14004         (gnus-agent-regenerate-group): Use
14005         gnus-agent-synchronize-group-flags to reset read status in both
14006         gnus and server.
14007         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14008
14009 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * message.el: Don't autoload former message-utils variables.
14012         (message-strip-subject-trailing-was): Change doc string.
14013
14014         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14015         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14016         (nnweb-google-search): Add "hl=en" here.
14017         (nnweb-google-parse-1, nnweb-google-create-mapping):
14018         Don't hardcode URL.
14019
14020 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * message.el (message-get-reply-headers, message-followup):
14023         Mention related variables `message-use-followup-to' and
14024         `message-use-mail-followup-to', in the information buffer.
14025
14026         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14027         of broken groups(-beta).google.com.
14028
14029 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14032         parameter to invoked gnus-request-move-article; remove the
14033         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14034         all at once instead of once per article.
14035         (gnus-summary-remove-process-mark): Accept a list of articles as
14036         well as a single article for processing.
14037
14038         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14039         parameter.
14040
14041         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14042
14043         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14044
14045         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14046         parameter.
14047
14048         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14049         parameter.
14050
14051         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14052         parameter and remove the gnus-sum-hint-move-is-internal variable.
14053
14054         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14055         parameter.
14056
14057         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14058         parameter.
14059
14060         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14061         parameter.
14062
14063         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14064
14065         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14066         parameter.
14067
14068         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14069         parameter.
14070
14071 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14072
14073         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14074         a more conservative way.
14075
14076 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14077
14078         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14079         buffer, so it moves the window's cursor.
14080
14081 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14082
14083         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14084         `mm-dissect-multipart' and receive the from field as an (optional)
14085         argument from `mm-dissect-multipart'.
14086         (mm-dissect-multipart): Receive the from field as an argument and
14087         pass it on when we call `mm-dissect-buffer' on MIME parts.
14088         Fixes verification/decryption of signed/encrypted MIME parts.
14089
14090 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14091
14092         * gnus-sum.el (gnus-summary-move-article): Set
14093         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14094         whatever it calls (right now, only nnimap-request-move article
14095         respects it).
14096
14097         * nnimap.el (nnimap-request-move-article): When
14098         gnus-sum-hint-move-is-internal is set, don't do the extra
14099         nnimap-request-article.
14100
14101 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14104
14105         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14106         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14107
14108         * gnus-sum.el (gnus-summary-caesar-message):
14109         Apply `gnus-treat-article' after rotation.
14110
14111         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14112         doc string.
14113
14114 2005-02-22  Simon Josefsson  <jas@extundo.com>
14115
14116         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14117         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14118         <arne@arnested.dk>.
14119         (encrypt): Add password-cache and password-cache-expiry as group
14120         members.
14121
14122 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14123
14124         * smime.el (smime-ldap-host-list): Doc fix.
14125         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14126         cache) password.
14127         (smime-sign-region): Use it.
14128         (smime-decrypt-region): Use it.
14129         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14130         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14131         fails.
14132         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14133         certificate from DER to PEM format rather than calling openssl.
14134
14135         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14136
14137         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14138         for signing/encryption.
14139
14140         * mml.el (mml-parse-1): Use them.
14141
14142 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14143
14144         * nnrss.el (nnrss-verbose): Removed.
14145         (nnrss-request-group): Use `nnheader-message' instead.
14146
14147 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14148
14149         * nnrss.el (nnrss-verbose): New variable.
14150         (nnrss-request-group): Make it say nnrss is requesting a group.
14151
14152 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14155         Handle news URL with given port correctly.
14156
14157 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14160         containing special characters.
14161
14162         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14163
14164         * mml.el (mime-to-mml): Ditto.
14165
14166         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14167         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14168         (rfc2047-decode-region): Quote decoded words containing special
14169         characters when rfc2047-quote-decoded-words-containing-tspecials
14170         is non-nil.
14171
14172 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14173
14174         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14175
14176         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14177
14178 2005-02-15  Simon Josefsson  <jas@extundo.com>
14179
14180         * nnimap.el (nnimap-debug): Doc fix.
14181
14182         * imap.el (imap-debug): Doc fix.
14183
14184 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14187
14188 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * gnus.el (spam-contents): Improve docs for spam-contents
14191         parameter in its variable incarnation.
14192
14193 2005-02-14  Simon Josefsson  <jas@extundo.com>
14194
14195         * smime-ldap.el: Use require instead of load-library for ldap.
14196         (smime-ldap-search): Indent.
14197         (smime-ldap-search-internal): Shorten line.
14198
14199         * smime.el (smime-cert-by-dns): Add doc-string.
14200         (smime-cert-by-ldap-1): Indent.
14201
14202         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14203         mml-smime-get-dns-ldap.
14204         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14205
14206 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14207
14208         * smime.el: Require smime-ldap.
14209         (smime-ldap-host-list): New variable.
14210         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14211
14212         * mml-smime.el (mml-smime-encrypt-query): New function.
14213         (mml-smime-encrypt-query): Use it.
14214
14215         * smime-ldap.el: New file.
14216
14217 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14220
14221 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14224         argument in doc string.  Make query for type more clear.
14225
14226 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * gnus.el (gnus-group-startup-message): Search for gnus images in
14229         etc/images/gnus.
14230         * mm-util.el (mm-image-load-path): Likewise.
14231         * smiley.el (smiley-data-directory): Search for smilies in
14232         etc/images/smilies.
14233
14234 2005-02-09  Kim F. Storm  <storm@cua.dk>
14235
14236         Change Emacs release version from 21.4 to 22.1 throughout.
14237         Change Emacs development version from 21.3.50 to 22.0.50.
14238
14239 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14242
14243         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14244         non-Mule XEmacs as well.
14245         (mm-decompress-buffer): Signal an error intentionally if it does
14246         not decompress compressed data because auto-compression-mode is
14247         disabled.
14248
14249 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14250
14251         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14252         an ID in the registry even if it has no groups.
14253
14254 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14257         merge it into mm-decompress-buffer.
14258         (gnus-mime-copy-part): Use the MIME part charset, the value which
14259         a user specified or gnus-newsgroup-charset for decoding, like
14260         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14261         save-buffer what was used.  Suggested by Kevin Ryde
14262         <user42@zip.com.au>.
14263         (gnus-mime-inline-part): Allow the name parameter as well as the
14264         filename parameter; force decompressing of compressed data; always
14265         display contents being not decoded as unibyte.
14266
14267         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14268         as well as the filename parameter.
14269
14270         * mm-util.el (mm-decompress-buffer): Merge
14271         gnus-mime-jka-compr-maybe-uncompress.
14272         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14273         of compressed data.
14274
14275 2005-02-08  Simon Josefsson  <jas@extundo.com>
14276
14277         * imap.el (imap-log): Doc fix.
14278
14279 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14282         the coding cookies; decompress compressed parts.
14283
14284         * mml.el (mml-generate-mime-1): Add the charset parameter according
14285         to the value which a user specified manually or the coding cookie.
14286
14287         * mm-util.el (mm-string-to-multibyte): New function.
14288         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14289         (mm-coding-system-to-mime-charset): New function.
14290         (mm-decompress-buffer): New function.
14291         (mm-find-buffer-file-coding-system): New function.
14292
14293         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14294         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14295         parts.
14296
14297 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14298
14299         * mm-view.el (mm-display-inline-fontify): Decode a part according
14300         to the charset parameter.
14301
14302 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14305         prefix arg is neither nil nor a number, as info specifies.
14306
14307 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14310         timestamps.
14311
14312 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14313
14314         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14315         groups error checking and notify user.
14316
14317 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14318
14319         * message.el (message-send-mail-function): Check existence of
14320         sendmail-program first before using default value
14321         `message-send-mail-with-sendmail'.  Otherwise use more generic
14322         `smtpmail-send-it'.
14323
14324 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * nntp.el (nntp-request-update-info): Always return nil.
14327
14328 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14329
14330         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14331
14332 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14333
14334         * message.el (message-beginning-of-line): Change the behavior when
14335         invoked between BOL and : so that it first moves backward.
14336
14337 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14340         article buffer when editing of the article is discarded.
14341         (gnus-article-prepare): Revert.
14342
14343 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-art.el (gnus-article-prepare):
14346         Remove message-strip-forbidden-properties from the local hook.
14347
14348 2005-01-27  Simon Josefsson  <jas@extundo.com>
14349
14350         * password.el (password-cache-add): Only start one timer per key.
14351         Reported by Derek Atkins <warlord@MIT.EDU>.
14352
14353 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14354
14355         * run-at-time.el: Removed.  It is no longer needed as
14356         timer-funcs.el in the xemacs-base package has a working version of
14357         `run-at-time'.
14358
14359         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14360
14361         * password.el: Require timer-funcs instead of run-at-time in
14362         XEmacs.
14363         Remove `password-run-at-time' macro.
14364         (password-cache-add): Use `run-at-time' instead of
14365         `password-run-at-time'.
14366
14367         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14368         Remove `nnheader-cancel-function-timers' alias,
14369         `cancel-function-timers' exists in XEmacs in timer-funcs.
14370
14371         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14372         for `run-with-idle-timer'.
14373
14374         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14375         for `run-at-time'.
14376
14377         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14378         for `with-timeout'.
14379
14380         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14381         the same as for XEmacs 21.4.
14382         No need to ignore `run-with-idle-timer', this function exists in
14383         XEmacs now in timer-funcs.el in the xemacs-base package.
14384         (dgnushack-compile): No need to delete
14385         run-at-time.el from the list of files to compile because it
14386         doesn't exist anymore.
14387
14388 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14391         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14392
14393 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14394
14395         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14396         sensitively.
14397
14398 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14399
14400         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14401
14402 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14405         which will be inserted according to the multibyteness of a buffer
14406         rather than the type of contents.  Suggested by ARISAWA Akihiro
14407         <ari@mbf.ocn.ne.jp>.
14408
14409         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14410         of string which old xml.el may return rather than a string.
14411
14412 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14415
14416 2005-01-16  Simon Josefsson  <jas@extundo.com>
14417
14418         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14419         idn/idna.el isn't available.
14420         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14421         <michael@waxrat.com>.
14422
14423         * hashcash.el: Remove non-FSF copyright header.
14424
14425         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14426         (hashcash-generate-payment): Use it.
14427         (hashcash-generate-payment-async): Use it.
14428
14429 2005-01-15  Simon Josefsson  <jas@extundo.com>
14430
14431         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14432         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14433
14434         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14435         gnus-summary-idna-message.
14436         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14437         (gnus-summary-idna-message): New function.
14438
14439 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14442         gnus-novice-user.
14443
14444 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * nnrss.el (nnrss-request-delete-group): Delete entries in
14447         nnrss-group-alist as well.
14448         (nnrss-save-server-data): Insert newline.
14449
14450 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * gnus.el (gnus-user-agent): Use list of symbols instead of
14453         symbols.  Display full version number for (S)XEmacs.  Optionally
14454         display (S)XEmacs codename.
14455
14456         * gnus-util.el (gnus-emacs-version): Update for new
14457         `gnus-user-agent'.
14458
14459         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14460         Gnus version.
14461
14462 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14465         which is unreadable in some setups.
14466
14467 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * gnus-spec.el (gnus-update-format-specifications): Flush the
14470         group format spec cache if it doesn't support decoded group names.
14471
14472 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14475         Allow to apply decay on score files matching a regexp.
14476
14477 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14480         compatibility in %g and %c.
14481
14482 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14485         name for only %g and %c.
14486         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14487         of gnus-tmp-group to decoded group name.
14488         (gnus-group-make-rss-group): Exclude `/'s from group names.
14489
14490 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * nnrss.el (nnrss-get-encoding): Fix regexp.
14493
14494 2004-12-27  Simon Josefsson  <jas@extundo.com>
14495
14496         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14497         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14498         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14499
14500 2004-12-17  Kim F. Storm  <storm@cua.dk>
14501
14502         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14503
14504         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14505
14506 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14507
14508         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14509
14510 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * nnrss.el: Require rfc2047 and mml.
14513         (nnrss-file-coding-system): New variable.
14514         (nnrss-format-string): Redefine it as an inline function.
14515         (nnrss-decode-group-name): New function.
14516         (nnrss-string-as-multibyte): Remove.
14517         (nnrss-retrieve-headers): Decode group name; don't use
14518         nnrss-format-string.
14519         (nnrss-request-group): Decode group name.
14520         (nnrss-request-article): Decode group name; allow a Message-ID as
14521         well as an article number; don't use nnrss-format-string; encode a
14522         Message-ID string which may contain non-ASCII characters; use
14523         mml-to-mime to compose a MIME article.
14524         (nnrss-request-expire-articles): Decode group name.
14525         (nnrss-request-delete-group): Decode group name.
14526         (nnrss-fetch): Clarify error message.
14527         (nnrss-read-server-data): Use insert-file-contents instead of load;
14528         bind file-name-coding-system; use multibyte buffer.
14529         (nnrss-save-server-data): Bind coding-system-for-write to the
14530         value of nnrss-file-coding-system; bind file-name-coding-system;
14531         add coding cookie.
14532         (nnrss-read-group-data): Use insert-file-contents instead of load;
14533         bind file-name-coding-system; use multibyte buffer.
14534         (nnrss-save-group-data): Bind coding-system-for-write to the
14535         value of nnrss-file-coding-system; bind file-name-coding-system.
14536         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14537         make it work with non-ASCII text.
14538         (nnrss-find-el): Make it work with old xml.el as well.
14539
14540 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14541
14542         * nnrss.el (nnrss-get-encoding): New function.
14543         (nnrss-fetch): Use unibyte buffer initially; bind
14544         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14545         decode contents according to the encoding attribute.
14546         (nnrss-save-group-data): Add coding cookie.
14547         (nnrss-mime-encode-string): New function.
14548         (nnrss-check-group): Use it to encode subject and author.
14549
14550 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14553         imaginary variable.
14554
14555 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14558         correctly even if there are wide characters.
14559
14560 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14561
14562         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14563         downcased symbol names; make a new cache instead of reusing
14564         bbdb-hashtable.
14565
14566 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14569         concatenating segments rather than before concatenating them.
14570         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14571
14572         * message.el (message-get-reply-headers): Bind `extra'.
14573
14574 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575
14576         * message.el (message-extra-wide-headers): New variable.
14577         (message-get-reply-headers): Use it.
14578
14579 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14582         (gnus-agent-group-pathname): Ditto.
14583
14584         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14585
14586         * gnus-group.el (gnus-group-make-group): Decode group name.
14587         (gnus-group-make-rss-group): Register the group data after opening
14588         the nnrss group.
14589
14590 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14591
14592         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14593         by expiry now get marked as read.
14594
14595 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14598
14599 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14600
14601         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14602         unify Latin characters in XEmacs.
14603         (mm-find-mime-charset-region): Use it.
14604
14605 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-util.el (gnus-delete-directory): New function.
14608
14609         * gnus-agent.el (gnus-agent-delete-group): Use it.
14610
14611         * gnus-cache.el (gnus-cache-delete-group): Use it.
14612
14613 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14616         names.
14617
14618 2004-12-16  Simon Josefsson  <jas@extundo.com>
14619
14620         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14621
14622 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14625
14626         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14627         (gnus-group-set-current-level): Decode group name.
14628
14629 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14630
14631         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14632         failed.
14633
14634 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * gnus-group.el (gnus-group-delete-group): Decode group name.
14637         (gnus-group-make-rss-group): Encode group name.
14638         (gnus-group-catchup-current): Decode group name.
14639         (gnus-group-kill-group): Decode group name.
14640
14641 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14642
14643         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14644
14645 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-group.el (gnus-group-make-rss-group):
14648         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14649
14650         * gnus-start.el (gnus-setup-news): Honor user's setting to
14651         gnus-message-archive-method.  Suggested by Lute Kamstra
14652         <lute@gnu.org>.
14653
14654 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14655
14656         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14657         global counterparts of the buffer-local variables.
14658
14659 2004-11-16  Romain Francoise  <romain@orebokech.com>
14660
14661         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14662         counterparts of the buffer-local variables.
14663
14664 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14665
14666         * message.el (message-forbidden-properties): Fixed typo in doc
14667         string.
14668
14669 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14670
14671         * gnus-util.el (gnus-replace-in-string): Added doc string.
14672
14673         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14674         to avoid problems when splitting mails with many recipients.
14675
14676 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14677
14678         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14679         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14680
14681 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14682
14683         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14684         if there is no hashtable in memory or file modification time is
14685         newer than cached timestamp.
14686
14687 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14690         not-matching option.
14691
14692 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14695         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14696         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14697         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14698         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14699         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14700
14701 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * message.el (message-forward-make-body-mml): Remove headers
14704         according to message-forward-ignored-headers if a message is decoded.
14705
14706 2004-12-02  Romain Francoise  <romain@orebokech.com>
14707
14708         * message.el (message-forward-make-body-plain): Always remove
14709         headers according to message-forward-ignored-headers.
14710
14711 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14712
14713         * spam.el (spam-summary-prepare-exit): Remove the
14714         gnus-summary-limit pop for now, it has problems with ham marks for
14715         me.
14716
14717 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14718
14719         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14720         correctly.
14721
14722 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14723
14724         * format-spec.el (format-spec): Message the char.
14725
14726 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14727
14728         * gnus-art.el (gnus-split-methods): Reformat comments.
14729
14730         * spam.el (spam-summary-prepare-exit): Remove article limits
14731         before exiting the summary buffer.
14732
14733 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14736         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14737
14738         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14739         order to silence the byte compiler.
14740
14741         * spam.el: Fix the way to silence the byte compiler, which
14742         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14743         bbdb-search-simple, spam-BBDB-register-routine,
14744         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14745         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14746         spam-stat-buffer-is-spam, spam-stat-load,
14747         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14748         spam-stat-save and spam-stat-split-fancy.
14749
14750 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14753         which may confuse users.
14754         (canlock-password-for-verify): Ditto.
14755
14756         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14757
14758         * gnus-art.el (gnus-emphasis-alist): Ditto.
14759
14760         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14761
14762         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14763
14764         * gnus-start.el (gnus-save-killed-list): Ditto.
14765
14766         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14767         (gnus-sum-thread-tree-root): Ditto.
14768         (gnus-sum-thread-tree-false-root): Ditto.
14769         (gnus-sum-thread-tree-single-indent): Ditto.
14770
14771         * message.el (message-courtesy-message): Ditto.
14772         (message-archive-note): Ditto.
14773         (message-subscribed-address-file): Ditto.
14774         (message-user-fqdn): Ditto.
14775
14776         * spam-report.el (spam-report-gmane-regex): Ditto.
14777
14778         * spam.el (spam-blackhole-good-server-regex): Ditto.
14779
14780 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * mml.el (mml-preview): Widen the message buffer before copying
14783         the contents to the preview buffer; sort headers before previewing.
14784
14785         * message.el (message-hidden-headers): Fix the way to avoid a bug
14786         in the `repeat' widget in Emacs 21.3 or earlier.
14787
14788 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * message.el (message-hidden-headers): Default to "^References:".
14791         Improve customization type.  Suggested by Reiner Steib
14792         <Reiner.Steib@gmx.de>.
14793
14794 2004-11-25  Romain Francoise  <romain@orebokech.com>
14795
14796         * message.el (message-strip-forbidden-properties): Remove check for
14797         obsolete `message-hidden' text property, hidden headers are not
14798         accessible in the buffer anymore.
14799
14800 2004-11-22  Romain Francoise  <romain@orebokech.com>
14801
14802         * message.el (message-header-format-alist): Add `From' in list
14803         so that it can be sorted.
14804         (message-fix-before-sending): Widen and sort headers before
14805         sending.
14806         (message-hide-headers): Use narrowing to hide headers by moving
14807         them to the top of the buffer and narrowing to the region
14808         underneath.
14809
14810 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * message.el (message-strip-forbidden-properties): Bind
14813         buffer-read-only (etc) to nil.
14814
14815 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14818         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14819
14820 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14821
14822         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14823
14824 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14825
14826         * dns.el (query-dns): Use sit-for to time instead of
14827         accept-process-output, since that doesn't seem to work on udp
14828         sockets.
14829
14830 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14833
14834 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14835
14836         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14837         doc string.  Improve doc string.
14838
14839 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * nntp.el (nntp-request-update-info): Return nil if
14842         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14843         may not call gnus-activate-group which uselessly issues the GROUP
14844         commands for all nntp groups and wastes time.  Reported by Romain
14845         Francoise <romain@orebokech.com>.
14846
14847         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14848
14849 2004-11-15  Simon Josefsson  <jas@extundo.com>
14850
14851         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14852         headers separately.
14853         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14854         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14855
14856 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-start.el (gnus-convert-old-newsrc):
14859         Assign legacy-gnus-agent to 5.10.7.
14860
14861 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14862
14863         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14864         start of the lines.
14865
14866 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14867
14868         * hashcash.el (hashcash-default-payment): Change default to 20.
14869         (hashcash-default-accept-payment): Change default to 20.
14870         (hashcash-process-alist): New variable.
14871         (hashcash-generate-payment-async): Add.
14872         (hashcash-already-paid-p): Add.
14873         (hashcash-insert-payment): Don't generate payments twice.
14874         (hashcash-insert-payment-async): Add.
14875         (hashcash-insert-payment-async-2): Add.
14876         (hashcash-cancel-async): Add.
14877         (hashcash-wait-async): Add.
14878         (hashcash-processes-running-p): Add.
14879         (hashcash-wait-or-cancel): Add.
14880         (mail-add-payment): New optional argument.  Conditionally start
14881         asynchronous calculation.
14882         (mail-add-payment-async): Add.
14883
14884         * message.el (message-send-mail): Wait for asynchronous hashcash
14885         results.  Don't clobber existing X-Hashcash headers.
14886         (message-setup-1): Call mail-add-payment-async when
14887         message-generate-hashcash is non-nil.
14888
14889 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14890
14891         * message.el (message-use-alternative-email-as-from): Examine the
14892         From header as well; use message-make-from in order to include a
14893         user's full name.
14894
14895 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14898         default; improve customization type.
14899         (gnus-emphasis-custom-with-format): New macro.
14900         (gnus-emphasis-custom-value-to-external): New function.
14901         (gnus-emphasis-custom-value-to-internal): New function.
14902
14903 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14904
14905         * dns.el (query-dns): Resolve reverse addresses.
14906
14907 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * gnus-group.el (gnus-group-get-new-news): Use it.
14910
14911         * gnus-start.el (gnus-check-reasonable-setup): New function.
14912
14913 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14916         "Args out of range" error.  Reported by Arnaud Giersch
14917         <arnaud.giersch@free.fr>.
14918
14919 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14920
14921         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14922
14923 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14924
14925         * spam.el (spam group): Add :version.
14926
14927         * pgg-def.el (pgg group): Add :version.
14928
14929 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-art.el (gnus-article-edit-article): Don't associate the
14932         article buffer with a draft file.  This is a temporary measure
14933         against the 2004-08-22 change to gnus-article-edit-mode.
14934
14935 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14938         (html2text-format-tags): Remove unused variable `attr'.
14939
14940 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14943
14944         * tls.el (tls-process-connection-type, tls-success)
14945         (tls-certtool-program): Add :version.
14946
14947         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14948         (starttls-extra-arguments, starttls-process-connection-type)
14949         (starttls-connect, starttls-failure, starttls-success): Add :version.
14950
14951         * spam-stat.el (spam-stat): Add :version.
14952
14953         * sieve.el (sieve): Add :version.
14954
14955         * sha1.el (sha1): Add :version.
14956         (sha1-use-external): Remove redundant version.
14957
14958         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14959         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14960         (nnmail-split-fancy-match-partial-words)
14961         (nnmail-split-lowercase-expanded): Add :version.
14962
14963         * nndiary.el (nndiary): Add :version.
14964
14965         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14966
14967         * mml-sec.el (mml-default-sign-method)
14968         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14969         Add :version.
14970
14971         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14972
14973         * mm-url.el (mm-url-use-external, mm-url-program)
14974         (mm-url-arguments): Add :version.
14975
14976         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14977         (mm-attachment-file-modes, mm-decrypt-option)
14978         (mm-w3m-safe-url-regexp): Add :version.
14979
14980         * message.el (message-cite-prefix-regexp)
14981         (message-sendmail-envelope-from, message-minibuffer-local-map)
14982         (message-user-fqdn, message-completion-alist): Add :version.
14983
14984         * gnus-win.el (gnus-configure-windows-hook)
14985         (gnus-use-frames-on-any-display): Add :version.
14986
14987         * gnus-art.el (gnus-article-address-banner-alist)
14988         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14989         (gnus-treat-from-picon, gnus-treat-mail-picon)
14990         (gnus-treat-x-pgp-sig): Add :version.
14991
14992         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14993         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14994         (gnus-summary-article-delete-hook)
14995         (gnus-summary-display-while-building): Add :version.
14996
14997         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14998         (gnus-get-top-new-news-hook): Add :version.
14999
15000         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15001         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15002
15003         * gnus-registry.el (gnus-registry): Add :version.
15004
15005         * gnus-spec.el (gnus-use-correct-string-widths)
15006         (gnus-make-format-preserve-properties): Add :version.
15007
15008         * gnus.el (gnus-group-charter-alist)
15009         (gnus-group-fetch-control-use-browse-url)
15010         (gnus-install-group-spam-parameters): Add :version.
15011
15012         * gnus-diary.el (gnus-diary): Add :version.
15013
15014         * gnus-delay.el (gnus-delay): Add :version.
15015
15016         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15017         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15018         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15019         Add :version.
15020
15021         * gnus-agent.el (gnus-agent-max-fetch-size)
15022         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15023         (gnus-agent-prompt-send-queue): Add :version.
15024
15025         * deuglify.el (gnus-outlook-deuglify): Add :version.
15026
15027         * html2text.el: Beautify code.  Improve doc strings.  Some
15028         checkdoc cleanup.
15029         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15030
15031 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15032
15033         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15034
15035 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15036
15037         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15038         when package is loaded.
15039
15040         * spam.el (spam-summary-score-preferred-header): Add global preference
15041         for people who want to override the default SpamAssassin over
15042         Bogofilter preference (when both are set).
15043         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15044         (spam-user-format-function-S): Check
15045         spam-summary-score-preferred-header.
15046         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15047         (spam-user-format-function-S): Format the score correctly.
15048
15049 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15052         signature file.  Suggested by Manoj Srivastava
15053         <srivasta@golden-gryphon.com>.
15054
15055         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15056         iso-2022-jp even in the Japanese language environment.
15057         Suggested by Jason Rumney <jasonr@gnu.org>.
15058
15059 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15062         use the same characters as the dummy marks; make it free from
15063         getting affected by the language environment.
15064         (gnus-summary-read-group-1): Update mark positions only when the
15065         format spec is updated.
15066
15067         * gnus-spec.el (gnus-update-format-specifications): Return a list
15068         of updated types.
15069
15070 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15073         of boundp to check if display-warning is available.
15074
15075 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15078
15079 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * nnspool.el (nnspool-spool-directory): Use news-path if the
15082         news-directory variable is not bound.
15083
15084         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15085         function instead of display-warning if it is not available.
15086
15087 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15090         v5-10: Use `point-at-bol'.
15091
15092 2004-10-26  Simon Josefsson  <jas@extundo.com>
15093
15094         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15095         <chenggao@gmail.com>.
15096
15097 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15100         instead.
15101
15102 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15103
15104         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15105         to remove a server from the nnimap-server-buffer-alist.
15106         (nnimap-open-connection, nnimap-close-server): Use it.
15107
15108         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15109
15110 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15113         running the major-mode function.
15114
15115 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15118         dummy marks in the right way.
15119
15120 2004-10-18  David Edmondson  <dme@dme.org>
15121
15122         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15123         excessively.
15124
15125 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15126
15127         * gnus-util.el (gnus-split-references): Accept a nil references
15128         string and go on blissfully.
15129
15130         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15131         cases where the references string is non-nil but has no references.
15132
15133         * encrypt.el: Add autoload tags.
15134
15135         * spam.el (spam-resolve-registrations-routine): Remove article
15136         from unregistration list too.  Reported by David Hanak
15137         <dhanak@isis.vanderbilt.edu>
15138
15139 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15142         nil.  Changed custom type.
15143
15144 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15147
15148         * gnus-sum.el (gnus-summary-move-article): Use it.
15149
15150 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * encrypt.el: Add autoload cookies.
15153
15154         * spam.el (spam-backend-article-list-property)
15155         (spam-backend-get-article-todo-list)
15156         (spam-backend-put-article-todo-list)
15157         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15158         Resolve registrations separately.
15159         (spam-register-routine): Format comments.
15160         (spam-unregister-routine, spam-register-routine): Always call with
15161         specific-articles, no default list.
15162         (spam-summary-prepare-exit): Use the spam-classifications function.
15163
15164         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15165         gnus-encrypt.el.
15166
15167         * encrypt.el: Copied from gnus-encrypt.el.
15168
15169         * gnus-encrypt.el: Commented that it's obsolete.
15170
15171 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15174         (gnus-score-save): Use it.
15175
15176         * message.el (message-bury): Use `window-dedicated-p'.
15177
15178 2004-10-15  Simon Josefsson  <jas@extundo.com>
15179
15180         * pop3.el (top-level): Don't require nnheader.
15181         (pop3-read-timeout): Add.
15182         (pop3-accept-process-output): Add.
15183         (pop3-read-response, pop3-retr): Use it.
15184
15185 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * spam.el (spam-register-routine): Move comment.
15188         (spam-verify-bogofilter): Use 'unknown for the initial
15189         spam-bogofilter-valid state, not 'never.
15190
15191         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15192         for netrc-machine.
15193
15194         * nnimap.el (nnimap-open-connection): Use
15195         netrc-machine-user-or-password.
15196
15197 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15198
15199         * gnus-registry.el (gnus-registry-unload-hook):
15200         Set as a variable with add-hook.
15201
15202         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15203         of news-path.
15204
15205         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15206
15207         * spam.el: Delete duplicate `provide'.
15208         (spam-unload-hook): Set as a variable with add-hook.
15209
15210 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15213         in the doc string.
15214
15215         * message.el (message-ignored-news-headers)
15216         (message-ignored-supersedes-headers)
15217         (message-ignored-resent-headers)
15218         (message-forward-ignored-headers): Improve custom type.
15219
15220 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * message.el (message-tokenize-header): Fix 2004-09-06 change
15223         which used point-min in the wrong place.
15224
15225 2004-10-12  Simon Josefsson  <jas@extundo.com>
15226
15227         * tls.el (tls-certtool-program): New variable.
15228         (tls-certificate-information): New function, based on
15229         ssl-certificate-information.
15230
15231 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * compface.el: Move the version of ELisp-based uncompface program
15234         to the contrib directory because of the copyright problem.
15235
15236 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * message.el (message-kill-buffer): Raise the current frame.
15239
15240 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15243
15244         * gnus.el (message-y-or-n-p): Autoload.
15245
15246         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15247         (pop3-password-required, pop3-authentication-scheme)
15248         (pop3-leave-mail-on-server): Made customizable.
15249         (pop3): New custom group.
15250         (pop3-retr): Remove `sleep-for' statements.
15251         Suggested by Dave Love <fx@gnu.org>.
15252
15253         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15254         Windows/DOS.
15255
15256         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15257         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15258         Dave Love <fx@gnu.org>.
15259
15260         * mml.el (mml-minibuffer-read-disposition): Require match.
15261         Suggested by Dave Love <fx@gnu.org>.
15262
15263 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15264
15265         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15266         doc string.
15267
15268 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15271
15272 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15273
15274         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15275         instead of calling `mm-insert-inline', to decode text/* parts
15276         before displaying them.
15277
15278 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * mm-uu.el (mm-uu-text-plain-type): New variable.
15281         (mm-uu-pgp-signed-extract-1): Use it.
15282         (mm-uu-pgp-encrypted-extract-1): Use it.
15283         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15284         bind mm-uu-text-plain-type with that value.
15285         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15286         mm-uu-dissect.
15287
15288 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-group.el (gnus-update-group-mark-positions):
15291         * gnus-sum.el (gnus-update-summary-mark-positions):
15292         * message.el (message-check-news-body-syntax):
15293         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15294         of string-as-multibyte.
15295
15296 2004-10-05  Juri Linkov  <juri@jurta.org>
15297
15298         * gnus-group.el (gnus-update-group-mark-positions):
15299         * gnus-sum.el (gnus-update-summary-mark-positions):
15300         * message.el (message-check-news-body-syntax):
15301         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15302         8-bit unibyte values to a multibyte string for search functions.
15303
15304 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15307         (mm-uu-dissect-text-parts): New function.
15308
15309         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15310         dissect text parts.
15311
15312         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15313         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15314
15315         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15316
15317         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15318         gnus-current-topics instead of gnus-current-topic.
15319
15320 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15321
15322         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15323
15324 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15325
15326         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15327         where approriate.
15328
15329         * nnml.el (nnml-generate-active-info): do.
15330
15331         * nndiary.el (nndiary-generate-active-info): do.
15332
15333         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15334         (gnus-topic-move): do.
15335
15336         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15337         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15338
15339         * gnus-srvr.el (gnus-server-prepare)
15340         (gnus-server-open-all-servers): do.
15341
15342         * gnus-msg.el (gnus-summary-cancel-article)
15343         (gnus-summary-resend-message)
15344         (gnus-summary-mail-crosspost-complaint): do.
15345
15346         * gnus-move.el (gnus-change-server): do.
15347
15348         * gnus-group.el (gnus-group-unmark-all-groups)
15349         (gnus-group-set-current-level): do.
15350
15351 2004-10-04  Simon Josefsson  <jas@extundo.com>
15352
15353         * message.el (message-generate-hashcash): Doc fix.
15354
15355 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15356
15357         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15358         avoid infinite recursion via gnus-get-function.
15359
15360 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15361
15362         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15363
15364         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15365
15366         * nnmail.el (nnmail-split-history): do.
15367
15368         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15369         (nnml-request-delete-group): do.
15370
15371         * nnslashdot.el (nnslashdot-read-groups): do.
15372
15373         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15374         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15375
15376         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15377         (nnspool-sift-nov-with-sed): Use last.
15378         (nnspool-retrieve-headers-with-nov): Use mapc.
15379         (nnspool-request-newgroups): Use dolist.
15380         (nnspool-request-group): Use last.
15381
15382         * nntp.el (nntp-read-server-type): Use dolist.
15383
15384         * nnvirtual.el (nnvirtual-create-mapping)
15385         (nnvirtual-update-read-and-marked): Use dolist.
15386         (nnvirtual-convert-headers): Simplify.
15387
15388 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15389
15390         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15391         support for sync'ing tick marks.
15392
15393 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15396         there's no visible header.
15397
15398 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15399
15400         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15401         necessary, pass full group name to gnus-request-set-marks.
15402
15403 2004-10-01  Simon Josefsson  <jas@extundo.com>
15404
15405         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15406         acroread.
15407
15408 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15409
15410         * spam-report.el (spam-report-gmane): Fix interactive.
15411
15412         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15413
15414         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15415         when writing file.
15416         (gnus-agent-synchronize-flags): Don't default to being
15417         interactive.
15418
15419 2004-09-30  Simon Josefsson  <jas@extundo.com>
15420
15421         * message.el (message-generate-hashcash): Add.
15422         (message-send-mail): Use it, call mail-add-payment.
15423
15424 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15425
15426         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15427
15428 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15429
15430         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15431         gnus-requst-update-info with explicit code to sync the in-memory
15432         info read flags with the marks being sync'd to the backend.
15433
15434         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15435
15436 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * spam.el (spam-verify-bogofilter): Add new function.
15439         (spam-check-bogofilter)
15440         (spam-bogofilter-register-with-bogofilter): Use it.
15441         (spam-verify-bogofilter): Add small fixes.
15442
15443 2004-09-28  Simon Josefsson  <jas@extundo.com>
15444
15445         * hashcash.el (hashcash-generate-payment): Revert.
15446
15447 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15448
15449         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15450         gnus-extract-references instead of gnus-split-references.
15451
15452         * gnus-util.el (gnus-extract-references): Add new function, analogous
15453         to gnus-split-references but extracts only the message-ID without
15454         anything extra.
15455
15456         * hashcash.el (hashcash-generate-payment)
15457         (hashcash-check-payment): Do the right thing if hashcash-path is
15458         nil (because the hashcash program could not be found).
15459
15460         * spam.el (spam-use-hashcash): Remove comment.
15461
15462 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15463
15464         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15465         (gnus-cache-enter-article, gnus-cache-remove-article)
15466         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15467
15468         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15469
15470         * gnus-art.el (article-hide-boring-headers)
15471         (article-translate-strings, article-display-face)
15472         (gnus-article-mime-match-handle-first)
15473         (gnus-article-highlight-headers)
15474         (gnus-article-add-buttons-to-head): do.
15475
15476 2004-09-27  Simon Josefsson  <jas@extundo.com>
15477
15478         * hashcash.el: New version, from
15479         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15480         ../contrib/.
15481
15482 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15485
15486 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15487
15488         * gnus-dup.el (gnus-dup-open): Use mapc.
15489         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15490
15491         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15492         Reported by Stefan Wiens <s.wi@gmx.net>.
15493
15494         * gnus.el (gnus-shutdown): Use dolist.
15495
15496         * gnus-undo.el (gnus-undo): Use mapc.
15497
15498         * nnrss.el (nnrss-generate-active): do.
15499
15500         * message.el (message-cite-original-without-signature)
15501         (message-cite-original): Use mapc.
15502         (message-do-actions, message-make-forward-subject): Use dolist.
15503
15504 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15505
15506         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15507         deletion to remove entire duplicate line.  Fixes merged article
15508         number bug.
15509
15510 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15511
15512         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15513         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15514         first ask if you want to open a server and then, even when you
15515         responded with no, asking if you want to synchronize the server's
15516         flags.
15517         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15518         multi-line expressions.
15519         (gnus-agent-synchronize-group-flags): New internal function.
15520         Updates marks in memory (in the info structure) AND in the
15521         backend.
15522
15523         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15524
15525         * nnagent.el (nnagent-request-set-mark): Use
15526         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15527         method, to ensure that synchronization updates marks in the
15528         backend and in the info (in memory) structure.
15529
15530 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15533         convention fully; don't miss the root article of a thread; make
15534         the X-Draft-From header with correct article numbers.
15535
15536 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15537
15538         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15539         unless plugged.  Disable the agent so that an open failure causes
15540         an error.
15541
15542         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15543         Reverted 2004-09-21 change.  The backend must be opened while
15544         synchronizing flags even when the backend stores the flags
15545         locally.
15546
15547 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15550         in `header' match.  Reported by Svend Tollak Munkejord.
15551
15552         * message.el (message-cite-original): Fix use of
15553         `message-cite-articles-with-x-no-archive'.
15554
15555 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15558         (gnus-window-to-buffer): Ditto.
15559
15560         * mml.el (mml-preview-buffer): New variable.
15561         (mml-preview): Manage window layout with gnus-buffer-configuration.
15562
15563         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15564         X-Draft-From header even if those articles aren't quoted.
15565
15566 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15567
15568         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15569         (gnus-request-set-mark, gnus-request-update-mark): Use new
15570         g-s-t-u-l-m to decide to use backend even when unplugged.
15571
15572 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15575         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15576
15577 2004-09-20  Simon Josefsson  <jas@extundo.com>
15578
15579         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15580         "utf-16-le".
15581
15582 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15583
15584         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15585
15586 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * uudecode.el (uudecode-use-external): Add :version.
15589
15590         * smime.el (smime-CA-file, smime-encrypt-cipher)
15591         (smime-dns-server): Add :version.
15592
15593         * smiley.el (gnus-smiley-file-types): Add :version.
15594
15595         * sha1.el (sha1-use-external): Add :version.
15596
15597         * pgg-def.el (pgg-query-keyserver): Add :version.
15598
15599         * nnmail.el (nnmail-fancy-expiry-targets)
15600         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15601         Add :version.
15602
15603         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15604         (nnimap-retrieve-groups-asynchronous): Add :version.
15605         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15606
15607         * mml.el (mml-content-disposition-parameters)
15608         (mml-insert-mime-headers-always): Add :version.
15609
15610         * mm-util.el (mm-coding-system-priorities): Add :version.
15611
15612         * mm-decode.el (mm-inline-text-html-with-images)
15613         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15614         (mm-verify-option): Add :version.
15615         (mm-text-html-renderer): Change :version.
15616
15617         * message.el (message-fcc-externalize-attachments)
15618         (message-required-headers, message-draft-headers)
15619         (message-subject-trailing-was-query)
15620         (message-subject-trailing-was-ask-regexp)
15621         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15622         (message-mark-insert-end, message-archive-header)
15623         (message-archive-note, message-cross-post-default)
15624         (message-cross-post-note, message-followup-to-note)
15625         (message-cross-post-note-function, message-use-mail-followup-to)
15626         (message-subscribed-address-functions)
15627         (message-subscribed-address-file, message-subscribed-addresses)
15628         (message-subscribed-regexps, message-allow-no-recipients)
15629         (message-yank-cited-prefix, message-signature-insert-empty-line)
15630         (message-hidden-headers, message-hierarchical-addresses)
15631         (message-mail-user-agent, message-use-idna)
15632         (message-valid-fqdn-regexp)
15633         (message-strip-special-text-properties, message-header-synonyms)
15634         (message-beginning-of-line, message-tab-body-function): Add :version.
15635         (message-insert-canlock, message-wide-reply-confirm-recipients):
15636         Change :version.
15637
15638         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15639         and :version.
15640         (mail-source-delete-old-incoming-confirm)
15641         (mail-source-movemail-program): Add :version.
15642
15643         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15644         (gnus-agent-cache, gnus-agent): Change :version.
15645
15646         * gnus-util.el (gnus-use-byte-compile): Change :version.
15647
15648         * gnus-sum.el (gnus-summary-make-false-root-always)
15649         (gnus-summary-default-high-score)
15650         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15651         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15652         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15653         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15654         (gnus-sum-thread-tree-single-indent)
15655         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15656         (gnus-sum-thread-tree-leaf-with-other)
15657         (gnus-sum-thread-tree-single-leaf): Add :version.
15658         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15659         (gnus-article-loose-mime): Change :version.
15660
15661         * gnus-start.el (gnus-backup-startup-file)
15662         (gnus-save-startup-file-via-temp-buffer): Add :version.
15663
15664         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15665         (gnus-server-offline-face): Add :version.
15666
15667         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15668
15669         * gnus-msg.el (gnus-gcc-externalize-attachments)
15670         (gnus-debug-files, gnus-debug-exclude-variables)
15671         (gnus-discouraged-post-methods): Change :version.
15672         (gnus-confirm-mail-reply-to-news)
15673         (gnus-confirm-treat-mail-like-news): Add :version.
15674
15675         * gnus-int.el (gnus-server-unopen-status): Add :version.
15676
15677         * gnus-group.el (gnus-group-jump-to-group-prompt)
15678         (gnus-large-ephemeral-newsgroup)
15679         (gnus-fetch-old-ephemeral-headers): Add :version.
15680
15681         * gnus-fun.el (gnus-x-face-directory)
15682         (gnus-convert-pbm-to-x-face-command)
15683         (gnus-convert-image-to-x-face-command)
15684         (gnus-convert-image-to-face-command): Add :version.
15685
15686         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15687
15688         * gnus-cite.el (gnus-cite-blank-line-after-header)
15689         (gnus-article-boring-faces): Add :version.
15690
15691         * gnus-art.el (gnus-buttonized-mime-types)
15692         (gnus-inhibit-mime-unbuttonizing)
15693         (gnus-treat-display-face)
15694         (gnus-treat-body-boundary): Change :version.
15695         (gnus-body-boundary-delimiter, gnus-picon-databases)
15696         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15697         (gnus-treat-date-english, gnus-treat-fold-headers)
15698         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15699         (gnus-treat-mail-picon, gnus-treat-wash-html)
15700         (gnus-article-encrypt-protocol)
15701         (gnus-use-idna, gnus-article-over-scroll)
15702         (gnus-mime-display-multipart-alternative-as-mixed)
15703         (gnus-mime-display-multipart-related-as-mixed)
15704         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15705         (gnus-ctan-url, gnus-button-ctan-handler)
15706         (gnus-button-handle-ctan-bogus-regexp)
15707         (gnus-button-ctan-directory-regexp)
15708         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15709         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15710         (gnus-button-man-level, gnus-button-emacs-level)
15711         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15712
15713         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15714         (gnus-agent-go-online): Change :version.
15715         (gnus-agent-expire-unagentized-dirs)
15716         (gnus-agent-auto-agentize-methods): Add :version.
15717
15718         * flow-fill.el (fill-flowed-display-column)
15719         (fill-flowed-encode-column): Add :version.
15720
15721         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15722         (gnus-outlook-deuglify-unwrap-max)
15723         (gnus-outlook-deuglify-cite-marks)
15724         (gnus-outlook-deuglify-unwrap-stop-chars)
15725         (gnus-outlook-deuglify-no-wrap-chars)
15726         (gnus-outlook-deuglify-attrib-cut-regexp)
15727         (gnus-outlook-deuglify-attrib-verb-regexp)
15728         (gnus-outlook-deuglify-attrib-end-regexp)
15729         (gnus-outlook-display-hook): Add :version.
15730
15731         * binhex.el (binhex-use-external): Add :version.
15732
15733 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15736         and `invisible'.
15737
15738 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15741         in gnus-registry-trim.
15742
15743 2004-09-13  Simon Josefsson  <jas@extundo.com>
15744
15745         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15746
15747         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15748
15749         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15750         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15751         <yamaoka@jpl.org>.
15752         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15753         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15754         <yamaoka@jpl.org>.
15755
15756         * sieve.el (sieve-manage-mode): Ditto.
15757
15758 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15761
15762 2004-09-11  Simon Josefsson  <jas@extundo.com>
15763
15764         * dns-mode.el: Add.
15765
15766         * mm-view.el (mm-display-dns-inline): Add.
15767
15768         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15769         (mm-automatic-display): Ditto.
15770
15771         * mailcap.el (mailcap-mime-data): Add text/dns.
15772         (mailcap-mime-extensions): Map .soa to text/dns.
15773
15774 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15775
15776         * gnus-art.el (article-decode-mime-words, article-babel)
15777         (gnus-article-highlight-signature, gnus-article-add-buttons)
15778         (gnus-signature-toggle): Remove unnecessary bindings of
15779         `inhibit-read-only' inherited from v5.10 merge.
15780
15781 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * nntp.el (nntp): New customization group.
15784         (nntp-authinfo-file): Add customization group.
15785
15786         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15787
15788         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15789
15790         * gnus.el (to-address, to-list, subscribed)
15791         (large-newsgroup-initial): Ditto.
15792
15793         * flow-fill.el (fill-flowed-display-column)
15794         (fill-flowed-encode-column): Ditto.
15795
15796 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15797
15798         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15799         Use point-min rather than 1.
15800         (message-send-mail): Use buffer-size rather than point-max.
15801
15802         * gnus-sum.el (gnus-summary-search-article-forward):
15803         Signal a specific `search-failed' rather than a generic `error'.
15804
15805         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15806         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15807         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15808
15809 2004-09-10  Simon Josefsson  <jas@extundo.com>
15810
15811         * nndb.el (require): Remove tcp and duplicate cl.
15812
15813 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-agent.el (directory-files-and-attributes): Move forward.
15816
15817 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15818
15819         * gnus-agent.el (directory-files-and-attributes): Optionally
15820         defined to support XEmacs.
15821
15822 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15823
15824         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15825         to avoid run-time CL dependencies.
15826         (gnus-agent-unfetch-articles): New function.
15827         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15828         article numbers even when local .overview file is missing.
15829         (gnus-agent-read-article-number): New function.  Only accepts
15830         27-bit article numbers.
15831         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15832         gnus-agent-read-article-number.
15833         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15834         from backend while recognizing that article numbers in .overview
15835         must be valid.
15836         (gnus-agent-update-files-total-fetched-for): Use
15837         directory-files-and-attributes to improve performance.
15838         * gnus-int.el (gnus-request-move-article): Use
15839         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15840         improve performance.
15841
15842         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15843         some users confused by references to .newsrc when they only have a
15844         .newsrc.eld file.
15845         (gnus-convert-mark-converter-prompt)
15846         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15847         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15848         New function.  Used internally to only display 'gnus converting
15849         files' message when actually necessary.
15850
15851         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15852         methods now autoloaded.
15853
15854 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15857         identifiers.
15858
15859 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * gnus-picon.el: Fix indentation and closing parenthesis.
15862
15863 2004-09-01  Simon Josefsson  <jas@extundo.com>
15864
15865         * message.el (message-canlock-generate): Require sha1, not
15866         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15867         to require within a function.  Sadly, if sha1.el isn't loaded, the
15868         let binding in m-c-g will hide the defcustom definition, which is
15869         bad.)
15870
15871         * canlock.el: Require sha1, not sha1-el.
15872
15873         * message.el: Don't autoload sha1 (there is a autoload cookie in
15874         sha1.el).
15875
15876         * sha1-el.el: Renamed to sha1.el.
15877
15878 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15879
15880         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15881
15882 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15883
15884         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15885
15886 2004-08-30  Kim F. Storm  <storm@cua.dk>
15887
15888         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15889
15890         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15891         Add :group 'nnimap.
15892
15893 2004-08-30  Andreas Schwab  <schwab@suse.de>
15894
15895         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15896         ?* and ?\;.
15897
15898         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15899         and ?\' to symbol instead of whitespace.
15900
15901 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15904
15905         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15906         instead of re-search-forward.
15907
15908         * gnus-uu.el (gnus-uu-save-article): Ditto.
15909         (gnus-uu-post-encode-uuencode): Ditto.
15910
15911         * html2text.el (html2text-clean-list-items): Ditto.
15912         (html2text-clean-dtdd): Ditto.
15913         (html2text-format-tags): Ditto.
15914
15915         * message.el (message-send-mail-with-sendmail): Fix regexp.
15916         (message-fill-field-general): Use search-forward instead of
15917         re-search-forward.
15918         (unbold-region): Ditto.
15919
15920         * nnrss.el (nnrss-request-article): Ditto.
15921
15922         * nnslashdot.el (nnslashdot-request-article): Ditto.
15923
15924         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15925
15926         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15927         "Unrecognized menu descriptor" error in XEmacs.
15928
15929 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15930
15931         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15932         parent article of a sparse article in the thread hashtb.
15933
15934 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15935
15936         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15937         (nnmail-expand-newtext): Lowercase expanded entries if
15938         nnmail-split-lowercase-expanded is non-nil.
15939
15940 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15943
15944         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15945         of gnus-tmp-news-method into string under XEmacs.  It will be
15946         passed to gnus-correct-length which takes only a string argument.
15947
15948 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-util.el (gnus-bind-print-variables): New macro.
15951         (gnus-prin1): Use it.
15952         (gnus-prin1-to-string): Use it.
15953         (gnus-pp): New function.
15954         (gnus-pp-to-string): New function.
15955
15956         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15957         Replace pp-to-string with gnus-pp-to-string.
15958         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15959         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15960         * gnus-msg.el (gnus-debug): Ditto.
15961         * gnus-score.el (gnus-score-save): Ditto.
15962         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15963         gnus-pp-to-string.
15964         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15965         with gnus-pp.
15966         * score-mode.el (gnus-score-pretty-print): Ditto.
15967         * webmail.el (webmail-debug): Ditto.
15968
15969 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (article-display-face, article-display-x-face):
15972         Use buffer-read-only.
15973
15974 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-art.el (article-hide-list-identifiers):
15977         Bind inhibit-read-only as t.
15978
15979 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15982
15983 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15984
15985         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15986         (gnus-narrow-to-page): Don't assume point-min == 1.
15987         (gnus-article-edit-mode): Derive from message-mode.
15988
15989         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15990         point-min == 1.
15991
15992         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15993         Disable incorrect use of `assert'.
15994
15995         * message.el (message-mode): Set comment-start-skip.
15996
15997
15998 2004-08-22  Sam Steingold  <sds@gnu.org>
15999
16000         * pop3.el (pop3-leave-mail-on-server): New user variable.
16001         (pop3-movemail): Delete mail only when it is nil.
16002
16003 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16006
16007         * mml.el (mml-preview): Use `pop-to-buffer'.
16008
16009         * message.el (message-goto-mail-followup-to): Insert after "To".
16010         (message-carefully-insert-headers): Add comment.
16011
16012         * gnus.el: Remove unused variable `gnus-article-check-size'.
16013
16014         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16015
16016         * gnus-art.el (gnus-button-alist): Improve
16017         `gnus-button-handle-library' entry.
16018
16019 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16020
16021         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16022         downcase, since XEmacs capitalizes error messages differently.
16023
16024 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16025
16026         * nntp.el: Add (require 'gnus) due to reference to
16027         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16028
16029 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16030
16031         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16032         `mm-fill-flowed'.
16033
16034         * mm-decode.el (mm-dissect-singlepart): Check it.
16035
16036 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16037
16038         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16039         'imap' for netrc parsing.
16040
16041 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * mailcap.el (mailcap-mime-data): Mark as risky.
16044
16045 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16048         may be included in the encoded word.
16049         (rfc2047-encode): Don't append a space if the encoded word
16050         includes close parenthesis.
16051
16052 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16055         of text within parentheses.
16056
16057 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16058
16059         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16060         (gnus-encrypt-write-file-contents): Make the password key the file
16061         name PLUS the cipher, not just the cipher.  Also remove failed
16062         passwords from the cache.
16063
16064 2004-08-06  Simon Josefsson  <jas@extundo.com>
16065
16066         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16067         fix.
16068
16069 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16072         LWSP.
16073
16074 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16075
16076         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16077         to append in-reply-to: data to the references: header.
16078
16079         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16080         (netrc-parse): Use gnus-encrypt.el functions.
16081
16082         * gnus-encrypt.el: Add new file for encryption support; currently
16083         does only a few GPG ciphers and an internal XOR cipher.
16084
16085         * password.el: Add comments on using password-read-and-add.
16086         (password-read-and-add): Add function to read and add the
16087         password to the cache at once.
16088
16089 2004-07-28  Simon Josefsson  <jas@extundo.com>
16090
16091         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16092         parameter (but don't use it, for now).
16093
16094         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16095         instead of hard coding to nil.
16096
16097 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16100         as mm-inline-image-xemacs does.
16101
16102 2004-07-26  Simon Josefsson  <jas@extundo.com>
16103
16104         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16105         Revert part of 2004-07-17 change below.
16106
16107 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16110         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16111
16112 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16113
16114         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16115         quotes that actually start with ">" at the beginning of the
16116         lines.
16117
16118 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * rfc2047.el (rfc2047-encode-region): Fix last change.
16121         (rfc2047-encode-parameter): Remove useless concat.
16122
16123 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16126         encode special characters; fix some kind of misconfigured headers;
16127         signal a real error if debug-on-quit or debug-on-error is non-nil.
16128         (rfc2047-encode-max-chars): New variable.
16129         (rfc2047-encode-1): Use it.
16130         (rfc2047-encode-parameter): New function.
16131
16132         * mml.el (mml-insert-parameter): Remove an excessive space.
16133
16134 2004-07-17  Simon Josefsson  <jas@extundo.com>
16135
16136         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16137         Kai Grossjohann <kai@emptydomain.de>.
16138         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16139         (gnus-group-make-menu-bar): Ditto.
16140
16141         * gnus-util.el (gnus-group-server): Add.
16142
16143 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16144
16145         * message.el (message-clone-locals): Clone sendmail and smtp
16146         variables.
16147
16148 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * rfc2047.el (rfc2047-encode-region): Fix last change.
16151
16152 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16155         characters as non-special.
16156
16157 2004-07-09  Simon Josefsson  <jas@extundo.com>
16158
16159         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16160         Users will lose all flag changes made while unplugged with
16161         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16162         good default.  See numerous reports on ding mailing list.
16163
16164 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16167         add generate-head-function and generate-article-function to the
16168         rfc822-forward entry.
16169         (nndoc-rfc822-forward-generate-article): New function.
16170         (nndoc-rfc822-forward-generate-head): New function.
16171
16172         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16173
16174 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16175
16176         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16177         respect display group parameter and gnus-summary-expunge-below.
16178         (gnus-articles-to-read): Remove unused reference to display group
16179         parameter.
16180
16181 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16182
16183         * nnheader.el (nnheader-uniquify-message-id): New experimental
16184         variable.
16185         (nnheader-nov-read-message-id): Use it.
16186
16187         * spam-report.el (spam-report-gmane): Add interactive.
16188
16189 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16192         qp-or-base64 for the application/* types.
16193
16194 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16195
16196         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16197
16198 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16199
16200         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16201         trim value.
16202
16203 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16204
16205         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16206         New macro and function.
16207         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16208
16209 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16212         after-load-alist.
16213
16214 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16215
16216         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16217         update info that isn't there.
16218
16219 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16220
16221         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16222         entry.
16223
16224 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * mm-view.el (mm-inline-render-with-function): Use multibyte
16227         buffer; decode html source by charset.
16228
16229         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16230
16231         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16232         Mule-UCS is loaded under XEmacs.
16233         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16234
16235 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16236
16237         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16238
16239 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * mm-util.el (mm-coding-system-p): Return a coding-system.
16242         (mm-mime-mule-charset-alist): Use shift_jis instead of
16243         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16244         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16245         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16246         instead of japanese-shift-jis and iso-latin-1 respectively in
16247         order to share the default value with both Emacs and XEmacs-mule.
16248         (mm-mule-charset-to-mime-charset): Make
16249         mm-coding-system-priorities effective.
16250         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16251         while predicating of candidates upon the priorities.
16252
16253 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16256         gnus-uu-invert-processable.
16257
16258         * gnus.el: Autoload gnus-uu-invert-processable.
16259
16260 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * mm-util.el (mm-with-multibyte-buffer): New macro.
16263
16264         * rfc2047.el (rfc2047-encode-string): Use it.
16265         (rfc2047-encode-region): Move point to the end of the region after
16266         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16267
16268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16271         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16272
16273 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16276         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16277         Karl Chen <quarl@nospam.quarl.org>.
16278
16279 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16280
16281         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16282         invalid addresses.
16283
16284 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16285
16286         * spam.el: Change section markers, revise TODO list.
16287         (spam-backends): Make new master list of all installed backends.
16288         (spam-summary-exit-behavior): Add new variable to determine how
16289         messages moves are done at summary exit.
16290         (spam-move-spam-nonspam-groups-only)
16291         (spam-process-ham-in-nonham-groups)
16292         (spam-process-ham-in-spam-groups): Remove variables, the
16293         spam-summary-exit-behavior variable should be used to manage this
16294         behavior.
16295         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16296         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16297         and spam-old-spam-articles.
16298         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16299         Add empty variables, placeholders for the backends they represent.
16300         (spam-set-difference): Move, unchanged.
16301         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16302         unless the user has a processor variable.
16303         (spam-classifications, spam-classification-valid-p)
16304         (spam-backend-properties, spam-backend-property-valid-p)
16305         (spam-backend-function-type-valid-p)
16306         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16307         (spam-report-articles-gmane, spam-report-articles-resend):
16308         Remove functions, they are not needed.
16309         (spam-install-backend-super, spam-backend-list)
16310         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16311         (spam-backend-function, spam-backend-ham-registration-function)
16312         (spam-backend-spam-registration-function)
16313         (spam-backend-ham-unregistration-function)
16314         (spam-backend-spam-unregistration-function)
16315         (spam-backend-statistical-p, spam-backend-mover-p)
16316         (spam-install-backend-alias, spam-install-checkonly-backend)
16317         (spam-install-mover-backend, spam-install-nocheck-backend)
16318         (spam-install-backend, spam-install-statistical-backend)
16319         (spam-install-statistical-checkonly-backend): Add backend installation
16320         support.
16321         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16322         (spam-group-processor-p): Use the new backend code and respect the
16323         summary exit behavior.
16324         (spam-mark-spam-as-expired-and-move-routine): Remove.
16325         (spam-summary-prepare): Change to use the new spam-old-articles
16326         variable.
16327         (spam-copy-or-move-routine, spam-copy-spam-routine)
16328         (spam-move-spam-routine, spam-copy-ham-routine)
16329         (spam-move-ham-routine): Add code to copy/move ham or spam.
16330         (spam-fetch-field-fast): Improve doc and code, plus allow the
16331         'number request.
16332         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16333         variables.
16334         (spam-split, spam-find-spam): Use the new backend code.
16335         (spam-registration-functions): Remove variable.
16336         (spam-unregister-routine): Add convenience wrapper.
16337         (spam-log-undo-registration, spam-register-routine)
16338         (spam-log-processing-to-registry)
16339         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16340         where possible.
16341         (spam-check-gmane-xref, spam-check-regex-headers)
16342         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16343         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16344         (spam-check-bogofilter-headers, spam-check-spamoracle)
16345         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16346         (spam-check-crm114-headers): Use the spam-split-group that
16347         spam-split prepares, no need to determine it every time.
16348
16349         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16350         to the nnheader-parse-naked-head call.
16351
16352         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16353
16354         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16355         the nnheader-nov-read-message-id call.
16356
16357 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16360         gnus-activate-group twice.  Suggested by Markus Peter
16361         <warp@spin.de>.
16362
16363 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-art.el (gnus-article-time-format): Exchange the order of
16366         day and month in the default value; fix customization type.
16367         (article-date-ut): Use add-text-properties.
16368         (article-make-date-line): Use message-make-date instead of
16369         current-time-string.
16370
16371         * message.el (message-fetch-field): Don't use set-text-properties.
16372         (message-make-date): Simplify.
16373
16374         * messagexmas.el (message-xmas-make-date): New function.
16375         (message-xmas-redefine): Defalias message-make-date to it.
16376
16377 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16380         (rfc2047-encode-region): Treat text within parentheses as special;
16381         show the original text when error has occurred.
16382
16383         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16384         already-computed method to gnus-activate-group.
16385
16386         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16387         same select-methods identical Lisp objects.
16388
16389         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16390         object when modifying the info.
16391
16392 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16395         gnus-opened-servers since it has never been opened with the new
16396         configuration yet.
16397
16398 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16401         arg to nnheader-generate-fake-message-id.
16402
16403 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16404
16405         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16406         number and build a fake message ID localized to a group and
16407         article number (so it's repeatable from that point on).
16408         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16409         ID format.
16410
16411         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16412         nnheader-generate-fake-message-id with the article number.
16413
16414 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16415
16416         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16417         end-of-buffer.
16418
16419 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16420
16421         * message.el (message-ignored-supersedes-headers): Add Approved.
16422
16423 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16426         goto-char.
16427         (rfc2047-encode): Fold the line before encoding.
16428
16429 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430
16431         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16432         folding -- not all headers can be folded, and this should be done
16433         by the message composition mode.  Probably.  I think.
16434
16435 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16438         fast.
16439
16440         * gnus-ems.el (gnus-remove-image): Don't use
16441         message-text-with-property; remove only the image found first.
16442
16443         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16444         found first.
16445
16446 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16447
16448         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16449
16450 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * message.el (message-text-with-property): Make it fast and accept
16453         optional arguments.
16454         (message-strip-forbidden-properties): Use it.
16455         (message-fix-before-sending): Follow the m-t-w-p change.
16456
16457         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16458
16459 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * gnus-art.el (article-hide-headers): Don't change the buffer
16462         mistakenly when performing mml-preview even if
16463         gnus-single-article-buffer is nil.
16464
16465 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16466
16467         * message.el (message-expand-name-databases): New user option.
16468         (message-expand-name): Use it.
16469
16470 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * spam.el (spam-report-articles-resend)
16473         (spam-report-resend-register-routine): Allow ham reporting.
16474         (spam-report-resend-register-ham-routine): Add wrapper.
16475         (spam-registration-functions): Add ham resending functions.
16476         (spam-list-of-processors): Add ham resend processor.
16477
16478         * gnus.el (ham-resend-to): Add new group parameter.
16479         (spam-process): Add ham resend option.
16480
16481         * spam-report.el (spam-report-resend): Allow reporting ham.
16482         (spam-report-resend-ham): Add wrapper.
16483
16484 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16485
16486         * message.el (message-cite-articles-with-x-no-archive): New
16487         variable.
16488         (message-cite-original): Use it.
16489
16490 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16491
16492         * message.el (message-cite-original): Respect X-No-Archive.
16493
16494 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-art.el (article-hide-headers): Refer to the values for
16497         gnus-ignored-headers and gnus-visible-headers in the summary
16498         buffer since a user may have set them as group parameters.
16499
16500 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * assistant.el (assistant-node-name): Add convenience function.
16503         (assistant-render-text, assistant-render-node): Add error handling,
16504         plus handle multiple next nodes.
16505         (assistant-find-next-node): Comment out for now.
16506         (assistant-find-next-nodes): Add function, returns list of next
16507         nodes.
16508
16509 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * mail-source.el (mail-source-directory): Fix doc-string.
16512
16513 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16514
16515         * assistant.el (assistant-render-text, assistant-eval): Add :set
16516         widget type, which is different because it takes and returns a
16517         list.  Much hilarity ensues.
16518
16519 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16522
16523         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16524         doc-string.
16525
16526         * gnus-start.el (gnus-activate-group): Added doc-string.
16527
16528 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16531
16532 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16533
16534         * assistant.el (assistant-render-text): Try to add a :set
16535         widget, more to come.
16536
16537         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16538         strings.
16539         (spam-report-articles-resend)
16540         (spam-register-routine): Do registration iff any articles warrant
16541         it.
16542         (spam-summary-prepare-exit): Change log message for nil group
16543         destinations.
16544
16545 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16546
16547         * spam.el (spam-report-resend-register-routine): Allow
16548         spam-report-resend-to to be a group parameter or a global value.
16549
16550 2004-05-26  Simon Josefsson  <jas@extundo.com>
16551
16552         * starttls.el: Merge with my GNUTLS based starttls.el.
16553         (starttls-gnutls-program, starttls-use-gnutls)
16554         (starttls-extra-arguments, starttls-process-connection-type)
16555         (starttls-connect, starttls-failure, starttls-success): New
16556         variables.
16557         (starttls-program, starttls-extra-args): Doc fix.
16558         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16559         functions.
16560         (starttls-negotiate, starttls-open-stream): Check
16561         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16562         function if it is set.
16563
16564 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16567         structured fields.
16568
16569 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16572
16573 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16574
16575         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16576         variable.
16577         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16578         assigning the spam-mark to new messages.
16579
16580 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16581
16582         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16583
16584 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16587
16588         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16589         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16590         default.
16591
16592 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16593
16594         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16595         correct data.
16596
16597 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16598
16599         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16600         (spam-group-processor-p): Fix function.
16601         (spam-group-processor-multiple-p)
16602         (spam-group-spam-processor-report-gmane-p)
16603         (spam-group-spam-processor-report-resend-p)
16604         (spam-group-spam-processor-bogofilter-p)
16605         (spam-group-spam-processor-blacklist-p)
16606         (spam-group-spam-processor-ifile-p)
16607         (spam-group-ham-processor-ifile-p)
16608         (spam-group-spam-processor-spamoracle-p)
16609         (spam-group-spam-processor-crm114-p)
16610         (spam-group-ham-processor-bogofilter-p)
16611         (spam-group-spam-processor-stat-p)
16612         (spam-group-ham-processor-stat-p)
16613         (spam-group-ham-processor-whitelist-p)
16614         (spam-group-ham-processor-BBDB-p)
16615         (spam-group-ham-processor-spamoracle-p)
16616         (spam-group-ham-processor-copy-p): Remove functions with some
16617         prejudice against unneeded code.
16618         (spam-report-articles-resend)
16619         (spam-report-resend-register-routine): Allow the group/topic
16620         spam-resend-to value to override spam-report-resend-to.
16621         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16622         properly now.
16623
16624         * gnus.el (spam-resend-to): Add group/topic parameter.
16625         (spam-process): Move the OBSOLETE processors to the end of the
16626         choices.
16627
16628 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16629
16630         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16631         with resend-to set to nil, and then ask the user if necessary.
16632         (spam-report-resend): spam-report-resend takes a list of articles, not
16633         separate article numbers.
16634
16635 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16638         addition to emacs-w3m.
16639
16640 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16641
16642         * assistant.el (assistant-authinfo-data): New function.
16643         (assistant-eval): Eval for entire assistant.
16644
16645         * netrc.el (netrc-services-file): New variable.
16646         (netrc-parse-services): New function.
16647         (netrc-find-service-name): New function.
16648         (netrc-find-service-number): New function.
16649         (netrc-port-equal): New function.
16650         (netrc-machine): Use it.
16651
16652         * nnimap.el (nnimap-open-connection): Use netrc.
16653
16654         * gnus-util.el (gnus-netrc-get): Remove aliases.
16655
16656         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16657
16658         * assistant.el (wid-edit): Fix compilation.
16659
16660         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16661
16662 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16663
16664         * gnus-util.el (gnus-set-file-modes): New function.  (small
16665         patch).
16666
16667 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16668
16669         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16670
16671         * assistant.el (assistant-render-node): Fix up rendering and
16672         read-only text.
16673         (assistant-render-node): Reset.
16674         (assistant-make-read-only): Not sticky.
16675
16676 2004-05-20  Danny Siu  <dsiu@adobe.com>
16677
16678         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16679         centered even when gnus-auto-center-summary is t.
16680
16681 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16682
16683         * dns.el (dns-get-txt-answer): New function.
16684         (dns-read-txt): Ditto.
16685         (query-dns): Use it.
16686
16687 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16690         active for foreign groups even if the group level is higher than
16691         the specified value.
16692
16693 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694
16695         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16696         non-active groups.
16697
16698         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16699
16700 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16701
16702         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16703
16704 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16705
16706         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16707         (spam-crm114-header, spam-crm114-spam-switch)
16708         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16709         (spam-crm114-positive-spam-header)
16710         (spam-crm114-database-directory, spam-list-of-processors)
16711         (spam-group-spam-processor-crm114-p)
16712         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16713         (spam-generic-score, spam-list-of-checks)
16714         (spam-list-of-statistical-checks, spam-registration-functions)
16715         (spam-check-crm114-headers, spam-crm114-score)
16716         (spam-check-crm114, spam-crm114-register-with-crm114)
16717         (spam-crm114-register-spam-routine)
16718         (spam-crm114-unregister-spam-routine)
16719         (spam-crm114-register-ham-routine)
16720         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16721         asjo@koldfront.dk (Adam Sjøgren).
16722
16723         * gnus.el: Add spam-use-crm114.
16724
16725         * spam.el (spam-list-of-processors, spam-registration-functions):
16726         Add spam-use-resend.
16727         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16728         (spam-report-articles-gmane): Add doc fix.
16729         (spam-report-articles-resend, spam-report-resend-register-routine):
16730         Add wrappers around spam-report-resend-to.
16731
16732         * spam-report.el (spam-report-resend-to, spam-report-resend):
16733         Add support for resending spam.
16734         (spam-report-gmane): Fix line length >80.
16735
16736         * gnus.el (spam-process): Add spam-use-resend.
16737
16738 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16739
16740         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16741         number of processed spam messages.
16742         (spam-ham-copy-or-move-routine): Return the number of processed
16743         ham messages.
16744         (spam-summary-prepare-exit): Use the above values to decide
16745         whether status messages shouled be displayed.
16746
16747 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16750         `rfc2047-encoding-function-alist' in order to avoid conflicting
16751         with the old version.
16752         (rfc2047-encode-region): Concatenate words containing non-ASCII
16753         characters in structured fields; don't encode space-delimited
16754         ASCII words even in unstructured fields; don't break words at
16755         char-category boundaries.
16756         (rfc2047-encode-1): New function.
16757         (rfc2047-encode): Use it; encode text so that it occupies the
16758         maximum width within 76-column; work correctly on Q encoding for
16759         iso-2022-* charsets.
16760         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16761         sure not to break a line just after the header name.
16762         (rfc2047-b-encode-region): Removed.
16763         (rfc2047-b-encode-string): New function.
16764         (rfc2047-q-encode-region): Removed.
16765         (rfc2047-q-encode-string): New function.
16766
16767         * mm-util.el (mm-replace-in-string): New function.
16768
16769 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16770
16771         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16772         get it right.
16773         (gnus-inews-make-draft): Really.
16774
16775 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16776
16777         * nnmh.el (nnmh-request-list-1): Don't check the link count
16778         before descending.  (small patch)
16779
16780 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16781
16782         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16783         stuff.
16784
16785         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16786         on real group name.
16787
16788         * gnus-art.el (gnus-signature-limit): Doc fix.
16789
16790         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16791
16792         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16793
16794 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16795
16796         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16797         isn't a string.
16798
16799 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16800
16801         * gnus-draft.el (gnus-draft-send): Bind
16802         rfc2047-encode-encoded-words.
16803
16804         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16805         (rfc2047-encodable-p): Say that =? needs encoding.
16806         (rfc2047-encode-encoded-words): New variable.
16807
16808         * gnus-group.el (gnus-group-select-group): Doc fix.
16809
16810         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16811
16812         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16813         to nil.
16814
16815         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16816
16817         * nnheader.el (nnheader-get-lines-and-char): New function.
16818
16819 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * gnus-msg.el (gnus-summary-followup-with-original): Document
16822         yanking of region when active.
16823
16824 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16827         groups if the group level is higher than the specified value.
16828
16829 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16832         (gnus-group-jump-to-group): Added prefix argument using
16833         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16834         non-active group.
16835
16836         * compface.el (uncompface): Be verbose when changing
16837         `uncompface-use-external'.
16838
16839         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16840         handle manual section.
16841
16842 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16843
16844         * gnus-art.el (gnus-button-alist): Revert previous change.
16845
16846 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16849
16850 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16853         whether backend can accept message.
16854
16855         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16856
16857 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16858
16859         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16860         Avoid creating directory when nntp-marks-is-evil is true.
16861         Reported by Reiner Steib.
16862
16863 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-picon.el (gnus-picon-style): New variable.
16866         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16867         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16868         Jesper Harder <harder@ifa.au.dk>.
16869
16870 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16871
16872         * message.el (message-fill-field): Return point.
16873         (message-generate-headers): Go to end of field.
16874
16875         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16876         stuff for non-living groups.
16877
16878 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16879
16880         * gnus-art.el (gnus-article-followup-with-original)
16881         (gnus-article-reply-with-original): gnus-mark-active-p ->
16882         gnus-region-active-p.
16883
16884 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16885
16886         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16887         only when there is spam or ham to be processed.
16888
16889 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16890
16891         * mail-source.el (mail-source-delete-crash-box): Refactor.
16892         (mail-source-fetch): Use it.
16893         (mail-source-fetch-file): Ditto.
16894         (mail-source-fetch-directory): Run postscript in loop.
16895         (mail-source-fetch-pop): Delete.
16896         (mail-source-fetch-maildir): Ditto.
16897         (mail-source-fetch-imap): Ditto.
16898
16899         * imap.el (imap-authenticators): Comment out sasl.
16900
16901         * message.el (message-skip-to-next-address): New function.
16902         (message-fill-header-address): Refactor.
16903         (message-fill-address): Use it.
16904         (message-delete-address): Use it.
16905         (message-fill-header-general): Refactor.
16906         (message-fill-field-address): Rename.
16907         (message-narrow-to-field): Find the start of the header.
16908         (message-header-format-alist): Don't pre-fill.
16909         (message-fill-header): Removed.
16910         (message-insert-header): New function.
16911         (message-shorten-references): Use it.
16912
16913         * rfc2047.el (rfc2047-field-value): Strip props.
16914
16915         * mail-parse.el (mail-header-make-address): New alias.
16916
16917         * ietf-drums.el (ietf-drums-make-address): New function.
16918
16919         * imap.el: Add compiler directives.
16920
16921         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16922
16923         * gnus-art.el (article-decode-idna-rhs): Don't use
16924         message-idna-inside-rhs-p.
16925
16926 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16927
16928         * message.el (message-idna-inside-rhs-p): Removed.
16929         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16930
16931         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16932         false positives.
16933
16934 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16935
16936         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16937
16938 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16939
16940         * nneething.el (nneething-file-name): Don't create spurious
16941         files.
16942
16943         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16944         (gnus-inews-do-gcc): Remove sleep.
16945
16946         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16947         part under point.
16948
16949         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16950         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16951
16952 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * spam.el (spam-summary-prepare-exit): Fixed (length).
16955
16956 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16959         as expired without moving it" message when there are spam
16960         messages left.
16961
16962 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16963
16964         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16965         header is not nil.
16966
16967 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16968
16969         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16970         nntp-possibly-create-directory, not nntp-possibly-change-group.
16971         (nntp-marks-changed-p): New arg SERVER.
16972         (nntp-request-update-info): Adjust caller.
16973
16974 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16975
16976         * nntp.el (nntp-save-marks): Pass missing arg.
16977
16978 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16979
16980         * nntp.el: Support marks.
16981         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16982         (nntp-marks-modtime, nntp-marks-directory): New variables.
16983         (nntp-request-set-mark, nntp-request-update-info)
16984         (nntp-possibly-create-directory, nntp-marks-changed-p)
16985         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16986         functions.
16987
16988 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16989
16990         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16991         (gnus-xmas-redefine): Rename.
16992
16993         * gnus-score.el (gnus-score-insert-help): Use
16994         gnus-select-lowest-window.
16995
16996         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16997         appt-select-lowest-window and rename to gnus-select-lowest-window.
16998
16999         * gnus.el: do.
17000
17001 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17002
17003         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17004         encodings of MIME-encoded words, in order to improve
17005         interoperability with several broken MUAs.
17006
17007 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17008
17009         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17010         tags, only when charsets are not specified in headers.
17011         (mm-inline-text-html-render-with-w3m): Ditto.
17012
17013         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17014         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17015
17016 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17017
17018         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17019         instead of MIME-decoded from fields when checking
17020         `gnus-article-address-banner-alist'.
17021
17022 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17023
17024         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17025         description rather than subject.
17026
17027 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17028
17029         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17030
17031 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * gnus.el (gnus-version-number): Bump.
17034
17035 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17036
17037         * gnus.el: No Gnus v0.2 is released.
17038
17039 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17040
17041         * gnus-agent.el (gnus-agent-read-agentview): Inline
17042         gnus-uncompress-range.
17043
17044 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17045
17046         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17047         `exec-installed-p'.
17048
17049 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17050
17051         * gnus.el (spam-process, spam-autodetect-methods): Add
17052         bsfilter and bsfilter-headers.
17053
17054         * spam.el (spam-bsfilter): New customize group.
17055         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17056         (spam-bsfilter-header, spam-bsfilter-probability-header)
17057         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17058         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17059         (spam-bsfilter-database-directory): New options.
17060         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17061         (spam-list-of-statistical-checks, spam-registration-functions):
17062         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17063         (spam-bsfilter-score): New command.
17064         (spam-check-bsfilter-headers, spam-check-bsfilter)
17065         (spam-bsfilter-register-with-bsfilter)
17066         (spam-bsfilter-register-spam-routine)
17067         (spam-bsfilter-unregister-spam-routine)
17068         (spam-bsfilter-register-ham-routine)
17069         (spam-bsfilter-unregister-ham-routine): New functions.
17070         (spam-generic-score): Support bsfilter; Accept an optional argument
17071         to recalcurate spam score even if scoring header has already been
17072         added.
17073         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17074         optional argument to recalcurate spam score even if scoring header
17075         has already been added.
17076
17077 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17078
17079         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17080         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17081         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17082         link is missing.
17083
17084 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17087         (html2text-get-attr): Rewrite.
17088
17089         * message.el (message-setup-1): Remove redundant put-text-property
17090         on mail-header-separator.
17091
17092 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17093
17094         * gnus-registry.el (gnus-registry-cache-whitespace)
17095         (gnus-registry-action, gnus-registry-spool-action)
17096         (gnus-registry-split-fancy-with-parent): Change message levels
17097         from 5 to 3 or 7, as needed.
17098
17099         * spam.el (spam-summary-prepare-exit)
17100         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17101         (spam-split, spam-find-spam, spam-log-undo-registration)
17102         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17103         level from 5 to 6.
17104
17105 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17108         2004-03-04 change).
17109
17110 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17111
17112         * sieve-manage.el (sieve-manage-open):
17113         * nnweb.el (nnweb-insert-html):
17114         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17115         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17116         * nnspool.el (nnspool-request-group):
17117         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17118         * nnml.el (nnml-request-update-info):
17119         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17120         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17121         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17122         (nnimap-request-set-mark):
17123         * nnfolder.el (nnfolder-request-update-info):
17124         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17125         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17126         * gnus-uu.el (gnus-uu-find-articles-matching):
17127         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17128         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17129         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17130         * gnus-nocem.el (gnus-nocem-scan-groups):
17131         * gnus-int.el (gnus-start-news-server):
17132         * gnus-group.el (gnus-group-make-kiboze-group)
17133         (gnus-group-browse-foreign-server):
17134         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17135         Use mapc when appropriate.
17136
17137 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17138
17139         FIXME: Make separate entries for each person.
17140
17141         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17142         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17143         <shields@msrl.com>:
17144
17145         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17146         may need for spam sorting and scoring.
17147         (spam-user-format-function-S): Add user format function suitable for
17148         general use.
17149         (spam-article-sort-by-spam-status): Add sorting function for summary
17150         sorting.
17151         (spam-extra-header-to-number): Add function to get a score from a
17152         header.
17153         (spam-summary-score): Add function to get a numeric score from the
17154         headers.
17155         (spam-generic-score): Fix function doc, was in wrong place.
17156         (spam-initialize): Take symbols when it's run, and install the
17157         extra headers that spam-necessary-extra-headers thinks we need.
17158
17159 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17160
17161         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17162         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17163
17164 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17165
17166         * gnus-sum.el (gnus-set-global-variables)
17167         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17168         (gnus-article-get-xrefs, gnus-summary-best-group)
17169         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17170         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17171         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17172         Use with-current-buffer.
17173
17174 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17175
17176         * spam.el (spam-summary-prepare-exit): Simplify logic.
17177         (spam-fetch-article-header): Read the article header if it's not
17178         available.
17179         (spam-list-articles): Simplify logic.
17180         (spam-filelist-register-routine): Fix bug with unregister-list.
17181
17182         * gnus-registry.el: Fix comments at beginning.
17183
17184 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * message.el (message-cater-to-broken-inn): Remove.
17187         (message-shorten-references): Make sure the total folded length of
17188         References is shorter than 998 characters to cater to a bug in INN
17189         2.3.  Also, don't pretend that references aren't folded -- this
17190         hasn't worked for a while.
17191
17192 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17193
17194         * gnus-agent.el (gnus-agentize):
17195         gnus-agent-send-mail-real-function no longer set to current value
17196         of message-send-mail-function but rather a lambda that calls
17197         message-send-mail-function.  The change makes the agent real-time
17198         responsive to user changes to message-send-mail-function.
17199
17200 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17201
17202         * legacy-gnus-agent.el
17203         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17204         help from Florian Weimer <fw@deneb.enyo.de>
17205
17206 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * nnmail.el (nnmail-cache-insert): Revert last change.
17209
17210 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * nnmail.el (nnmail-cache-insert): Always check whether
17213         nnmail-cache-ignore-groups matches a group name.
17214
17215 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17216
17217         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17218         (spam-find-spam, spam-log-processing-to-registry)
17219         (spam-log-registered-p, spam-log-unregistration-needed-p)
17220         (spam-log-undo-registration): Use gnus-message instead of
17221         gnus-error, none of these errors are fatal.
17222
17223         * gnus-registry.el (gnus-registry-clean-empty-function)
17224         (gnus-registry-clean-empty): Remove only empty entries without
17225         extra data.
17226
17227 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17228
17229         * spam-stat.el (spam-stat-buffer-change-to-spam)
17230         (spam-stat-buffer-change-to-non-spam): Change (error) to
17231         (gnus-message 8) invocation.
17232
17233 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * nntp.el (nntp-via-netcat-command): New variable.
17236         (nntp-via-netcat-switches): New variable.
17237         (nntp-open-via-rlogin-and-netcat): New function.
17238         (nntp-open-connection-function): Doc fix.
17239         (nntp-telnet-command): Doc fix.
17240         (nntp-end-of-line): Doc fix.
17241         (nntp-via-rlogin-command): Doc fix.
17242         (nntp-via-user-name): Doc fix.
17243         (nntp-via-address): Doc fix.
17244
17245 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17248         error in Emacs 21.1.
17249
17250 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17251
17252         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17253
17254 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17255
17256         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17257         (gnus-agent-with-refreshed-group): New macro.
17258         (gnus-agent-rename-group): New function.
17259         (gnus-agent-delete-group): New function.
17260         (gnus-agent-save-group-info): Use gnus-command-method when
17261         `method' parameter is nil.  Don't write nil entries into the
17262         active file.
17263         (gnus-agent-get-group-info): New function.
17264         (gnus-agent-fetch-articles): Use
17265         gnus-agent-update-files-total-fetched-for to increment disk space
17266         used.
17267         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17268         gnus-agent-update-view-total-fetched-for to increment disk space
17269         used.
17270         (gnus-agent-get-local): Added optional parameters to avoid calling
17271         gnus-group-real-name and gnus-find-method-for-group.
17272         (gnus-agent-set-local): Delete stored entry if either min, or max,
17273         are nil.
17274         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17275         quit, use gnus-agent-regenerate-group to record existance of any
17276         articles fetched to disk before the quit occurred.
17277         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17278         gnus-agent-update-view-total-fetched-for, and
17279         gnus-agent-update-files-total-fetched-for to decrement disk space
17280         used.
17281         (gnus-agent-retrieve-headers): Use
17282         gnus-agent-update-view-total-fetched-for to increment disk space
17283         used.
17284         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17285         with gnus-agent-update-files-total-fetched-for to decrement disk
17286         space and fresh group buffer.
17287         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17288         (gnus-agent-need-update-total-fetched-for): New variable.
17289         (gnus-agent-update-files-total-fetched-for): New function.
17290         (gnus-agent-update-view-total-fetched-for): New function.
17291         (gnus-agent-total-fetched-for): New function.
17292
17293         * gnus-cache.el (gnus-cache-save-buffers): Use
17294         gnus-cache-update-overview-total-fetched-for to change disk space
17295         used by this group.
17296         (gnus-cache-possibly-enter-article): Use
17297         gnus-cache-update-file-total-fetched-for to increment disk space
17298         used by this group.
17299         (gnus-cache-possibly-remove-article): Use
17300         gnus-cache-update-file-total-fetched-for to decrement disk space
17301         used by this group.
17302         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17303         (gnus-cache-rename-group): New function.
17304         (gnus-cache-delete-group): New function.
17305         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17306         (gnus-cache-need-update-total-fetched-for): New variable.
17307         (gnus-cache-with-refreshed-group): New macro.
17308         (gnus-cache-update-file-total-fetched-for): New function.
17309         (gnus-cache-update-overview-total-fetched-for): New function.
17310         (gnus-cache-rename-group-total-fetched-for): New function.
17311         (gnus-cache-delete-group-total-fetched-for): New function.
17312         (gnus-cache-total-fetched-for): New function.
17313
17314         * gnus-group.el: Require gnus-sum and autoload functions to
17315         resolve warnings when gnus-group.el compiled alone.
17316         (gnus-group-line-format): Documented new %F.
17317         (size of Fetched data) group line format; identifies disk space
17318         used by agent and cache.
17319         (gnus-group-line-format-alist): Defined new F format.
17320         (gnus-total-fetched-for): New function.
17321         (gnus-group-delete-group): No longer update
17322         gnus-cache-active-altered as gnus-request-delete-group now keeps
17323         the cache in sync.
17324         (gnus-group-list-active): Let the agent store a server's active
17325         list if currently plugged.
17326
17327         * gnus-int.el (gnus-request-delete-group):
17328         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17329         local disk in sync with the server.
17330         (gnus-request-rename-group):
17331         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17332         local disk in sync with the server.
17333
17334         * gnus-start.el (gnus-get-unread-articles):
17335         Cosmetic simplification to logic.
17336
17337         * gnus-util.el (gnus-rename-file): New function.
17338
17339 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17340
17341         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17342
17343 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17344
17345         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17346         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17347
17348 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17351         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17352
17353 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17356
17357 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17358
17359         * spam.el (spam-set-difference): Add function to replace
17360         gnus-set-difference in spam.el.
17361         (spam-summary-prepare-exit): Use spam-set-difference.
17362
17363 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * gnus-registry.el (gnus-registry-cache-file): Update to use
17366         gnus-dribble-directory OR gnus-home-directory OR ~.
17367         (gnus-registry-split-fancy-with-parent): Fix doc.
17368
17369 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * message.el (message-exchange-point-and-mark): Use
17372         message-mark-active-p.  Suggested by Jesper Harder
17373         <harder@ifa.au.dk>.
17374
17375 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * message.el (message-exchange-point-and-mark): Don't activate
17378         region if it was inactive.  Suggested by Hiroshi Fujishima
17379         <pooh@nature.tsukuba.ac.jp>.
17380
17381 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-art.el (article-display-face): Display Faces in the same
17384         order as X-Faces.
17385
17386 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17389
17390 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17393         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17394         (gnus-article-mime-hierarchy): Remove.
17395         (gnus-article-mime-hierarchy-next): Remove.
17396         (gnus-article-mode): Revert 2004-03-19 change.
17397         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17398         (gnus-insert-mime-button): Revert 2004-03-19 change.
17399         (gnus-mime-accumulate-hierarchy): Remove.
17400         (gnus-mime-enter-multipart): Remove.
17401         (gnus-mime-leave-multipart): Remove.
17402         (gnus-mime-display-part): Revert 2004-03-19 change.
17403         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17404
17405         * mml.el (mml-preview): Revert 2004-03-19 change.
17406
17407 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17408
17409         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17410
17411 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17414         t while entering a file name using the mm-with-multibyte macro.
17415         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17416
17417         * mm-util.el (mm-with-multibyte): New macro.
17418
17419 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17422         user option.
17423         (gnus-mime-multipart-functions): Doc and customization fix.
17424         (gnus-article-mime-hierarchy): New variable.
17425         (gnus-article-mime-hierarchy-next): New variable.
17426         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17427         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17428         gnus-article-mime-hierarchy-next to nil.
17429         (gnus-insert-mime-button): Show hierarchy numbers.
17430         (gnus-mime-accumulate-hierarchy): New function.
17431         (gnus-mime-enter-multipart): New function.
17432         (gnus-mime-leave-multipart): New function.
17433         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17434         (gnus-mime-display-alternative): Show hierarchy numbers.
17435
17436         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17437         gnus-article-mime-hierarchy-next to nil.
17438
17439 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17440
17441         * dns.el: Don't require gnus-xmas.
17442
17443 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17444
17445         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17446         inline PGP.
17447         (mml-menu): Disable mml-quote-region if mark is inactive.
17448
17449 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17452         when the group's active is not available.
17453
17454 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17457         error.
17458
17459 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * imap.el (imap-store-password): New variable.
17462         (imap-interactive-login): Use it.
17463         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17464
17465 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17468         window-start and hscroll to summary window.
17469
17470 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17471
17472         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17473         conversion message to newsrc-dribble when an actual conversion is
17474         performed.
17475
17476 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17477
17478         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17479
17480 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * mm-decode.el (mm-complicated-handles): New function reviving
17483         former definition of mm-multiple-handles.
17484
17485         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17486         (gnus-mime-delete-part): Use it.
17487
17488 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17489
17490         * gnus-agent.el (gnus-agent-read-local): Bind
17491         nnheader-file-coding-system to gnus-agent-file-coding-system to
17492         avoid the implicit assumption that they will always be equal.
17493         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17494         coding-system-for-write, as the with-temp-file macro first prints
17495         to a buffer then saves the buffer.
17496
17497 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * gnus-art.el (gnus-article-edit-part): New function.
17500         (gnus-mime-save-part-and-strip): Use it; do query instead of
17501         signaling an error; don't use mm-multiple-handles.
17502         (gnus-mime-delete-part): Ditto.
17503
17504 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17505
17506         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17507         old file versions.
17508         (gnus-group-prepare-hook): Removed function that converted list
17509         form of gnus-agent-expire-days to group properties.
17510
17511         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17512         (gnus-request-accept-article): Re-indented.
17513
17514         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17515         converters to handle old agent file formats.  Added logic for a
17516         "backup before upgrading warning".
17517         (gnus-convert-mark-converter-prompt): Developers can mark
17518         functions as needing (default), or not needing,
17519         gnus-convert-old-newsrc's "backup before upgrading warning".
17520         (gnus-convert-converter-needs-prompt): Tests whether the user
17521         should be protected from potentially irreversable changes by the
17522         function.
17523
17524         * legacy-gnus-agent.el: New.  Provides converters that are only
17525         loaded when gnus-convert-old-newsrc needs to call them.
17526
17527 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * mail-source.el (mail-source-touch-pop): Doc fix.
17530
17531         * message.el (message-smtpmail-send-it): Doc fix.
17532
17533 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17534
17535         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17536
17537         * nnmail.el (nnmail-split-fancy): do.
17538
17539         * gnus-kill.el (gnus-kill, gnus-execute): do.
17540
17541 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17542
17543         * gnus-sum.el (gnus-widget-reversible-match)
17544         (gnus-widget-reversible-to-internal)
17545         (gnus-widget-reversible-to-external): New functions.
17546         (gnus-widget-reversible): New widget.
17547         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17548
17549 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17550
17551         * gnus-sum.el (gnus-thread-sort-functions)
17552         (gnus-article-sort-functions): Document `(not F)' items.
17553
17554 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17555
17556         * spam.el (spam-use-gmane-xref): Add new backend.
17557         (spam-gmane-xref-spam-group): Add variable to control the name of the
17558         Gmane spam group.
17559         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17560         (spam-regex-headers-spam, spam-regex-headers-ham)
17561         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17562         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17563         backends and checks.
17564         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17565
17566         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17567         an autodetect method.
17568
17569 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17570
17571         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17572         articles are being added to a group.
17573         (gnus-request-replace-article): Inform the agent that articles
17574         need to be uncached as the cached contents are no longer valid.
17575
17576 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * binhex.el: Don't autoload executable-find.
17579
17580         * canlock.el: Don't autoload mail-fetch-field.
17581
17582         * dgnushack.el: Autoload c-mode for XEmacs.
17583
17584         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17585
17586         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17587         rmail-dont-reply-to and rmail-output.
17588
17589         * gnus-score.el: Don't autoload ffap-string-at-point.
17590
17591         * gnus-setup.el: Don't autoload sc-cite-original.
17592
17593         * imap.el: Don't autoload base64-decode-string,
17594         base64-encode-string and md5.
17595
17596         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17597         and rmail-msg-restore-non-pruned-header.
17598
17599         * mm-decode.el: Don't autoload executable-find.
17600
17601         * mm-url.el: Don't autoload executable-find.
17602
17603         * mm-view.el: Don't autoload diff-mode.
17604
17605         * nndb.el: Don't autoload news-reply-mode, news-setup,
17606         cancel-timer and telnet.
17607
17608         * password.el: Don't autoload run-at-time for Emacs.
17609
17610         * sha1-el.el: Don't autoload executable-find.
17611
17612         * sieve-mode.el: Don't autoload c-mode.
17613
17614         * uudecode.el: Don't autoload executable-find.
17615
17616 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17617
17618         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17619         (gnus-agent-possibly-alter-active): Avoid null in numeric
17620         comparison.
17621         (gnus-agent-set-local): Refuse to save null in local object table.
17622         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17623         list of articles that will be marked as unread.
17624
17625 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17628
17629 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17630
17631         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17632         language tags.
17633
17634 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17635
17636         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17637         Don't bind "obarray".
17638
17639         * gnus-sum.el (gnus-thread-sort-functions): Added
17640         `gnus-thread-sort-by-most-recent-number' and
17641         `gnus-thread-sort-by-most-recent-date'.
17642         Reported by Kai Grossjohann <kai@emptydomain.de>.
17643
17644 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17647
17648 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17649
17650         * gnus-cus.el (gnus-agent-customize-category): Removed
17651         ignore-errors macro reference that required cl to be loaded at
17652         run-time.
17653
17654         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17655         single-interval range of the form (min . max).  Previously the
17656         range had to look like ((min . max)).  Likewise, return
17657         (min . max) rather than ((min . max)).
17658         (gnus-range-map): Use gnus-range-normalize to accept
17659         single-interval range.
17660
17661         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17662         the cache, but not the agent, now appear with their usual face.
17663
17664         * dgnushack.el (loaddir): New variable that is bound to the
17665         directory containing the dgnushack.el file. Use loaddir, rather
17666         than srcdir, to update load-path. Change lets dgnushack compile
17667         code in directories other than GNUS/lisp.
17668
17669 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * lpath.el: Don't bind w3m-safe-url-regexp.
17672
17673         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17674         w3m-safe-url-regexp variable buffer-local.
17675
17676         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17677
17678 2004-02-27  Simon Josefsson  <jas@extundo.com>
17679
17680         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17681         gnus-group-real-prefix.
17682         (gnus-summary-move-article): Use it, instead of
17683         gnus-group-real-prefix.
17684
17685 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * lpath.el: Bind w3m-safe-url-regexp.
17688
17689         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17690         w3m-safe-url-regexp variable buffer-local and set it as the value
17691         of mm-w3m-safe-url-regexp.
17692
17693         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17694
17695         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17696         parsing gnus-posting-styles when the message is not for replying.
17697
17698         * dgnushack.el: Autoload sgml-mode for XEmacs.
17699
17700         * nnrss.el (nnrss-opml-export): Use
17701         mm-set-buffer-file-coding-system instead of
17702         set-buffer-file-coding-system.
17703
17704 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17705
17706         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17707         of checkdoc.el).
17708         * nnrss.el: do.
17709         * gnus-mlspl.el: do.
17710         * gnus-ml.el: do.
17711         * gnus-srvr.el: do.
17712
17713         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17714
17715 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17716
17717         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17718         Corrections to custom-manual links.
17719
17720         * gnus-art.el (gnus-article): Ditto.
17721
17722         * mm-decode.el (mime-display, mime-security): Ditto.
17723
17724 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17725
17726         * flow-fill.el: Typo.
17727
17728 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17729
17730         * spam-wash.el: New file.
17731
17732 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17733
17734         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17735
17736 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17737
17738         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17739         to be run with new-articles as LIST1, not LIST2.
17740         (spam-registration-functions): Add spam-use-ham-copy as a nil
17741         registration backend.
17742
17743 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17744
17745         * spam-stat.el (spam-stat-washing-hook): New option.
17746         (spam-stat-buffer-words): Use it.
17747         (spam-stat-process-directory, spam-stat-test-directory): Use
17748         insert-file-contents-literally.
17749         (spam-stat-coding-system): New variable.
17750         (spam-stat-load, spam-stat-save): Use it.
17751
17752 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * spam-report.el (spam-report-plug-agent): Quote
17755         spam-report-url-to-file and spam-report-url-ping-plain.
17756
17757 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17760         / in mailto URLs.
17761
17762 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * spam-report.el (spam-report-process-queue): Fix interactive use.
17765         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17766         (spam-report-unplug-agent): Doc fixes.
17767         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17768         (spam-report-agentize, spam-report-deagentize): Autoload.
17769
17770 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17773
17774         * message.el (message-setup-fill-variables): Add mml tags to
17775         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17776         <ajk@iu.edu>.
17777         (message-mode): Don't modify paragraph-separate there.
17778
17779 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * compface.el (uncompface-use-external): Default to undecided.
17782         (uncompface-use-external-threshold): New variable.
17783         (uncompface-float-time): New macro.
17784         (uncompface): Determine whether to use the external decoder if
17785         uncompface-use-external is undecided.
17786
17787 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17788
17789         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17790         after images.
17791
17792         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17793
17794 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17797
17798         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17799
17800         * gnus-sum.el (gnus-summary-limit-to-age)
17801         (gnus-summary-limit-children): do.
17802
17803         * gnus-int.el (gnus-request-scan): do.
17804
17805         * gnus-group.el (gnus-group-suspend): do.
17806
17807         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17808
17809         * gnus-cite.el (gnus-cite-parse-attributions): do.
17810
17811         * gnus-agent.el (gnus-summary-set-agent-mark)
17812         (gnus-agent-regenerate-group): do.
17813
17814         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17815
17816         * binhex.el (binhex-decode-region-internal): do.
17817
17818 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-fun.el (gnus-face-properties-alist): New user option.
17821         (gnus-display-x-face-in-from): Use it.
17822
17823         * gnus-art.el (article-display-face): Ditto.
17824
17825         * compface.el (uncompface-use-external): Default to nil.
17826
17827 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * nntp.el (nntp-erase-buffer): New function.
17830         (nntp-retrieve-data, nntp-send-command)
17831         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17832         (nntp-possibly-change-group): Use it.
17833
17834         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17835         with-current-buffer.
17836
17837 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17838
17839         * compface.el: Merge the ELisp-based uncompface program.
17840         (compface): New customization group.
17841         (uncompface-use-external): New user option.
17842         (uncompface): Call uncompface-internal if uncompface-use-external
17843         is nil.
17844         (uncompface-internal): New function.  Note that there are also
17845         some other functions and variables added for this function.
17846
17847 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17848
17849         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17850         if necessary.
17851
17852 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * spam-report.el (spam-report-unplug-agent)
17855         (spam-report-plug-agent, spam-report-deagentize)
17856         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17857         Add support for the Agent in spam-report: when unplugged, report to a
17858         file; when plugged, submit all the requests.
17859
17860         * spam.el (spam-register-routine): Fix message about
17861         registration.
17862
17863 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17864
17865         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17866         dependencies.
17867         (rfc2047-encode): Use it.
17868
17869         * gnus-art.el (gnus-button-marker-list): Move before first
17870         reference.
17871
17872         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17873         (imap-parse-body): Fix format string mismatch.
17874
17875         * gnus-score.el (gnus-summary-increase-score): do.
17876
17877         * nnrss.el (nnrss-close): New function.
17878
17879 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17880
17881         * nnrss.el (nnrss-make-filename): New function.
17882         (nnrss-request-delete-group, nnrss-read-server-data)
17883         (nnrss-save-server-data, nnrss-read-group-data)
17884         (nnrss-save-group-data): Use it.
17885         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17886         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17887         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17888
17889 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17890
17891         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17892
17893 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17896         files.
17897
17898         * message.el (message-generate-headers-first): Don't quote nil
17899         and t in docstrings.
17900
17901         * imap.el (imap-id): do.
17902
17903         * gnus-agent.el (gnus-agent-consider-all-articles)
17904         (gnus-agent-queue-mail): do.
17905
17906 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17907
17908         * spam-report.el (spam-report-process-queue): New function.
17909         Process requests from `spam-report-requests-file'.
17910         (spam-report-process-queue): Doc fix.
17911
17912 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17913
17914         * spam.el (spam-register-routine)
17915         (spam-log-processing-to-registry, spam-log-registered-p)
17916         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17917         Change "check" to "spam-check" for semi-clarity.
17918
17919 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17920
17921         * pop3.el: Require nnheader.
17922
17923         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17924
17925         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17926
17927         * gnus-picon.el: Require cl.
17928
17929         * gnus-fun.el: Require gnus-ems and gnus-util.
17930
17931         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17932
17933         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17934
17935         * gnus-art.el (gnus-article-edit-mode): Define before first
17936         reference.
17937
17938 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17939
17940         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17941         (gnus-uu-post-encoded): Use point-at-bol.
17942
17943         * gnus-topic.el (gnus-group-active-topic-p): do.
17944
17945         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17946
17947         * gnus-group.el (gnus-group-kill-region): do.
17948
17949         * gnus-art.el (article-date-ut): do.
17950
17951         * message.el (message-fetch-field): Remove redundant
17952         case-fold-search binding.
17953         (message-narrow-to-field): Simplify.
17954
17955 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * spam.el (spam-directory): Derive from `gnus-directory'.
17958
17959         * spam-report.el (spam-report-url-to-file)
17960         (spam-report-requests-file): New function and variable for offline
17961         reporting.
17962         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17963         and user defined function.
17964         (spam-report-url-ping-mm-url): Remove doubled slash.
17965
17966 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17967
17968         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17969
17970 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17973         format string mismatch.
17974
17975         * sieve.el (sieve-deactivate-all): do.
17976
17977         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17978
17979         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17980
17981         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17982
17983         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17984
17985 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17988         the list of checks.
17989
17990 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17993         padding.
17994
17995 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17996
17997         * mm-view.el (mm-fill-flowed): New variable.
17998         (mm-inline-text): Use it.
17999
18000 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18001
18002         * spam.el (spam-spamassassin-register-ham-routine)
18003         (spam-spamassassin-register-spam-routine): Fix function names.
18004
18005 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * gnus.el (gnus-tmp-grouplens): Remove.
18008         (gnus-summary-line-format): Remove grouplens.
18009
18010         * gnus-group.el (gnus-group-line-format): Ditto.
18011
18012         * gnus-spec.el (gnus-format-specs): Ditto.
18013         (gnus-update-format-specifications): Flush the group format spec
18014         cache if there's the grouplens stuff.
18015         (gnus-parse-simple-format): Replace %l with the empty string.
18016
18017 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18018
18019         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18020         omission.
18021
18022 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18025         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18026
18027 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18028
18029         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18030         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18031         New macros and functions.
18032         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18033         Handle > NLINK_MAX messages.
18034         * nnmaildir.el (nnmaildir-request-set-mark): Use
18035         nnmaildir--emlink-p and nnmaildir--eexist-p.
18036
18037 2004-01-25  Alex Schroeder  <alex@gnu.org>
18038
18039         * spam-stat.el (spam-stat-process-directory-age): New option.
18040         (spam-stat-process-directory): Use it.
18041
18042 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18043
18044         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18045         (spam-stat-save): Accept prefix argument.
18046
18047 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18048
18049         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18050         links" error.
18051
18052 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18055         the rest of the and/or forms.
18056
18057 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18060         compatibility with old .newsrc.eld files.
18061
18062         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18063
18064         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18065
18066         * gnus-start.el (gnus-1): do.
18067
18068         * gnus-group.el (gnus-group-line-format-alist): do.
18069
18070         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18071
18072         * gnus-gl.el: Remove.
18073
18074 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18075
18076         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18077         marks consisting of a single range {for example, (3 . 5)} rather
18078         than a list of a single range { ((3 . 5)) }.
18079
18080 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18081
18082         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18083         with-current-buffer.
18084         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18085         avoid consing a string.
18086
18087         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18088         Remove obsolete entries for big5 and gb2312.
18089
18090 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18091
18092         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18093         uncompressed list.
18094
18095 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18096
18097         * spam-stat.el (spam-stat-strip-xref): New function.
18098         (spam-stat-process-directory): Use it.
18099
18100         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18101         here -- it's done in message-fetch-field.
18102
18103 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18104
18105         * gnus-agent.el (gnus-agent-queue-mail)
18106         (gnus-agent-prompt-send-queue): New variables.
18107         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18108         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18109         "nndraft:queue" along to gnus-draft-send.  Use
18110         gnus-agent-prompt-send-queue.
18111         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18112         is "nndraft:queue".  Suggested by Gaute Strokkenes
18113         <gs234@srcf.ucam.org>
18114
18115         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18116         (agent-enable-undownloaded-faces): Added.
18117         (gnus-agent-cat-groups): Use eval-and-compile, not
18118         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18119         method of gnus-agent-cat-groups even when the buffer has been
18120         evaled.
18121         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18122         delete gnus-agent-save-active-1.
18123         (gnus-agent-save-groups): Deleted.  Identical to
18124         gnus-agent-save-active.
18125         (gnus-agent-write-active): No longer adjust agent's copy of active
18126         file as agent's adjustments are now stored in their own
18127         file.  Removed optional parameter.
18128         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18129         servers.  Add use of min/max range limits from server's local
18130         file.
18131         (gnus-agent-save-alist): Removed unused optional argument.
18132         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18133         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18134         (gnus-agent-set-local): A per-server file that keeps min/max range
18135         limits for articles known to the agent.  Provides a fast mechanism
18136         for altering many active ranges.
18137         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18138         active file (local makes it unnecessary).
18139         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18140
18141         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18142         (agent-enable-undownloaded-faces): Added.
18143
18144         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18145         disable it when sending to "nndraft:queue".
18146         (gnus-group-send-queue): Add safety check to avoid sending queue
18147         when unplugged.
18148
18149         * gnus-group.el (gnus-group-catchup): Use new
18150         gnus-sequence-of-unread-articles, not
18151         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18152         numbers of articles.  Use gnus-range-map to avoid having to
18153         uncompress the unread list.
18154         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18155         Fixed invalid ange-ftp reference.
18156
18157         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18158         (gnus-sorted-range-intersection): Intersection of two ranges
18159         without requiring that they first be uncompressed.
18160
18161         * gnus-start.el (gnus-activate-group): Unless blocked by the
18162         caller, possibly expand the active range to include both cached
18163         and agentized articles.
18164         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18165         multiple version-dependent converters.
18166         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18167         gnus-agent-save-active.
18168         (gnus-save-newsrc-file): Save dirty agent range limits.
18169
18170         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18171         gnus-agent-possibly-alter-active.
18172         (gnus-adjust-marked-articles): Faster handling of simple lists.
18173
18174 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18175
18176         * spam-stat.el (spam-stat-test-directory): New optional argument
18177         displays a list of files detected.  Suggested by Andrew Cohen
18178         <cohen@andy.bu.edu>.
18179         (spam-stat-buffer-words-with-scores): Don't narrow and change
18180         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18181
18182 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18183
18184         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18185         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18186         (spam-spamassassin-arguments)
18187         (spam-spamassassin-spam-flag-header)
18188         (spam-spamassassin-positive-spam-flag-header)
18189         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18190         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18191         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18192         (spam-list-of-processors, spam-list-of-checks)
18193         (spam-list-of-statistical-checks, spam-registration-functions)
18194         (spam-check-spamassassin-headers, spam-check-spamassassin)
18195         (spam-spamassassin-score)
18196         (spam-spamassassin-register-with-sa-learn)
18197         (spam-spamassassin-register-spam-routine)
18198         (spam-spamassassin-register-ham-routine)
18199         (spam-assassin-register-spam-routine)
18200         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18201         (spam-bogofilter-score): Fix to show article before scoring.
18202
18203 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18206         default scoring function.
18207         (spam-generic-score): Call spam-spamassassin-score if
18208         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18209         spam-bogofilter-score otherwise.
18210
18211         * gnus.el (spam-process, spam-autodetect-methods): Add
18212         spamassassin and spamassassin-headers.
18213
18214 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18215
18216         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18217         Suppress unnecessary messages.
18218
18219 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18220
18221         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18222         make-hash-table.
18223
18224 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * canlock.el (base64-encode-string): Don't autoload it.
18227
18228 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * run-at-time.el: Remove useless (require 'itimer),
18231         eval-and-compile and (featurep 'xemacs).
18232
18233 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18234
18235         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18236         GROUP is a virtual group.
18237
18238 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18239
18240         * gnus.el: Autoload `message-y-or-n-p'.
18241
18242 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18243
18244         * pgg-parse.el: Remove unnecessary (require 'custom).
18245
18246         * pgg-def.el: do.
18247
18248         * nnmail.el: do.
18249
18250         * gnus-undo.el: do.
18251
18252         * gnus-picon.el: do.
18253
18254         * gnus-util.el: do.
18255
18256 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18259
18260 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18263         handle, as well as a list.
18264
18265         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18266         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18267         (mm-w3m-cid-retrieve): Simplify.
18268
18269 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18270
18271         * message.el (message-kill-to-signature): Allow prefix arg to
18272         specify number of lines to keep before signature.
18273
18274 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18275
18276         * message.el (message-kill-to-signature): Change docstring.
18277
18278 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * canlock.el: Always require sha1-el.
18281         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18282
18283         * message.el: Autoload sha1 only when compiling.
18284
18285         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18286         eudc-expand-inline for XEmacs.
18287
18288 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * message.el (message-canlock-generate): Require sha1-el.
18291
18292 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18293
18294         * message.el (message-expand-name): Silence the byte compiler.
18295
18296         * lpath.el: Add detect-coding-system.
18297
18298         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18299         cus-edit.
18300
18301 2004-01-13  Simon Josefsson  <jas@extundo.com>
18302
18303         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18304         Invoke gnus-score-mode.  Reported by
18305         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18306
18307         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18308         Jim Blandy <jimb@redhat.com> (tiny change).
18309
18310 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18311
18312         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18313
18314 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18315
18316         * spam.el (spam-get-article-as-string): Update to use
18317         gnus-request-article-this-buffer, much simpler.
18318         (spam-get-article-as-buffer): Remove.
18319
18320 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18321
18322         * message.el (message-expand-name): Use EUDC if the user uses that.
18323
18324 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18325
18326         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18327         character for the encoding to avoid consing a string.
18328
18329         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18330         unnecessarily.
18331
18332         * mm-util.el (mm-replace-chars-in-string): Remove.
18333
18334         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18335         of mm-replace-chars-in-string.
18336
18337 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18338
18339         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18340
18341         * mm-util.el (mm-subst-char-in-string): Support inplace.
18342
18343         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18344         a new string in every iteration.  Use shy groups.
18345
18346 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18347
18348         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18349         * gnus-soup.el (gnus-soup-group-brew):
18350         * gnus-msg.el (gnus-put-message):
18351         * gnus-move.el (gnus-group-move-group-to-server):
18352         * gnus-kill.el (gnus-batch-score):
18353         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18354         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18355         (gnus-group-update-group, gnus-group-read-group)
18356         (gnus-group-make-group, gnus-group-make-help-group)
18357         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18358         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18359         (gnus-group-sort-by-unread, gnus-group-catchup)
18360         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18361         (gnus-group-yank-group, gnus-group-set-info)
18362         (gnus-group-list-groups):
18363         * gnus.el (gnus-generate-new-group-name):
18364         * gnus-delay.el (gnus-delay-send-queue):
18365         * nnvirtual.el (nnvirtual-catchup-group):
18366         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18367         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18368         (gnus-group-prepare-topics, gnus-topic-check-topology):
18369         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18370         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18371         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18372         (gnus-group-make-articles-read):
18373         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18374         (gnus-group-change-level, gnus-kill-newsgroup)
18375         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18376         (gnus-get-unread-articles, gnus-make-articles-unread)
18377         (gnus-make-ascending-articles-unread): Use accessor
18378         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18379         to get group information for improved readability.
18380
18381
18382 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18383
18384         * gnus-art.el (article-decode-mime-words, article-babel)
18385         (gnus-article-highlight-signature, gnus-article-add-buttons)
18386         (gnus-signature-toggle): Use gnus-with-article-buffer.
18387
18388         * gnus-art.el (gnus-article-highlight-headers)
18389         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18390
18391         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18392         (gnus-article-set-globals, gnus-request-article-this-buffer)
18393         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18394         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18395         (gnus-mime-display-alternative): Use with-current-buffer.
18396
18397 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18398
18399         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18400         also under 80 char limit, and call gnus-error if needed.
18401         (spam-fetch-article-header): Fix - it was a
18402         buffer-local variable (gnus-newsgroup-data).
18403         (spam-find-spam): Use spam-generate-fake-headers, forget about
18404         spam-insert-fake-headers.
18405         (spam-insert-fake-headers): Remove.
18406
18407 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * deuglify.el (gnus-article-outlook-unwrap-lines)
18410         (gnus-outlook-rearrange-article)
18411         (gnus-outlook-repair-attribution-outlook)
18412         (gnus-outlook-repair-attribution-block)
18413         (gnus-outlook-repair-attribution-other): Remove redundant
18414         save-excursion.
18415
18416 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18417
18418         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18419         (spam-fetch-field-subject-fast)
18420         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18421         (spam-fetch-article-header): Add functions to deal with Gnus
18422         internals for fast retrieval of article header data.
18423         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18424
18425 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18426
18427         * pop3.el (pop3-md5): Remove.
18428         (pop3-apop): Replace pop3-md5 with md5.
18429
18430         * mm-bodies.el: base64 is always built-in.
18431
18432         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18433         with-current-buffer.
18434
18435 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * canlock.el (canlock-insert-header): Remove excessive grouping in
18438         regexp.
18439
18440         * gnus-sum.el (gnus-summary-read-document): Ditto.
18441
18442         * gnus-uu.el (gnus-uu-part-number): Ditto.
18443
18444         * html2text.el (html2text-remove-tags): Ditto.
18445         (html2text-format-tags): Ditto.
18446         (html2text-format-single-elements): Ditto.
18447
18448         * mml.el (mml-parse-1): Ditto.
18449
18450 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18451
18452         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18453
18454         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18455
18456         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18457
18458         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18459
18460 2003-11-15  Simon Josefsson  <jas@extundo.com>
18461
18462         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18463         (pgg-gpg-lookup-key): Use regexp match instead of
18464         split-string (split-string is different between emacs 21.2 and
18465         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18466
18467 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * gnus-art.el (gnus-mime-view-all-parts)
18470         (gnus-article-part-wrapper, gnus-article-view-part): Use
18471         with-current-buffer.
18472
18473 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18474
18475         * spam.el (spam-disable-spam-split-during-ham-respool)
18476         (spam-spamoracle-database, spam-cache-lookups)
18477         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18478         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18479         (spam-group-ham-marks, spam-group-spam-marks)
18480         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18481         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18482         also add spam-use-blackholes to the statistical checks.
18483         (spam-fetch-field-fast): Add interface to fetching fields, may
18484         become a macro.
18485         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18486         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18487         (spam-insert-fake-headers): Fake an article when needed.
18488         (spam-find-spam): Fake article when possible.
18489         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18490         (spam-check-bogofilter-headers): Use message-fetch-field instead
18491         of nnmail-fetch-field.
18492
18493 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18496
18497 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18498
18499         * spam.el (spam-split): Do not require spam-use-CHECK to be
18500         enabled if that check is passed to spam-split explicitly; also
18501         fix so 'spam doesn't get converted to spam-split-group when
18502         spam-split-symbolic-return is t.
18503         (spam-find-spam): Find registrations of the article and use those
18504         instead of re-running spam-split to find the spam/ham
18505         classification of the article.
18506         (spam-log-processing-to-registry, spam-log-registered-p)
18507         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18508         Use gnus-error instead of gnus-message.
18509         (spam-log-registration-type): Add function to determine the
18510         classification of a message based on registry entries; will
18511         return nil if both 'spam and 'ham are found.
18512         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18513         a reasonably fast local cache without the loading errors.
18514         (spam-cache-lookups): Set to t by default.
18515         (spam-find-spam): Don't try to guess spam-cache-lookups.
18516         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18517         spam-caches entry.
18518         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18519         caching of whitelist/blacklist entries.
18520         (spam-check-whitelist, spam-check-blacklist): Invoke
18521         spam-from-listed-p with a type, not a cache variable.
18522         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18523
18524 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18525
18526         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18527
18528         * nnmail.el (nnmail-split-fancy): do.
18529
18530         * mml.el (mml-parse): do.
18531
18532         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18533         (gnus-score-adaptive): do.
18534
18535 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18538         (gnus-mime-button-map): Don't set keymap parent.
18539         (gnus-button-ctan-directory-regexp): Use shy grouping.
18540         (gnus-prev-page-map): Don't set keymap parent.
18541         (gnus-prev-page-map): Remove duplicated one.
18542         (gnus-next-page-map): Don't set keymap parent.
18543         (gnus-mime-security-button-map): Ditto.
18544
18545         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18546         version number.
18547
18548         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18549
18550 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * canlock.el (canlock-sha1-function): Remove.
18553         (canlock-sha1-function-for-verify): Remove.
18554         (canlock-openssl-program): Remove.
18555         (canlock-openssl-args): Remove.
18556         (canlock-ignore-errors): Remove.
18557         (canlock-sha1-with-openssl): Remove.
18558         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18559         (canlock-verify): Don't use canlock-ignore-errors.
18560
18561         * sha1-el.el (sha1-string-external): Make it can return a string
18562         in binary form.
18563         (sha1-region-external): Ditto.
18564         (sha1-string-internal): Ditto.
18565         (sha1-region-internal): Ditto.
18566         (sha1-region): Ditto.
18567         (sha1-string): Ditto.
18568         (sha1): Ditto.
18569
18570 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18571
18572         * spam.el (spam-report-articles-gmane): New command.
18573
18574 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18577
18578         * run-at-time.el (run-at-time-saved): Remove.
18579         (run-at-time): Doc fix.
18580
18581 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18582
18583         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18584         (gnus-summary-limit-map): Add it.
18585         (gnus-summary-make-menu-bar): do.
18586
18587 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18590         Make attempt at some caching support (done for BBDB only now).
18591         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18592         addresses to be checked.
18593         (spam-clear-cache-BBDB): Add function, to be invoked by
18594         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18595         (spam-check-BBDB): Check and use the caches, if
18596         spam-cache-lookups is on, remove superfluous (provide).
18597
18598 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18601
18602 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18603
18604         * run-at-time.el (run-at-time-saved): Move to after the definition
18605         of `run-at-time'.
18606
18607         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18608
18609 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18612         mm-w3m-local-map-property.
18613
18614         * mm-view.el (mm-w3m-mode-map): Remove.
18615         (mm-w3m-local-map-property): Remove.
18616         (mm-inline-text-html-render-with-w3m): Don't use
18617         mm-w3m-local-map-property.
18618
18619 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * run-at-time.el: New file.
18622
18623         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18624         under Emacs.
18625
18626         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18627         of gnus-set-text-properties.
18628
18629         * gnus-uu.el (gnus-uu-save-article): Ditto.
18630
18631         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18632
18633         * gnus-cite.el (gnus-cite-parse): Ditto.
18634
18635         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18636         of gnus-.
18637
18638         * gnus-xmas.el (run-at-time): Require run-at-time.
18639
18640         * gnus.el: Changed calls to nnheader-run-at-time and
18641         password-run-at-time throughout to use run-at-time directly.
18642
18643         * password.el: Removed definition of run-at-time.
18644
18645         * nnheaderxm.el: Remove definition of run-at-time.
18646
18647 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18648
18649         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18650         in prompt.
18651
18652 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18653
18654         * messagexmas.el (message-xmas-redefine): Alias
18655         `message-make-caesar-translation-table' to
18656         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18657         version.
18658
18659         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18660         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18661         `gnus-xmas-set-text-properties'.
18662         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18663         `gnus-xmas-completing-read'.
18664         (gnus-xmas-completing-read): Removed.
18665         (gnus-xmas-open-network-stream): Removed.
18666
18667         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18668         XEmacs version.
18669
18670         * dns.el (dns-make-network-process): Use `open-network-stream'
18671         instead of `gnus-xmas-open-network-stream'.
18672
18673         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18674
18675         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18676
18677 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18678
18679         * gnus-art.el (gnus-mime-display-alternative)
18680         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18681         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18682         Don't use gnus-local-map-property.
18683
18684         * gnus-util.el (gnus-local-map-property): Remove.
18685
18686         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18687         gnus-completing-read-maybe-default with completing-read.
18688
18689         * gnus-util.el (gnus-completing-read): do.
18690         (gnus-completing-read-maybe-default): Remove.
18691
18692 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18693
18694         * password.el: Only autoload `run-at-time' if not XEmacs.
18695         Only autoload the itimer functions if XEmacs.
18696
18697 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18700         XEmacsen.
18701
18702         * dgnushack.el: Autoload executable-find for XEmacs.
18703
18704 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18705
18706         * gnus-art.el (gnus-read-string): Remove.
18707         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18708         read-string.
18709
18710 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18711
18712         * netrc.el: Autoload password-read.
18713         (netrc): Add configuration group.
18714         (netrc-encoding-method, netrc-openssl-path): Add
18715         variables for encoding and decoding of files with symmetric
18716         ciphers.
18717         (netrc-encode): Add assistant function to encode a file with
18718         netrc-encoding-method.
18719         (netrc-parse): Add interactive parameter, added optional
18720         decoding if netrc-encoding-method is non-nil but otherwise
18721         behavior is standard.
18722         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18723         Do s/encode/encrypt/ everywhere.
18724
18725         * spam.el: Remove executable-find autoload.
18726
18727 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18728
18729         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18730
18731         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18732
18733 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18734
18735         * gnus-art.el (gnus-treat-ansi-sequences)
18736         (article-treat-ansi-sequences): New variable and function.
18737         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18738
18739         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18740         Use it.
18741
18742 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18743
18744         * mm-util.el (mm-quote-arg): Remove.
18745
18746         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18747         shell-quote-argument.
18748
18749         * gnus-uu.el (gnus-uu-command): do.
18750
18751         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18752
18753         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18754         with make-char.
18755
18756         * mm-util.el (mm-make-char): Remove.
18757
18758         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18759         add-minor-mode.
18760
18761         * gnus-undo.el (gnus-undo-mode): do.
18762
18763         * gnus-topic.el (gnus-topic-mode): do.
18764
18765         * gnus-sum.el (gnus-dead-summary-mode): do.
18766
18767         * gnus-start.el (gnus-slave-mode): do.
18768
18769         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18770
18771         * gnus-ml.el (gnus-mailing-list-mode): do.
18772
18773         * gnus-gl.el (gnus-grouplens-mode): do.
18774
18775         * gnus-draft.el (gnus-draft-mode): do.
18776
18777         * gnus-dired.el (gnus-dired-mode): do.
18778
18779         * gnus-ems.el (gnus-add-minor-mode): Remove.
18780
18781         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18782         Replace gnus-char-width with char-width.
18783
18784         * gnus-ems.el (gnus-char-width): Remove.
18785
18786         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18787         Replace gnus-char-width with char-width.
18788
18789         * gnus-ems.el (gnus-char-width): Remove.
18790
18791         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18792         definition.
18793         Remove Emacs 20 hash table compatibility code.
18794
18795         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18796         20 compatibility code.
18797
18798         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18799
18800         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18801
18802         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18803         with point-at-{eol,bol}.
18804
18805         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18806
18807         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18808
18809         * flow-fill.el (fill-flowed-point-at-bol)
18810         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18811
18812         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18813         Replace with point-at-{eol,bol} throughout all files.
18814
18815 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * ntlm.el (ntlm-string-as-unibyte): New macro.
18818         (ntlm-build-auth-response): Use it.
18819
18820         Remove Emacs 20 stuff:
18821         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18822         (butlast, mapc, remove): Remove the compiler macros.
18823         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18824         of delq and copy-sequence.
18825         * gnus-art.el (popup-menu): Remove the compiler macro.
18826         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18827         Emacs 20.
18828
18829 2004-01-05  Simon Josefsson  <jas@extundo.com>
18830
18831         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18832         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18833         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18834         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18835         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18836         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18837         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18838         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18839         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18840         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18841         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18842         string-xor into ntlm-string-xor.  Suggested by
18843         Jesper Harder <harder@myrealbox.com>.
18844
18845         * ntlm.el: Don't include poem.
18846
18847         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18848         Jesper Harder <harder@myrealbox.com>.
18849
18850         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18851
18852         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18853         probably breaks emacs with DL patch, but do we care? Is anyone
18854         still using the DL stuff?)
18855
18856         * sieve-manage.el: Use the password package.
18857         (sieve-manage-read-passwd): Remove.
18858         (sieve-manage-interactive-login): Use password.  Re-add
18859         condition-case around loop.
18860
18861         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18862         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18863         the password package.
18864
18865 2003-02-19  Simon Josefsson  <jas@extundo.com>
18866
18867         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18868         token.
18869
18870 2002-08-07  Simon Josefsson  <jas@extundo.com>
18871
18872         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18873         (sieve-manage-authenticators):
18874         (sieve-manage-authenticator-alist): Add some SASL mechs.
18875         (sieve-sasl-auth): New function.
18876         (sieve-manage-cram-md5-auth):
18877         (sieve-manage-plain-auth): Rewrite using SASL library.
18878         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18879         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18880         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18881         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18882
18883 2004-01-05  Simon Josefsson  <jas@extundo.com>
18884
18885         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18886         New files.
18887
18888 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18889
18890         * gnus-group.el (gnus-no-groups-message): Update.
18891
18892         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18893
18894 2003-11-09  Simon Josefsson  <jas@extundo.com>
18895
18896         * imap.el: Support for ID IMAP extension (RFC 2971).
18897         (imap-local-variables): Add imap-id.
18898         (imap-id): New variable.
18899         (imap-id): New function.
18900         (imap-parse-response): Parse untagged ID response.
18901         * nnimap.el (nnimap-id): New variable.
18902         (nnimap-open-connection): Use it.
18903
18904 2003-12-28  Simon Josefsson  <jas@extundo.com>
18905
18906         * gnus-score.el (gnus-score-edit-all-score): New.
18907         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18908
18909 2004-01-04  Simon Josefsson  <jas@extundo.com>
18910
18911         * password.el: Add.
18912
18913 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18914
18915         * dns.el (dns-query-types): Fix typo.
18916         (dns-query-types): New function.
18917         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18918         PTR and SOA replies, see RFC 1035.
18919
18920 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18921
18922         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18923
18924         * Moved to Changelog.2.
18925
18926 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18927
18928         * gnus.el (gnus-version-number): Bump version.
18929
18930 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18931
18932         * gnus.el: No Gnus v0.1 is released.
18933
18934 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18935
18936         * gnus.el: No Gnus v0.0 is released.
18937
18938 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18939
18940         * gnus.el (gnus-version-number): Bump.
18941         (gnus-version): No.
18942
18943 See ChangeLog.2 for earlier changes.
18944
18945     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18946       Free Software Foundation, Inc.
18947
18948   This file is part of GNU Emacs.
18949
18950   GNU Emacs is free software: you can redistribute it and/or modify
18951   it under the terms of the GNU General Public License as published by
18952   the Free Software Foundation, either version 3 of the License, or
18953   (at your option) any later version.
18954
18955   GNU Emacs is distributed in the hope that it will be useful,
18956   but WITHOUT ANY WARRANTY; without even the implied warranty of
18957   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18958   GNU General Public License for more details.
18959
18960   You should have received a copy of the GNU General Public License
18961   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18962
18963 ;; Local Variables:
18964 ;; coding: utf-8
18965 ;; fill-column: 79
18966 ;; add-log-time-zone-rule: t
18967 ;; End: