gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip asterisks in...
[gnus] / lisp / ChangeLog
1 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4         asterisks in From header.
5
6 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9         string to avoid making the From headers syntactically invalid.
10
11         * message.el (message-send-mail): Don't insert courtesy messages if the
12         message already has List-Post and List-ID messages.
13
14 2010-11-06  Glenn Morris  <rgm@gnu.org>
15
16         * gnus-art.el (gnus-treat-article): Give dynamic local variables
17         `condition', `type', `length' a prefix.
18         (gnus-treat-predicate): Update for above name changes.
19
20 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
21
22         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
23         binding.  Handled by `gnus-summary-refer-thread' instead.
24         (nnir-warp-to-article): New backend function.
25
26         * nnimap.el (nnimap-request-thread): Force dependency updating.
27
28         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
29         (gnus-summary-refer-thread): Rework to improve thread-referral.
30
31         * gnus-int.el (gnus-warp-to-article): New function.
32
33         * gnus-sum.el (gnus-summary-article-map): Bind it.
34
35 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
38         gnus-summary-refer-thread.
39
40         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
41         headers.
42         (gnus-summary-limit-include-thread): Prevent articles in thread from
43         being cut in gnus-cut-threads.
44         (gnus-summary-refer-thread): Limit retrieved headers to those in
45         thread.
46
47 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * message.el (message-send-mail): Use the value of
50         message-courtesy-message from the message buffer.
51
52         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
53
54         * shr.el (shr-browse-url): Implement mailto: URLs.
55
56         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
57         "raw".
58
59         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
60         if it's already selected.
61
62         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
63
64 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
67         to measure the length and truncate alt text.
68
69 2010-11-03  Glenn Morris  <rgm@gnu.org>
70
71         * nndiary.el (nndiary-generate-nov-databases-1)
72         (nndiary-generate-active-info): Rename dynamic variable `files' to
73         something less generic.
74
75 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
76
77         * nnir.el (nnir-request-move-article): Call the underlying backend to
78         move articles from nnir.
79
80 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
83
84 2010-11-02  Julien Danjou  <julien@danjou.info>
85
86         * nnir.el: Remove wais support.
87
88 2010-11-02  Glenn Morris  <rgm@gnu.org>
89
90         * gnus-html.el: Reorder requirements to quieten compiler.
91
92 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
95         properly for XEmacs as well.
96         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
97         (gnus-article-natural-long-line-p): Use window-width rather than
98         frame-width.
99
100 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
101
102         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
103         (nnir-read-parms): Don't modify query.
104         (nnir-run-query): Add ability to search topic on current line.
105         (nnir-get-active): Clean up.
106
107 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
110         degenerate articles.
111
112         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
113         (gnus-print-buffer): Just print the buffer as is, without any copying
114         to a buffer and then re-highlighting.
115
116         * nnimap.el (nnimap-request-group): Store the new updated info.
117         (nnimap-request-group): Select the group when we don't know whether it
118         exists or not.
119
120         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
121         groups.
122
123         * gnus-group.el (gnus-group-find-new-groups): Display all the new
124         groups.
125
126         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
127         groups.
128
129         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
130         long-lines case by only filling the long lines.
131
132         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
133         (bug #7311).
134
135 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * shr.el: No need to declare `declare-function' since shr.el is for
138         only Emacsen that provide `libxml-parse-html-region'.
139
140         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
141         effective only in a file it is referred to.
142
143 2010-11-01  Glenn Morris  <rgm@gnu.org>
144
145         * mm-util.el (gnus-completing-read): Autoload.
146         (mm-read-coding-system): Simplify Emacs definition.
147
148         * nnmail.el (gnus-activate-group):
149         * nnimap.el (gnutls-negotiate):
150         * nntp.el (netrc-parse): Fix declarations.
151
152 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
155         string-match-p in Emacs >=23.
156
157         * gnus-msg.el (gnus-configure-posting-styles)
158         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
159
160 2010-11-01  Glenn Morris  <rgm@gnu.org>
161
162         * nnir.el (declare-function): Add compat stub.
163         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
164         (nnir-run-gmane): Require 'mm-url.
165
166         * mm-util.el (mm-string-to-multibyte): Simplify.
167
168         * shr.el (declare-function): Add compat stub.
169         (url-cache-create-filename): Declare.
170         (mm-disable-multibyte, widget-convert-button): Autoload.
171
172         * smime.el (ldap-search): Declare.
173         (smime-cert-by-ldap-1): Require ldap on Emacs.
174
175         * nnimap.el: Require nnmail, and gnus-sum when compiling.
176         (nnimap-keepalive): Use gnus-float-time.
177
178         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
179         (mail-source-delete-crash-box): Use gnus-float-time.
180
181         * gnus-dired.el (gnus-completing-read): Autoload.
182
183         * mm-view.el (gnus-rescale-image): Autoload.
184
185         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
186
187         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
188
189         * sieve-manage.el: Require 'cl when compiling.
190
191         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
192         (gnus-iswitchb-completing-read): Require iswitchb.
193         (gnus-select-frame-set-input-focus): Silence compiler.
194
195 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * message.el (message-subject-trailing-was-query): Change default to t,
198         since I think that's what most people want.
199
200         * nnimap.el (nnimap-request-accept-article): Erase buffer before
201         appending for easier debugging.
202         (nnimap-wait-for-connection): Take a regexp.
203         (nnimap-request-accept-article): Wait for the continuation line before
204         sending anything unless we're streaming.
205
206         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
207         leave the header washing to take place.
208
209 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
210
211         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
212         regular expression match and replace in posting styles.
213
214 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
215
216         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
217         an entire server.
218         (nnir-get-active): New function.
219         (nnir-run-imap): Use it.
220         (nnir-run-gmane): Who knew, gmane search returns an article score!
221
222         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
223         server on the current line with nnir.
224
225 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
228         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
229         left edge.
230         (gnus-article-foldable-buffer): Skip past the prefix when determining
231         raggedness.
232
233         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
234         the raw article, and change `C-u g' to show the article without doing
235         treatments.
236
237         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
238         on to `gnus-treat-article'.
239         (gnus-inhibit-article-treatments): New variable.
240
241         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
242
243         * gnus-art.el (gnus-treatment-function-alist): Have
244         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
245         (gnus-treat-fill-long-lines): Change default to fill all text/plain
246         sections.
247
248         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
249         parameter.
250         (gnus-article-fill-cited-long-lines): New function.
251         (gnus-article-fill-cited-article): Allow filling only long sections.
252
253         * shr.el (shr-find-fill-point): Don't break lines between punctuation
254         and non-punctuation (like after the apostrophe in "'We").
255
256         * gnus-sum.el (gnus-summary-select-article): Make sure
257         gnus-original-article-buffer is alive.
258
259         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
260         reflect the order they're in in the digest.
261
262         * gnus.el (gnus-group-startup-message): Move point to the start of the
263         buffer.
264
265         * nnimap.el (nnimap-capability): New function.
266         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
267         is set.
268
269 2010-10-31  David Engster  <dengste@eml.cc>
270
271         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
272         conform with changes to gnus-completing-read.
273
274 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * shr.el (shr-tag-img): Output "*" instead of "[img]".
277
278 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
279
280         * nnir.el move defvar, defcustom around to keep file organized and keep
281         byte-compiler quiet.
282         (nnir-read-parms): accept search-engine as arg.
283         (nnir-run-query): pass search-engine as arg.
284         (nnir-search-engine): remove.
285
286 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * shr.el (shr-generic): The text nodes should be text, not :text.
289
290         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
291         later in the file.
292
293 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
294
295         * nnir.el: general clean up. allow searching with multiple
296         engines. allow separate extra-parameters for each engine. batch queries
297         when possible.
298         (nnir-imap-default-search-key,nnir-method-default-engines): add
299         customize interface.
300         (nnir-run-gmane): new engine.
301         (nnir-engines): use it. qualify all prompts with engine name.
302         (nnir-search-engine): remove global variable.
303         (nnir-run-hyrex): restore for now.
304         (nnir-extra-parms,nnir-search-history): new variables.
305         (gnus-group-make-nnir-group): use them.
306         (nnir-group-server): remove in favor of gnus-group-server.
307         (nnir-request-group): avoid searching twice.
308         (nnir-sort-groups-by-server): new function.
309
310 2010-10-30  Julien Danjou  <julien@danjou.info>
311
312         * gnus-group.el: Remove gnus-group-fetch-control.
313
314         * gnus-start.el (gnus-find-new-newsgroups): Remove
315         gnus-check-first-time-used.
316
317         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
318
319 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
320
321         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
322         set on groups that don't have \* permanentflags.
323
324 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
327         control the background color.
328         (shr-tag-img): Ignore very small web bug type images.
329         (shr-put-image): Add help-echo alt texts to the images.
330         (shr-tag-video): Show the video poster image.
331
332 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * shr.el (shr-table-depth): New variable.
335         (shr-tag-table-1): Only insert the images after the top-level table.
336
337         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
338
339         * gnus-util.el (gnus-list-memq-of-list): New function.
340
341         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
342         selected.
343         (nnimap-unsplittable-articles): New slot.
344         (nnimap-new-articles): Use it.
345
346 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
347
348         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
349         move to the previous line on `M-g'.
350
351 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
354         *-request-group, which seems unnecessary.
355
356         * nnimap.el (nnimap-quote-specials): Function copied over from
357         imap.el.
358         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
359         they support that.  Suggested by Tom Regner.
360
361 2010-10-29  Julien Danjou  <julien@danjou.info>
362
363         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
364         defalias.
365         (gnus-summary-delete-marked-with): Remove obsolete defalias.
366
367         * gnus.el: Remove `gnus-nntp-service' variable.
368         (gnus-secondary-servers): Make obsolete.
369         (gnus-nntp-server): Make obsolete.
370
371         * gnus-start.el (gnus-1): Remove x-splash calls.
372
373         * gnus-ems.el (gnus-x-splash): Remove.
374
375         * gnus.el (gnus-group-startup-message): Simplify/update code.
376
377         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
378         definition.
379
380         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
381         capability before doing anything.
382         (gnus-group-insert-group-line): Remove useless
383         gnus-group-remove-excess-properties.
384
385 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
388
389 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
392         config after reselecting.
393
394 2010-10-28  Julien Danjou  <julien@danjou.info>
395
396         * shr.el (shr-put-image): Use point even if only inserting text.
397         (shr-put-image): Save excursion when inserting alt text on non-graphic
398         display, so the behaviour is the same when we are on a graphic display.
399
400         * nnir.el (nnir-run-swish-e): Remove hyrex support.
401
402 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
405         (gnus-mime-copy-part): Check coding system, not charset.
406         (gnus-mime-view-part-externally): Never remove part.
407         (gnus-mime-view-part-internally): Don't remove part here.
408         (gnus-article-part-wrapper): Make sure MIME tag is visible.
409         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
410         multipart/alternative.
411
412         * mm-decode.el (mm-display-part): Take optional arg `force'.
413
414 2010-10-26  Julien Danjou  <julien@danjou.info>
415
416         * gnus-group.el (gnus-group-default-list-level): Add this function to
417         compute the default list level.
418         (gnus-group-default-list-level): Add possibility to use a function.
419
420 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
423
424         * gnus-group.el (gnus-group-completing-read)
425         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
426         gnus-replace-in-string.
427
428 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * shr.el (shr-tag-div): Added.
431
432         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
433
434 2010-10-25  Julien Danjou  <julien@danjou.info>
435
436         * gnus-util.el: Remove `gnus-with-local-quit'.
437
438         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
439
440 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
443         the original article buffer.
444
445 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * nnimap.el (nnimap-request-head): New function.
448         (nnimap-request-move-article): Try to be slighly faster by not
449         requesting the entire message when moving.
450         (nnimap-transform-headers): Don't bug out on bodiless articles.
451         (nnimap-send-command): Have no outstanding messages if the IMAP server
452         doesn't support streaming.
453         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
454
455 2010-10-24  Julien Danjou  <julien@danjou.info>
456
457         * message.el (message-default-headers): Fix type.
458
459 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
462         prefetching images.
463
464         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
465         backend for unknown groups.  This is mainly useful for nnimap groups.
466
467         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
468         group isn't covered by the agent.
469
470 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
471
472         * nnir.el (nnir-method-default-engines): new variable.
473         (nnir-run-query): use it.
474         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
475         (gnus-summary-nnir-goto-thread): change group if needed.
476
477         * gnus-group.el (gnus-group-group-map): add key binding for
478         gnus-group-make-nnir-group.
479
480 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * shr.el (shr-tag-object): Added.
483
484         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
485         original article buffer live.
486         (gnus-summary-select-article-buffer): Mention
487         gnus-widen-article-buffer.
488
489 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * shr.el (shr-tag-strong): Added.
492
493 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
496         group names.  They mess up the group buffer badly.
497
498         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
499
500         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
501         instead of the summary one.
502
503 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * mml.el (mml-preview): Work properly when editing article.
506
507         * gnus-start.el (gnus-read-active-file-1): Don't add method to
508         gnus-have-read-active-file if it's already been in.
509
510 2010-10-22  Tom Tromey  <tromey@redhat.com>
511
512         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
513         gnus-group-completing-read.
514
515 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * message.el (message-mode-map): Don't bind M-; to comment region, to
518         allow the global comment-dwim to work.
519
520 2010-10-21  Julien Danjou  <julien@danjou.info>
521
522         * message.el (message-setup-1): Allow message-default-headers to be a
523         function.
524
525 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * shr.el (shr-tag-table): Simplify.
528
529 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
532         to avoid trying to snarf invalid stuff.
533
534         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
535
536         * gnus.el (gnus-message-archive-group): Quote value.
537         (gnus-message-archive-group): Mark as changed.
538
539         * shr.el (shr-add-font): Don't put the font properties on the newline
540         or the indentation.
541
542         * message.el (message-fix-before-sending): Change options when sending
543         non-printable characters.
544
545         * gnus.el (gnus-message-archive-method): Change the default to
546         monthly outgoing groups.
547
548         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
549         that have gotten new numbers.
550
551         * nnimap.el (nnimap-request-replace-article): New function.
552
553 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
556         (nnrss-request-article): Don't use special html washing code.
557
558 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * shr.el (shr-tag-table): Remove useless nconc.
561
562 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * gnus-art.el (article-wash-html): Simplify and remove the charset
565         stuff.  Use the normal html rendering code instead of the special html
566         washing code.
567
568         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
569         `gnus-w3m' symbols.
570         (mm-text-html-washer-alist): Removed.
571
572         * mm-decode.el (mm-inline-text-html-renderer): Removed.
573         (mm-inline-media-tests): Removed use.
574         (mm-text-html-renderer): Change default to the `shr' symbol.
575
576         * mm-view.el (mm-inline-text-html): Removed use.
577
578         * gnus-art.el (gnus-blocked-images): New function.  Allow the
579         `gnus-blocked-images' to be a function.
580         (gnus-article-wash-function): Removed.
581
582 2010-10-20  Julien Danjou  <julien@danjou.info>
583
584         * spam.el (spam-list-of-processors): Mark as obsolete.
585
586         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
587         (nnimap-insert-partial-structure): Fix boundary detection.
588
589 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
590
591         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
592         run file-truename on remote files.  This can be expensive and even
593         prevent one from editing drafts if some unrelated buffer has a stale
594         connection.
595
596 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
599         kinsoku-eol regardless of shr-kinsoku-shorten.
600         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
601         (shr-tag-table): Support caption, thead, and tfoot.
602
603 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
606         lines.
607         (shr-save-contents): New command and keystroke.
608
609         * nndoc.el (nndoc-type-alist): Add git support.
610         (nndoc-git-type-p): New function.
611         (nndoc-transform-git-article): Ditto.
612         (nndoc-transform-git-headers): Ditto.
613         (nndoc-transform-git-headers): Generate Subject headers.
614
615         * shr.el (shr-parse-style): New function.
616         (shr-tag-span): Ditto.
617
618         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
619         to `G G' to avoid collisions.
620
621 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * shr.el: Load kinsoku if necessary.
624         (shr-kinsoku-shorten): New internal variable.
625         (shr-find-fill-point): Make kinsoku shorten text line if
626         shr-kinsoku-shorten is bound to non-nil.
627         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
628         shr-indentation too when testing if table is wider than frame width.
629         (shr-insert-table): Use `string-width' instead of `length' to measure
630         text width.
631         (shr-insert-table-ruler): Make sure indentation is done at bol.
632
633 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
634
635         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
636         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
637         undecoded network data.
638
639 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
642         name in the mode line spec so that the mode line menu works
643         (bug #2431).
644
645         * message.el (message-get-reply-headers): If we're fed `to-address',
646         then always use that.
647
648         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
649         aren't so wide as to need to switch off the edit menu.
650
651         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
652         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
653
654         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
655         `M-g'.
656         (nnimap-update-info): Update flags/read marks even if \* isn't part of
657         the permanent marks.
658
659 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
660
661         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
662         Splitting according to references/in-reply-to obeys the ignore-groups
663         variable, while splitting by sender and subject do not.
664
665 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
668         alist, so that we can look for non-Unicode chars.
669         (article-translate-strings): Allow both character and string maps.
670
671 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * shr.el (shr-insert): Don't insert space behind a wide character
674         categorized as kinsoku-bol, or between characters both categorized as
675         nospace.
676
677 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
678
679         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
680         headers to gnus-newsgroup-headers.
681
682 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * shr.el (shr-tag-img): Don't align images -- since we're not
685         rescaling, this often leads to ugly displays.
686
687 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
690         duplicates.
691
692 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
693
694         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
695         call.
696
697 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * gnus.el: Autoload gnus-html-show-images.
700
701         * nnimap.el: Use nnheader-message throughout.
702
703         * shr.el (shr-tag-img): Ignore images with no data.
704
705 2010-10-15  Julien Danjou  <julien@danjou.info>
706
707         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
708         a possibility to disable format=flow encoding when using hard newlines.
709
710 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * shr.el (shr-insert): Remove space inserted before or after a
713         breakable character or at the beginning or the end of a line.
714         (shr-find-fill-point): Do kinsoku; find the second best point or give
715         it up if there's no breakable point.
716
717 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-open-connection): Message when opening connection
720         for debugging purposes.
721
722         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
723         on every setup buffer call to allow this to change from article to
724         article.
725
726         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
727         buffers where we have a wide table.
728
729 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
732         uses *-request-thread.
733
734 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * nnimap.el (nnimap-open-connection): Remove %s from openssl
737         incantation, which is no longer valid.
738
739 2010-10-14  Julien Danjou  <julien@danjou.info>
740
741         * shr.el: Fix defcustom type (char -> character).
742
743 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * nnimap.el (nnimap-open-connection): tls-program should be a list of
746         programs.
747
748 2010-10-14  Julien Danjou  <julien@danjou.info>
749
750         * shr.el (shr-tag-a): Use url-link as widget type.
751
752         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
753         `gnus-group-get-icon'.
754
755 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
758         This should make server editing work better.
759
760         * shr.el (shr-find-fill-point): Don't inloop on indented text.
761
762         * tls.el (tls-program): Remove spurious %s from openssl.
763
764         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
765         (nnimap-parse-flags): Fix regexp.
766
767         * shr.el (shr-find-fill-point): Use a filling algorithm that should
768         probably work for CJVK text, too.
769
770         * nnimap.el (nnimap-extend-tls-programs): Removed.
771         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
772
773         * tls.el (tls-starttls-switches): Remove starttls hack.
774         (open-tls-stream): Ditto.
775         (tls-find-starttls-argument): Ditto.
776
777 2010-10-13  Julien Danjou  <julien@danjou.info>
778
779         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
780         responses.
781
782 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
785
786         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
787         anything in Emacs.
788
789         * shr.el (shr-current-column): Remove buggy and unnecessary function.
790
791 2010-10-13  Julien Danjou  <julien@danjou.info>
792
793         * shr.el (shr-width): Make shr-width a defcustom with default to
794         fill-column.
795         (shr-tag-img): Use shr-width rather than fill-column.
796
797 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * dgnushack.el (byte-optimize-apply)
800         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
801
802         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
803         position when (X-)Faces exist.
804         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
805         avatars when called interactively.
806
807 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
810         gnus-article-x-face-too-ugly is bound.
811
812 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
815
816         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
817         mailbox that doesn't exist.
818
819 2010-10-12  Julien Danjou  <julien@danjou.info>
820
821         * shr.el (shr-tag-img): Encode URL properly when retrieving.
822         (shr-get-image-data): Encode URL properly when fetching from cache.
823         (shr-tag-img): Use aligned-to spaces to align correctly images.
824
825         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
826         before inserting the Gravatar.
827
828         * shr.el (shr-tag-img): Add align attribute support for <img>.
829
830 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-gravatar.el (gnus-art): Required.
833
834         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
835         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
836         Remove long obsoleted functions.
837
838 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
841
842         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
843
844         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
845         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
846         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
847         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
848         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
849         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
850         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
851
852 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * nnimap.el (nnimap-request-rename-group): Select group read-only
855         before renaming it.
856
857         * shr.el (shr-insert): Fix up the white space only regexp.
858
859         * nnimap.el (nnimap-transform-split-mail): Not all articles have
860         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
861
862         * shr.el (shr-current-column): New function.
863         (shr-find-fill-point): New function.
864
865 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
866
867         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
868         numbers.
869
870 2010-10-11  Julien Danjou  <julien@danjou.info>
871
872         * shr.el (shr-hr-line): Add.
873         (shr-tag-hr): Use shr-hr-line to specify which character to use to
874         display hr lines.
875         (shr-max-columns): Do not change state to nil if we just inserting
876         spaces.
877
878 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-topic.el (gnus-topic-read-group): If after the last group,
881         select the last group.
882
883 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
886
887 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
888
889         * dig.el (dig-mode-map): Declare and define in one step.
890
891 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
894         for Gnus.
895         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
896         (nnimap-update-qresync-info): Mark \Seen articles as read.
897
898         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
899         non-variable, too.
900
901         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
902         available.
903         (nnimap-update-info): Rely more on the current active than the param
904         active to avoid marking articles as read too much.
905
906         * auth-source.el (auth-source-create): Use (user-login-name) for the
907         user name default.
908
909         * nnimap.el (nnimap-update-info): If the server doesn't return any
910         useful info, just use the previous info.
911         (nnimap-update-info): Prefer old info over start-article.
912         (nnimap-update-qresync-info): Finish implementing QRESYNC.
913
914 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
915
916         * nnir.el (autoload): Clean up autoloads.
917         (nnir-imap-default-search-key): Renamed from
918         nnir-imap-search-field. Use key rather than value.
919         (nnir-imap-search-other): New variable.
920         (nnir-read-parm): Use it.
921         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
922         (gnus-summary-nnir-goto-thread): Modify to work with imap.
923
924 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
925
926         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
927         the process, too.
928
929 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
932         Allbery.
933
934         * shr.el: Rework the way things are indented by <li> slightly.
935
936         * gnus.el (gnus-group-set-parameter): Fix typo.
937
938         * nnimap.el: Start implementing QRESYNC support.
939
940 2010-10-09  Julien Danjou  <julien@danjou.info>
941
942         * nnir.el (nnir-engines): Fix too many arguments.
943
944 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
947         group is the "last", so that the backends like nnfolder actually save
948         their folders.
949
950         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
951         try to use that for the tls stream.
952         (nnimap-retrieve-group-data-early): Rework the marks code to heed
953         UIDVALIDITY and find out which groups are read-only and not.
954         (nnimap-get-flags): Use the same marks parsing code as the rest of
955         nnimap.
956
957 2010-10-09  Julien Danjou  <julien@danjou.info>
958
959         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
960
961         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
962         retrieving gravatars.
963
964         * shr.el (shr-table-corner): Add.
965         (shr-table-line): Add.
966         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
967
968 2010-10-08  Julien Danjou  <julien@danjou.info>
969
970         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
971
972 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
975
976         * gnus-sum.el (gnus-mark-article-as-unread)
977         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
978         (gnus-summary-set-bookmark): Use it.
979
980         * gnus-msg.el (gnus-setup-message): Use it.
981
982         * gnus-demon.el (gnus-demon-remove-handler): Use it.
983
984         * gnus.el (gnus-group-remove-parameter): Use it.
985
986         * gnus-group.el (gnus-group-make-web-group): Use it.
987
988         * gnus-demon.el (gnus-demon-remove-handler): Use it.
989
990         * nnregistry.el: Update docs to mention manual.
991
992         * gnus-registry.el: Update docs to mention nnregistry.el.
993         (gnus-registry-initialize): Don't install nnregistry refer method
994         automatically.
995         (gnus-registry-install-nnregistry): Remove it.
996
997 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * shr.el (shr-insert): Don't insert double spaces.
1000
1001 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-gravatar.el (gnus-treat-from-gravatar)
1004         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1005         called interactively.
1006
1007         * gnus-art.el (gnus-mime-view-part-externally)
1008         (gnus-mime-view-part-internally): Make predicate function passed to
1009         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1010         of a mime type.
1011
1012         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1013
1014 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (require): Require cl when compiling.
1017         (shr-tag-hr): New function.
1018
1019         * nnimap.el (nnimap-update-info): Remove double setting of high.
1020         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1021         makes nnimap work properly on Courier again.
1022
1023         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1024         the variable for backwards compatability.
1025
1026         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1027         the file name before using to avoid setting mm-default-directory to
1028         nil.
1029
1030         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1031         bidning gnus-agent variables.
1032
1033         * shr.el (shr-render-td): Use a cache for the table rendering function
1034         to avoid getting an exponential rendering behaviour in nested tables.
1035         (shr-insert): Rework the line-breaking algorithm.
1036         (shr-insert): Don't leave trailing spaces.
1037         (shr-insert-table): Also insert empty TDs.
1038         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1039
1040 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1041
1042         * gnus-sum.el (gnus-number): Rename from `number'.
1043         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1044         (gnus-summary-limit-children): Update uses correspondingly.
1045
1046 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1049         (gnus-gravatar-transform-address): Don't show avatars of people of
1050         which mail addresses match gnus-gravatar-too-ugly.
1051
1052 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * shr.el (shr-table-widths): Expand TD elements to fill available
1055         space.
1056
1057 2010-10-07  Julien Danjou  <julien@danjou.info>
1058
1059         * nnimap.el (nnimap-request-rename-group): Add this method.
1060
1061 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1064         name from XEmacs' function-arglist.
1065
1066         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1067         gravatar under XEmacs.
1068
1069 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1070
1071         * auth-source.el: Update docs with TODO items.
1072
1073         * gnus-sync.el: Update docs to explain state and plans.
1074
1075         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1076         Hooks for mark updates.
1077         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1078
1079         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1080         hooks with arguments, which is needed for mark update hooks.
1081
1082 2010-10-06  Julien Danjou  <julien@danjou.info>
1083
1084         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1085         was matched.
1086
1087         * sieve-manage.el: Update example in `Commentary'.
1088
1089         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1090
1091         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1092         not 2000.
1093         (sieve-manage-authenticate): Re-add function.
1094
1095 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * shr.el (shr-insert): Get 'space transition right.
1098         (shr-render-td): Only delete space at the end of the TD.
1099
1100         * nnimap.el (nnimap-open-connection): Prepare to support
1101         open-gnutls-stream.
1102
1103         * shr.el: Rearrange function order to be more logical.
1104
1105 2010-10-06  Julien Danjou  <julien@danjou.info>
1106
1107         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1108         (nnrss-discover-feed): Remove 404 URL in docstring.
1109
1110         * nnir.el: Fix Swish-E URL.
1111         Fix Namazu URL.
1112
1113         * message.el (message-change-subject): Remove 404 URL in a comment.
1114
1115 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1118         called interactively.
1119
1120         * gnus-util.el (gnus-remove-if): Allow hash table.
1121         (gnus-remove-if-not): New function.
1122
1123         * gnus-art.el (gnus-mime-view-part-as-type)
1124         * gnus-score.el (gnus-summary-score-effect)
1125         * gnus-sum.el (gnus-read-move-group-name):
1126         Replace remove-if-not with gnus-remove-if-not.
1127
1128         * gnus-group.el (gnus-group-completing-read):
1129         Regard collection as a hash table if it is not a list.
1130
1131 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1134
1135         * shr.el: Document the table-rendering algorithm.
1136
1137 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1140         for Emacsen having no `libxml-parse-html-region' support.
1141
1142 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1145         invalid URLs.
1146
1147         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1148         line-broken.
1149         (shr-tag-img): Ignore image fetching errors.
1150         (shr-overlays-in-region): Compute overlay positions correctly.
1151
1152         * mm-decode.el (mm-shr): Require shr.
1153
1154         * gnus-art.el (gnus-blocked-images): Move variable here.
1155
1156         * shr.el (shr-insert-table): Bind free variable.
1157
1158         * mm-decode.el (mm-shr): Bind shr-content-function.
1159
1160         * shr.el (shr-content-function): New variable.
1161
1162         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1163         added for symmetry.
1164
1165         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1166
1167         * gnus-group.el (gnus-group-make-group): Doc fix.
1168
1169         * nnimap.el (nnimap-request-newgroups): Return success.
1170
1171         * shr.el (shr-find-elements): New function.
1172         (shr-tag-table): Put all the images after the table.
1173         (shr-tag-table): Really inhibit images inside the table.
1174         (shr-collect-overlays): Copy over overlays from the TD elements to the
1175         main document.
1176
1177         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1178         gnus-blocked-images.
1179
1180 2010-10-05  Julien Danjou  <julien@danjou.info>
1181
1182         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1183
1184         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1185         (gnus-html-maximum-image-size): Add this function.
1186         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1187
1188         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1189         server-value of the capability is nil.
1190
1191 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * shr.el (shr-tag-em): Add <EM> tag.
1194
1195 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1196
1197         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1198         customizable.
1199
1200         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1201         handing broken links to browse-url.
1202
1203 2010-10-05  Julien Danjou  <julien@danjou.info>
1204
1205         * gnus-util.el (gnus-emacs-completing-read)
1206         (gnus-iswitchb-completing-read): Use autoload rather than require.
1207
1208 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1211         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1212         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1213         iswitchb-temp-buflist for XEmacs.
1214
1215         * gnus-util.el (gnus-completing-read-function): Exclude
1216         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1217         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1218         XEmacs.
1219
1220         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1221         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1222
1223         * gnus-html.el: Don't require help-fns under XEmacs.
1224         (gnus-html-schedule-image-fetching): Work for XEmacs.
1225
1226         * mm-decode.el (mm-shr): Decode contents by charset.
1227
1228 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1231         unknown.
1232
1233         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1234         (shr-get-image-data): Ensure against the cache file missing.
1235
1236         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1237         for data.
1238
1239         * spam-report.el (spam-report-url-ping-plain): Don't query about
1240         killing the process.
1241
1242         * shr.el (shr-render-td): Protect against too-wide text.
1243
1244 2010-10-04  Julien Danjou  <julien@danjou.info>
1245
1246         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1247         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1248
1249         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1250         retrieved.
1251
1252 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * shr.el (browse-url): Required.
1255         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1256         lines.
1257         (shr-show-alt-text, shr-browse-image): New commands.
1258         (shr-browse-url, shr-copy-url): New commands.
1259
1260         * gnus-sum.el (gnus-widen-article-window): New variable.
1261         (gnus-summary-select-article-buffer): Use it.
1262
1263         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1264         without @ signs.
1265
1266 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1267
1268         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1269
1270 2010-10-04  Julien Danjou  <julien@danjou.info>
1271
1272         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1273         for XEmacs.
1274
1275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1278
1279         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1280         (nnimap-close-server): Implement.
1281
1282         * dgnushack.el (iswitchb): Require to shut up the compiler.
1283
1284         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1285         (shr-insert): Tweak line breaking.
1286         (shr-insert): Handle <pre> better.
1287         (shr-tag-li): Get <li> indentation right.
1288         (shr-tag-li): Get <li> indentation even righter.
1289         (shr-tag-blockquote): Ensure paragraph start.
1290         (shr-make-table): Tweak table generation.
1291         (shr-make-table): Fix typo.
1292
1293         * shr.el: Implement table rendering.
1294
1295 2010-10-04  Julien Danjou  <julien@danjou.info>
1296
1297         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1298
1299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * shr.el (shr-insert): Use string anchors instead of line anchors.
1302
1303 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * shr.el: Add headings.
1306         (shr-ensure-paragraph): Actually work.
1307         (shr-tag-li): Make <ul> prettier.
1308         (shr-insert): Get white space at the beginning/end of elements right.
1309         (shr-tag-p): Collapse subsequent <p>s.
1310         (shr-ensure-paragraph): Don't insert double line feeds after blank
1311         lines.
1312         (shr-insert): \t is also space.
1313         (shr-tag-s): Fix "s" tag name function.
1314         (shr-tag-s): Fix face prop name.
1315
1316 2010-10-03  Julien Danjou  <julien@danjou.info>
1317
1318         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1319
1320         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1321         gnus-window-inside-pixel-edges.
1322
1323         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1324         gnus-ems.
1325
1326         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1327
1328         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1329         function.
1330
1331         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1332         resize choice.
1333
1334 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1337         beginning of the buffer.
1338
1339         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1340         article buffer again.
1341
1342         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1343         buffer.
1344
1345         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1346         when it's at the start of the buffer.
1347
1348         * shr.el (shr-tag-blockquote): Convert name.
1349         (shr-rescale-image): Use the right image-size variant.
1350
1351         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1352         buffer isn't shown, then select the current article first instead of
1353         bugging out.
1354         (gnus-summary-select-article-buffer): Show both the article and summary
1355         buffers again.
1356
1357         * shr.el (shr-fontize-cont): Protect against regions with no text.
1358         Rename tag functions to shr-tag-* for enhanced security.
1359         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1360
1361 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1362
1363         * shr.el (shr-insert):
1364         * pop3.el (pop3-movemail):
1365         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1366         loaded.
1367
1368 2010-10-03  Glenn Morris  <rgm@gnu.org>
1369
1370         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1371
1372         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1373
1374         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1375
1376         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1377
1378         * gnus-util.el (gnus-make-local-hook): Simplify.
1379
1380 2010-10-02  Julien Danjou  <julien@danjou.info>
1381
1382         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1383         (gnus-ido-completing-read): New function.
1384         (gnus-emacs-completing-read): New function.
1385         (gnus-completing-read): Use gnus-completing-read-function.
1386         Add gnus-completing-read-function.
1387
1388 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * shr.el (shr-insert-document): Autoload.
1391         (shr-img): Be silent.
1392         (shr-insert): Add a newline after every picture before text.
1393         (shr-add-font): Use overlays for combining faces.
1394         (shr-insert): Pass upwards the text start point.
1395
1396         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1397         possible.
1398         (mm-shr): New function.
1399
1400 2010-10-02  Julien Danjou  <julien@danjou.info>
1401
1402         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1403         should go backward.
1404
1405 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1406
1407         * shr.el (shr): Fix typo in provide call.
1408
1409 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * shr.el: New file.
1412
1413         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1414
1415         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1416         completing read.
1417
1418 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1421         we're being queried about.  Suggested by Dan Jacobson.
1422
1423         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1424         by Jason Eisner.
1425
1426         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1427         table, too.  Suggested by Stefan Wiens.
1428         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1429         the table unnecessary.  Suggested by Stefan Wiens.
1430
1431         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1432         longer needed, and probably doesn't work either, as pointed out by
1433         Stefan Wiens.
1434         (gnus-summary-exit): Remove call to the clearing function.
1435         (gnus-summary-exit-no-update): Ditto.
1436
1437         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1438         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1439         Reported by Stefan Monnier.
1440         (gnus-summary-save-in-rmail): Ditto.
1441
1442         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1443         article buffer, instead of both the article buffer and the summary
1444         buffer.  Sort of suggested by Dan Jacobson.
1445
1446         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1447
1448         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1449         Suggested by Dan Jacobson.
1450
1451         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1452         documentation clearer.
1453
1454         * message.el (message-shorten-references): Comment on the number "21".
1455         Suggested by Stefan Monnier.
1456
1457         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1458         Suggested by Dan Jacobson.
1459
1460         * gnus.el (gnus-large-newsgroup): Mention
1461         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1462
1463         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1464         externalize attachments.  Bug reported by Steve Wen.
1465
1466         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1467         really message anything to the user.
1468
1469         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1470         directly.
1471
1472         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1473         messages in empty groups.
1474
1475 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1476
1477         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1478         non-UIDNEXT group.
1479
1480 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1483         not the value from the collection.
1484
1485         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1486         values.  This sometimes happens on some groups that have no info.
1487         (nnimap-request-newgroups): New function.
1488
1489 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1490
1491         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1492         check into `gnus-registry-initialize'.
1493         (gnus-registry-initialize): Ditto.
1494         Fix and extend header docs.
1495
1496 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1499         regexp backtrace overflows.
1500
1501         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1502         for starttls that tls.el implements; i.e. openssl.
1503
1504         * tls.el (tls-starttls-switches): Give up on using starttls with
1505         gnutls-cli.
1506         (tls-program): Add --insecure to be consistent with the defaults from
1507         openssl s_client.  Now all three commands are insecure.
1508
1509 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * lpath.el: Bind completion-styles-alist for XEmacs.
1512
1513         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1514         (gravatar-create-image): New function that's an alias to
1515         gnus-xmas-create-image, gnus-create-image, or create-image.
1516         (gravatar-data->image): Use it.
1517
1518 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1521         install the nnregistry refer method.
1522         (gnus-registry-install-hooks): Use it.
1523         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1524         unfollowed groups.
1525
1526 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1527
1528         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1529         expanding threads.
1530
1531 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nnir.el: Use the server names without suffixes (bug #7009).
1534
1535         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1536         unencrypted to STARTTLS, if possible.
1537
1538 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1539
1540         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1541         headers before superseding.
1542
1543 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * nnrss.el (nnrss-use-local): Add documentation.
1546
1547         * nnimap.el (nnimap-extend-tls-programs): New function.
1548         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1549         (nnimap-wait-for-connection): Accept the greeting from the stupid
1550         output from openssl s_client -starttls, too.
1551
1552         * tls.el (tls-starttls-switches): New variable.
1553         (tls-find-starttls-argument): Use it.
1554         (open-tls-stream): Ditto.
1555
1556         * netrc.el (netrc-credentials): Return the value of the "default"
1557         entry.
1558         (netrc-machine): Ditto.
1559
1560         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1561         article number.
1562         (nnimap-split-fancy): New variable.
1563         (nnimap-split-incoming-mail): Use it.
1564
1565         * nntp.el (nntp-server-list-active-group): Document.
1566
1567         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1568         SELECT to get the message-id.
1569
1570         * mail-source.el (mail-sources): Removed webmail support.
1571         (defvar): Ditto.
1572         (mail-source-fetcher-alist): Ditto.
1573         (mail-source-fetch-webmail): Removed.
1574
1575         * webmail.el: Removed -- doesn't seem relevant any more.
1576
1577         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1578
1579         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1580         the \r.
1581
1582 2010-09-30  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus-agent.el (gnus-agent-add-group): Fix call to
1585         gnus-completing-read.
1586
1587 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * nndoc.el (nndoc-retrieve-groups): New function.
1590
1591         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1592         `default', use nnmail-split-methods.
1593         (nnimap-request-article): Downcase the NILs so that they are nil.
1594
1595         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1596         symbol.
1597
1598         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1599         code, since if the user has requested network, that's what they ought
1600         to get.
1601         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1602         (nnimap-split-rule): Mark as obsolete.
1603
1604         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1605         variable.
1606
1607         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1608         correct slot, too.
1609
1610 2010-09-29  Julien Danjou  <julien@danjou.info>
1611
1612         * gnus.el (gnus-local-domain): Declare variable obsolete.
1613
1614         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1615         computing.
1616         (gnus-ido-completing-read): Require ido.
1617
1618 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1621         build Gnus.
1622
1623         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1624         when interpreting the structures.
1625         (nnimap-request-accept-article): Add \r\n to the lines to make this
1626         work with Cyrus.
1627
1628         * nndraft.el (nndraft-request-expire-articles): Use the group name
1629         instead if "nndraft".  Fix found by Nils Ackermann.
1630
1631 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1632
1633         * nnregistry.el: Added.
1634
1635 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1636
1637         * nnmail.el (group, group-art-list, group-art):
1638         Remove unneeded directives.
1639
1640 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1643         (mm-mime-charset)
1644         * rfc2047.el (rfc2047-syntax-table)
1645         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1646
1647         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1648         rather than `insert-file-contents' and `eval-region'.
1649
1650         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1651         construction.
1652
1653         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1654
1655         * time-date.el: No need to require cl for Emacs 21.
1656
1657 2010-09-29  Julien Danjou  <julien@danjou.info>
1658
1659         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1660         replacement of `gnus-gravatar-relief' to mimic
1661         `gnus-faces-properties-alist'.
1662         Add :version property.
1663
1664 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * mail-source.el (mail-source-report-new-mail)
1667         * message.el (message-default-mail-headers)
1668         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1669
1670         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1671
1672 2010-09-28  Julien Danjou  <julien@danjou.info>
1673
1674         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1675         mail-address contains the same string as real-name.
1676
1677         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1678         non-blank in header, otherwise it'll get stripped.
1679
1680         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1681         real-name, and then for mail address rather than doing : or , search.
1682
1683 2010-09-27  Julien Danjou  <julien@danjou.info>
1684
1685         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1686         (gnus-server-goto-server): Use gnus-completing-read.
1687
1688         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1689
1690         * mm-util.el (defalias): Use gnus-completing-read.
1691         (mm-codepage-setup): Use gnus-completing-read.
1692
1693         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1694         (smime-decrypt-buffer): Use gnus-completing-read.
1695
1696         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1697
1698         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1699         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1700         (mml-insert-multipart): Use gnus-completing-read.
1701
1702         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1703
1704         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1705
1706         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1707
1708         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1709
1710         * gnus.el (gnus-read-method): Use gnus-completing-read.
1711
1712         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1713
1714         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1715         (gnus-mime-action-on-part): Use gnus-completing-read.
1716         (gnus-article-encrypt-body): Use gnus-completing-read.
1717
1718         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1719         (gnus-topic-move-matching): Use gnus-completing-read.
1720         (gnus-topic-copy-matching): Use gnus-completing-read.
1721         (gnus-topic-sort-topics): Use gnus-completing-read.
1722         (gnus-topic-move): Use gnus-completing-read.
1723
1724         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1725         (gnus-agent-add-group): Use gnus-completing-read.
1726
1727         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1728         gnus-completing-read.
1729         (nnmairix-update-groups): Use gnus-completing-read.
1730         (nnmairix-get-server): Use gnus-completing-read.
1731         (nnmairix-backend-to-server): Use gnus-completing-read.
1732         (nnmairix-goto-original-article): Use gnus-completing-read.
1733         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1734
1735         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1736
1737         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1738         (gnus-group-make-useful-group): Use gnus-completing-read.
1739         (gnus-group-make-web-group): Use gnus-completing-read.
1740         (gnus-group-add-to-virtual): Use gnus-completing-read.
1741         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1742
1743         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1744         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1745         (gnus-summary-execute-command): Use gnus-completing-read.
1746         (gnus-summary-respool-article): Use gnus-completing-read.
1747         (gnus-read-move-group-name): Use gnus-completing-read.
1748
1749         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1750         (gnus-summary-score-effect): Use gnus-completing-read.
1751
1752         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1753
1754         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1755         right completing-read function.
1756         (gnus-use-ido): New variable
1757         (gnus-completing-read-with-default): Remove.
1758
1759 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1762         x-focus-frame.
1763
1764         * nnimap.el (auth-source-forget-user-or-password)
1765         (auth-source-user-or-password): Autoload.
1766
1767         * message.el (message-from-style, message-interactive)
1768         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1769         (message-yank-prefix, message-indentation-spaces, message-signature)
1770         (message-signature-file): Add comment.
1771
1772 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1775         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1776         new articles.
1777
1778         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1779         parts.
1780         (nnimap-request-article): Work with the t setting, too.
1781
1782         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1783         that you don't get flashes of other buffers.
1784         (gnus-summary-show-complete-article): Intern before setting.
1785
1786 2010-09-27  David Engster  <dengste@eml.cc>
1787
1788         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1789         well as HEADERS.
1790         (nnmairix-retrieve-headers): Provide new argument for the above.
1791
1792 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-sum.el (gnus-summary-move-article): Don't alter
1795         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1796         group.
1797
1798         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1799
1800         * message.el (message-cite-prefix-regexp): Revert my last edit.
1801
1802         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1803         variable instead of the Gnus variable.
1804
1805         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1806
1807         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1808         again.
1809
1810         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1811         since some servers don't like it.
1812         (nnimap-open-connection): Forget credentials if the server says the
1813         password was wrong.
1814         (nnimap-parse-line): Protect against invalid data.
1815
1816         * gnus-sum.el (gnus-summary-move-article): Add comment.
1817         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1818         nothing alters it while scanning for new messages.
1819
1820         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1821         which may or may not help.
1822         (nnimap-open-connection): If we're doing a stream connection, and then
1823         discover we're on a STARTTLS-capable server, then open a STARTTLS
1824         connection instead.
1825
1826 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnimap.el (utf7): Required.
1829
1830         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1831         prefix.
1832
1833 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1834
1835         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1836
1837 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * nnimap.el (nnimap-request-accept-article): Message the error on
1840         error.
1841
1842 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1845
1846 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * nndoc.el (nndoc-request-list): Return success always.
1849
1850         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1851         `fetch-old' -- we only want to fetch the articles we've requested.  The
1852         rest are in the agent, probably.
1853         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1854         disappeared server" to something low.  It's not important.
1855
1856         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1857         arrived before the FETCH data.
1858
1859         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1860         target here, because we don't know the Gnus name of the group.
1861
1862         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1863         for the correct group.
1864
1865         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1866
1867         * gnus.el (gnus): Give a final warning after startup.
1868
1869         * gnus-util.el (gnus-action-message-log): New variable.
1870         (gnus-message): Use it.
1871         (gnus-final-warning): New function.
1872
1873         * nnimap.el (nnimap-open-connection): Record the greeting.
1874         (nnimap): Add greeting.
1875
1876 2010-09-26  Julien Danjou  <julien@danjou.info>
1877
1878         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1879         arguments.
1880         (gnus-html-wash-images): Fix spec computing to include start/end.
1881
1882         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1883
1884 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1887         deletion.
1888         (nnimap-retrieve-headers): Don't select the group, because that's
1889         already done by nnimap-possibly-change-group.
1890
1891         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1892         (gnus-picon-transform-address): Use it.
1893
1894         * mail-source.el (mail-source-value): Revert previous patch.
1895
1896         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1897         on failure.
1898         (nnimap-open-connection): Look up both virtual and physical server name
1899         credentials.
1900
1901         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1902
1903 2009-02-07  Dave Love  <fx@gnu.org>
1904
1905         * tls.el (open-tls-stream): Don't query killing process.
1906
1907 2009-02-08  Dave Love  <fx@gnu.org>
1908
1909         * gnus-win.el (gnus-window-to-buffer-helper,
1910         gnus-all-windows-visible-p): Function needn't be a symbol.
1911
1912         * mail-source.el (mail-source-value): Function needn't be a symbol.
1913
1914 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * message.el (message-cite-prefix-regexp): Remove } from the cite
1917         prefix.
1918
1919         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1920         highlight again, so that the highlight is correct.
1921
1922         * gnus-picon.el (gnus-picon): Remove again.
1923         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1924
1925         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1926         doing the header highlightling, so that the background colour of the
1927         picon is correct.
1928
1929         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1930         (gnus-picon): Ditto.
1931         (gnus-picon): Reinstate.  The background colour for picons is white.
1932         (gnus-picon-insert-glyph): Make the background white.
1933
1934         * nnml.el (nnml-open-nov): Don't return dead buffers.
1935
1936         * auth-source.el (auth-source-create): Query the user for whether to
1937         store the credentials.
1938
1939         * netrc.el (netrc-store-data): New function.
1940
1941         * auth-source.el (auth-source-user-or-password): Use the existing auth
1942         sources, if any, for creation.
1943
1944         * gnus.el (gnus-group-fast-parameter): Return the last matching
1945         parameter instead of the first matching parameter.
1946
1947 2010-09-26  Julien Danjou  <julien@danjou.info>
1948
1949         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1950
1951 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * mml2015.el (mml2015-use): Remove gpg support.
1954
1955         * mml1991.el (mml1991-function-alist): Remove gpg function.
1956         (mml1991-gpg-sign): Removed.
1957
1958 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1959
1960         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1961         (gnus-browse-unsubscribe-current-group): Document it.
1962         (gnus-browse-unsubscribe-group): Use it.
1963
1964 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1967         address to the To list for easier response.
1968
1969         * gnus.el (gnus-play-startup-jingle): Removed.
1970         (gnus-splash): Don't play jingle.
1971         (gnus): Silence gnus-load message.
1972
1973         * gnus-art.el (gnus-treat-play-sounds): Removed.
1974
1975         * gnus.el (gnus-play-jingle): Remove audio support.
1976
1977         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1978
1979         * earcon.el: Removed -- no users.
1980
1981         * gnus-audio.el: Removed -- no users of this package.
1982
1983         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1984
1985         * gnus-start.el (gnus-setup-news): Remove nocem support.
1986
1987         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1988
1989         * gnus.el (gnus-use-nocem): Removed.
1990
1991         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1992         Removed.
1993
1994         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1995         uses NoCeM any more.
1996
1997         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1998         (gnus-button-ctan-handler): Ditto.
1999         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2000         (gnus-button-ctan-directory-regexp): Ditto.
2001         (gnus-button-handle-ctan): Ditto.
2002         (gnus-button-tex-level): Ditto.
2003         (gnus-button-alist): Removed CTAN stuff.
2004
2005 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2008         nnimap-streaming test.
2009
2010         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2011         servers twice.
2012
2013         * nnimap.el (nnimap-open-connection): Add more error reporting when
2014         nnimap fails early.
2015
2016         * nnheader.el (nnheader-get-report-string): New function.
2017         (nnheader-get-report): Use it.
2018
2019         * gnus-int.el (gnus-check-server): Say what the error was when opening
2020         failed.
2021
2022         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2023         using streaming.
2024
2025 2010-09-25  Julien Danjou  <julien@danjou.info>
2026
2027         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2028         gnus-window-inside-pixel-edges.
2029
2030 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2033
2034         * mm-decode.el (mm-save-part): Allow saving to other directories the
2035         normal Emacs way.
2036
2037         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2038         by Jay Berkenbilt.
2039
2040         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2041         there isn't a single byte.
2042
2043         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2044         just do it.  It doesn't really seem to matter what the user responds
2045         here, I think, so it's just a confusing question.
2046
2047         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2048         non-streaming case.
2049
2050         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2051         (gnus-article-encrypt-body): Use it.
2052
2053         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2054         keystroke.
2055
2056         * nnimap.el (nnimap-find-wanted-parts-1): Use
2057         gnus-fetch-partial-articles.
2058
2059         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2060
2061         * nnimap.el (nnimap-insert-partial-structure): New function.
2062         (nnimap-get-partial-article): New function.
2063         (nnimap-request-article): Use it.
2064         (nnimap-wait-for-response): Return whether the wait was successful.
2065         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2066         retrieval wasn't successful.
2067         (nnimap-retrieve-group-data-early): Allow throttling servers.
2068         (nnimap-streaming): New variable.
2069         (nnimap-fetch-partial-articles): Removed.
2070
2071         * mm-decode.el (mm-with-part): Protect against killed buffers.
2072
2073         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2074         for prettier summary display.
2075
2076 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2077
2078         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2079         directly.
2080
2081 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2084         apparently third-party libraries depend on it.
2085
2086         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2087         before starting negotiation.
2088
2089         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2090         privacy reasons.
2091         (gnus-treat-mail-gravatar): Ditto.
2092
2093         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2094         buffer when inserting images.  Inserting text into the headers, for
2095         instance, can make them invalid.
2096
2097 2010-09-25  Julien Danjou  <julien@danjou.info>
2098
2099         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2100         variables.
2101
2102         * nnheader.el: Remove useless variables news-reply-yank-from and
2103         news-reply-yank-message-id.
2104
2105         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2106         variables.
2107
2108         * mml1991.el: Remove useless mml1991-verbose.
2109
2110         * gnus.el: Remove useless variable gnus-use-generic-from.
2111         Remove obsolete variable gnus-topic-indentation.
2112
2113         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2114
2115         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2116
2117         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2118
2119         * gnus-group.el: Remove useless gnus-group-icon-cache.
2120         Remove useless gnus-ephemeral-group-server.
2121
2122         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2123
2124         * mml2015.el: Remove useless mml2015-verbose.
2125
2126         * mml-smime.el: Remove useless mml-smime-verbose.
2127
2128         * gnus.el: Remove useless gnus-local-domain.
2129
2130         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2131         gnus-gravatar-size.
2132
2133         * gnus-art.el: Remove useless gnus-treat-translate.
2134
2135 2010-09-24  Julien Danjou  <julien@danjou.info>
2136
2137         * gnus-sum.el: Add support for Gravatars.
2138
2139         * gnus-art.el: Add support for Gravatars.
2140
2141         * gnus-gravatar.el: Add this file.
2142
2143         * gravatar.el: Add this file.
2144
2145 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2148
2149         * gnus-group.el (gnus-group-fetch-faq): Removed.
2150
2151         * gnus.el (gnus-group-faq-directory): Removed.
2152
2153         * gnus-group.el (gnus-group-fetch-charter): Removed.
2154
2155         * gnus.el (gnus-group-charter-alist): Removed.
2156
2157         * gnus-group.el (gnus-group-archive-directory): Removed.
2158         (gnus-group-recent-archive-directory): Ditto.
2159         (gnus-group-make-archive-group): Removed.
2160
2161         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2162
2163         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2164         use the same article number for all the cached articles.
2165
2166         * nnimap.el (nnimap-command): Register the last command time so
2167         that we can use it for idling NOOPs.
2168         (nnimap-open-connection): Start the keeplive timer.
2169         (nnimap-make-process-buffer): Store all the process buffers.
2170         (nnimap-keepalive): New function.
2171
2172         * starttls.el (starttls-open-stream): Add autoload cookie.
2173
2174 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2175
2176         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2177         handling.
2178
2179 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2182         its data structures.
2183
2184         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2185         instead of the cl.el copy-list.
2186         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2187         equalp.
2188
2189 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2192         and tool-bar-local-item-from-menu.
2193
2194         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2195         mode-line-highlight face for Emacs.
2196
2197         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2198         loading gnus-sum.elc; fix comment for canlock-verify.
2199         (gnus-article-jump-to-part): Use read-number.
2200         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2201         Emacs pre-21 compatible code for help-echo.
2202         (gnus-article-next-page-1): No need to adjust the number of lines.
2203         (gnus-article-describe-bindings): Always use help-buffer.
2204
2205         * gnus-audio.el (gnus-audio-inline-sound)
2206         * gnus-cus.el (gnus-custom-mode)
2207         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2208
2209         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2210
2211         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2212         compatible code.
2213
2214 2010-09-24  Glenn Morris  <rgm@gnu.org>
2215
2216         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2217         visiting the fcc file in rmail-mode.
2218
2219         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2220
2221 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * nnir.el: Silence the byte compiler.
2224
2225         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2226         alias to browse-url-url-encode-chars if any.
2227         (gnus-html-encode-url): Use it.
2228
2229 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus-start.el (gnus-use-backend-marks): New variable.
2232         (gnus-get-unread-articles-in-group): Use it.
2233
2234         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2235         makeover.
2236
2237 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2238
2239         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2240
2241 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2244         Removed.
2245         (gnus-setup-news-hook): Removed
2246         gnus-fixup-nnimap-unread-after-getting-new-news.
2247
2248         * gnus-int.el (gnus-request-update-info): Protect against backends not
2249         having the function.
2250
2251         * nnimap.el (nnimap-stream): Mention starttls.
2252         (nnimap-open-connection): Add starttls support.
2253
2254 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2255
2256         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2257
2258 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2261         BODYSTRUCTUREs.
2262         (nnimap-transform-headers): Unfold quoted {42} headers.
2263
2264         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2265         the info.
2266         (gnus-get-unread-articles): Only call updatep on backends that support
2267         it.
2268
2269         * nnweb.el (nnweb-request-update-info): NOOP.
2270
2271         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2272
2273         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2274         since it only deals with marks.
2275
2276         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2277         gnus-request-marks, and make a new gnus-request-update-info.
2278
2279         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2280         the active instead of the high number, which is usually too low.
2281
2282 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2285         * encrypt.el: Removed.
2286
2287 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2290         server in symbolic form.
2291
2292         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2293         0.9.
2294
2295 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2298         (nnimap-update-info): Fix up code slightly.
2299
2300         * gnus-int.el (gnus-open-server): Add tracing for performance
2301         debugging.
2302
2303         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2304         (gnus-group-insert-group-line): Pass the real group name so that it
2305         gets the right data.
2306
2307         * gnus-start.el (gnus-get-unread-articles): Don't have
2308         `gnus-get-unread-articles-in-group' update info, since that can be
2309         really slow and doesn't seem to be needed?
2310
2311 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2312
2313         * time-date.el (date-to-time): Try using parse-time-string first before
2314         using the slower timezone-make-date-arpa-standard.
2315
2316 2010-09-22  Julien Danjou  <julien@danjou.info>
2317
2318         * gnus-group.el (gnus-group-insert-group-line): Call
2319         gnus-group-highlight-line.
2320         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2321         default hook list.
2322         (gnus-group-update-eval-form): Add new function.
2323         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2324         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2325
2326 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2329         immediate, then expire all articles.
2330         (nnimap-update-info): Fix off-by-one errors.
2331         (nnimap-flags-to-marks): Would return no marks lists for group with no
2332         flags.  Instead return the other data.
2333
2334 2010-09-22  Julien Danjou  <julien@danjou.info>
2335
2336         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2337         Only return an icon.
2338         (gnus-group-insert-group-line): Compute icon to return.
2339
2340         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2341         variable.
2342         (gnus-html-image-fetched): Only cache if
2343         gnus-html-image-automatic-caching is set.
2344         (gnus-html-image-fetched): Check for errors.
2345
2346 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2349         once per method on `g'.  This ensures that backends like nnfolder don't
2350         open all their folders.
2351
2352         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2353         (nnimap-request-list): Nix out group in the correct buffer.
2354         (nnimap-parse-flags): Implement by using `read' instead of
2355         hand-parsing.
2356         (nnimap-flags-to-marks): Pass on permanent-flags.
2357         (nnimap-make-process-buffer): Record the server name.
2358         (nnimap-parse-flags): Fix typo.
2359         (nnimap-request-scan): Run split on the server in general, not just a
2360         single group.
2361
2362         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2363         parameter, and propagate this downwards.
2364
2365         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2366         since EXAMINE changes it on the server.
2367
2368         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2369         this command might take a while.
2370
2371 2010-09-22  Julien Danjou  <julien@danjou.info>
2372
2373         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2374         harmful if you have 2 images side-by-side, they can't be properly
2375         update on text deletion.  Using text-property is safer here.
2376         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2377         data.
2378
2379 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * nnimap.el (nnimap-expunge-inbox): Removed.
2382         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2383         (nnimap-expunge): Flip default to t.
2384
2385         * gnus.el (gnus-method-to-server): Don't push things to the cache
2386         unless it's unique.
2387         (gnus-server-to-method): Ditto.
2388
2389 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2392
2393 2010-09-22  Julien Danjou  <julien@danjou.info>
2394
2395         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2396         get the start of data.
2397         (gnus-html-encode-url): Add this function to encode special chars in
2398         URL.
2399         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2400         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2401
2402         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2403         default.
2404         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2405
2406         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2407         images alt-text.
2408         (gnus-html-put-image): Put alt-text as help-echo.
2409
2410 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2413         * mm-util.el (mm-decompress-buffer)
2414         * nnir.el (nnir-run-find-grep)
2415         * pop3.el (pop3-list): Use 3rd arg of split-string.
2416
2417         * time-date.el (format-seconds): Comment fix.
2418
2419         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2420         and byte-optimize-form-code-walker.
2421         (dgnushack-make-auto-load): Don't advise make-autoload.
2422
2423         * lpath.el: Remove Emacs 21 stuff.
2424
2425 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2428         outside the active range.  Suggested by Dan Christensen.
2429
2430         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2431         slightly later to avoid double-getting it.
2432
2433         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2434         previous patch.
2435
2436         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2437
2438 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2439
2440         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2441
2442 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * gnus-int.el (gnus-open-server): Give a better error message in the
2445         "go offline" case.
2446
2447         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2448         marks for nnimap, which is seldom the right thing to do.
2449
2450         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2451         (gnus-same-method-different-name): New function.
2452
2453         * nnimap.el (parse-time): Require.
2454
2455         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2456         method in the presence of many similar methods.
2457
2458         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2459
2460         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2461         nnml-inhibit-expiry.
2462
2463         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2464         find out whether methods are equal.
2465
2466         * nnimap.el (nnimap-find-expired-articles): New function.
2467         (nnimap-process-expiry-targets): New function.
2468         (nnimap-request-move-article): Request the article before looking at
2469         what the Message-ID is.  Fix found by Andrew Cohen.
2470         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2471
2472         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2473         for oldness in addition to being a predicate.
2474
2475         * nnimap.el (nnimap-request-group): When we have zero articles, return
2476         the right data to Gnus.
2477         (nnimap-request-expire-articles): Only delete articles immediately if
2478         the target is 'delete.
2479
2480         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2481         method, this would bug out.
2482
2483         * gnus-group.el (gnus-group-expunge-group): Renamed from
2484         gnus-group-nnimap-expunge, and implemented as a normal interface
2485         function.
2486
2487         * gnus-int.el (gnus-request-expunge-group): New function.
2488
2489         * nnimap.el (nnimap-request-create-group): Implement.
2490         (nnimap-request-expunge-group): New function.
2491
2492 2010-09-21  Julien Danjou  <julien@danjou.info>
2493
2494         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2495         (gnus-html-cache-expired): Add new function.
2496         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2497         wethever we should display image for fetch it.
2498         Compute alt-text earlier to pass it to the fetching function too.
2499         (gnus-html-schedule-image-fetching): Change function argument to only
2500         get one image at a time, not a list.
2501         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2502         cache.
2503         (gnus-html-get-image-data): New function to retrieve image data from
2504         cache.
2505         (gnus-html-put-image): Change buffer argument to use image data rather
2506         than file, and place image above region rather than inserting a new
2507         one. Do not take alt-text as argument, since it's useless now: we place
2508         the image above alt-text.
2509         (gnus-html-prune-cache): Remove.
2510         (gnus-html-show-images): Start to fetch image when we find one, do not
2511         push into a temporary list.
2512         (gnus-html-prefetch-images): Only fetch image if they have expired.
2513         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2514         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2515
2516 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2519
2520 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2523         spec inser "*" if the group isn't active instead of 0.
2524
2525         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2526         opening the server.
2527         (nnimap-request-delete-group): Implement group deletion.
2528         (nnimap-transform-headers): Return the size of the entire message in
2529         the Bytes header, not just the size of the first part.
2530         (nnimap-request-move-article): When moving an article from nnimap,
2531         request the article first so the accepting form has an article to
2532         accept.  Reported by Dan Christensen.
2533         (nnimap-command): Make sure that the error message doesn't error out.
2534
2535 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2536
2537         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2538         we haven't requested anything.
2539
2540 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2543         "".  Fix found by Andrew Cohen.
2544
2545         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2546         instead of -encode-string.
2547
2548 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2551
2552         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2553         by mm-subst-char-in-string.
2554
2555 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2558         waiting for the connection string.
2559
2560         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2561         arriving.
2562
2563         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2564         bogus characters.  This allows selecting certain Gmail groups.
2565
2566         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2567         (nnimap-fetch-partial-articles): New variable.
2568         (nnimap-open-connection): When looking for credentials, also use the
2569         nnimap-server-port.
2570         (nnimap-request-article): Return the group/article number, so that Gnus
2571         `^' works as expected.
2572         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2573         them.
2574
2575         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2576         comments.
2577         (gnus-methods-sloppily-equal): New function.
2578         (gnus): When using the development version of Gnus, load the gnus-load
2579         file.
2580
2581         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2582         `gnus-open-server' on each method before trying to scan them etc.  This
2583         ensures that all the backend parameters are set correctly.
2584
2585         * nnimap.el (nnimap-authenticator): New variable.
2586         (nnimap-open-connection): Allow anonymous login.
2587         (nnimap-transform-headers): The chars header is called Chars not
2588         Bytes.
2589         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2590         drops.
2591
2592         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2593         patch, found by Knut Anders Hatlen.
2594
2595 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2596
2597         * gnus-agent.el (gnus-agent-batch-confirmation)
2598         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2599         to gnus-message.
2600         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2601         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2602         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2603         * gnus-int.el (gnus-open-server): Likewise.
2604         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2605         (gnus-score-check-syntax): Likewise.
2606         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2607         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2608         Likewise.
2609         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2610
2611 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2614         calling conventions so that prefetch doesn't bug out.
2615
2616 2010-09-19  Julien Danjou  <julien@danjou.info>
2617
2618         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2619         rather than `subst-char-in-region' in order to be able to replace ASCII
2620         char by UTF-8 ones.
2621
2622         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2623         than curl.
2624         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2625         the right URL and ALT text on images.
2626         (gnus-html-wash-tags): Fix tag case.
2627         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2628         (gnus-article-html): Add -o display_ins_del=2 option.
2629         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2630
2631 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2634         the extra mail headers, which sometimes seem to happen for unknown
2635         reasons.
2636
2637         * mail-parse.el (mail-header-encode-parameter): Define as
2638         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2639         (or most, perhaps?) mail readers don't understand the latter, but do
2640         understand the former.
2641
2642         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2643         to nil, so that no methods are automatically agentized.  I think this
2644         is probably what most users want.
2645
2646         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2647         from url-retrieve, for instance about invalid URLs.
2648
2649         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2650         groups that have no articles.
2651         (nnimap-request-article): Check that we really got an article when we
2652         requested one.
2653
2654         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2655         doesn't exist.
2656
2657         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2658         nntp buffer so the agent can save it.
2659         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2660         that CRLF doesn't get translated to \n.
2661         (nnimap-open-connection): Don't make 'shell commands only send \n.
2662
2663 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2664
2665         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2666         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2667         Update var name.
2668         (nnml-generate-nov-file): Use dolist.
2669         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2670         Use with-current-buffer.
2671
2672 2010-09-18  Julien Danjou  <julien@danjou.info>
2673
2674         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2675         parallel.
2676
2677 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2680         the range update right.
2681         (nnimap-request-group): Don't make `M-g' bug out on group with no
2682         marks.
2683         (nnoo): Required, so that other packages can require nnimap.
2684         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2685         command we're looking for.  This helps when the server sends more
2686         responses after we've gotten everything we expected.
2687         (nnimap): Add a `newlinep' field to keep track of end-of-line
2688         conventions.
2689         Don't send CRLF to things that don't want it.
2690         (nnimap-request-accept-article): Ditto.
2691
2692 2010-09-18  Julien Danjou  <julien@danjou.info>
2693
2694         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2695         than curl to retrieve images.
2696
2697 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2700         the marks.
2701         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2702         (nnimap-wait-for-connection): New function.
2703         (nnimap-open-connection): If we have PREAUTH, don't query for login
2704         credentials.
2705         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2706         when doing a partial update.
2707
2708 2010-09-18  Julien Danjou  <julien@danjou.info>
2709
2710         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2711         tags.
2712
2713 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * nnimap.el (nnimap-credentials): New function.
2716         (nnimap-open-connection): Use the new function to look for credentials
2717         also on the numeric equivalents of "imap" and "imaps".
2718
2719         * gnus-start.el (gnus-activate-group): Send the info to
2720         gnus-request-group.
2721
2722         * nnimap.el (nnimap-request-group): Have the "check" version of the
2723         function parse flags and update the info, so that a `M-g' get a total
2724         resync of all flags from the group.
2725
2726         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2727         to allow backends to alter the info on group selection.  Also alter all
2728         the backend -request-group functions to take the parameter.
2729
2730         * nnimap.el (nnimap-store-info): New function.
2731         (nnimap-update-info): Store the info for later usage.
2732         (nnimap-request-group): Use the stored info for the dont-check case, so
2733         that we don't retrieve all marks when we enter a group.
2734
2735         * nnimap.el: Use deffoo instead of defun for interface functions.
2736
2737         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2738         update the group info.  This makes the nndraft groups, for instance, go
2739         back to their old behaviour.
2740
2741         * gnus-sum.el (gnus-select-newsgroup): Indent.
2742
2743         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2744         in.
2745         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2746         nothing.
2747
2748         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2749         from methods that are denied.
2750
2751         * gnus-int.el (gnus-method-denied-p): New function.
2752
2753         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2754         store the password instead of netrc.
2755         (nnimap-open-connection): Don't error out when we can't make a
2756         connections.
2757
2758         * auth-source.el (auth-source-create): In the password prompt, say what
2759         we're querying for.  Also prompt for user name if that hasn't been
2760         given.
2761
2762         * nnimap.el (nnimap-with-process-buffer): Removed.
2763
2764 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2767         method when we're reading from the agent.
2768
2769         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2770
2771         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2772         that's probably most useful for users.
2773
2774         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2775         "failed" all the time.
2776
2777         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2778         ...)) with (with-current-buffer ... ).
2779
2780         * nntp.el (nntp-open-server): Return whether the open was successful or
2781         not.
2782
2783         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2784         select an unread unseen article first.
2785
2786         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2787         /etc/services, supply some sensible port defaults.
2788
2789         * dgnushack.el: Define netrc-credentials.
2790
2791 2010-09-17  Julien Danjou  <julien@danjou.info>
2792
2793         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2794
2795 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2796
2797         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2798         doesn't have any parameters.
2799
2800 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2803         only upcased checks.
2804
2805         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2806
2807         * nnimap.el (nnimap-open-shell-stream): New function.
2808         (nnimap-open-connection): Use it.
2809         (nnimap-transform-headers): Get the number of lines in each message.
2810         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2811         number of lines.
2812         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2813         problem.
2814
2815         * utf7.el (utf7-encode): Autoload.
2816
2817         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2818         to allow the mail splitting to not return a default group.  This is
2819         useful for nnimap, which will leave unmatched mail in the inbox.
2820
2821         * nnimap.el: Rewritten.
2822
2823         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2824         nnimap usage.
2825
2826         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2827         if the move is internal, so that nnimap can do fast internal moves.
2828
2829         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2830         data.
2831         (gnus-read-active-for-groups): Support finishing the early retrieval of
2832         data.
2833
2834         * gnus-range.el (gnus-range-nconcat): New function.
2835
2836         * gnus-int.el (gnus-finish-retrieve-group-infos)
2837         (gnus-retrieve-group-data-early): New functions.
2838
2839 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2842         (nnrss-retrieve-groups):
2843         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2844         (pop3-quit): Use with-current-buffer.
2845
2846 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2849         instead of nnheader-accept-process-output.
2850
2851         * dgnushack.el (dgnushack-compile): Add comment.
2852
2853         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2854
2855         * gnus-html.el (gnus-html-schedule-image-fetching)
2856         (gnus-html-prefetch-images): Replace process-kill-without-query by
2857         gnus-set-process-query-on-exit-flag.
2858
2859 2010-09-16  Romain Francoise  <romain@orebokech.com>
2860
2861         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2862
2863 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2866         parameter to unintern is mandatory-ish in Emacs 24.
2867
2868         * gnus-html.el (gnus-html-schedule-image-fetching)
2869         (gnus-html-prefetch-images): Check for curl before using it.
2870
2871         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2872         depend on curl, which isn't essential.
2873
2874         * imap.el: Revert back to version
2875         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2876         seem problematic.
2877
2878 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2879
2880         * gnus-registry.el (gnus-registry-install-shortcuts):
2881         Explicitly pass `obarray' to `unintern' to avoid a warning.
2882
2883 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2886         change.
2887
2888         * nnrss.el (nnrss-request-list): Removed this function and related
2889         functions, including the moreover stuff.
2890
2891 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * nnrss.el (nnrss-retrieve-groups): New function.
2894
2895 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2896
2897         * .dir-locals.el: Add no-byte-compile cookie.
2898
2899 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * time-date.el (format-seconds): Comment fix.
2902
2903         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2904         for back end that doesn't support request-scan.
2905
2906 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2909         then do request scans from the backends.
2910
2911         * netrc.el (netrc-credentials): New conveniency function.
2912
2913         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2914         avoid running a hook per line, since this takes a lot of time,
2915         profiling shows.
2916         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2917         directly if gnus-visual-p is true.
2918
2919 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2922         groups; replace mapcar with dolist which is a bit faster; pass groups
2923         info to gnus-read-active-file-1.
2924         (gnus-read-active-file-1): Scan only specified groups if the new
2925         optional arg `infos' is given.
2926
2927 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2930
2931         * pop3.el (pop3-movemail): Removed.
2932         (pop3-streaming-movemail): Renamed to pop3-movemail.
2933
2934         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2935         don't restrict end-tag searches to the end of the line.
2936
2937 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2940         articles of every unchecked group to t, which means unknown since the
2941         server has never been opened.
2942
2943 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-html.el (gnus-html-show-alt-text): New command.
2946         (gnus-html-browse-image): Ditto.
2947         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2948         to browse the image directly.
2949         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2950         better.
2951
2952         * gnus-async.el (gnus-async-article-callback): Call
2953         `gnus-html-prefetch-images' unconditionally.
2954
2955         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2956         before feeding URLs to curl.
2957
2958 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2961         internal images as deletable by `W D D'.
2962
2963         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2964         (gnus-async-article-callback): Fix typo.
2965
2966 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2969         current line to work around bugs in the output from w3m.
2970
2971         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2972         for groups that want that.
2973
2974         * nntp.el (nntp-wait-for-string): Supply a timeout for
2975         accept-process-output to ensure progress.
2976
2977         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2978         level to get unread articles from, then use that for foreign groups,
2979         too.
2980
2981         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2982         confuses the rest of the function.
2983
2984         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2985         for the methods that support -retrieve-groups, too.
2986
2987         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2988
2989 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2992         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2993
2994         * pop3.el: Require cl when compiling.
2995         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2996
2997 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3000         that aren't going to be activated.
3001         (gnus-get-unread-articles): Fix up the last commit.
3002
3003         * gnus-html.el (gnus-article-html): Allow calling without specifying
3004         the handle.  In that case, dissect the buffer first.
3005
3006         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3007
3008         * nnimap.el (nnimap-open-connection): Revert the change that would look
3009         into authinfo for imaps instead of imap.
3010
3011         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3012         say that you don't want to call gnus-request-group with don-check, but
3013         do check the reponse.  This is for virtual groups only.
3014         (gnus-get-unread-articles): Count the archive groups as secondary, so
3015         that they're activated the same way as before.
3016
3017         * imap.el (imap-message-map): Removed optional buffer parameter, since
3018         no callers use it.
3019         (imap-message-get): Ditto.
3020         (imap-message-put): Ditto.
3021         (imap-mailbox-map): Ditto.
3022         (imap-mailbox-put): Ditto.
3023         (imap-mailbox-get): Ditto.
3024         (imap-mailbox-get): Revert last change for this function.
3025
3026         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3027         case-insensitively.
3028         (nnimap-debug): Removed.
3029
3030         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3031         to use `imap-fetch' instead.  According to the comments, this should be
3032         safe, since all other IMAP clients use the 1:* syntax.
3033         (imap-enable-exchange-bug-workaround): Removed.
3034         (imap-debug): Removed -- doesn't seem very useful.
3035
3036         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3037         mail from a file, and the file doesn't exist.
3038
3039         * imap.el (imap-log): New convenience function used throughout instead
3040         of repeating the same code all over the place.
3041
3042         * pop3.el (pop3-streaming-movemail): Return t for success.
3043
3044         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3045         .authinfo if we're using ssl connection.
3046
3047         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3048         already have if we're in a main Gnus `g' run.
3049
3050         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3051
3052 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3055
3056         * nnmh.el (nnmh-request-list-1): Bind `file'.
3057
3058         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3059         alias to set-process-query-on-exit-flag or process-kill-without-query.
3060         (pop3-open-server): Use it.
3061
3062 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3065         box to the Incoming file.  Fixes mistake in previous checkin.
3066
3067         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3068         request loop (for debugging purposes) removed.
3069
3070         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3071         culprit is more visible.
3072         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3073         (nnml-add-incremental-nov): New functions to do "incremental" nov
3074         updates, where we just append to the end of the existing nov files
3075         without reading/writing them in full.
3076
3077         * mail-source.el (mail-source-delete-crash-box): Really only check the
3078         incoming files once in a while.
3079
3080         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3081
3082         * mail-source.el (mail-source-delete-crash-box): Only check the
3083         incoming files for deletion once per day to save a lot of file
3084         accesses.
3085
3086         * pop3.el (pop3-logon): Fix up unbound variable typo.
3087
3088         * mail-source.el (pop3-streaming-movemail): Autoload.
3089
3090         * pop3.el (pop3-streaming-movemail): Respect
3091         pop3-leave-mail-on-server.
3092
3093         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3094         retrieval.
3095
3096         * pop3.el (pop3-process-filter): Removed unused function.
3097         (pop3-streaming-movemail, pop3-send-streaming-command)
3098         (pop3-wait-for-messages, pop3-write-to-file)
3099         (pop3-number-of-responses): New functions for streaming pop3
3100         retrieval.
3101
3102         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3103         come from no known methods.
3104         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3105         list.
3106
3107         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3108         message sizes.
3109         (pop3-movemail): Use erase-buffer instead of looping and deleting
3110         regions, which seems rather odd.
3111
3112         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3113         file once per `g' run.
3114
3115         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3116         directories.  This makes the draft queue directory work.
3117
3118         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3119         data from the backends, so that we only request the list of groups from
3120         each method once.  This should speed things up considerably.
3121
3122         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3123         detect that it's not implemented.
3124
3125         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3126         we actually do recurse down into the tree, but don't stat all leaf
3127         nodes.
3128
3129         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3130         then say so instead of bugging out.
3131
3132         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3133         files exist before trying to read them.
3134
3135         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3136         around <pre_int>.
3137
3138         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3139
3140         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3141
3142 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * mm-util.el (mm-image-load-path): Just return the image directories,
3145         not all directories in the path in addition to the image directories.
3146         (mm-image-load-path): Maintain a cache of the image directories so that
3147         the `g' command in Gnus doesn't have to stat dozens of directories each
3148         time.
3149
3150         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3151         (gnus-html-wash-tags): Add a new `i' command to insert images.
3152         (gnus-html-insert-image): New command and keystroke.
3153         (gnus-html-redisplay-with-images): New command and keystroke.
3154         (gnus-html-show-images): Renamed command.
3155         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3156         spacers.
3157         (gnus-html-wash-tags): Decode entities at the end, so that entities
3158         inside the tags don't mess up the rest of the "parsing".
3159
3160         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3161         so that nnimap methods aren't agentized by default.  There's apparently
3162         many problems related to agent/imap behaviour.
3163
3164         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3165
3166         * gnus-html.el: Doc fix.
3167
3168 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3171         specifier-spec-list for Emacs 21.
3172
3173         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3174         glyph-width and glyph-height instead of display-graphic-p and
3175         image-size; make avoidance of displaying small images work for XEmacs.
3176
3177         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3178         for XEmacs.
3179
3180         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3181         of symbol that holds plist data.
3182         (gnus-process-plist): Remove plist of process after getting it.
3183
3184 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * message.el (message-generate-hashcash): Change default to
3187         'opportunistic if hashcash is installed.
3188
3189         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3190         (gnus-html-put-image): Only call image-size once, since it's somewhat
3191         time-consuming on remote X servers.
3192
3193 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3196         type on data, not a file name.
3197
3198         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3199         window-pixel-edges for Emacs 21.
3200
3201         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3202         decoded contents.
3203         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3204
3205 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3208         group line format, since it isn't very interesting.
3209
3210         * gnus-agent.el (gnus-agent-short-article),
3211         (gnus-agent-long-article): Increase values for these two variables,
3212         since most people are likely to have more network connection and
3213         storage than before.
3214
3215         * gnus.el (gnus-refer-article-method): Change default to 'current.
3216         When referring an article, the common behaviour is to refer it from the
3217         current select method, not the native select method.  The chances of
3218         the native select method having the message in question is rather slim
3219         these days.
3220
3221         * gnus-sum.el (gnus-auto-select-subject): Change default to
3222         `unseen-or-unread'.  I think it's likely that most people want to
3223         select an unseen article over a previously seen, but unread one.
3224
3225         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3226         means that in the article buffer none of the minor mode elements will
3227         be shown, usually, and this is not desirable in most cases.
3228
3229         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3230         that commands like `d' (and the like) go to the next line in the
3231         buffer, instead of the next unread article.  I think this is the
3232         behaviour that is most natural for most users.
3233         (gnus-single-article-buffer): Change default to nil, so that people can
3234         have as many article buffers open as they have summary buffer.  I think
3235         this is the most natural way for the groups to behave.
3236
3237         * message.el (message-generate-new-buffers): Change default to
3238         `unsent', so that all new message buffers start their names with the
3239         string "*unsent", and it's easier to find the buffers if you move from
3240         them.
3241
3242 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3245         small.  They're probably tracking images.
3246         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3247         (gnus-html-rescale-image): Yet another try at getting the image sizing
3248         right.
3249
3250         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3251         nntp-marks-file-name is nil.
3252
3253 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         * gnus-html.el (gnus-html-wash-tags)
3256         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3257         Better logging.
3258
3259 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3262
3263         * gnus-html.el (gnus-html-wash-tags): Check the value of
3264         gnus-blocked-images in the summary buffer.
3265
3266 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3267
3268         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3269
3270 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3273         like "a", it seems like.
3274         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3275         since it needs to be picked from the correct buffer.
3276
3277         * nnwfm.el: Removed.
3278
3279         * nnlistserv.el: Removed.
3280
3281 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3284         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3285
3286 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * nnkiboze.el: Removed.
3289
3290         * nndb.el: Removed.
3291
3292         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3293         alt text.
3294         (gnus-html-rescale-image): Try to get the rescaling logic right for
3295         images that are just wide and not tall.
3296
3297         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3298         overshadow variable bindings.
3299
3300 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3301
3302         * gnus-html.el (gnus-html-wash-tags)
3303         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3304         extra logging.
3305
3306 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3309         (gnus-max-image-proportion): New variable.
3310         (gnus-html-rescale-image): New function.
3311         (gnus-html-put-image): Rescale images.
3312
3313 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3314
3315         Fix up some byte-compiler warnings.
3316         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3317         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3318         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3319         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3320         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3321         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3322         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3323
3324 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-html.el (gnus-article-html): Decode contents by charset.
3327
3328 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3331         (gnus-html-frame-width, gnus-blocked-images)
3332         * message.el (message-prune-recipient-rules): Add custom version.
3333         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3334
3335         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3336         functions.
3337
3338         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3339         gnus-process-get.
3340
3341 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3342
3343         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3344         instead of lsub directly.
3345
3346 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnwarchive.el: Removed.
3349
3350         * gnus-soup.el: Removed.
3351
3352         * nnsoup.el: Removed.
3353
3354         * nnultimate.el: Removed.
3355
3356         * gnus-html.el (gnus-blocked-images): New variable.
3357
3358         * message.el (message-prune-recipients): New function.
3359         (message-prune-recipient-rules): New variable.
3360
3361         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3362         guess whether a long line is natural text or not.
3363
3364         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3365         gnus-process-plist and friends for compatibility.
3366
3367 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3368
3369         * gnus-html.el: Require packages that define macros used in this file.
3370         (gnus-article-mouse-face): Declare to silence byte-compiler.
3371         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3372         process-get.
3373         (gnus-html-put-image): Use plist-get to avoid getf.
3374         (gnus-html-prefetch-images): Use with-current-buffer.
3375
3376 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-ems.el: Provide compatibility functions for
3379         gnus-set-process-plist.
3380
3381         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3382         header-line-format for XEmacs 21.4.
3383
3384         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3385         * gnus.el (gnus-valid-select-methods)
3386         * message.el (message-send-mail-partially-limit)
3387         * mm-decode.el (mm-text-html-renderer)
3388         * mml.el (mml-insert-mime-headers-always)
3389         * smiley.el (smiley-regexp-alist): Bump custom version.
3390
3391 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * gnus-html.el: require mm-url.
3394         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3395         with the url to `url'.
3396         (gnus-html-wash-tags): Support cid: URLs/images.
3397
3398 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3401         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3402         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3403
3404         * gnus-move.el: Removed file, since it doesn't really work.
3405
3406         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3407         UTF-8.  This seems to fix problems with some German web feeds.
3408
3409         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3410         at the top so that the proper colours are applied.
3411
3412         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3413         don't have dots in their names.
3414
3415         * gnus-art.el (gnus-article-view-part): Doc fix.
3416
3417         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3418         XEmacs-compatible.
3419         (gnus-html-put-image): Don't do images on non-graphic displays.
3420
3421         * nnslashdot.el: Removed this unused backend.
3422
3423         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3424         actions.
3425         (gnus-undo-register-1): Revert last change.
3426
3427         * gnus-group.el (gnus-group-completing-read): Protect against not
3428         having completion-styles bound.
3429
3430         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3431         make broken recipients happier.
3432
3433         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3434
3435         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3436         point parameter.
3437
3438         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3439
3440         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3441         completion-styles for group selection.
3442
3443 2009-02-04  Andreas Schwab  <schwab@suse.de>
3444
3445         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3446         headers and regexp-quote the match if necessary.
3447
3448 2009-03-24  Miles Bader  <miles@gnu.org>
3449
3450         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3451         the blinking smiley.
3452
3453 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3454
3455         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3456         blink smiley.
3457
3458 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459
3460         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3461         where the dribbel file lives exists.
3462
3463         * message.el (message-send-mail-partially-limit): Change the default to
3464         nil, since most people don't want this.
3465
3466         * mm-url.el (mm-url-decode-entities): Also decode entities like
3467         &#x3212.
3468
3469 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3470
3471         * gnus-sum.el (gnus-summary-idna-message):
3472         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3473         Hyperlink urls in docstrings with URL `...'.
3474
3475 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3476
3477         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3478         functions.
3479
3480 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3483         say what the mouseover text should be.
3484
3485         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3486         version of the mm-w3m-safe-url-regexp variable to only download images
3487         in the groups where we want that to happen.
3488
3489         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3490
3491         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3492         easier debugging.
3493         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3494         big pictures in the article buffer.
3495
3496         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3497         gnus-article-html.
3498         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3499         w3m.
3500
3501         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3502
3503 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3506         which doesn't exist.
3507
3508         * message.el (message-inhibit-ecomplete): New variable to allow some
3509         function to inhibit ecomplete address storage.
3510         (message-resend): Disable ecomplete message storage when resending
3511         messages.
3512
3513         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3514
3515 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3518         Save excursion while copying, moving, and deleting articles in order to
3519         prevent the cursor from jumping to unforeseen place.
3520
3521 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * lpath.el: No need to bind bookmark-current-buffer,
3524         bookmark-yank-point and bookmark-make-record-function.
3525
3526 2010-08-17  Glenn Morris  <rgm@gnu.org>
3527
3528         * gnus-sync.el: Require gnus components whose functions are used.
3529
3530         * gnus-art.el (bookmark-make-record-function):
3531         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3532         Declare for compiler.
3533
3534         * mm-url.el (mml-compute-boundary): Autoload.
3535
3536 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3539
3540 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3541
3542         Typo fix "hoo4a" -> "hook".
3543
3544         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3545
3546 2010-08-14  Glenn Morris  <rgm@gnu.org>
3547
3548         * gnus-sync.el (gnus-sync): Fix defgroup version.
3549
3550 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3551
3552         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3553
3554         * gnus-sync.el: Fix docs.
3555         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3556         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3557
3558 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3559
3560         Optimizations for gnus-sync.el.
3561
3562         * gnus-sync.el: Add docs about gnus-sync-backend
3563         possibilities.
3564         (gnus-sync-save): Remove unnecessary message.
3565         (gnus-sync-read): Optimize and show what groups were skipped.
3566
3567 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         Minor bug fixes for gnus-sync.el.
3570
3571         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3572         read the sync on get-new-news.
3573
3574         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3575         quiet.
3576
3577         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3578
3579 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3580
3581         Make saving and restoring of hidden threads work with overlays.
3582         Patch applied by Ted Zlatanov.
3583
3584         * gnus-sum.el (gnus-hidden-threads-configuration)
3585         (gnus-restore-hidden-threads-configuration): Update to deal with text
3586         properties, rather than searching for a magic character.
3587
3588 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3589
3590         New gnus-sync.el library for synchronization of marks.
3591
3592         * gnus-sync.el: New library for synchronization of marks.
3593
3594         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3595         renamed from `gnus-registry-grep-in-list'.
3596
3597         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3598
3599         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3600
3601 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3604         determining charset of text fails.
3605
3606 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * nnmail.el (nnmail-get-new-mail-1): Revert.
3609
3610         * nnml.el (nnml-active-number): Make sure names of newly created groups
3611         in nnml-group-alist are encoded.
3612
3613 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3616         containing non-ASCII characters in active file for nnml back end.
3617
3618 2010-07-24  David Engster  <dengste@eml.cc>
3619
3620         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3621         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3622
3623 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3624
3625         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3626         tag (Bug#6654).
3627
3628 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3631         the article buffer, not the summary buffer.
3632
3633 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3636         Emacs 23 as well.
3637
3638 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3641         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3642
3643 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3644
3645         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3646         Patch applied by Karl Fogel.
3647
3648         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3649         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3650
3651 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3652
3653         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3654         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3655         C-w still not working correctly from Article buffers; Thierry's
3656         patch to fix that will be applied after this.
3657
3658         * gnus-art.el (bookmark-make-record-function): New local variable.
3659
3660         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3661         article buffer.
3662         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3663
3664 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3665
3666         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3667         on changes in bookmark.el.
3668
3669 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3672         `no-log' instead of message not to log prompt string.
3673
3674 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3675
3676         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3677         the *other* type of HTML form submission.
3678
3679 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3680
3681         * auth-source.el (auth-source-pick): If choice does not contain a
3682         questioned keyword, set the check to t.
3683
3684 2010-06-12  Romain Francoise  <romain@orebokech.com>
3685
3686         * gnus-util.el (gnus-date-get-time): Move up before first use.
3687
3688 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3691         (gnus-article-edit-part): Bind it to make last part that is substituted
3692         or deleted visible.
3693         (gnus-mime-display-single): Buttonize part of which id equals to
3694         gnus-mime-buttonized-part-id.
3695
3696 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3697
3698         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3699         (gnus-dd-mmm): Use gnus-date-get-time.
3700         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3701         simplify logic.
3702         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3703         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3704
3705 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3706
3707         * auth-source.el (top): Autoload `secrets-list-collections',
3708         `secrets-create-item', `secrets-delete-item'.
3709         (auth-sources): Fix tag string.
3710         (auth-get-source, auth-source-retrieve, auth-source-create)
3711         (auth-source-delete): New defuns.
3712         (auth-source-pick): Rewrite in order to avoid 2 passes.
3713         (auth-source-forget-user-or-password): New parameter USERNAME.
3714         (auth-source-user-or-password): New parameters CREATE-MISSING and
3715         DELETE-EXISTING.  Retrieve password interactively, if needed.
3716
3717 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3718
3719         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3720         deleting unused directories when gnus-expert-user is t.
3721
3722 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3725         for each temp file when gnus-article-browse-delete-temp is ask.
3726
3727 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3728
3729         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3730         Lisp calls to delete-backward-char by calls to delete-char.
3731
3732 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3733
3734         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3735
3736 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3737
3738         * password-cache.el (password-cache-remove): Fix docstring.
3739
3740 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3743         article unless decoding article to be saved.
3744
3745 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3748         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3749         generated within the mm-with-unibyte-current-buffer macro.
3750
3751 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3754         to nil when we're in a mml-preview buffer and no group is selected.
3755
3756 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3757
3758         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3759         when catching the `C-g'.  Reported by "Leo".
3760
3761 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * message.el (message-forward-make-body-plain)
3764         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3765         multibyte-string-p.
3766
3767         * lpath.el: Revert.
3768
3769 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * message.el (message-forward-make-body-mml): Assume original message
3772         is multibyte string; error on unibyte.
3773         (message-forward-make-body-plain): Ditto; don't add excessive newline
3774         in body end.
3775
3776         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3777
3778 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3779
3780         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3781         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3782
3783 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * mm-extern.el (mm-extern-url): Don't use
3786         mm-with-unibyte-current-buffer.
3787         (mm-extern-cache-contents): Use with-current-buffer instead of
3788         save-excursion + set-buffer.
3789
3790 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * mm-util.el (mm-emacs-mule): Remove.
3793
3794 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3795
3796         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3797         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3798         change.
3799
3800 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3803         bind the default value of enable-multibyte-characters to nil.
3804
3805 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * message.el (message-forward-make-body-plain)
3808         (message-forward-make-body-mml):
3809         Don't use mm-with-unibyte-current-buffer.
3810
3811 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3812
3813         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3814
3815 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3816
3817         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3818         (Bug#5592).
3819
3820 2010-05-07  Julien Danjou  <julien@danjou.info>
3821
3822         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3823         it to mm-pipe-part.
3824
3825         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3826         it is given.
3827
3828 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * binhex.el (binhex-decode-region-internal)
3831         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3832         (dns-query)
3833         * nnweb.el (nnweb-gmane-search)
3834         * pgg-parse.el (pgg-parse-armor)
3835         * pgg.el (pgg-verify-region)
3836         * sha1.el (sha1-string-external)
3837         * uudecode.el (uudecode-decode-region-internal)
3838         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3839         XEmacs.
3840
3841         * gnus-art.el (gnus-article-browse-html-parts)
3842         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3843         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3844         make-temp-file.
3845
3846         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3847         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3848         compiling.
3849
3850         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3851         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3852         XEmacs when compiling.
3853
3854         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3855         gnus-pick-mode-off-hook for XEmacs when compiling.
3856         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3857         gnus-binary-mode-off-hook for XEmacs when compiling.
3858
3859         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3860         nil if char-charset is not available.
3861
3862         * imap.el (imap-disable-multibyte)
3863         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3864         macros.
3865
3866         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3867         instead of encode-coding-string.
3868
3869         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3870         'xemacs) instead of mm-emacs-mule to switch function definitions.
3871         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3872
3873         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3874         bind temporary-file-directory for XEmacs;
3875         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3876         timer-set-function for XEmacs 21.4 and SXEmacs;
3877         bind timer-list for XEmacs 21.4 and SXEmacs;
3878         fbind char-charset and find-charset-region for non-Mule XEmacs;
3879         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3880         encode-coding-region and encode-coding-string for XEmacs having no
3881         file-coding feature.
3882
3883 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3884
3885         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3886
3887 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3890         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3891
3892 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3893
3894         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3895         alias `jka-compr-delete-temp-file' no longer exists.
3896
3897 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3898
3899         Use define-minor-mode in Gnus where applicable.
3900         * mml.el (mml-mode): Use define-minor-mode.
3901         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3902         (gnus-undo-mode): Use define-minor-mode.
3903         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3904         (gnus-dead-summary-mode): Use define-minor-mode.
3905         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3906         Initialize in declaration.
3907         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3908         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3909         (gnus-mailing-list-mode): Use define-minor-mode.
3910         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3911         (gnus-draft-mode): Use define-minor-mode.
3912         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3913         (gnus-dired-mode): Use define-minor-mode.
3914
3915 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3916
3917         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3918         handles on recursive mml-to-mime translation and check them for
3919         boundary delimiter collisions.  Reported by Greg Troxel.
3920
3921 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3924
3925 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3926
3927         * mm-util.el (mm-find-buffer-file-coding-system):
3928         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3929
3930 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3931
3932         * message.el (message-generate-headers): Record insertion of optional
3933         headers as well.  Otherwise the check to prevent repeated insertion of
3934         optional headers is a no-op.
3935
3936 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * smime.el: Don't mention CVS.
3939
3940         * nnrss.el (nnrss-fetch): Don't mention CVS.
3941
3942         * nnir.el: Don't mention CVS.
3943
3944 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3945
3946         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3947
3948 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * lpath.el: Fbind bookmark-default-handler,
3951         bookmark-get-bookmark-record, bookmark-make-record-default,
3952         bookmark-prop-get for Emacs <23 and XEmacs.
3953
3954 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3957         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3958         Use with-current-buffer to silence the byte-compiler.
3959         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3960         bother to require `gnus'.
3961         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3962
3963 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3964
3965         * gnus-sum.el (gnus-summary-bookmark-make-record)
3966         (gnus-summary-bookmark-jump): New functions.
3967         (gnus-summary-mode): Setup bookmark support.
3968
3969 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3970
3971         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3972         if set.
3973
3974 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3977         gnus-article-browse-html-save-cid-image; make it work recursively for
3978         forwarded messages as well.
3979         (gnus-article-browse-html-parts): Work when prefix arg is given.
3980         (gnus-article-browse-html-article): Doc fix.
3981
3982 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3983
3984         * message.el (message-default-mail-headers):
3985         (message-default-headers): Carry the value mail-default-headers over
3986         into message-default-mail-headers, rather than message-default-headers.
3987
3988 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3989
3990         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3991         charset.
3992
3993         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3994         charset into the <meta> tag when the article is encoded to utf-8.
3995
3996 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3999         directories as well.
4000         (gnus-article-browse-html-parts): Work for images that do not specify
4001         file names; delete temp directory when quitting; insert header at the
4002         right place; use file: scheme for image files.
4003
4004 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4005
4006         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4007         (gnus-article-browse-html-parts): Use it to make temporary cid image
4008         files in addition to html file so that browser may display them.
4009
4010 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4013
4014 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4015
4016         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4017
4018 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4021         about Secret Service API sources.  Improve Customize options.
4022         (auth-source-pick): Change to accept any number of search parameters.
4023         Implement fallbacks iteratively, not recursively.  Add scoring on the
4024         second pass and sort by score.  Call Secret Service API when needed.
4025         (auth-source-user-or-password): Use it.  Call Secret Service API
4026         directly when needed to get the user name and the password.
4027
4028 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4029
4030         * message.el (message-interactive): Doc fix.
4031         (message-qmail-inject-args): Reflow.
4032         (message-kill-to-signature): Fix typo in docstring.
4033
4034         * smiley.el (smiley-buffer): Fix typo in docstring.
4035
4036 2010-03-24  Glenn Morris  <rgm@gnu.org>
4037
4038         * mail-source.el (gnus-message): Declare.
4039         (mail-source-delete-old-incoming): Require gnus-util.
4040
4041 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4044
4045         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4046
4047         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4048         password-cache's default if it is not bound.
4049         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4050         password-cache-expiry's default if it is not bound.
4051
4052         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4053         available in Emacs 21.
4054
4055         * lpath.el: Suppress compiler warnings for:
4056         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4057         XEmacs;
4058         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4059         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4060         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4061
4062 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         * auth-source.el (auth-sources): Fix up definition so extra parameters
4065         are always inline.
4066
4067 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4068
4069         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4070         wasn't updated after mismatch.  Clear cached mailbox info correctly
4071         when uidvalidity changes.
4072         (nnimap-group-prefixed-name): New function to avoid some code
4073         duplication.
4074         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4075         (nnimap-request-group): Use it.
4076         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4077         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4078         with many imap folders.  This is done by caching the group status from
4079         the imap server persistently in a group parameter `imap-status'.  (This
4080         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4081         but not persistently, so every Gnus startup was still very slow.)
4082
4083 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4086         delete the extra newline.  Otherwise editing of :string and :number
4087         types don't work.
4088
4089 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4092         secrets.el dependency.
4093         (auth-sources): Add optional user name.  Add secrets.el configuration
4094         choice (unused right now).
4095
4096 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4099         `gnus-registry-install-shortcuts' fill in the functions.
4100
4101         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4102         warnings.
4103         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4104         (gnus-registry-install-shortcuts): Populate and use it in a
4105         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4106
4107 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4108
4109         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4110         In-place substitutions for the group name encoding/decoding.
4111         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4112         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4113         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4114         (nnimap-update-unseen, nnimap-request-list)
4115         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4116         (nnimap-request-set-mark, nnimap-split-to-groups)
4117         (nnimap-split-articles, nnimap-request-newgroups)
4118         (nnimap-request-create-group, nnimap-request-accept-article)
4119         (nnimap-request-delete-group, nnimap-request-rename-group)
4120         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4121         `encoded-mbx' for consistency.
4122         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4123         variable `imap-current-mailbox'.
4124
4125         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4126         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4127
4128 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4129
4130         * pop3.el (pop3-display-message-size-flag): Display message size byte
4131         counts during POP3 download.
4132         (pop3-movemail): Use it.
4133         (pop3-list): Implement listing of available messages.
4134
4135 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4136
4137         * nnir.el (nnir-get-article-nov-override-function): New function to
4138         override the normal NOV retrieval.
4139         (nnir-retrieve-headers): Use it.
4140
4141 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4142
4143         * auth-source.el (netrc-machine-user-or-password): Autoload.
4144
4145 2010-03-19  Glenn Morris  <rgm@gnu.org>
4146
4147         Stop message.el from loading about 40 libraries it doesn't always need.
4148         The general approach is to autoload rather than require, and to
4149         require in the specific functions rather than the file.  (Bug#5642)
4150
4151         * gmm-utils.el: Don't require wid-edit.
4152         (widget-create-child-value, widget-convert, widget-default-get):
4153         Autoload.
4154
4155         * gnus-util.el: Don't require time-date, netrc.
4156         (message-fetch-field, gnus-group-name-decode): Declare rather than
4157         autoloading.
4158         (gnus-fetch-field): Require message.
4159         (gnus-decode-newsgroups): Require gnus-group.
4160
4161         * ietf-drums.el: Don't require time-date.
4162
4163         * message.el: Don't require hashcash, canlock, ecomplete.
4164         Do require mail-utils.  Require nnheader only when compiling.
4165         (smtpmail-default-smtp-server): Remove declaration.
4166         (message-send-mail-function): Check smtpmail-default-smtp-server
4167         is bound rather than requiring smtpmail.
4168         (message-auto-save-directory, message-insert-signature): Use
4169         expand-file-name rather than nnheader-concat.
4170         (nnheader-insert-file-contents): Autoload.
4171         (hashcash-wait-async): Declare.
4172         (message-send-mail): Only call gnus-setup-posting-charset if
4173         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4174         (message-send-mail-with-sendmail): Require sendmail.
4175         (canlock-password, canlock-password-for-verify): Declare.
4176         (message-canlock-password): Require canlock.
4177         (nnheader-get-report): Autoload.
4178         (gnus-setup-posting-charset): Declare.
4179         (message-send-news): Require gnus-msg.
4180         (message-make-references, message-make-in-reply-to): Use mail-header-id
4181         rather than the alias mail-header-message-id.
4182         (ecomplete-add-item, ecomplete-save): Declare.
4183         (message-put-addresses-in-ecomplete): Require ecomplete.
4184         (ecomplete-display-matches): Autoload.
4185
4186         * mm-decode.el: Don't require mailcap, gnus-util.
4187         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4188         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4189         Autoload.
4190         (mailcap-mime-extensions): Declare.
4191
4192         * mm-encode.el: Don't require mailcap.
4193         (mailcap-extension-to-mime): Autoload.
4194
4195         * mml-sec.el: Don't require password-cache.
4196
4197         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4198         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4199         (mml-minibuffer-read-type): Require mailcap.
4200         (mml-preview): Require gnus-msg.
4201
4202         * mml1991.el: Require password-cache.
4203         (password-cache-expiry): Remove declaration.
4204
4205         * mml2015.el: Require password-cache.
4206         (password-cache-expiry): Remove declaration.
4207
4208         * nneething.el (mailcap): Require mailcap.
4209
4210         * nnheader.el (declare-function): Add compatibility stub.
4211         (message-remove-header): Declare rather than autoload.
4212         (nnheader-replace-header): Require message.
4213
4214         * nnimap.el (declare-function): Add compatibility stub.
4215         (netrc-parse, netrc-machine-user-or-password): Declare.
4216         (nnimap-open-connection): Require netrc.
4217
4218         * nntp.el (declare-function): Add compatibility stub.
4219         (netrc-parse, netrc-machine, netrc-get): Declare.
4220         (nntp-send-authinfo): Require netrc.
4221
4222         * rfc2047.el: Don't require qp.
4223         (quoted-printable-encode-region, quoted-printable-decode-string):
4224         Autoload.
4225
4226         * sieve-mode.el: Don't require easymenu.
4227         (easy-menu-add-item): Autoload it.
4228
4229         * spam-stat.el (time-to-number-of-days): Autoload it.
4230
4231 2010-03-19  Glenn Morris  <rgm@gnu.org>
4232
4233         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4234
4235 2010-03-18  Glenn Morris  <rgm@gnu.org>
4236
4237         * hashcash.el (declare-function): Remove duplicate definition.
4238
4239 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4240
4241         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4242         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4243         value if any backslash escapes).
4244
4245 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4248         if it is available.  (bug#5647)
4249
4250         * lpath.el: Suppress compiler warning for coding-system-from-name for
4251         Emacs 21 and XEmacs.
4252
4253 2010-03-14  Juri Linkov  <juri@jurta.org>
4254
4255         * hmac-def.el:
4256         * hmac-md5.el:
4257         * netrc.el: Fix keywords.
4258
4259 2010-02-26  Glenn Morris  <rgm@gnu.org>
4260
4261         * message.el (message-send-mail-function): Change the default, so that
4262         it inherits from a customized send-mail-function.  (Bug#5643)
4263
4264 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4265
4266         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4267         shell-command-to-string signals an error (bug#5299).
4268
4269 2010-02-24  Glenn Morris  <rgm@gnu.org>
4270
4271         * message.el (message-smtpmail-send-it)
4272         (message-send-mail-with-mailclient): Doc fixes.
4273
4274 2010-02-16  Glenn Morris  <rgm@gnu.org>
4275
4276         * message.el (message-default-mail-headers): Change the default value
4277         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4278
4279 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4282         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4283
4284 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4285
4286         * time-date.el (date-to-time): Doc fix (Bug#5408).
4287
4288 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4289
4290         * message.el (message-mail): Just pass yank-action on to message-setup.
4291         (message-setup): Handle (FUN . ARGS) form of yank-action.
4292         (message-with-reply-buffer, message-widen-reply)
4293         (message-yank-original): Handle non-buffer values of
4294         message-reply-buffer (Bug#4080).
4295         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4296
4297 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4298
4299         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4300         Fix typo in docstring.
4301
4302 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4303
4304         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4305         response.
4306
4307 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4310
4311         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4312
4313         * message.el (message-check-news-header-syntax): Protect against a
4314         string that `rfc822-addresses' returns when parsing fails.
4315
4316 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4319         (gnus-previous-char-property-change): New functions.
4320
4321         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4322
4323 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4324
4325         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4326         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4327
4328 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4329
4330         * message.el (message-exchange-point-and-mark): Rework last change to
4331         avoid using optional arg of exchange-point-and-mark, for backward
4332         compatibility.
4333
4334 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4335
4336         * message.el (message-exchange-point-and-mark): Call
4337         exchange-point-and-mark with an argument rather than setting
4338         mark-active by hand (Bug#5175).
4339
4340 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * nntp.el (nntp-service-to-port): Work for service expressed with
4343         numeric string; replace [:digit:] with [0-9] for XEmacs.
4344
4345 2009-12-17  Glenn Morris  <rgm@gnu.org>
4346
4347         * gnus-group.el (gnus-bug-group-download-format-alist):
4348         Change emacs entry to debbugs.gnu.org.  Bump :version.
4349
4350 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4351
4352         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4353
4354 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * message.el (message-info): Explain why we use `Info-goto-node'.
4357
4358 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4361
4362 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4363
4364         * message.el (message-completion-in-region): New compatibility function.
4365         (message-expand-group): Use it.
4366
4367 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4370         with no unread article should be listed if the 2nd arg `predicate' is
4371         given.
4372
4373 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4376
4377 2009-11-29  Juri Linkov  <juri@jurta.org>
4378
4379         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4380         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4381         on `gnus-recenter'. (Bug#4698, Bug#4981)
4382
4383 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4384
4385         * sha1.el (sha1-string-external): default-directory "/" in case
4386         otherwise non-existent.  process-connection-type pipe for touch of
4387         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4388
4389 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4390
4391         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4392         it's comms related and sgml-mode.el has "comm" on that basis too.
4393
4394 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4397         containing tspecial characters if they have been already quoted.
4398
4399 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4400
4401         * dns-mode.el (auto-mode-alist): Purecopy string.
4402
4403 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4404
4405         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4406
4407 2009-10-24  Glenn Morris  <rgm@gnu.org>
4408
4409         * gnus-art.el (help-xref-stack-item): Define for compiler.
4410
4411 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4412
4413         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4414
4415 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4418
4419 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4422         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4423
4424 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4427         (gnus-overlays-in): New alias to overlays-in.
4428
4429         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4430         gnus-overlay-get, and gnus-delete-overlay.
4431         (gnus-summary-show-thread): Make it work as well for systems in which
4432         next-single-char-property-change is not available.
4433         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4434
4435         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4436         (gnus-overlay-get): New alias to extent-property.
4437         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4438
4439         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4440         SXEmacs.
4441
4442         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4443         SXEmacs.
4444
4445 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4448
4449 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4450
4451         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4452         and XEmacs that don't have `remove-overlays'.
4453
4454 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4455
4456         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4457         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4458         selective display.  Use overlays instead.
4459
4460 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4461
4462         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4463
4464 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4465
4466         * spam-stat.el (spam-stat-load): Fix typo in message.
4467
4468 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4469
4470         * dig.el (dig-invoke): Fix typo in docstring.
4471         (query-dig): Reflow docstring.
4472
4473 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4474
4475         * gnus-art.el (gnus-article-encrypt-body):
4476         * message.el (message-check-recipients):
4477         * mm-util.el (mm-codepage-setup):
4478         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4479         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4480
4481 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4482
4483         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4484         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4485         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4486         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4487         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4488
4489 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4490
4491         * dig.el: Add "Keywords: comm", as per net-utils.el.
4492
4493 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * dig.el (dig-mode): Use define-derived-mode.
4496
4497 2009-09-19  Glenn Morris  <rgm@gnu.org>
4498
4499         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4500
4501 2009-09-18  Glenn Morris  <rgm@gnu.org>
4502
4503         * gnus-diary.el (gnus-diary-check-message):
4504         * message.el (message-insert-formatted-citation-line):
4505         * nnbabyl.el (top-level):
4506         * nndiary.el (nndiary-schedule):
4507         Fix typos in condition-case handlers.
4508
4509 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4512         configuration that provides the sole article window in a frame;
4513         position point correctly after deleting a part.
4514
4515 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4516
4517         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4518         (spam-resolve-registrations-routine): Use it to unregister articles
4519         that change status.
4520
4521 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4524         with XEmacs.
4525         (parse-time-string-chars): Use it.
4526
4527 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4528
4529         * imap.el (imap-interactive-login): Better messages.
4530         (imap-open): Fix bug with renamed buffer on reconnect.
4531         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4532         for easier debugging and cleaner code.  On successful (guessed based on
4533         server capabilities) secondary authentication, set imap-state
4534         correctly.
4535         (imap-last-authenticator): Define imap-last-authenticator as a variable
4536         to avoid warnings.
4537
4538 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * nnrss.el (nnrss-request-article): Remove binding of
4541         default-enable-multibyte-characters that has gotten needless by
4542         the 2007-07-13 change in rfc2047-encode-message-header.
4543
4544         * mml.el (mml-insert-multipart): Error on the message header.
4545         (mml-insert-part): Error on the message header; position point at
4546         the end of a MIME tag.
4547
4548 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * time-date.el (autoload): Expand define-obsolete-function-alias into
4551         defalias and make-obsolete for old Emacsen that Gnus supports.
4552         (with-no-warnings): Define it for old Emacsen.
4553         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4554         is available.
4555         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4556         float-time is available; suppress compile warning for time-to-seconds.
4557
4558         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4559         (gnus-float-time): Alias to float-time if it exists.
4560
4561         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4562         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4563         float-time is available; suppress compile warning for time-to-seconds.
4564
4565         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4566         XEmacs.
4567
4568 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * imap.el (imap-message-map): Docstring fix.
4571
4572 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4575         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4576         Add the optional argument `encoding' that overrides the default.
4577
4578         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4579         mm-encode-buffer.
4580
4581 2009-09-04  Glenn Morris  <rgm@gnu.org>
4582
4583         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4584         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4585         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4586         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4587         * mm-util.el (mm-with-unibyte-current-buffer)
4588         (mm-find-buffer-file-coding-system):
4589         * yenc.el (yenc-decode-region): Use default-value rather than
4590         default-enable-multibyte-characters.
4591
4592 2009-09-03  Glenn Morris  <rgm@gnu.org>
4593
4594         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4595         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4596         than default-enable-multibyte-characters.
4597
4598 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4599
4600         * gnus-art.el (gnus-article-read-summary-keys):
4601         Fix gnus-buffer-configuration's value temporarily used.
4602
4603 2009-09-02  Glenn Morris  <rgm@gnu.org>
4604
4605         * gnus-util.el (gnus-float-time): New function.
4606         * gnus-delay.el (gnus-delay-article):
4607         * gnus-sum.el (gnus-thread-latest-date):
4608         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4609         * nnspool.el (nnspool-request-newgroups):
4610         Use gnus-float-time rather than time-to-seconds.
4611         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4612
4613         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4614         (gnus-header-subject-face, gnus-header-newsgroups-face)
4615         (gnus-header-name-face, gnus-header-content-face):
4616         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4617         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4618         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4619         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4620         (gnus-cite-face-11):
4621         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4622         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4623         (gnus-server-closed-face, gnus-server-denied-face)
4624         (gnus-server-offline-face):
4625         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4626         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4627         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4628         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4629         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4630         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4631         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4632         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4633         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4634         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4635         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4636         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4637         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4638         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4639         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4640         (gnus-summary-high-undownloaded-face)
4641         (gnus-summary-low-undownloaded-face)
4642         (gnus-summary-normal-undownloaded-face)
4643         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4644         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4645         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4646         (gnus-splash-face):
4647         * message.el (message-header-to-face, message-header-cc-face)
4648         (message-header-subject-face, message-header-newsgroups-face)
4649         (message-header-other-face, message-header-name-face)
4650         (message-header-xheader-face, message-separator-face)
4651         (message-cited-text-face, message-mml-face):
4652         * sieve-mode.el (sieve-control-commands-face)
4653         (sieve-action-commands-face, sieve-test-commands-face)
4654         (sieve-tagged-arguments-face):
4655         * spam.el (spam-face):
4656         Mark face aliases with "-face" in the name as obsolete.
4657
4658 2009-09-01  Glenn Morris  <rgm@gnu.org>
4659
4660         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4661         than goto-line.
4662
4663 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4666         Don't move point if the command is invoked inside the message header.
4667
4668 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4669
4670         * imap.el (imap-send-command): Simplify.
4671         (imap-wait-for-tag): point-max -> buffer-size.
4672
4673 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4674
4675         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4676         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4677         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4678         * nnir.el (nnir-swish-e-index-file):
4679         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4680         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4681         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4682         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4683         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4684         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4685
4686 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4689         Don't save excursion.
4690
4691 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4692
4693         * nnheader.el (nnheader-find-file-noselect):
4694         * mm-util.el (mm-insert-file-contents):
4695         Use (default-value 'major-mode) instead of default-major-mode.
4696
4697 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4698
4699         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4700
4701 2009-08-26  Glenn Morris  <rgm@gnu.org>
4702
4703         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4704         than placing in files.el.
4705
4706 2009-08-25  Glenn Morris  <rgm@gnu.org>
4707
4708         * nnir.el (top-level): Don't require cl at run-time.
4709         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4710         Replace cl-function substitute with gnus-replace-in-string.
4711         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4712         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4713         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4714         simplified expansions.
4715
4716 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4717
4718         * dig.el (dig): Add autoload cookie.
4719
4720 2009-08-22  Glenn Morris  <rgm@gnu.org>
4721
4722         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4723         goto-line.
4724
4725 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4726
4727         * parse-time.el (parse-time-string-chars): Save match data.
4728
4729 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4730
4731         * parse-time.el (parse-time-string-chars): Compute using character
4732         classes, to handle non-ascii characters (Bug#3190).
4733
4734 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4737
4738         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4739         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4740         (gnus-mm-display-part, gnus-mime-display-single)
4741         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4742         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4743
4744         * gnus-sum.el
4745         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4746         (gnus-summary-move-article): Add expirable mark to articles copied or
4747         moved to group that has auto-expire turned on if the option is non-nil.
4748
4749 2009-07-24  Glenn Morris  <rgm@gnu.org>
4750
4751         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4752         Fix typo.  (Bug#3903)
4753
4754 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4757         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4758         that should not be used for draft articles.
4759         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4760         that has no concern in minor mode keys.
4761         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4762         Abolish.
4763
4764 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4767         article without making inquiry to a user for unknown encoding.
4768
4769         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4770         (nnmaildir--scan): Assume i-node and device number that file-attributes
4771         returns might be cons-cell.
4772
4773         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4774
4775         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4776
4777 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * auth-source.el: Remove docs now in auth.texi.  Don't use
4780         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4781         `auth-source-hide-passwords' and use them.
4782
4783 2009-07-15  Glenn Morris  <rgm@gnu.org>
4784
4785         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4786
4787 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4790         excessive whitespace from the default values of title and description.
4791
4792 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4795         mail-fetch-field to fetch Content-Description header in order to
4796         exclude newlines.
4797
4798 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4799
4800         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4801         format used by GnuPG 2.0.11.
4802
4803 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4806         to deleted part.
4807
4808 2009-05-30  David Engster  <dengste@eml.cc>
4809
4810         * nnmairix.el: Remove old documentation in the commentary block.
4811         (nnmairix-request-group): Do not update active file for nnml back ends.
4812         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4813         end so that overview files are ignored.
4814         (nnmairix-update-groups): Make updating the groups more robust by using
4815         marks.
4816         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4817         with dollar characters in message-id.
4818
4819 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4822         2008-12-25 in dns.el.
4823
4824 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4825
4826         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4827         could happen if the text is only composed of spaces and/or tabs.
4828
4829 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4830
4831         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4832         when sending a queued message to avoid extra mml tags.
4833
4834 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4837
4838 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4841         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4842         rmail-toggle-header for XEmacs;
4843         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4844
4845 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus-dired.el: Remove autoload for gnus-setup-message.
4848         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4849         displaying Gnus logo; always use compose-mail.
4850
4851 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4854
4855 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4858         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4859         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4860         available.
4861         (gnus-nocem-epg-verify): New function.
4862
4863 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4866
4867 2009-02-15  Glenn Morris  <rgm@gnu.org>
4868
4869         * gnus-util.el (rmail-insert-rmail-file-header)
4870         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4871         autoloads.
4872         (rmail-default-rmail-file): Remove unnecessary declaration.
4873         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4874
4875 2009-02-14  Glenn Morris  <rgm@gnu.org>
4876
4877         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4878         variable (only used in gnus-util, which declares it anyway).
4879         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4880         which was only needed by gnus-art (changed to not use it any more).
4881         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4882         only used in gnus-util, which autoloads it itself.
4883         (rmail-update-summary): Fix autoload.
4884
4885         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4886         rather than rmail-output-to-rmail-file.
4887
4888 2009-02-07  Glenn Morris  <rgm@gnu.org>
4889
4890         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4891         autoload of function that no longer exists.
4892         (rmail-toggle-header): Declare.
4893         (message-forward-rmail-make-body): Handle mbox Rmail.
4894
4895 2009-01-31  Glenn Morris  <rgm@gnu.org>
4896
4897         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4898         2009-01-09 change.
4899
4900 2009-01-31  Dave Love  <fx@gnu.org>
4901
4902         * imap.el (imap-fetch-safe): Bind debug-on-error.
4903         (imap-debug): Add imap-fetch-safe.
4904
4905 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4908         (auth-source-forget-all-cached): New convenience function.
4909         (auth-source-user-or-password): Accept list of modes or a single mode.
4910
4911         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4912         auth-source modes.
4913
4914         * netrc.el (netrc-machine-user-or-password): Use list of
4915         auth-source modes.
4916
4917         * nnimap.el (nnimap-open-connection): Use list of
4918         auth-source modes.
4919
4920         * nntp.el (nntp-send-authinfo): Use list of
4921         auth-source modes.
4922
4923 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4924
4925         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4926         now.
4927
4928 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4931         coding system in XEmacs; add a workaround for XEmacs.
4932
4933         * lpath.el: Fbind coding-system-aliasee.
4934
4935 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4938         of current-language-environment.
4939
4940 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4941
4942         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4943         available at runtime.
4944
4945 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4948
4949 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4950
4951         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4952         the greatest positive fixnum value doesn't work under an XEmacs with
4953         bignum support; use the most-positive-fixnum constant instead,
4954         available since Emacs 21.1 with cl and XEmacs 21.1.
4955
4956 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4959         XEmacs gets not to work.
4960
4961 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * mm-util.el (mm-coding-system-priorities): Allow the value like
4964         "Japanese (UTF-8)" of current-language-environment.
4965
4966 2009-01-09  Glenn Morris  <rgm@gnu.org>
4967
4968         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4969         with last-command-event.
4970
4971 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4974         in the doc string.
4975
4976         * message.el (message-fix-before-sending): Amend comment.
4977
4978 2009-01-08  Dave Love  <fx@gnu.org>
4979
4980         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4981
4982 2009-01-07  David Engster  <dengste@eml.cc>
4983
4984         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4985         simplified server definitions by converting it via
4986         gnus-server-to-method.
4987
4988 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4991         parameter's operands.
4992
4993 2009-01-06  David Engster  <dengste@eml.cc>
4994
4995         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4996         primary select method (for gnus-group-mark-article-as-read).
4997
4998 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4999
5000         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5001         `(gnus)Face', not `(gnus)X-Face'.
5002
5003 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * mm-util.el (mm-ucs-to-char): New function.
5006
5007         * mm-url.el (mm-url-decode-entities): Use it.
5008
5009         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5010         unicode-to-char.
5011
5012 2009-01-05  Dave Love  <fx@gnu.org>
5013
5014         * time-date.el: Require cl for `declare'.
5015
5016 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5019         Dave Love.
5020
5021 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * message.el (message-fix-before-sending): Add `eight-bit' to
5024         illegible-text check.
5025
5026 2009-01-03  Michael Olson  <mwolson@gnu.org>
5027
5028         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5029         `headers' is nil.  This can occur if the IMAP server does not have
5030         permissions to read messages from a folder, but can write new messages
5031         to the folder.
5032         (nnimap-request-article-part): Do not insert `data' if it is nil.
5033
5034         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5035         characters which will confuse `read', so skip past them.
5036
5037 2009-01-01  Dave Love  <fx@gnu.org>
5038
5039         * imap.el (imap-string-to-integer): Fix typo.
5040         (imap-fetch-safe): New function.
5041         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5042
5043         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5044
5045         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5046         (imap-parse-greeting): Fix doc strings.
5047         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5048         (imap-parse-flag-list): Make messages unique.
5049         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5050
5051         * nnimap.el: Fix author email.
5052         (nnimap-split-rule): Add FIXME comment.
5053         (nnimap-debug): Fix doc string.
5054
5055 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5058
5059 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5062         nslookup if resolv.conf isn't available.
5063         (dns-query): Rename from query-dns.
5064         (dns-query-cached): Rename from query-dns-cached.
5065
5066 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5069         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5070         to check if those variables exist (first appeared in Emacs 18.50).
5071
5072 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * mm-util.el (mm-line-number-at-pos): New function.
5075
5076         * spam-report.el (spam-report-process-queue): Use it.
5077
5078 2008-12-24  David Engster  <dengste@eml.cc>
5079
5080         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5081         parameters that haven't existed as variables as buffer-local variables.
5082
5083 2008-12-23  Dave Love  <fx@gnu.org>
5084
5085         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5086         cadar.
5087
5088         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5089         imap-starttls-p.
5090         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5091
5092 2008-12-22  Dave Love  <fx@gnu.org>
5093
5094         * imap.el: Fix author email.  Doc fixes.
5095         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5096         reply.
5097
5098 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * spam-report.el (spam-report-gmane-max-requests): New constant.
5101         (spam-report-gmane-wait): New variable.
5102         (spam-report-gmane-ham, spam-report-gmane-spam)
5103         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5104         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5105         the server.
5106
5107         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5108         Add explanations.
5109
5110         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5111         nnheader-accept-process-output and nnheader-read-timeout if available.
5112         (pop3-movemail): Use it.
5113
5114         * message.el (message-check-news-body-syntax): Fix signature check if
5115         there's an attachment.
5116
5117 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * mm-util.el: Add comments to the mm- emulating functions.
5120
5121 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5124         by Stephen Berman <stephen.berman@gmx.net>.
5125
5126 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * mm-util.el (mm-substring-no-properties): New function.
5129         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5130         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5131         (mm-string-to-multibyte): Doc fix.
5132
5133         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5134
5135 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * mml.el (mml-attach-file): Strip text properties from file name.
5138         (Bug#1574)
5139
5140 2008-12-16  Glenn Morris  <rgm@gnu.org>
5141
5142         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5143
5144 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5147         knows since the charset specified might be a bogus alias that
5148         mm-charset-synonym-alist provides.
5149
5150 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5153         "ISO_8859-1".
5154
5155         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5156
5157 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * mm-util.el (mm-charset-eval-alist):
5160         Define it before mm-charset-to-coding-system.
5161         (mm-charset-to-coding-system): Add optional argument `silent';
5162         define it before mm-charset-override-alist.
5163         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5164         default value if it can be used in Emacs currently running;
5165         silence mm-charset-to-coding-system.
5166
5167 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5170         `allow-override' which says whether to use `mm-charset-override-alist'.
5171         (rfc2047-decode-encoded-words): Use it.
5172
5173         * mm-util.el (mm-charset-override-alist): Fix custom type;
5174         add `(gb2312 . gbk)' to choices.
5175
5176 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5179         fast.
5180
5181         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5182
5183         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5184
5185 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5186
5187         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5188         on links.
5189
5190         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5191
5192 2008-12-03  Lute Kamstra  <lute@gnu.org>
5193
5194         * sha1.el: Remove leading * from docstrings of defcustoms,
5195         deffaces, defconsts and defuns.
5196
5197 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5200         users' addresses that don't have domain parts.
5201         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5202         rather than message-narrow-to-head since there will be the message
5203         header separator.
5204
5205 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5206
5207         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5208         since the result is inserted in a unibyte buffer anyway.
5209         (nnimap-demule-use-string-to-multibyte): Remove.
5210         (nnimap-demule): Alias it to mm-string-to-multibyte.
5211
5212 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5215         variable for debugging bug#464 and bug#1174.
5216         (nnimap-demule): Use it.
5217
5218 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5221         score calculation correctly.
5222
5223 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5224
5225         * message.el (message-send-mail): Just set the buffer to unibyte
5226         rather than use mm-with-unibyte-current-buffer which does a lot more.
5227         (message-send-mail-partially): Don't bother with
5228         mm-with-unibyte-current-buffer since it's already been made unibyte by
5229         message-send-mail.
5230
5231 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5234
5235 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5238
5239 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5242         require itself and to remove `with-no-warnings'.
5243
5244 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * starttls.el (starttls-any-program-available): Get the name of the
5247         available TLS layer program.
5248         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5249         well as the host name in the "opening" message.
5250
5251         * auth-source.el (auth-source-cache, auth-source-do-cache)
5252         (auth-source-user-or-password): Cache passwords and logins by default,
5253         allow override with `auth-source-do-cache'.
5254         (auth-source-forget-user-or-password): Allow users to remove cache
5255         entries if needed.
5256
5257 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5258
5259         * md4.el (md4-buffer): Fix typo in docstring.
5260         (md4, md4-64): Doc fixes.
5261         (md4-pack-int32): Reflow docstring.
5262
5263 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5266         condition-case to only the forward-sexp call.
5267
5268 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5271         quotes contained.  Make it more robust regardless by an extra
5272         condition-case wrapper.
5273
5274 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5277
5278 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * nnml.el (nnml-request-expire-articles): Check if the function set to
5281         `nnmail-expiry-target' returns the symbol `delete'.
5282
5283         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5284
5285         * nnmail.el (nnmail-expiry-target): Fix custom type.
5286
5287 2008-10-02  Glenn Morris  <rgm@gnu.org>
5288
5289         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5290         Silence compiler warning.
5291
5292 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5293
5294         * tls.el (open-tls-stream): Show the actual command being
5295         executed, instead of the format string.
5296
5297 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * lpath.el: Fbind codepage-setup for Emacs 23.
5300
5301 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5302
5303         * mml.el (mml-menu): Don't assume mml2015 is bound.
5304
5305 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5308         exists.
5309
5310 2008-09-27  Glenn Morris  <rgm@gnu.org>
5311
5312         * gnus-util.el (mail-header-remove-comments): Autoload it.
5313
5314 2008-09-27  Andreas Schwab  <schwab@suse.de>
5315
5316         * gnus-util.el (gnus-split-references): Strip comments.
5317         (gnus-parent-id): Likewise.
5318
5319 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * message.el (message-confirm-send): Fix version.
5322
5323 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * message.el (message-idna-to-ascii-rhs-1): Use
5326         mail-extract-address-components rather than mail-header-parse-addresses
5327         that is an alias by default to ietf-drums-parse-addresses that does not
5328         support non-ASCII names in headers' contents.
5329
5330 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5331
5332         * message.el (message-confirm-send): Fixed variable documentation to
5333         avoid the "y/n" wording.
5334
5335 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5336
5337         * message.el (message-set-auto-save-file-name): Save to a different
5338         filename so multiple messages (especially drafts) can be recovered.
5339
5340 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * message.el (message-confirm-send): Add appropriate version.
5343
5344 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5345
5346         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5347         defvar.
5348
5349 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5350
5351         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5352         (mm-pkcs7-enveloped-magic): Ditto.
5353
5354 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5355
5356         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5357         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5358
5359 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5362         default, it's better.
5363
5364 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5367         summary line gnus-number property and ignore them (with a warning
5368         message).
5369
5370 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5373         macro caddr in the interactive form since it won't be expanded.
5374
5375 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5378         `charset'; fix name of function called recursively.
5379         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5380
5381 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5384         (gnus-mime-set-charset-parameters): New function.
5385         (gnus-mime-view-part-as-charset): Use it to correctly display part
5386         specifying wrong charset.
5387
5388 2008-09-08  David Engster  <dengste@eml.cc>
5389
5390         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5391         in completing-read for back end server.
5392
5393 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * message.el (message-confirm-send): New variable to confirm sending a
5396         message.
5397         (message-send): Use it.
5398
5399 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5402
5403 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5406
5407 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5410         prevent tracking too many groups.
5411         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5412         Use it.
5413
5414 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5415
5416         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5417         moving point to the bottom of the window in order to avoid recentering.
5418
5419 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5422
5423         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5424         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5425         (gnus-article-beginning-of-window): Fix calculation.
5426
5427 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * gnus-msg.el (gnus-summary-supersede-article)
5430         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5431         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5432         message header.
5433
5434 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5435
5436         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5437         pending output coming after the status change.
5438
5439 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5440
5441         * message.el:
5442         * gnus-start.el:
5443         * gnus-registry.el: Remove VMS support.
5444
5445 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5448         macro.
5449         (rfc2104-hash): Use it.
5450
5451 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5454         (gnus-summary-sort-by-most-recent-date): New commands.
5455         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5456         and menu entries.
5457
5458 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5461         don't redisplay article for raw contents; remove plural articles stuff.
5462
5463         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5464         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5465         on gnus-summary-save-article; display results properly.
5466
5467 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * lpath.el: No need to fbind ns-focus-frame.
5470
5471 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5474
5475 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5478         gnus-save-all-headers.
5479
5480 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5481
5482         * gnus-util.el (ns-focus-frame): Remove declaration.
5483         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5484         like x.
5485
5486 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5487
5488         * rfc2104.el (rfc2104-zero): Delete defconst.
5489         (rfc2104-hex-alist): Likewise.
5490         (rfc2104-hex-to-int): Delete func.
5491         (rfc2104-hexstring-to-bitstring): Likewise.
5492         (rfc2104-nybbles): New defconst.
5493         (rfc2104-hash): Rewrite for speed.
5494
5495 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * tls.el (open-tls-stream): Make it work with the 2nd argument
5498         BUFFER that is a string but does not exist as a buffer object, as
5499         mentioned in the doc-string.
5500
5501 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5504         SXEmacs.
5505
5506 2008-07-16  Glenn Morris  <rgm@gnu.org>
5507
5508         * gnus-util.el (ns-focus-frame): Declare for compiler.
5509
5510 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5513         set as a group parameter.
5514         (gnus-summary-save-in-pipe): Work when it is called independently.
5515         (gnus-summary-pipe-to-muttprint): Don't modify
5516         gnus-summary-pipe-output-default-command.
5517
5518 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5519
5520         * message.el (message-send-mail-with-sendmail):
5521         Display the error message.
5522
5523 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-art.el (gnus-default-article-saver):
5526         Add gnus-summary-save-in-pipe to choices.
5527         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5528         gnus-summary-pipe-output-default-command as the default command.
5529         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5530         instead of gnus-last-shell-command.
5531
5532         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5533         New user option.
5534         (gnus-summary-muttprint-program): Mention the value will be changed.
5535         (gnus-summary-save-article): Force showing of all headers.
5536         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5537
5538 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5539
5540         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5541
5542 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5543
5544         * nnimap.el (nnimap-id):
5545         * sieve-manage.el (sieve-manage-open): Doc fixes.
5546
5547 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5548
5549         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5550         if available.
5551
5552 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5555
5556         * nnkiboze.el (nnkiboze-generate-group):
5557         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5558
5559         * nnmairix.el: Require CL.
5560
5561 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * dgnushack.el: Autoload get-display-table and put-display-table for
5564         XEmacs 21.5.
5565
5566         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5567         21.4 and SXEmacs.
5568
5569 2008-06-15  David Engster  <dengste@eml.cc>
5570
5571         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5572
5573 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5574
5575         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5576         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5577         runtime choice under XEmacs.
5578
5579         * gnus-sum.el (gnus-summary-set-display-table):
5580         Use `gnus-put-display-table', `gnus-get-display-table',
5581         `gnus-set-display-table' for the display table, instead of `aset'.
5582
5583         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5584         Use `gnus-put-display-table', `gnus-get-display-table',
5585         `gnus-set-display-table' for the display table.
5586
5587 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * nnmairix.el: Add autoloads.
5590
5591 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * nnmairix.el (nnmairix-delete-recreate-group)
5594         (nnmairix-update-and-clear-marks): Fix error messages.
5595
5596 2008-06-14  David Engster  <dengste@eml.cc>
5597
5598         * nnmairix.el: Upgrade to version 0.6.
5599         (nnmairix-group-toggle-propmarks-this-group)
5600         (nnmairix-group-toggle-readmarks-this-group)
5601         (nnmairix-group-delete-recreate-this-group)
5602         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5603         (nnmairix-remove-tick-mark-original-article): New commands.
5604         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5605         (nnmairix-propagate-marks-to-nnmairix-groups)
5606         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5607         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5608         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5609         functions needed for marks propagation and manipulation of read marks.
5610         (nnmairix-update-groups): New function.
5611         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5612         (nnmairix-determine-original-group-from-registry)
5613         (nnmairix-determine-original-group-from-path)
5614         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5615         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5616         New helper functions.
5617         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5618         keystrokes for new commands.
5619         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5620         (nnmairix-request-group): Check allow-fast group parameter.
5621         (nnmairix-request-create-group): Set allow-fast group parameter if
5622         nnmairix-allowfast-default is set.
5623         (nnmairix-close-group): Propagate marks upon closing if needed.
5624         (nnmairix-group-toggle-threads-this-group): Use new.
5625         nnmairix-group-toggle-parameter helper function.
5626         (nnmairix-search): Better check for empty search result.
5627         (nnmairix-goto-original-article): Use new helper functions for
5628         determining original article.
5629         (nnmairix-show-original-article): Make sure message-id is in brackets.
5630         (nnmairix-call-mairix-binary): Change variable name.
5631         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5632         helper function.
5633         (nnmairix-widget-toggle-activate): Fix doc string.
5634
5635 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * nnir.el: Require edmacro when compiling with XEmacs.
5638         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5639         available in Emacs 21.
5640
5641 2008-06-11  Glenn Morris  <rgm@gnu.org>
5642
5643         * gnus-util.el (x-focus-frame):
5644         * gnus.el (image-size):
5645         * mm-decode.el (image-size): Declare.
5646
5647         * gnus-picon.el (declare-function): Add compat definition.
5648         (image-size): Declare.
5649
5650         * gnus-group.el (tool-bar-map):
5651         * gnus-sum.el (tool-bar-map): Define for compiler.
5652
5653         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5654
5655         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5656
5657         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5658         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5659         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5660         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5661         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5662         * sieve-manage.el, spam-report.el, spam.el:
5663         Remove unnecessary eval-and-compile of autoloads.
5664
5665 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5666
5667         * auth-source.el: Precise Tramp doc.
5668
5669 2008-06-07  Glenn Morris  <rgm@gnu.org>
5670
5671         * nnmairix.el: Remove unnecessary eval-when-compile.
5672
5673 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * lpath.el: Fbind propertize for XEmacs 21.4.
5676
5677 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * nnir.el: Move here from ../contrib.
5680
5681 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * gnus-util.el (gnus-read-shell-command): New function.
5684         * mm-decode.el (mm-pipe-part):
5685         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5686
5687 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5690
5691 2008-06-03  Glenn Morris  <rgm@gnu.org>
5692
5693         * pop3.el (nnheader-accept-process-output): Autoload it.
5694
5695 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5698         are not 2-digit hexadecimal characters that follow `%'s.
5699
5700 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * message.el (message-bogus-recipient-p): Fix type in doc string.
5703         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5704         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5705         Improve custom options.
5706         (message-bogus-recipient-p): Adjust accordingly.
5707
5708 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5709
5710         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5711         long-form month and day names.
5712
5713 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * dgnushack.el: Autoload debug, eudc-expand-inline and
5716         pgg-snarf-keys-region for XEmacs.
5717
5718         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5719
5720         * nnmairix.el: Require edmacro when compiling with XEmacs.
5721
5722 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5725         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5726
5727 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * auth-source.el: Add more docs.
5730
5731         * netrc.el (netrc-machine): Always match if the port is not given.
5732
5733 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5736         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5737         retrieval faster in some cases, but might make CPU usage larger.  If
5738         this has any bad side effects, we might revert this change.
5739
5740         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5741         seems to make mail retrieval much, much faster.
5742         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5743         unconditionally.
5744
5745         * gnus-draft.el (gnus-group-send-queue): Bind
5746         message-send-mail-partially-limit to nil to avoid being prompted.
5747
5748 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5751
5752         * message.el (message-bogus-address-regexp): Fix and improve custom
5753         type.
5754         (message-setup-hook): Add message-check-recipients as custom option.
5755
5756 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * message.el (message-cite-function): Remove bogus autoload which crept
5759         in during merge from v5-10.
5760
5761 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5764
5765         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5766
5767         * auth-source.el: Preliminary Tramp docs.
5768         (auth-sources): Change the default auth-sources to use
5769         EPA .gpg files.
5770
5771 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * nntp.el: Autoload `auth-source-user-or-password'.
5774         (nntp-send-authinfo): Use it.
5775
5776         * nnimap.el: Autoload `auth-source-user-or-password'.
5777         (nnimap-open-connection): Use it.
5778
5779         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5780         for the gnus-message function.
5781         (auth-source-user-or-password): Use it.
5782
5783 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5786         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5787         (rfc2104-hash): Use it.
5788
5789 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5790
5791         * gnus-art.el (gnus-article-toggle-truncate-lines):
5792         Don't use `iff' in docstring.
5793
5794 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5797
5798         * gnus-util.el (gnus-extract-address-component-name)
5799         (gnus-extract-address-component-email): Convenience functions around
5800         `gnus-extract-address-components'.
5801
5802         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5803         Use `gnus-extract-address-component-email' to fix bug of comparing full
5804         sender name to `user-mail-address'.
5805
5806 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5809         catch/throw to optimize.
5810         (gnus-registry-find-keywords): Just use member to find a keyword.
5811
5812 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5813
5814         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5815         is current before calling gnus-server-prepare.
5816         (gnus-server-setup-buffer, gnus-server-update-server)
5817         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5818
5819 2008-05-04  Juri Linkov  <juri@jurta.org>
5820
5821         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5822         (mailcap-file-default-commands): Use mailcap-replace-in-string
5823         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5824         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5825
5826 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5827
5828         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5829
5830 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5831
5832         * gnus.el: Bump version to 0.11.
5833
5834 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5835
5836         * gnus.el: No Gnus v0.10 is released.
5837
5838 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5841         hooks.
5842         (gnus-update-read-articles): Speed up non-marks-using users.
5843         (gnus-use-marks): Define gnus-use-marks.
5844         (gnus-propagate-marks): Rename variable to something more sensible.
5845
5846 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5847
5848         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5849         (gmm-image-load-path-for-library): Fix typos in docstrings.
5850         (gmm-message): Reflow docstring.
5851
5852 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * mail-source.el (mail-source-set-1, mail-source-bind):
5855         Move auth-source code out of the macro to clean it up and fix bugs.
5856
5857 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5858
5859         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5860         by sender if it's equal to user-mail-address, it's likely to be
5861         useless.
5862
5863         * mail-source.el (mail-source-bind): Don't use user or password if they
5864         are not bound.  Unintern them if they are nil.  Don't use server unless
5865         it's bound, and default it to empty string otherwise.
5866
5867 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * mail-source.el: Load auth-source.el.
5870         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5871         get user name or password, if auth-sources is set up.
5872
5873         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5874         strategy of splitting with parent.
5875         (gnus-registry-split-fancy-with-parent)
5876         (gnus-registry-post-process-groups): Use it and fix prior
5877         bug (returning a list as the split result).
5878
5879         * auth-source.el (auth-sources): Remove server parameter.
5880         (auth-source-pick, auth-source-user-or-password)
5881         (auth-source-user-or-password-imap)
5882         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5883         (auth-source-user-or-password-sftp)
5884         (auth-source-user-or-password-smtp): Remove server parameter.
5885
5886 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5887
5888         * smime.el (smime-sign-region, smime-encrypt-region)
5889         (smime-decrypt-region):
5890         Remove redundant calls to `generate-new-buffer-name'.
5891
5892 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5893
5894         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5895         Don't use QP for message/rfc822.
5896         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5897
5898 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5899
5900         * sieve-manage.el (sieve-string-bytes): Remove.
5901         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5902         correct byte-length only if the process's coding-system is the same as
5903         the one used internally by Emacs to represent strings.
5904
5905 2008-04-22  Juri Linkov  <juri@jurta.org>
5906
5907         * mailcap.el (mailcap-file-default-commands): New function.
5908
5909 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * message.el (message-signature-separator, message-cite-function):
5912         Change custom version.
5913
5914 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5915
5916         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5917         commands.
5918         (tls-checktrust): Ditto.
5919
5920 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * mm-decode.el (mm-display-external): Make temp file read-only.
5923
5924 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5927         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5928         `C-c C-f d'.
5929
5930 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5931
5932         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5933
5934 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * gnus.el: Bump version to 0.9.
5937
5938 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus.el: No Gnus v0.8 is released.
5941
5942 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * mail-source.el (mail-source-value):
5945         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
5951
5952 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5953
5954         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5955         Prefer fboundp to functionp so it works with macros as well.
5956
5957 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * auth-source.el: Added docs.
5960         (auth-sources): Modify format to support server.
5961         (auth-source-pick, auth-source-user-or-password)
5962         (auth-source-user-or-password-imap)
5963         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5964         (auth-source-user-or-password-sftp)
5965         (auth-source-user-or-password-smtp): Add server parameter.
5966
5967 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * gnus-registry.el: Initialize the registry when gnus-registry-install
5970         is t.
5971
5972 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * compface.el (uncompface): Make buffer unibyte.
5975
5976 2008-04-05  Glenn Morris  <rgm@gnu.org>
5977
5978         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5979
5980 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5981
5982         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5983         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5984
5985         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5986         multibyteness after rather than before erasing it.
5987
5988         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5989         mm-with-multibyte.
5990         (gnus-request-article-this-buffer): Make sure the proper decoding is
5991         used if gnus-original-article-buffer happens to be unibyte.
5992
5993         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5994         default-enable-multibyte-characters.
5995
5996         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5997         default-enable-multibyte-characters.
5998
5999         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6000
6001         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6002
6003 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6004
6005         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6006         (imap-message-copyuid-1): Use it.
6007         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6008         J. Williams in
6009         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6010
6011         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6012         imap-enable-exchange-bug-workaround.
6013         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6014
6015 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6016
6017         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6018         a 100 byte status-checks into a 2-3MB transfer for each group.
6019         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6020         to enable bug workaround or not.
6021         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6022
6023 2008-03-31  Glenn Morris  <rgm@gnu.org>
6024
6025         * message.el (mml2015-use): Declare for compiler.
6026         (message-info): Require mml2015 when appropriate.
6027
6028 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6031         whitespace.
6032
6033 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6034
6035         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6036         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6037         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6038         (nntp-service-to-port): New function.
6039         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6040         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6041         (nntp-open-netcat-stream): New function.
6042         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6043
6044 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6045
6046         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6047
6048 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6049
6050         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6051
6052 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6053
6054         * dns.el (dns-write): Use set-buffer-multibyte.
6055
6056 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6057
6058         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6059
6060 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * message.el (message-signature-separator): Change default.
6063         Improve custom type.
6064         (message-cite-function): Change default to
6065         message-cite-original-without-signature.
6066
6067         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6068         toggle.
6069
6070         * message.el (message-check-news-body-syntax): Fix signature check.
6071         (message-setup-1): Mark buffer as unmodified _after_ running
6072         message-setup-hook and handling message-alternative-emails.
6073         (message-shorten-references): Be more strict when building list of
6074         valid references to comply with GNKSA.
6075
6076         * gnus-group.el (gnus-read-ephemeral-bug-group)
6077         (gnus-read-ephemeral-debian-bug-group)
6078         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6079
6080         * message.el (message-info): Don't use booleanp which isn't supported
6081         in Emacs 21 and XEmacs.
6082
6083 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6086         gnus-group-gmane-group-download-format.
6087         (gnus-group-read-ephemeral-gmane-group): Rename from
6088         gnus-group-read-ephemeral-gmane-group.
6089         (gnus-read-ephemeral-gmane-group-url): Rename from
6090         gnus-group-read-ephemeral-gmane-group-url.
6091         (gnus-bug-group-download-format-alist): New variable.
6092         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6093         (gnus-read-ephemeral-emacs-bug-group): New commands.
6094
6095 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6098         (gnus-visible-headers): Improve custom type.
6099
6100 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * mml.el (mml-menu): Add workarounds for XEmacs.
6103
6104         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6105         X-Boundary header.
6106
6107         * message.el (message-simplify-recipients): Fix previous commit.
6108
6109 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6110
6111         * mm-util.el (mm-set-buffer-multibyte): New function.
6112         * mm-decode.el (mm-copy-to-buffer): Use it.
6113
6114 2008-03-19  Glenn Morris  <rgm@gnu.org>
6115
6116         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6117         Accidentally removed in the sync process with Emacs.
6118
6119 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * message.el (message-alter-recipients-discard-bogus-full-name):
6122         New function.
6123         (message-alter-recipients-function): New variable.
6124         (message-get-reply-headers): Use it.
6125         (message-replace-header): New helper function.
6126         (message-recipients-without-full-name): New variable.
6127         (message-simplify-recipients): New command.
6128
6129         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6130
6131         * message.el (message-info): Handle EasyPG manual.
6132
6133         * mml.el (mml-menu): Add entry for EasyPG.
6134
6135 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6136
6137         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6138         parameter.
6139
6140         * message.el (message-disassociate-draft): Specify drafts group name
6141         fully.
6142
6143 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6146         unnecessary duplicates from the match list.
6147
6148 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6151
6152         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6153
6154         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6155         args of `how-many' of which the XEmacs version doesn't take; declare
6156         Info-index-next as function.
6157
6158 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * gnus-score.el (gnus-score-headers): Fix handling of
6161         gnus-inhibit-slow-scoring.
6162
6163         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6164         string.
6165         (gnus-button-url-regexp): Improve handling of parenthesis.
6166         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6167         (gnus-button-handle-info-keystrokes): Handle index entries.
6168
6169 2008-03-15  Glenn Morris  <rgm@gnu.org>
6170
6171         * parse-time.el (parse-time-string): Simplify.
6172
6173 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6176         Incoming* files.
6177
6178 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6179
6180         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6181         (auth-source-pick): Use it.
6182
6183 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * binhex.el (binhex-decode-region-internal):
6186         * uudecode.el (uudecode-decode-region-internal):
6187         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6188         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6189         setting default-enable-multibyte-characters.
6190
6191 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * auth-source.el (auth-source-protocols)
6194         (auth-source-protocols-customize, auth-source-choices): Added and
6195         modified variable customizations and defaults.
6196         (auth-source-pick, auth-source-user-or-password)
6197         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6198         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6199         (auth-source-user-or-password-sftp)
6200         (auth-source-user-or-password-smtp): Use new variables and provide an
6201         interface to netrc.el.
6202
6203 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6206         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6207         Make sure the nntp port to specify is a string.
6208
6209 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6210
6211         * nntp.el: Use with-current-buffer.
6212         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6213         dubious mm-with-unibyte-current-buffer.
6214         (nntp-with-open-group-function): New function extracted from
6215         nntp-with-open-group macro.
6216         (nntp-with-open-group): Use the function, so it's easier to debug.
6217         Add indentation and debugging info.
6218         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6219         the use of the netcat alternatives.
6220
6221         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6222         Avoid mm-string-as-multibyte as well.
6223
6224         * nnweb.el (nnweb-insert-html):
6225         Remove use of nnheader-string-as-multibyte.
6226
6227         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6228         (nnheader-string-as-multibyte): Remove.
6229
6230         * mm-view.el: Use inhibit-read-only.
6231         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6232         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6233         or unibyte-string.
6234
6235         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6236         (mm-uu-yenc-extract): Use with-current-buffer.
6237
6238         * gnus-soup.el (gnus-soup-send-packet): Don't use
6239         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6240
6241         * nnmh.el: Use with-current-buffer.
6242         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6243         mm-string-as-multibyte on the output of mm-encode-coding-string.
6244
6245         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6246         (nnimap-request-move-article): Use with-current-buffer.
6247
6248         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6249         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6250         conversion uses string-make-unibyte rather than string-as-unibyte.
6251
6252         * gnus-msg.el: Use with-current-buffer.
6253
6254         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6255
6256 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6257
6258         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6259         string for caching if it is 'PIN.
6260
6261 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * lpath.el: Consider the case without Emacs/W3.
6264
6265 2008-03-08  Glenn Morris  <rgm@gnu.org>
6266
6267         * time-date.el (date-to-time, time-subtract, time-add)
6268         (safe-date-to-time): Doc fixes.
6269
6270 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * mail-source.el (mail-source-delete-old-incoming-confirm):
6273         Change default to nil.
6274         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6275
6276 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * lpath.el: Rearrange.
6279
6280         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6281         (gnus-article-goto-prev-page): Work for articles having ^L's.
6282
6283         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6284
6285         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6286
6287 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6288
6289         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6290         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6291         (gnus-bookmark-jump): Adjust some variable names.
6292
6293 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * auth-source.el: New package.
6296         (auth-source-choices): Add customization entry point variable.
6297
6298         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6299         bug.
6300
6301 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6304         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6305         (gnus-registry-install-shortcuts): Rename from
6306         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6307         the `gnus-registry-mark-map' keymap dynamically from
6308         `gnus-registry-marks'.  The generated functions update the summary line
6309         when a registry mark is added or deleted, and will call
6310         `gnus-registry-install-p' (see the comments in the code).
6311         (gnus-registry-user-format-function-M): Use concat intelligently.
6312
6313         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6314         the registry mark functions.
6315
6316 2008-03-05  Glenn Morris  <rgm@gnu.org>
6317
6318         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6319         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6320         gnus-art.
6321         (top-level): No need to load own source when compiling.
6322
6323 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6326         Suggested by <chris.anderton@zetnet.co.uk>.
6327
6328 2008-03-04  Glenn Morris  <rgm@gnu.org>
6329
6330         * gnus-sum.el (top-level): No need to require gnus when compiling,
6331         since unconditionally required near start of file.
6332         (gnus-summary-display-while-building): Move definition before use.
6333
6334 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6335
6336         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6337         formatting function.
6338
6339 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6342         with plists.
6343         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6344         Use new format.
6345
6346 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6349         `where-is-internal' that returns a range of key sequences.
6350
6351 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6352
6353         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6354
6355         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6356         (gnus-summary-jump-to-group): Consider windows on other displayed
6357         frames as well.  Similar changes might be needed elsewhere, but that's
6358         the one I've bumped into during my use.
6359
6360         * nndoc.el (nndoc-oe-dbx-type-p):
6361         * gnus-msg.el (gnus-debug):
6362         * gnus-group.el (gnus-update-group-mark-positions):
6363         Use mm-string-to-multibyte.
6364
6365 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6368         doesn't handle NotDashEscaped.
6369
6370         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6371         (mml-dnd-attach-options): Fix typo in custom choice.
6372
6373         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6374         nndoc-article-type to mbox.
6375         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6376
6377         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6378         to nil, instead of html2text.
6379
6380         * imap.el (imap-debug): Add `imap-ping-server'.
6381
6382         * gnus-bookmark.el: Add FIXMEs.
6383
6384         * message.el (message-form-letter-separator)
6385         (message-send-form-letter-delay): New variables.
6386         (message-send-form-letter): Use them.  New command to send form
6387         letters.  Requested by Uwe Siart.
6388         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6389
6390 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * Update copyright years.
6393
6394 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         Sync from EMACS_22_BASE.
6397
6398         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6399
6400 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6401
6402         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6403         empty author.
6404
6405 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-registry.el (gnus-registry-marks): Add variable for
6408         customization of marks and their appearance.
6409         (gnus-registry-read-mark): Use it.
6410         (gnus-registry-do-marks): Add utility function to loop through
6411         `gnus-registry-marks'.
6412         (gnus-registry-install-shortcuts-and-menus): Add function to install
6413         shortcuts and menus.
6414         (gnus-registry-initialize): Use it.
6415         (gnus-registry-default-mark): Clarify documentation.
6416
6417 2008-02-29  Glenn Morris  <rgm@gnu.org>
6418
6419         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6420         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6421         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6422         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6423         Change defcustom :version from 23.0 to 23.1.
6424
6425 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6426
6427         * gnus-registry.el (gnus-registry-follow-group-p)
6428         (gnus-registry-post-process-groups): Add functions to aid registry
6429         splitting and improve logging.  Clarify behavior in function
6430         documentation.
6431         (gnus-registry-split-fancy-with-parent): Use them.
6432
6433 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6434
6435         * gnus-art.el: Use with-current-buffer.
6436
6437 2008-02-27  David Engster  <dengste@eml.cc>
6438
6439         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6440         Express real group name in the response.
6441
6442 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6445         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6446         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6447         autoload gnus-registry-fetch-group when compiling.
6448         (nnmairix-request-group-with-article-number-correction): Remove
6449         unreferenced argument passed to nnmairix-call-backend.
6450
6451 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6454         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6455         Wilde.
6456
6457 2008-02-27  Glenn Morris  <rgm@gnu.org>
6458
6459         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6460         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6461         variables to defconsts.  Convert comments to doc-strings.
6462         (nnmairix-last-server, nnmairix-current-server): Convert from free
6463         variables to defvars.  Convert comments to doc-strings.
6464         (gnus-registry-fetch-group): Autoload.
6465         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6466         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6467         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6468         caddr.
6469         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6470         nnmairix-request-group-with-article-number-correction call.
6471         (nnmairix-fast, nnmairix-group): New, less general names, for free
6472         variables passed from nnmairix-request-group to
6473         nnmairix-request-group-with-article-number-correction.  Declare.
6474         (nnmairix-request-group-with-article-number-correction):
6475         Use nnmairix-fast, nnmairix-group rather than fast, group.
6476
6477 2008-02-26  David Engster  <dengste@eml.cc>
6478
6479         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6480         version 0.5.
6481
6482 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6485         instead of making an extra function call.  Don't add the current group
6486         to articles only when they have the group.  Use
6487         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6488         Reported by David <de_bb@arcor.de>.
6489
6490 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6493         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6494
6495 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * mail-source.el (mail-source-delete-incoming): Change default.
6498         Supplement doc string.
6499
6500         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6501
6502 2008-02-14  Glenn Morris  <rgm@gnu.org>
6503
6504         * time-date.el (format-seconds): New function.
6505
6506 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * nnmail.el (nnmail-message-id-cache-file): Derive from
6509         `gnus-home-directory'.
6510
6511 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6514         Document negative prefix.
6515
6516         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6517
6518 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * message.el (message-unsent-separator): Add the Exim bounce
6521         separator.
6522
6523 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6524
6525         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6526         list.
6527         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6528         recipient/signer list.
6529
6530 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * Makefile.in (datarootdir): Define.
6533         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6534         name that might contain whitespace.
6535
6536 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6539         fbound (Emacs 23 unicode), signal an error.
6540
6541 2008-02-08  Glenn Morris  <rgm@gnu.org>
6542
6543         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6544
6545 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6546
6547         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6548         ports to the calls to `netrc-machine-user-or-password' in addition to
6549         "imap" and "imaps".
6550
6551 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6552
6553         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6554
6555         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6556
6557 2008-02-01  Kenichi Handa  <handa@m17n.org>
6558
6559         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6560         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6561         (rfc2104-hash): Convert the result of concat to unibyte string.
6562
6563 2008-02-01  Dave Love  <fx@gnu.org>
6564
6565         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6566         coding-system-for-read.
6567         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6568
6569 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6572         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6573         <hanche@math.ntnu.no>.
6574
6575 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6578
6579         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6580
6581 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6582
6583         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6584         * message.el (message-beginning-of-line): Use featurep instead of bound
6585         tests in order to resolve conditionals at compile time.
6586
6587 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6588
6589         * mail-source.el (mail-sources): Add `group' choice.
6590
6591         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6592         parameter `in-group' to control into which group the articles go.
6593         Add treatment of `group' mail-source.
6594
6595 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6598
6599         * mm-decode.el (mm-dissect-buffer): Decode description.
6600
6601         * mml.el (mml-to-mime): Encode message header first.
6602
6603 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6606         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6607
6608         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6609         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6610
6611 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6612
6613         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6614
6615 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6618         prefix keys.
6619         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6620         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6621         gnus-xmas.el.
6622
6623         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6624         (gnus-xmas-article-describe-bindings): New function.
6625         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6626         gnus-xmas-article-describe-bindings.
6627
6628         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6629
6630 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6633         Add new variables for article mark management.
6634         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6635         list of extra data entries which, when present, will indicate that the
6636         article ID should not be trimmed from the registry.
6637         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6638         functions.
6639         (gnus-registry-read-mark): New function to read a mark name from the
6640         user.
6641         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6642         (gnus-registry-set-article-mark-internal): New functions to add and
6643         remove marks.
6644         (gnus-registry-get-article-marks): New function to show the marks for
6645         an article, or retrieve them for further use.
6646
6647 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6650         keys when no argument is given.
6651
6652 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * imap.el (imap-ping-server): New variable.
6655         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6656         (imap-ping-server): Minor doc string fixes.
6657
6658 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6659
6660         * imap.el (imap-ping-server): New function.
6661         (imap-opened): Call imap-ping-server.
6662
6663 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * gnus-sum.el (gnus-article-sort-by-random)
6666         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6667         jidanni@jidanni.org.
6668
6669 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-art.el (gnus-article-describe-bindings): New function.
6672         (gnus-article-read-summary-keys): Use it.
6673         (gnus-article-mode-map): Bind `C-h b' to it.
6674
6675 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6678         XEmacs.
6679         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6680         against non-character events.
6681
6682         * lpath.el: Fbind map-keymap for Emacs 21.
6683
6684 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6687         command.
6688         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6689         instead of END.  Change name of the temp file.
6690         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6691         customizable.
6692
6693 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6696         bind `S W' to gnus-article-wide-reply-with-original; set default
6697         binding to gnus-article-read-summary-send-keys.
6698         (gnus-article-read-summary-keys): Fix the order of keys; display
6699         continuation keys correctly in the echo area; describe bindings
6700         correctly when keys end with `C-h'.
6701         (gnus-article-read-summary-send-keys): New function.
6702         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6703         for gnus-article-read-summary-send-keys; display continuation keys
6704         correctly in the echo area.
6705         (gnus-article-reply-with-original): Ignore prefix argument.
6706         (gnus-article-wide-reply-with-original): New function.
6707
6708         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6709         Emacs 21.
6710
6711 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6714         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6715
6716 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6719         (gnus-group-read-ephemeral-gmane-group): New command.
6720
6721 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6722
6723         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6724
6725 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * message.el (message-send-mail-function): Increase custom version.
6728
6729         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6730         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6731
6732 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6735         for the cases where imap-authenticate is called with a nil buffer
6736         parameter.
6737
6738 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6741         html parts correctly; support forwarded messages.
6742         (gnus-article-browse-html-article): Remove work buffers.
6743
6744         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6745         compiling.
6746         (netrc-bound-and-true-p): New macro.
6747         (netrc-parse): Use it instead of bound-and-true-p that is not available
6748         in XEmacs 21.4.
6749
6750 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6751
6752         * gnus-registry.el (gnus-registry-mark-article)
6753         (gnus-registry-article-marks): Add functionality to mark articles
6754         through the Gnus registry.
6755
6756         * encrypt.el: Clarify documentation for the new pgg method.
6757         (encrypt-file-alist): Add PGG option.
6758         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6759         functionality.  Abstract password key and messaging to external
6760         functions.
6761         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6762         (encrypt-message-method-and-cipher): Add new convenience external
6763         functions.
6764         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6765         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6766
6767         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6768         (netrc-parse): Use encrypt-file-alist to determine if
6769         encrypt-find-model or encrypt-insert-file-contents should be used.
6770
6771         * encrypt.el: Clarify documentation.  Load password-cache or
6772         password, whichever one is found first, instead of autoloading.
6773
6774 2007-12-19  Glenn Morris  <rgm@gnu.org>
6775
6776         * mml.el (message-options-set, message-narrow-to-head)
6777         (message-in-body-p, message-mail-p, message-encode-message-body):
6778         Autoload.
6779         (message-remove-header, message-narrow-to-headers-or-head)
6780         (message-subscribed-p, message-make-mail-followup-to)
6781         (message-position-on-field, message-news-p)
6782         (message-options-set-recipient, message-generate-headers)
6783         (message-sort-headers): Declare as functions.
6784
6785 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6788         convention in doc string.
6789
6790 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6793         title to html parts.
6794         (gnus-article-browse-html-article): Pass message header to it.
6795
6796         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6797
6798 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6801         or password compatible with XEmacs.
6802
6803 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6806         format document.
6807         (gnus-mime-delete-part): Don't write description line if empty.
6808         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6809
6810 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6811
6812         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6813         (gnus-summary-mark-read-and-unread-as-read)
6814         (gnus-summary-mark-current-read-and-unread-as-read)
6815         (gnus-summary-mark-unread-as-ticked): Doc fix.
6816         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6817
6818 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6821         Christoph Conrad <christoph.conrad@gmx.de>.
6822
6823 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6826         yes-or-no-p.
6827
6828 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * mm-decode.el (mm-add-meta-html-tag): New function.
6831         (mm-save-part-to-file, mm-pipe-part): Use it.
6832
6833         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6834         gnus-y-or-n-p instead of y-or-n-p.
6835         (gnus-article-browse-html-parts): Work with message/external-body; use
6836         mm-add-meta-html-tag.
6837
6838 2007-12-11  Glenn Morris  <rgm@gnu.org>
6839
6840         * gnus-cache.el: Require gnus-sum not just when compiling.
6841
6842         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6843
6844         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6845         definitions before use.
6846
6847         * mm-decode.el: Require gnus-util.
6848         (mm-remove-part): Only call delete-annotation on XEmacs.
6849
6850         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6851
6852         * nnmail.el: Require gnus-int.
6853
6854         * spam.el: Move `require's before `eval-when-compile's.
6855
6856         * gnus-ems.el (gnus-alive-p):
6857         * gnus-fun.el (message-goto-eoh):
6858         * gnus-util.el (gnus-group-name-decode):
6859         * mail-source.el (gnus-compress-sequence):
6860         * message.el (Info-goto-node, format-spec):
6861         * mm-bodies.el (message-options-get):
6862         * mm-decode.el (mm-view-pkcs7):
6863         * mm-util.el (gmm-write-region):
6864         * mml-smime.el (mml-compute-boundary)
6865         (gnus-completing-read-with-default):
6866         * mml.el (widget-button-press, gnus-make-hashtable):
6867         * mml1991.el (mm-decode-content-transfer-encoding)
6868         (mm-encode-content-transfer-encoding)
6869         (message-options-get, message-options-set):
6870         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6871         * nnfolder.el (gnus-request-group):
6872         * nnheader.el (ietf-drums-unfold-fws):
6873         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6874         * smime.el (gnus-run-mode-hooks):
6875         * spam-stat.el (gnus-message): Autoload.
6876
6877         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6878         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6879         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6880         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6881         Add declare-function compatibility definition.
6882
6883         * gnus-cache.el (nnvirtual-find-group-art):
6884         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6885         (gnus-add-image, gnus-add-wash-type):
6886         * gnus-group.el (nnkiboze-score-file):
6887         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6888         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6889         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6890         (message-tokenize-header, gnus-get-buffer-create)
6891         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6892         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6893         * gnus.el (gnus-group-decoded-name):
6894         * mail-source.el (imap-capability):
6895         * mm-bodies.el (message-options-set):
6896         * mm-decode.el (gnus-configure-windows):
6897         * mm-extern.el (message-goto-body):
6898         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6899         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6900         (epg-sub-key-validity, message-options-set):
6901         * mml.el (widget-event-point, gnus-configure-windows):
6902         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6903         * mml2015.el (epg-check-configuration, epg-configuration)
6904         (message-options-set):
6905         * nndb.el (nndb-request-article):
6906         * nnfolder.el (gnus-request-create-group):
6907         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6908         * nnmaildir.el (gnus-group-mark-article-read):
6909         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6910         * rfc1843.el (message-fetch-field):
6911         * spam.el (gnus-extract-address-components):
6912         Declare as functions.
6913
6914 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6917
6918         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6919
6920         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6921         bind show-trailing-whitespace for XEmacs.
6922
6923 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6926         new no-op macro for backward compatibility.
6927
6928         * imap.el (imap-string-to-integer): New function.
6929
6930 2007-12-09  Glenn Morris  <rgm@gnu.org>
6931
6932         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6933
6934         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6935         * message.el, mm-view.el, sieve-manage.el, smime.el:
6936         Add declare-function compatibility definition.
6937
6938         * gnus-art.el (w3-region, w3m-region, Info-menu):
6939         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6940         * gnus-sum.el (gnus-get-predicate):
6941         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6942         * message.el (mail-abbrev-in-expansion-header-p):
6943         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6944         (w3m-detect-meta-charset, w3m-region):
6945         * sieve-manage.el (password-read, password-cache-add)
6946         (password-cache-remove):
6947         * smime.el (password-read-and-add): Declare as functions.
6948
6949 2007-12-08  David Kastrup  <dak@gnu.org>
6950
6951         * gnus-sum.el (gnus-summary-simplify-subject-query):
6952         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6953         `message'.
6954
6955 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6958         it to bind idna-program, installation-directory, defined-colors, and
6959         face-attribute for XEmacs of the version that compiles defcustom forms.
6960
6961 2007-12-07  Glenn Morris  <rgm@gnu.org>
6962
6963         * gnus-art.el (article-make-date-line): Revert previous change.
6964
6965 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6968
6969 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6970
6971         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6972         Call gnus-add-to-range ranges only once with a prepared article-list.
6973
6974 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6975
6976         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6977         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6978         group names with backslashes.  Reported by Tassilo Horn
6979         <tassilo@member.fsf.org>.
6980
6981 2007-12-06  Deepak Goel  <deego3@gmail.com>
6982
6983         * gnus-art.el (article-make-date-line):
6984         * gnus-start.el (gnus-load):
6985         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6986
6987 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-art.el (gnus-use-idna)
6990         * gnus-start.el (gnus-site-init-file)
6991         * message.el (message-use-idna)
6992         * mm-uu.el (mm-uu-hide-markers)
6993         * smiley.el (smiley-style): Revert changes that suppress warnings.
6994
6995 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6998         specify charset to html source.  Reported by Christoph Conrad
6999         <christoph.conrad@gmx.de>.
7000
7001 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7004         idna-program in order to suppress byte compile warning issued by XEmacs
7005         that came to byte compile the default value section of defcustom forms
7006         recently.
7007
7008         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7009         value of installation-directory.
7010
7011         * message.el (message-use-idna): Don't directly refer to the value of
7012         idna-program.
7013
7014         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7015
7016         * smiley.el (smiley-style): Don't directly call face-attribute.
7017
7018 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7021
7022         * gnus-dired.el: Reduce Gnus dependencies.
7023         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7024         require.  Use autoloads instead.
7025         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7026         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7027         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7028         (gnus-dired-mode): Adjust doc string.
7029         (gnus-dired-mail-mode): New variable.
7030         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7031         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7032         (gnus-dired-mail-buffers): New function.  Return mail or message
7033         composition buffers.
7034         (gnus-dired-attach): Use it.
7035         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7036         NO-DECODE.
7037         (gnus-dired-print): Use `gnus-print-buffer' depending on
7038         `gnus-dired-mail-mode'.
7039
7040 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * rfc2047.el (rfc2047-encoded-word-regexp)
7043         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7044         explaining what regexp patterns are for.
7045
7046 2007-12-04  Glenn Morris  <rgm@gnu.org>
7047
7048         * password.el: Move to password-cache.el.
7049
7050         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7051         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7052         * mml-smime.el (password-read, password-cache-add)
7053         (password-cache-remove):
7054         No need to autoload, since mml-sec requires password.
7055
7056         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7057         * message.el (gnus-extract-address-components):
7058         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7059
7060         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7061         password.
7062
7063 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * mailcap.el: Reduce dependencies.
7066         (mail-header-parse-content-type): Autoload.
7067         (mailcap-delete-duplicates): New alias.
7068         (mailcap-mime-info): Add optional argument NO-DECODE.
7069         (mailcap-mime-types): Use mailcap-delete-duplicates.
7070
7071         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7072
7073 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7074
7075         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7076         (imap-parse-status): Upcase status-att for servers that sends them
7077         lower-case (e.g., MS Exchange 2007).
7078
7079 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7082         function.
7083
7084         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7085         (gnus-uu-yenc-article): New function.
7086
7087         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7088
7089         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7090         buffer.
7091
7092 2007-12-02  Glenn Morris  <rgm@gnu.org>
7093
7094         * binhex.el (binhex): New custom group.
7095         (binhex-decoder-program, binhex-decoder-switches)
7096         (binhex-use-external): Move to the binhex custom group.
7097
7098         * uudecode.el (uudecode): New custom group.
7099         (uudecode-decoder-program, uudecode-decoder-switches)
7100         (uudecode-use-external): Move to the uudecode custom group.
7101
7102         * netrc.el (top-level): Don't load `encrypt' features.
7103         (netrc-parse): Don't use encrypt.
7104         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7105
7106         * encrypt.el: Remove file.
7107
7108 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7111         matches on patches.
7112
7113         * gnus-art.el (gnus-article-browse-html-article): Mention
7114         `mm-text-html-renderer' in the doc string.
7115
7116         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7117         string.  Add comments.
7118
7119         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7120         if rhs is ASCII.
7121
7122 2007-12-01  Glenn Morris  <rgm@gnu.org>
7123
7124         * mail-source.el (top-level): Require format-spec before
7125         eval-when-compile.
7126
7127 2007-11-30  Glenn Morris  <rgm@gnu.org>
7128
7129         * encrypt.el: Require password, rather than autoloading password-read.
7130
7131 2007-11-29  Glenn Morris  <rgm@gnu.org>
7132
7133         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7134         (sasl-make-client, sasl-next-step, sasl-step-data)
7135         (sasl-step-set-data): Declare as functions.
7136
7137 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7140
7141 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7142
7143         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7144         certs should be verified and what is to be done in the event of a
7145         verification failure.
7146
7147         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7148         caller can indicate whether the cache should be disregarded for this
7149         call.  This way the result of the call is reproducible at all times and
7150         can be considered a canonical server name for the supplied method.
7151         (gnus-agent-method-p): Canonicalize server names by pushing their
7152         method through `gnus-method-to-server' using the no-cache argument.
7153
7154         * gnus-srvr.el (gnus-server-insert-server-line): Call
7155         `gnus-method-to-server' with `no-cache' argument.
7156
7157         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7158         gnus-agent-possibly-synchronize-flags as this should be called when the
7159         server is actually being opened.
7160         (gnus-agent-possibly-synchronize-flags)
7161         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7162         flags file of an agentized server to the latter function.
7163
7164         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7165         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7166         after a connection has been established successfully.
7167
7168 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-art.el (article-display-face): Force to display face if called
7171         interactively; check if gnus-article-x-face-too-ugly matches author.
7172         (article-display-x-face): Display face even if From header is missing
7173         as article-display-face does.
7174
7175 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7176
7177         * hashcash.el (message-narrow-to-headers-or-head)
7178         (message-fetch-field, message-goto-eoh)
7179         (message-narrow-to-headers): Declare as functions.
7180
7181 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * mail-source.el (mail-sources): Default to fetch from file for
7184         compatibility with default of nnmail-spool-file.
7185
7186 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7189         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7190         to look for encoded word that should be encoded again.
7191         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7192         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7193         encoding pattern.
7194         (rfc2047-decode-region): Switch strict regexp and loose one according
7195         to rfc2047-allow-irregular-q-encoded-words.
7196
7197 2007-11-25  Romain Francoise  <romain@orebokech.com>
7198
7199         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7200
7201 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * tls.el (tls-program): Provide more custom choices from
7204         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7205         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7206
7207 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7210         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7211
7212         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7213         `nnmail-spool-file'.
7214
7215         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7216         `nnmail-spool-file'.
7217
7218         * gnus-move.el (gnus-change-server): Ditto.
7219
7220         * gnus-kill.el (gnus-batch-score): Ditto.
7221
7222         * gnus-cache.el (gnus-jog-cache): Ditto.
7223
7224         * gnus-msg.el (gnus-summary-reply):
7225         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7226
7227 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7230         version.  Minor improvement to doc strings.
7231         (tls-program): Add comment.
7232
7233 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7234
7235         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7236         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7237         mismatch between the hostname provided in the certificate and the name
7238         of the host connnecting to.
7239         (open-tls-stream): Use them.  Check certificates against trusted root
7240         certificates.
7241
7242 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-cache.el (gnus-cache-generate-nov-databases):
7245         Use nnml-generate-nov-databases-directory instead of
7246         nnml-generate-nov-databases-1.
7247
7248 2007-11-24  Glenn Morris  <rgm@gnu.org>
7249
7250         * message.el (message-tool-bar-retro): Update for rename
7251         mail_send.xpm->mail-send.xpm.
7252
7253 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7256         `smime-ldap-search' for Emacs 22 and up.
7257
7258 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7259
7260         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7261
7262         * message.el (message-send-mail-function): Fix error convention.
7263         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7264         (message-widen-reply, message-send-mail, message-talkative-question)
7265         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7266         (message-clone-locals, message-send-news): Use with-current-buffer.
7267         (message-insert-or-toggle-importance): Remove unused var `valid'.
7268         (message-make-references): Remove unused var `new-references'.
7269         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7270
7271 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7272
7273         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7274         (spam-split-symbolic-return-positive): Reflow docstring.
7275         (spam-backends, spam-summary-exit-behavior)
7276         (spam-mark-ham-unread-before-move-from-spam-group)
7277         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7278         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7279         (spam-clear-cache, spam-backend-check, spam-install-backend)
7280         (spam-install-statistical-backend, spam-list-of-processors)
7281         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7282         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7283         (spam-check-crm114, spam-initialize, spam-unload-hook):
7284         Fix typos in docstrings.
7285
7286 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7289         been checked if they have never been read and those group levels are
7290         higher than the one that a user specified.
7291
7292 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7295         foreign groups unless a group level is specified by a user.
7296         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7297
7298 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * message.el (message-send-mail-function): Require sendmail.
7301
7302 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * message.el (message-send-mail-function): Check for smtpmail too.
7305
7306         * utf7.el (utf7-encode, utf7-decode): Use coding system
7307         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7308
7309         * message.el (message-send-mail-function): New function.
7310         (message-send-mail-function): Set default using
7311         message-send-mail-function.  Adjust doc string.
7312         (message-send-mail-with-mailclient): New function.
7313
7314 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7315
7316         * smime.el (from):
7317         * rfc2047.el (message-posting-charset):
7318         * qp.el (mm-use-ultra-safe-encoding):
7319         * pop3.el (parse-time-months):
7320         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7321         * nnml.el (files):
7322         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7323         (jka-compr-compression-info-list, ange-ftp-path-format)
7324         (efs-path-regexp):
7325         * nndiary.el (files):
7326         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7327         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7328         (epg-digest-algorithm-alist, inhibit-redisplay)
7329         (password-cache-expiry):
7330         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7331         (pgg-output-buffer, password-cache-expiry):
7332         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7333         (efs-path-regexp):
7334         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7335         (inhibit-redisplay):
7336         * mm-uu.el (file-name, start-point, end-point, entry)
7337         (gnus-newsgroup-name, gnus-newsgroup-charset):
7338         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7339         (latin-unity-ucs-list):
7340         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7341         (mm-uu-binhex-decode-function):
7342         * message.el (gnus-message-group-art, gnus-list-identifiers)
7343         (rmail-enable-mime-composing, gnus-local-organization)
7344         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7345         (gnus-read-active-file, facemenu-add-face-function)
7346         (facemenu-remove-face-function, gnus-article-decoded-p)
7347         (tool-bar-mode):
7348         * mail-source.el (display-time-mail-function):
7349         * gnus-util.el (nnmail-pathname-coding-system)
7350         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7351         (gnus-original-article-buffer, gnus-user-agent)
7352         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7353         (xemacs-codename, sxemacs-codename, emacs-program-version):
7354         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7355         * gnus-start.el (gnus-agent-covered-methods)
7356         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7357         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7358         (gnus-newsgroup-headers, gnus-group-list-mode)
7359         (gnus-group-mark-positions, gnus-newsgroup-data)
7360         (gnus-newsgroup-unreads, nnoo-state-alist)
7361         (gnus-current-select-method, mail-sources)
7362         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7363         (nnmail-spool-file, gnus-cache-active-hashtb):
7364         * gnus-mh.el (mh-lib-progs):
7365         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7366         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7367         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7368         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7369         (gnus-group-buffer):
7370         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7371         (font-lock-set-defaults):
7372         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7373         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7374         (gnus-summary-post-menu, total-parts, type, condition, length):
7375         * gnus-agent.el (gnus-agent-read-agentview):
7376         * flow-fill.el (show-trailing-whitespace):
7377         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7378         eval-and-compile wrappers for byte compiler pacifiers.
7379
7380         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7381         (mm-display-inline-fontify): Check for featurep 'xemacs not
7382         extent-list.
7383
7384         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7385         itimer-list.
7386         (mm-create-image-xemacs): Only do something for XEmacs.
7387         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7388
7389         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7390
7391         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7392         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7393
7394 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7395
7396         * nnimap.el (nnimap-split-download-body):
7397         * gnus-demon.el (gnus-demon):
7398         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7399
7400 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7403         macros.
7404         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7405         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7406         copy data from unibyte buffer to multibyte current buffer.
7407         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7408         to copy data from unibyte current buffer to multibyte buffer.
7409         (nntp-make-process-buffer): Make process buffer unibyte.
7410
7411         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7412
7413 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7414
7415         * pop3.el (pop3-open-server): Accept and process data more robustly at
7416         connexion start to avoid spurious "POP SSL connexion failed" errors.
7417
7418 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7421         read group names.
7422
7423 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7426
7427 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7430         (nnmail-save-active): Use a unibyte buffer when saving active file,
7431         which may contain non-ASCII group names.
7432
7433         * nnml.el (nnml-request-group): Decode group names in messages.
7434
7435 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * message.el (message-citation-line-function)
7438         (message-insert-formatted-citation-line): Fix spelling of
7439         `message-insert-formated-citation-line'.
7440
7441 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7444
7445 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7448         nnmail-pathname-coding-system.
7449
7450         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7451         that a user enters; decode group names in messages.
7452
7453         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7454
7455 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7458
7459         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7460
7461         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7462         risky local variable.
7463
7464         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7465
7466 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * encrypt.el: Improve documentation to fix function name typo.
7469         Reported by Daiki Ueno <ueno@unixuser.org>.
7470
7471 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7474         even if the point is not in the last page of an article.
7475         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7476         back to the previous page.
7477
7478 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7481
7482 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7485
7486 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7487
7488         * message.el (message-check-news-body-syntax): Avoid
7489         mm-string-as-multibyte.
7490         (message-hide-headers): Don't assume (point-min)==1.
7491
7492 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * message.el (message-remove-blank-cited-lines): Fix if remove is
7495         given.
7496         (message-bogus-address-regexp): New variable.
7497         (message-bogus-recipient-p): New function.
7498         (message-check-recipients): New command.
7499         (message-syntax-checks): Add `bogus-recipient'.
7500         (message-fix-before-sending): Add `bogus-recipient'.
7501
7502         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7503         (gnus-treat-body-boundary): Don't test window-system.
7504
7505 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7506
7507         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7508
7509 2007-10-28  Miles Bader  <miles@gnu.org>
7510
7511         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7512         at compile-time too.
7513
7514 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * gnus-msg.el (gnus-message-setup-hook): Add
7517         `message-remove-blank-cited-lines' to options.
7518
7519 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * message.el (message-remove-blank-cited-lines): New function.
7522         Suggested by Karl Plästerer.
7523
7524 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7527         mapc.
7528
7529         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7530         (top-level): Use mapc to set functions to be traced for debugging.
7531
7532         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7533         called for effect with while loop.
7534
7535         * message.el (message-talkative-question): Replace mapcar called for
7536         effect with mapc.
7537
7538         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7539         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7540         called for effect with dolist.
7541
7542         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7543
7544         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7545         gnus-extra-headers and nnmail-extra-headers.
7546
7547         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7548         called for effect with dolist.
7549         (top-level): Use mapc to set functions to be traced for debugging.
7550
7551         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7552         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7553         dolist.
7554
7555         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7556         Replace mapcar called for effect with mapc.
7557         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7558         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7559         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7560         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7561
7562         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7563         remove-if that's a cl function.
7564
7565         * webmail.el (webmail-debug): Replace mapcar called for effect with
7566         dolist.
7567
7568         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7569         with mapc.
7570
7571 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7574         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7575         with while loop.
7576
7577         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7578         functions from article-* functions.
7579         (gnus-multi-decode-header): Replace mapcar called for effect with
7580         dolist.
7581
7582         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7583         (gnus-bookmark-show-details): Replace mapcar called for effect with
7584         while loop.
7585
7586         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7587         called for effect with while loop.
7588
7589         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7590         with dolist.
7591
7592         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7593         mapcar called for effect with dolist.
7594
7595         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7596
7597         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7598         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7599         Replace mapcar called for effect with dolist.
7600         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7601         mapc.
7602
7603         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7604         Replace mapcar called for effect with dolist.
7605         (gnus-topic-list): Replace mapcar called for effect with mapc.
7606
7607         * gnus.el: Use mapc instead of mapcar to add autoloads.
7608
7609 2007-10-23  Richard Stallman  <rms@gnu.org>
7610
7611         * gnus-group.el (gnus-group-highlight): Mark as risky.
7612
7613 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus.el (gnus-server-to-method): Return method found first in
7616         gnus-newsrc-alist.
7617
7618         * gnus-art.el (gnus-article-highlight-signature)
7619         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7620         button overlay without the front stickiness.
7621
7622 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7623
7624         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7625         overview buffer needed a catch to receive its throw.
7626         (gnus-agent-flush-cache): Declared as interactive to make this function
7627         easier to use.
7628
7629 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7632         `next-line'.
7633
7634 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7637         exclude address matching message-dont-reply-to-names.
7638
7639 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-util.el (gnus-string<): New function.
7642
7643         * gnus-sum.el (gnus-article-sort-by-author)
7644         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7645
7646 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7649         the frame-focus tag is set in gnus-buffer-configuration.
7650
7651 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7654         the front stickiness.
7655
7656 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7659         url pattern; remove duplicate one.
7660         (gnus-article-extend-url-button): New function.
7661         (gnus-article-add-buttons): Use it.
7662         (gnus-button-push): Use concatenated url that it makes.
7663
7664 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7665
7666         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7667
7668 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7669
7670         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7671         Don't hardcode point-min==1.
7672
7673 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7676         Fix comment about "iso8859-1".
7677
7678 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7679
7680         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7681         ones returned from the verify-function.
7682
7683         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7684         mml2015-extract-cleartext-signature if extraction failed.
7685
7686 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7687
7688         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7689         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7690         failed.
7691
7692 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7695
7696 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7699         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7700         recommends to use EasyPG instead of PGG.
7701
7702         * pgg.el: Revert to revision 6.23.2.16.
7703
7704         * pgg-def.el: Revert to revision 6.6.2.14.
7705
7706         * pgg-gpg.el: Revert to revision 6.23.2.34.
7707
7708 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7711         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7712         thread for both the null and zero (kill/expire thread) universal prefix
7713         cases.
7714         (gnus-summary-expire-thread): Add new function to expire a thread,
7715         using gnus-summary-kill-thread.
7716         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7717         shortcuts for gnus-summary-expire-thread.
7718         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7719         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7720
7721 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7724         extras value, so an extras entry can be deleted.
7725         (gnus-registry-delete-extra-entry): Use it.
7726         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7727         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7728         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7729         storage through the gnus-registry, and provide an appropriate API for
7730         it.
7731
7732 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7735         Suggested by Leo <sdl.web@gmail.com>.
7736
7737         * gnus.el: Do.
7738
7739 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7742         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7743
7744         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7745
7746         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7747         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7748
7749 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7752         newline.
7753         (nnmbox-request-accept-article): Don't change article in source buffer;
7754         narrow to header to use message-fetch-field rather than
7755         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7756         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7757         as delimiters; make sure article ends with newline.
7758         (nnmbox-delete-mail): Correct last position of article to be deleted;
7759         ignore X-Gnus-Newsgroup header in article body.
7760         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7761         positions; make sure article ends with newline.
7762
7763         * message.el (message-display-abbrev): Don't infloop when a user
7764         inserts SPC in the beginning of header.
7765
7766         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7767         coding-system-for-read and coding-system-for-write for XEmacs having no
7768         file-coding feature.
7769
7770         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7771
7772 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7773
7774         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7775         list of groups not followed by default.  Fix type to be regexp.
7776         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7777
7778 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7779
7780         * hmac-def.el (define-hmac-function): Switch from old-style to
7781         new-style backquotes.
7782
7783         * md4.el (md4-make-step): Likewise.
7784
7785 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7788         raw-text coding system when saving .newsrc file, which may contain
7789         non-ASCII group names.
7790
7791 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-cus.el (gnus-score-extra): New widget.
7794         (gnus-score-extra-convert): New function.
7795         (gnus-score-customize): Use it for Extra.
7796
7797 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7798
7799         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7800         (mml2015-mailcrypt-clear-verify): Use it.
7801         (mml2015-gpg-clear-verify): Use it.
7802         (mml2015-pgg-clear-verify): Use it.
7803         (mml2015-epg-clear-verify): Replace the current part with the output
7804         from GnuPG; don't extract the plaintext by itself.
7805
7806         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7807         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7808         mml2015-clear-verify-function; don't touch the armor headers or
7809         dash-escaped text here.
7810
7811 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7814         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7815         parts, or application/octet-stream as a last resort.
7816         (gnus-mime-view-part-as-type): Don't toggle display.
7817         (gnus-mime-view-part-as-charset): Don't turn off display before
7818         querying charset.
7819
7820         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7821         stuff to undisplayer function in Emacs.
7822         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7823
7824         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7825         text/calendar parts.
7826
7827 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7830         decoding text/calendar parts.
7831
7832         * message.el (message-forward-make-body-mime): Always mark body as
7833         having no illegible text; remove signed-or-encrypted argument.
7834         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7835
7836         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7837         (mml-generate-mime-1): Don't encode body if it is specified to be in
7838         raw form; don't make buffer be unibyte when inserting multibyte string.
7839
7840 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7841
7842         * sha1.el: Fix up comment style.
7843         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7844         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7845
7846         * hex-util.el: Fix up comment style.
7847         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7848
7849         * gnus-salt.el: Use with-current-buffer.
7850         (gnus-pick-setup-message): Fix long-standing typo.
7851
7852 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * imap.el (imap-logout-timeout): New variable.
7855         (imap-logout, imap-logout-wait): New functions.
7856         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7857
7858         * nnimap.el (nnimap-logout-timeout): New server variable.
7859         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7860         nnimap-logout-timeout.
7861
7862         * gnus-art.el (gnus-article-summary-command-nosave)
7863         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7864
7865 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus.el (gnus-maximum-newsgroup): New variable.
7868
7869         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7870         according to gnus-maximum-newsgroup.
7871
7872         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7873         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7874         Limit the range of articles according to gnus-maximum-newsgroup.
7875
7876 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7877
7878         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7879         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7880         Don't perform gnus-configure-windows here; reuse existing sticky
7881         article buffer.
7882
7883         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7884         it doesn't exist in gnus-article-mode.
7885
7886 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7889         (gnus-agent-decoded-group-name): New function.
7890         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7891         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7892
7893 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7894
7895         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7896         Add binding for gnus-sticky-article.
7897         (gnus-summary-exit): Don't kill sticky article buffers.
7898
7899         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7900         article buffer.
7901         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7902         (gnus-kill-sticky-article-buffers): New commands.
7903
7904 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * nntp.el (nntp-xref-number-is-evil): New server variable.
7907         (nntp-find-group-and-number): If it is non-nil, don't trust article
7908         numbers in the Xref header.
7909
7910 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-agent.el (gnus-agent-read-group): New function.
7913         (gnus-agent-flush-group, gnus-agent-expire-group)
7914         (gnus-agent-regenerate-group): Use it.
7915         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7916         nnmail-pathname-coding-system.
7917
7918 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7921
7922         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7923         that are unread as unread, and also as selected so that information of
7924         marks having been changed by a user may be updated when exiting group.
7925
7926 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7929         calculated ignoring signature parts to gnus-treat-article.
7930
7931 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7934         a point here in order to keep the window start.
7935         (gnus-insert-mime-security-button): Make a button overlay without the
7936         front stickiness.
7937         (gnus-mime-display-security): Goto the end of a button.
7938
7939         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7940
7941 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7944         group-name-at-point.
7945         (gnus-group-completing-read): New function that offers decoded
7946         non-ASCII group names for completion.
7947         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7948         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7949         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7950         (gnus-group-fetch-control): Use it.
7951         (gnus-fetch-group): Use group-name-at-point for the initial value
7952         rather than the default value; use gnus-alive-p.
7953
7954         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7955         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7956         (gnus-summary-post-news): Use gnus-group-completing-read.
7957
7958         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7959         (gnus-read-move-group-name): Decode group name for completion.
7960
7961 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7962
7963         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7964         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7965         Yamaoka slightly modified the code).
7966
7967 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7970         (nnmail-split-incoming): Bind it.
7971
7972         * nnml.el (nnml-group-name-charset): New function.
7973         (nnml-decoded-group-name): Use it; don't decode group name if
7974         nnmail-group-names-not-encoded-p is non-nil.
7975         (nnml-encoded-group-name): New function.
7976         (nnml-group-pathname): Inline nnml-decoded-group-name.
7977         (nnml-request-expire-articles): Decode group name in message.
7978         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7979         nnmail-pathname-coding-system.
7980         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7981         not decoded ones according to nnmail-group-names-not-encoded-p.
7982         (nnml-generate-active-info): Use nnml-encoded-group-name.
7983
7984 2007-08-08  Glenn Morris  <rgm@gnu.org>
7985
7986         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7987         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7988         doc-strings and comments.
7989
7990 2007-07-25  Glenn Morris  <rgm@gnu.org>
7991
7992         * Relicense all FSF files to GPLv3 or later.
7993
7994 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-sum.el (gnus-summary-move-article): Make
7997         gnus-summary-respool-article work.
7998
7999 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8002         string.
8003
8004 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8005
8006         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8007         that should be ignored when comparing distant RSS articles with local
8008         ones.
8009         (nnrss-make-hash-index): New function.  Create a hash index according
8010         to the ignored fields.
8011         (nnrss-check-group): Use it.
8012
8013 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8016
8017         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8018
8019         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8020         the new optional argument ENCODED is non-nil.
8021         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8022         coding system for encoding group name.
8023         (gnus-group-make-rss-group): Pass un-encoded group name to
8024         gnus-group-make-group.
8025         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8026         encoded.
8027
8028         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8029         Encode group name to which articles are moved or copied.
8030         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8031         coding system for encoding Newsgroup, Followup-To and Xref headers.
8032
8033         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8034         marks; use nnheader-file-coding-system to write a file.
8035         (nnagent-retrieve-headers): Bind file-name-coding-system to
8036         nnmail-pathname-coding-system.
8037
8038         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8039
8040         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8041         (nnml-request-article, nnml-request-create-group)
8042         (nnml-request-rename-group, nnml-find-id)
8043         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8044         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8045         (nnml-save-marks): Use nnml-group-pathname instead of
8046         nnmail-group-pathname.
8047
8048         (nnml-request-create-group, nnml-request-expire-articles)
8049         (nnml-request-move-article, nnml-request-delete-group)
8050         (nnml-deletable-article-p, nnml-possibly-create-directory)
8051         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8052         (nnml-open-marks): Bind file-name-coding-system to
8053         nnmail-pathname-coding-system.
8054
8055         (nnml-request-article): Pass server argument to nnml-find-group-number.
8056         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8057         server argument to nnml-possibly-create-directory.
8058         (nnml-request-accept-article): Pass server argument to
8059         nnml-active-number and nnml-save-mail.
8060         (nnml-find-group-number): Pass server argument to nnml-find-id.
8061         (nnml-request-update-info): Pass server argument to
8062         nnml-marks-changed-p.
8063
8064         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8065         (nnml-save-mail, nnml-active-number): Add server argument.
8066
8067         (nnml-request-delete-group): Warn if group is missing.
8068         (nnml-get-nov-buffer): Decode group name.
8069         (nnml-generate-active-info): Encode group name.
8070         (nnml-open-marks): Decode group name in messages.
8071
8072 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8075         if it is not specified.
8076         (gnus-article-pipe-part, gnus-article-save-part)
8077         (gnus-article-interactively-view-part, gnus-article-copy-part)
8078         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8079         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8080         (gnus-article-replace-part, gnus-article-delete-part)
8081         (gnus-article-view-part-as-type): Pass raw prefix argument to
8082         gnus-article-part-wrapper.
8083
8084 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-agent.el (gnus-agent-save-active): Bind
8087         nnheader-file-coding-system to gnus-agent-file-coding-system.
8088
8089         * gnus-cache.el (gnus-cache-save-buffers)
8090         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8091         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8092         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8093         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8094         (gnus-cache-generate-active, gnus-cache-rename-group)
8095         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8096         (gnus-cache-update-overview-total-fetched-for): Bind
8097         file-name-coding-system to nnmail-pathname-coding-system.
8098         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8099         variables.
8100         (gnus-cache-decoded-group-name): New function.
8101         (gnus-cache-file-name): Use it.
8102         (gnus-cache-generate-active): Use non-decoded group name for active.
8103
8104         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8105         right place.
8106         (gnus-write-active-file): Don't break non-ASCII group names.
8107
8108         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8109         nnmail-pathname-coding-system.
8110
8111         * lpath.el: Bind default-file-name-coding-system,
8112         file-name-coding-system and language-info-alist for XEmacs.
8113
8114         * gnus-uu.el (gnus-uu-decode-save): Typo.
8115
8116 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8119
8120 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8123         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8124         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8125         (gnus-agent-flush-group, gnus-agent-flush-cache)
8126         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8127         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8128         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8129         (gnus-agent-regenerate-group)
8130         (gnus-agent-update-files-total-fetched-for)
8131         (gnus-agent-update-view-total-fetched-for): Bind
8132         file-name-coding-system to nnmail-pathname-coding-system.
8133         (gnus-agent-group-pathname): Don't encode file names by
8134         nnmail-pathname-coding-system.
8135         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8136         coding-system-for-write instead of buffer-file-coding-system to
8137         gnus-agent-file-coding-system.
8138
8139         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8140         Decode group name.
8141
8142         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8143
8144         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8145         (gnus-read-newsrc-el-file): Make group names unibyte.
8146
8147         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8148         nnmail-pathname-coding-system.
8149
8150         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8151         (nnrss-request-delete-group): Bind file-name-coding-system to
8152         nnmail-pathname-coding-system.
8153         (nnrss-read-server-data, nnrss-read-group-data): Bind
8154         file-name-coding-system correctly.
8155         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8156
8157         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8158         (nntp-server-to-method-cache): New variable.
8159         (nntp-group-pathname): New function that decodes non-ASCII group names.
8160         (nntp-possibly-create-directory, nntp-marks-changed-p)
8161         (nntp-save-marks, nntp-open-marks): Use it.
8162         (nntp-possibly-create-directory, nntp-open-marks):
8163         Bind file-name-coding-system to nnmail-pathname-coding-system.
8164         (nntp-open-marks): Decode group names when bootstrapping marks.
8165
8166         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8167         Newsgroups and Folowup-To headers.
8168
8169 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8172         (gnus-server-closed-face, gnus-server-denied-face)
8173         (gnus-server-offline-face): Remove variable.
8174         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8175
8176         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8177         of modifying message-stack directly for XEmacs.
8178
8179         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8180         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8181         if the coding-system argument is nil for XEmacs.
8182
8183         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8184         mm-charset-override-alist.
8185
8186         * rfc2047.el: Don't require base64; require rfc2045 for the function
8187         rfc2045-encode-string.
8188         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8189         to quote the parameter value.
8190
8191 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8194         form in gnus-group-name-charset-method-alist.
8195
8196         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8197         overrides the default layout edit-form.
8198
8199         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8200
8201         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8202
8203 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8206         as unfetched articles.
8207
8208 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8211
8212 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8215         original back end that keeps marks in the local system.
8216
8217 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8220         arg of pop-to-buffer for XEmacs.
8221         (gnus-article-read-summary-keys): Ditto; don't restore window
8222         configuration if summary command ends up with neither article buffer
8223         nor summary buffer; describe bindings if summary keys end with C-h.
8224
8225 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * message.el (message-fix-before-sending): Skip raw message part to be
8228         forwarded while checking illegible text.
8229         (message-forward-make-body-mime, message-forward-make-body): Mark
8230         signed or encrypted raw message as having no illegible text.
8231
8232 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8235         (gnus-message-with-timestamp-1): New macro.
8236         (gnus-message-with-timestamp): New function.
8237         (gnus-message): Use them.
8238
8239         * nnheader.el (nnheader-message): Use them.
8240
8241 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8244         .newsrc.eld file.
8245
8246 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-agent.el (gnus-agent-fetch-headers)
8249         (gnus-agent-retrieve-headers): Bind
8250         gnus-decode-encoded-address-function to identity.
8251
8252         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8253         available also when the server returns simply a dot.
8254
8255         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8256
8257 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8260
8261 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-ems.el (gnus-x-splash): Make it work.
8264
8265         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8266         from being used.
8267
8268         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8269
8270 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8273         4th and the 5th arguments.
8274
8275         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8276         the front stickiness.
8277         (gnus-article-summary-command-nosave): Correct the order of the
8278         arguments passed to pop-to-buffer.
8279         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8280         summary command ends up with the article buffer.
8281
8282         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8283         the same faces.
8284
8285 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8286
8287         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8288
8289 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8290
8291         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8292         * gnus-sum.el (gnus-summary-highlight):
8293         * pgg.el (pgg-sign-region, pgg-sign):
8294         * mail-source.el (mail-source-delete-old-incoming-confirm):
8295         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8296
8297 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-art.el (gnus-mime-view-part-externally)
8300         (gnus-mime-view-part-internally): Fix predicate function passed to
8301         completing-read.
8302
8303         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8304
8305         * gnus.el (gnus-update-message-archive-method): Add :version.
8306
8307 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus.el (gnus-update-message-archive-method): New variable.
8310
8311         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8312         according to gnus-message-archive-method if
8313         gnus-update-message-archive-method is non-nil.
8314
8315 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8318         by Loic Dachary <loic@dachary.org>.
8319         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8320
8321 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * message.el (message-pop-to-buffer): Add switch-function argument.
8324         (message-mail): Pass switch-function argument to it.
8325
8326 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8329         Improve doc string.
8330
8331 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8334         (gnus-header-content)
8335         * gnus-cite.el (gnus-cite-10)
8336         * gnus-srvr.el (gnus-server-closed)
8337         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8338         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8339         (gnus-group-mail-3-empty, gnus-group-mail-low)
8340         (gnus-group-mail-low-empty, gnus-splash)
8341         * message.el (message-header-to, message-header-cc)
8342         (message-header-subject, message-header-other, message-header-name)
8343         (message-header-xheader, message-separator, message-cited-text)
8344         (message-mml): Lighten colors of faces used for dark background.
8345
8346 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8347
8348         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8349         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8350
8351 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * message.el (message-narrow-to-headers-or-head):
8354         Ignore mail-header-separator in the body.
8355
8356 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8359         same as window size.
8360
8361 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8362
8363         * message.el (message-font-lock-keywords): Use message-header-xheader
8364         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8365         ahead of the anything pattern, to get it recognised.
8366
8367 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8370         spam.el loads uses it in the compiled defadvice form.
8371
8372 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8373
8374         * gnus-sum.el (gnus-articles-to-read)
8375         (gnus-summary-insert-old-articles): Don't truncate group name for
8376         `read-string'.
8377
8378         * gnus-util.el (gnus-limit-string): Delete this function.
8379
8380         * gnus-sum.el (gnus-simplify-subject-fully): Use
8381         `truncate-string-to-width' instead.
8382
8383 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8384
8385         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8386         if, on summary exit, the next group has to be selected.
8387         (gnus-summary-exit): Use it.
8388
8389 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8392         non-break space.
8393
8394 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8397         Check if group is not a directory.
8398         (nnfolder-request-expire-articles): Don't delete articles if the target
8399         group is not available.
8400
8401         * nnml.el (nnml-request-create-group): Properly check if group is not a
8402         file.
8403         (nnml-request-expire-articles): Don't delete articles if the target
8404         group is not available.
8405
8406         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8407         Don't quote characters that are within parentheses.
8408
8409 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8412         (gnus-handle-ephemeral-exit): Select article according to it.
8413
8414 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * message.el (message-insert-formated-citation-line): Remove newline.
8417         (message-citation-line-format): Add final \n here so that the user can
8418         avoid a blank line.
8419
8420 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8421
8422         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8423         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8424         Update lanl/arXiv support.
8425
8426 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * gnus.el: Bump version number.
8429
8430 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * gnus.el (gnus-version-number): Bump version.
8433
8434 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8435
8436         * gnus.el: No Gnus v0.6 is released.
8437
8438 2007-04-27  Didier Verna  <didier@xemacs.org>
8439
8440         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8441         * gmm-utils.el (gmm-regexp-concat): here.
8442         * message.el: Don't require 'gnus-util.
8443         (message-dont-reply-to-names): Handle name change above.
8444         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8445
8446 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8449         since the initial value varies according to the system.
8450
8451 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8454
8455 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8456
8457         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8458
8459 2007-04-24  Didier Verna  <didier@xemacs.org>
8460
8461         Improve the type of gnus-ignored-from-addresses.
8462         * gnus-util.el (gnus-orify-regexp): New function.
8463         * message.el (gnus-util): Require it.
8464         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8465         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8466         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8467
8468 2007-04-24  Didier Verna  <didier@xemacs.org>
8469
8470         * gnus-sum.el:
8471         * gnus-utils.el: Fix some trailing whitespaces.
8472
8473 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8476         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8477         article's Message-ID; refer parent article in summary buffer.
8478
8479         * message.el (message-bounce): Call mime-to-mml.
8480
8481         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8482         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8483         optimize and/or forms properly.
8484
8485 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8488         URL.
8489
8490 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8493
8494 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8497         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8498         displayed of multipart/alternative part if it is invoked from summary
8499         buffer.
8500
8501         * mm-view.el (mm-inline-text-html-render-with-w3m)
8502         (mm-inline-text-html-render-with-w3m-standalone)
8503         (mm-inline-render-with-function): Use mail-parse-charset by default.
8504
8505 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8506
8507         * parse-time.el (parse-time-string-chars): Check if CHAR
8508         is less than the length of parse-time-syntax.
8509
8510 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8513         from gnus-newsgroup-processable.
8514
8515 2007-04-16  Didier Verna  <didier@xemacs.org>
8516
8517         * gnus-msg.el (gnus-configure-posting-styles): Handle
8518         message-signature-directory properly with :file syntax.  Reported by
8519         "Leo".
8520
8521 2007-04-11  Didier Verna  <didier@xemacs.org>
8522
8523         New user option: message-signature-directory.
8524         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8525         * message.el (message-insert-signature): Ditto.
8526         * message.el (message-signature-file): Doc update.
8527         * message.el (message-signature-directory): New.
8528
8529 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-msg.el (gnus-inews-yank-articles): Use
8532         message-exchange-point-and-mark instead of exchange-point-and-mark.
8533
8534 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * message.el (message-yank-original): Make sure cited text ends with
8537         newline; don't exchange point and mark.
8538
8539 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8540
8541         * tls.el (open-tls-stream): Properly handle case where there
8542         is no associated buffer.
8543
8544 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8545
8546         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8547         message-yank-original, make sure (< mark TEXT point).
8548
8549 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * message.el (message-fill-column): New variable.
8552         (message-mode): Use it.  Add comment on a possible new hook.
8553
8554         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8555         (nnmail-get-new-mail): Reformat.
8556
8557         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8558
8559         * gmm-utils.el: Fix Commentary.
8560         (gmm-tool-bar-from-list): Fix typo in doc string.
8561
8562 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8563
8564         * message.el (message-yank-original): Don't switch point and mark
8565         unnecessarily to put point and mark as documented.
8566
8567 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8570         from the message heads.
8571
8572 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8573
8574         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8575         article buffer does not have a window.  This may not be the best
8576         solution but is certainly better than setting the start of the null,
8577         that is the current, window.
8578
8579 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8582         (gnus-draft-setup): Run it.
8583
8584         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8585         gnus-score-fast-scoring.  Allow regexp.
8586         (gnus-score-headers): Use it.
8587
8588         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8589         XEmacs.
8590
8591         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8592         string.
8593         (gnus-button-alist): Also catch `<f1> k ...'.
8594         (gnus-treat-display-x-face): Fix doc string.
8595
8596 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8597
8598         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8599         evaluation of gnus-extended-version to ensure correct generation of the
8600         User-Agent header when message-generate-headers-first is used.
8601
8602 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8603
8604         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8605         hashcash-path is nil.  Don't call callback with incorrect number of
8606         parameters if val is 0.
8607
8608 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8609
8610         * message.el (message-required-news-headers):
8611         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8612
8613 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8614
8615         * tls.el (open-tls-stream): In handshake-waiting loop,
8616         don't wait more if there is output available to process.
8617
8618 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8619
8620         * tls.el (tls-program): Doc fix.
8621
8622 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * message.el (message-generate-new-buffers): Change the meaning of the
8625         nil value; add `standard' to the choices; treat t as `unique'; improve
8626         doc string.
8627         (gnus-select-frame-set-input-focus): Autoload.
8628         (message-buffer-name): Search for the existing message buffer if
8629         message-generate-new-buffers is nil or `standard'; treat the value t of
8630         message-generate-new-buffers as `unique'.
8631         (message-pop-to-buffer): Raise the frame already displaying the message
8632         buffer; clear the echo area after querying.
8633         (message-setup): Pass the `continue' argument to compose-mail.
8634         (message-mail): Prefer `switch-function' if it is given; search for the
8635         existing message buffer if the `continue' argument is non-nil; pass
8636         continue and switch-function arguments to compose-mail by way of
8637         message-setup.
8638         (message-mail-other-window): Adjust argument of message-setup.
8639         (message-mail-other-frame): Ditto.
8640
8641 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8644         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8645         to turn font-lock on when turning gnus-message-citation-mode on.
8646
8647 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8648
8649         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8650         (mml-smime-function-alist): New variable; add epg as the backend.
8651         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8652         mml-smime- functions instead.
8653         * mm-view.el: Require smime.
8654
8655 2007-03-05  Didier Verna  <didier@xemacs.org>
8656
8657         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8658         instead of just inheritance for posting styles.
8659         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8660
8661 2007-02-24  Chris Moore  <dooglus@gmail.com>
8662
8663         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8664         * pgg-pgp.el (pgg-pgp-encrypt-region):
8665         * pgg-gpg.el (pgg-gpg-encrypt-region):
8666         Check pgg-encrypt-for-me if no other recipients.
8667
8668 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8669
8670         * tls.el (tls-certtool-program): Fix custom type.
8671
8672 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8675         and point-at-eol instead of line-(beginning|end)-position.
8676
8677         * assistant.el (assistant-parse-buffer): Ditto.
8678
8679         * netrc.el (netrc-parse-services): Ditto.
8680
8681 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8682
8683         * mml2015.el (mml2015-epg-find-usable-key): New function.
8684         (mml2015-epg-sign): Use it.
8685         (mml2015-epg-encrypt): Use it.
8686
8687 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * message.el (message-make-in-reply-to): Quote name containing
8690         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8691         if there are special characters.  Reported by NAKAJI Hiroyuki
8692         <nakaji@jp.freebsd.org>.
8693
8694 2007-02-27  Didier Verna  <didier@xemacs.org>
8695
8696         Include the group parameters as well as the topic ones in the
8697         inheritance filter process.
8698         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8699         argument GROUP-PARAMS-LIST.
8700         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8701
8702 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * nntp.el (nntp-never-echoes-commands)
8705         (nntp-open-connection-functions-never-echo-commands): New variables.
8706         (nntp-send-command): Use them.
8707
8708 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8709
8710         * mml2015.el (mml2015-epg-verify): Simplified.
8711
8712 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mml.el (mml-content-disposition-alist): New user option.
8715         (mml-content-disposition): New function.
8716         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8717         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8718
8719 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8720
8721         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8722         verification.
8723
8724 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8725
8726         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8727         articles posted in the last 24 hours.
8728
8729 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8730
8731         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8732
8733 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8734
8735         * nntp.el (nntp-send-command): Don't wait for echoes when
8736         nntp-open-ssl-stream is used.
8737
8738 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8741         (gnus-message-add-citation-keywords)
8742         (gnus-message-remove-citation-keywords): Remove.
8743         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8744         directly, make the variables in font-lock-defaults buffer-local, add
8745         gnus-message-citation-keywords to them and then update the value of
8746         font-lock-keywords.
8747
8748 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * message.el (message-cite-original-1): Don't call
8751         gnus-article-highlight-citation.
8752
8753         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8754         citations; fix line count.
8755
8756 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8759         (gnus-message-add-citation-keywords)
8760         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8761         versions of font-lock-add-keywords and font-lock-remove-keywords to
8762         work with XEmacs correctly.
8763
8764 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-cite.el (gnus-cite-face-list): Set the values of
8767         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8768         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8769         (gnus-message-cite-prefix-regexp): New variable.
8770         (gnus-message-search-citation-line): Use it; protect against long
8771         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8772         the 0th match data for Emacs.
8773         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8774         (gnus-message-add-citation-keywords): Append keywords rather than
8775         prepending; emulate font-lock-add-keywords if it is not available.
8776         (gnus-message-remove-citation-keywords): Emulate
8777         font-lock-remove-keywords if it is not available.
8778
8779         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8780
8781         * message.el (message-cite-prefix-regexp): Set the value of
8782         gnus-message-cite-prefix-regexp.
8783
8784 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8785
8786         * nnweb.el (nnweb-google-parse-1): Update parser.
8787
8788 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8789
8790         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8791
8792 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8793
8794         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8795         regexp.
8796
8797 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8800         string-to-multibyte.
8801         (uudecode-decode-region-internal): Use it.
8802
8803         * lpath.el: Fbind string-as-multibyte for XEmacs.
8804
8805 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8808         custom choice.
8809
8810         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8811
8812 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8813
8814         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8815
8816         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8817         `write-region' to respect `mm-inhibit-file-name-handlers'.
8818
8819 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8822         Use gnus-home-directory instead of "~/" or "$HOME".
8823
8824 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8827         to mention filename.
8828         Add comments at beginning regarding usage.
8829         (encrypt-write-file-contents): Change interactive so a string is
8830         acceptable.  If the file has no associated model, show an error instead
8831         of a nonsense prompt.
8832
8833 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8834
8835         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8836         Thanks to Yoshihiko Yamada for kind notification of this typo.
8837
8838 2007-01-12  Kenichi Handa  <handa@m17n.org>
8839
8840         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8841         multibyte buffer.
8842
8843 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gnus-score.el (gnus-score-fast-scoring): New variable.
8846         (gnus-score-headers): Use it.
8847
8848         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8849
8850         * message.el (message-cite-original-1): Call
8851         gnus-article-highlight-citation if requested.
8852         (message-make-from): Allow name and address as optional arguments.
8853
8854         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8855
8856         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8857         bugs to doc string.
8858         (gnus-button-alist): Add mid\\|message-id.
8859         (gnus-button-fetch-group): Extend for use in
8860         `browse-url-browser-function'.
8861         (gnus-button-url-regexp): Try to catch paired parentheses like in
8862         Wikipedia URLs.
8863
8864         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8865         Suggested by Simon Krahnke <overlord@gmx.li>.
8866
8867 2007-01-13  Romain Francoise  <romain@orebokech.com>
8868
8869         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8870         Update copyright.
8871
8872 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8873
8874         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8875
8876 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * gnus-registry.el (gnus-registry-unfollowed-groups)
8879         (gnus-registry-split-fancy-with-parent): Fix documentation.
8880
8881 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8884         from nnweb groups.
8885
8886 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8889         Xref urls.  Erase buffer before requesting head.
8890
8891 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8894         customizable.
8895
8896 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8897
8898         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8899         no signing key is found.
8900         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8901         no encrypting and/or signing key is found.
8902
8903 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8906
8907 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8908
8909         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8910         headers read from disk with the ones newly found in the current search.
8911         This should no longer cause problems, because the article numbers in
8912         Gmane's `nov.php' output are ignored since the previous change.
8913
8914 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8915
8916         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8917
8918 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8921         replace-regexp-in-string; bind url-version; fbind display-images-p and
8922         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8923         find-face and set-itimer-function for Emacs; bind itimer-list for
8924         Emacs.
8925
8926         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8927
8928 2007-01-01  Romain Francoise  <romain@orebokech.com>
8929
8930         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8931
8932 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8933
8934         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8935         `define-minor-mode' macro definition expanded properly.
8936         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8937         exclude it there.
8938
8939         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8940         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8941         `fboundp' test.
8942         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8943         This is OK to autoload in (S)XEmacs now.
8944
8945 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8948         keystroke.
8949         (gnus-summary-limit-to-singletons): Fix typo.
8950
8951         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8952         else fails.
8953
8954 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8955
8956         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8957         docstring.
8958
8959         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8960         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8961         (gnus-summary-insert-dormant-articles): Fix typo in message.
8962
8963 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8966         nil for XEmacs.
8967         (gnus-message-citation-mode): Don't autoload in XEmacs.
8968
8969         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8970
8971 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8972
8973         * nnimap.el (nnimap-expunge-search-string): Mention
8974         nnimap-search-uids-not-since-is-evil in docstring.
8975
8976 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * spam.el: Revert to make-obsolete-variable because
8979         define-obsolete-variable-alias is not supported in Emacs 21.
8980
8981         * spam.el (spam-ifile-path, spam-ifile-database-path)
8982         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8983         make-obsolete-variable.
8984         (spam-bsfilter-path, spam-bsfilter-program)
8985         (spam-spamassassin-path, spam-spamassassin-program)
8986         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8987         use "path" inappropriately.
8988         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8989         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8990         variable names.
8991
8992 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8993
8994         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8995         summary buffer.
8996
8997         * password.el (password-cache-remove): Use clear-string to burn
8998         password, if available.
8999
9000 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9003
9004         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9005
9006         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9007         (gnus-message-highlight-citation): Move defcustom here from
9008         gnus-cite.el.
9009         (gnus-message-citation-mode): Autoload.
9010
9011         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9012         checks to make it compile with XEmacs.
9013         (gnus-message-citation-mode): New minor mode.
9014         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9015         (gnus-message-highlight-citation): New variables.
9016         (gnus-message-search-citation-line)
9017         (gnus-message-add-citation-keywords)
9018         (gnus-message-remove-citation-keywords)
9019         (turn-on-gnus-message-citation-mode)
9020         (turn-off-gnus-message-citation-mode): New functions.
9021
9022 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9023
9024         * gnus-cite.el: Enable highlighting of different citation levels in
9025         message-mode.
9026
9027 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * message.el (message-make-fqdn): Fix comment.
9030         (message-bogus-system-names): Add ".local".
9031
9032         * spam.el (spam-ifile-path, spam-ifile-program)
9033         (spam-ifile-database-path, spam-ifile-database)
9034         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9035         Don't use "path" inappropriately.
9036         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9037         strings.
9038         (spam-check-ifile, spam-ifile-register-with-ifile)
9039         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9040         new variable names.
9041
9042         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9043         (gnus-treat-display-smileys): Simplify using
9044         gnus-image-type-available-p.
9045
9046         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9047         available.
9048
9049         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9050         `display-images-p' if available.
9051
9052 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9055         one after turning on the buffer's multibyteness instead of decoding
9056         them directly in the unibyte buffer that causes unexpected conversion
9057         in Emacs 23 (unicode).
9058
9059 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9060
9061         * message.el (message-generate-hashcash): Fix custom type.
9062
9063 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9066
9067 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9070         disconnect icons.  Add help text.
9071
9072 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9073
9074         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9075         negated to be consistent with the others we handle.
9076
9077 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9080         version of gnus-summary-buffer to something, so that we can use two
9081         article buffers at the same time.
9082
9083 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9086         trigger all the extra headers.
9087         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9088         sorting.
9089
9090 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9091
9092         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9093         solid groups.
9094
9095 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9096
9097         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9098
9099 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * legacy-gnus-agent.el: Add Copyright notice.
9102
9103 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9104
9105         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9106
9107 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9110
9111         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9112         to make it work reliably in CVS Emacs.
9113         (gnus-summary-limit-strange-charsets-predicate)
9114         (gnus-summary-limit-to-predicate): New functions.
9115
9116 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9117
9118         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9119         specifying array size.
9120         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9121         array if it is too small.
9122         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9123         (gnus-sort-threads-loop): New function.
9124
9125 2006-12-06  Chris Moore  <dooglus@gmail.com>
9126
9127         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9128         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9129
9130 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9131
9132         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9133         options.
9134
9135 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9138         DOS-ing the recipient.
9139
9140         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9141         the headers when creating the mapping to avoid mismappings.
9142         (nnweb-gmane-create-mapping): Always nix out old mapping.
9143
9144 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9147         and mm-verify-option to never.
9148
9149 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * message.el (message-signed-or-encrypted-p): New function.
9152         (message-forward-make-body): Use it.
9153
9154         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9155         Replace encode-coding-string with mm-encode-coding-string.
9156
9157 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * nneething.el (nneething-decode-file-name): Replace
9160         decode-coding-string with mm-decode-coding-string.
9161
9162         * gnus-int.el (gnus-open-server): Say failed server's name.
9163
9164 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9165
9166         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9167         strings to a single string.  Quote `errors-file-name'.
9168         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9169         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9170         Adjust calls.  Use `shell-quote-argument'.
9171
9172 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9173
9174         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9175         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9176
9177         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9178         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9179         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9180         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9181         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9182         (gnus-subscribe-newsgroup, gnus-1):
9183         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9184         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9185         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9186         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9187
9188 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9191         keystroke.
9192         (gnus-summary-limit-to-bodies): Implement headersp.
9193
9194 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9197
9198 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9201
9202 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * message.el (message-generate-hashcash): Expand range of values to
9205         include `opportunistic'.
9206         (message-send-mail): Use it.
9207
9208 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9209
9210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9211         and comment it.
9212
9213         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9214
9215 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-util.el (gnus-extract-address-components): Improve comment.
9218
9219 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-util.el (gnus-extract-address-components): Work with address in
9222         which the name portion contains @.
9223
9224         * lpath.el: Fbind custom-autoload.
9225
9226 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * gnus.el (gnus-start): Move custom group up.
9229         (gnus-select-method): Don't autoload, but make it available for
9230         `customize-variable'.
9231         (gnus-getenv-nntpserver): Don't autoload.
9232
9233 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9234
9235         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9236
9237 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * message.el (message-sendmail-extra-arguments): New variable.
9240         (message-send-mail-with-sendmail): Use it.
9241
9242 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9245         mm-with-unibyte-current-buffer to make string unibyte.
9246
9247         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9248         mm-string-as-multibyte.
9249
9250 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9251
9252         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9253         Reported by Werner Koch <wk@gnupg.org>.
9254
9255 2006-11-14  Daiki Ueno  <ueno@p360>
9256
9257         * mml2015.el: Autoload epa-select-keys when compiling.
9258
9259 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9260
9261         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9262         message-options.
9263         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9264
9265 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9266
9267         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9268         EasyPG (< 0.0.6).
9269         (mml2015-always-trust): New user option.
9270         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9271         prompt.
9272
9273 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * nntp.el (nntp-authinfo-force): New variable.
9276         (nntp-send-authinfo): Use it.
9277
9278 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9281         decode encoded words.  Improve prompt.  Add comment about forwarding.
9282         (message-replacement-char): Move up.
9283
9284 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9285
9286         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9287         instead of gnus-intersection because arguments of gnus-sorted-nunion
9288         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9289
9290 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9293         (message-simplify-subject-functions): Enable
9294         message-strip-subject-encoded-words by default.
9295
9296 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * message.el (message-strip-subject-encoded-words): New function.
9299         (message-simplify-subject-functions): New variable.
9300         (message-simplify-subject): Use it.  Fix typo in doc string.
9301         Support message-strip-subject-encoded-words.
9302
9303 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9304
9305         * gnus-diary.el (gnus-diary-delay-format-function):
9306         * nndiary.el (nndiary-reminders):
9307         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9308
9309 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * gnus-art.el (article-hide-boring-headers): Fetch date from
9312         gnus-original-article-buffer to avoid problems with localized date
9313         strings.
9314
9315 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9318
9319 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9322         New variables.
9323         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9324         (mm-charset-synonym-alist): Move some entries to
9325         mm-codepage-iso-8859-list.
9326         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9327         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9328
9329 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9332
9333 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9336         with Emacs 21 and XEmacs.
9337
9338 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * spam.el (spam-parse-address): New function for better parsing,
9341         catching errors, etc.
9342         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9343
9344 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * mm-view.el: Add interactive arg to html2text autoload.
9347
9348 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9351
9352 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9355         variables.
9356         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9357         (mm-charset-synonym-alist): Move some entries to
9358         mm-codepage-iso-8859-list.
9359
9360         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9361
9362 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * message.el (message-citation-line-format)
9365         (message-insert-formated-citation-line): Fix implementation of %E, %N
9366         and %n according to the doc string.
9367
9368 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9369
9370         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9371         car-safe to avoid bad parses.
9372
9373 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9376         names.
9377
9378         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9379
9380 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9383         header.
9384
9385         * message.el (message-draft-headers): Add Date.
9386         (message-headers-to-generate): Fix typo in docstring.
9387
9388         * nndraft.el (nndraft-required-headers): New variable.
9389         (nndraft-generate-headers): Use it.
9390
9391         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9392
9393 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * gnus-registry.el (gnus-registry-wash-for-keywords)
9396         (gnus-registry-find-keywords): New functions to allow easy searching of
9397         articles that are in the registry.
9398
9399 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9402         ietf-drums-parse-address instead of gnus-extract-address-components.
9403         Reported by Damien Elmes <damien@repose.cx>.
9404
9405 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * gnus.el (gnus-mime): Remove unused custom group.
9408
9409 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9410
9411         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9412         "blank line" when searching for end of armor headers.
9413
9414 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gmm-utils.el (gmm-write-region): Fix variable name.
9417
9418 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * gmm-utils.el (gmm-write-region): New function based on compatibility
9421         code from `mm-make-temp-file'.
9422
9423         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9424
9425         * nnmaildir.el (nnmaildir--update-nov)
9426         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9427         Use `gmm-write-region'.
9428
9429 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9432         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9433
9434         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9435
9436         * message.el (message-replacement-char): New variable.
9437         (message-fix-before-sending): Use it.
9438         (message-simplify-subject): New function to remove duplicate code.
9439         (message-reply, message-followup): Use it.
9440
9441         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9442         gnus-summary-limit-to-articles.
9443
9444 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-util.el (gnus-with-local-quit): New macro.
9447
9448         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9449
9450 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9451
9452         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9453         ignore non-string data.
9454
9455 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9456
9457         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9458         non-string data (needs to be done in the registry too).
9459
9460 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9461
9462         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9463         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9464         (gnus-registry-split-fancy-with-parent)
9465         (gnus-registry-fetch-simplified-message-subject-fast)
9466         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9467         Remove text properties on ingress into the registry and when it's saved.
9468         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9469         registry from entries with no groups.
9470
9471 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9472
9473         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9474         function to remove string properties.
9475
9476 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gmm-utils.el (gmm): Adjust custom version.
9479
9480         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9481         custom version.
9482
9483         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9484
9485 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-art.el (gnus-insert-prev-page-button)
9488         (gnus-insert-next-page-button): Simplify.  Reformat.
9489
9490 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9491
9492         * gnus-art.el (gnus-insert-prev-page-button)
9493         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9494
9495 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9496
9497         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9498
9499 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9500
9501         * gnus-art.el (gnus-insert-mime-button)
9502         (gnus-insert-mime-security-button):
9503         Apply gnus-article-button-face to MIME and security buttons.
9504
9505 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9508         readable.
9509
9510 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9513
9514 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9515
9516         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9517         `browse-url-of-file' instead of `browse-url'.
9518
9519 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9520
9521         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9522         regexp.  Articles containing quotation were cut prematurely.
9523
9524 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * message.el (message-cite-original-1): Use nobody by default for the
9527         value of From header.
9528         (message-reply): Ditto.
9529
9530 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9531
9532         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9533         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9534         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9535
9536 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9539         mails in the doc string.  Add some URLs in comment.
9540         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9541
9542 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9545         backslashes handling and the way to find boundaries of quoted strings.
9546
9547 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9548
9549         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9550         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9551         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9552         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9553
9554 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9557         doc string.
9558         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9559
9560 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * lpath.el: Fbind epg-check-configuration.
9563
9564 2006-09-06  Simon Josefsson  <jas@extundo.com>
9565
9566         * mml2015.el (mml2015-use): Doc fix, mention epg.
9567
9568 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9569
9570         * mml2015.el (mml2015-use): Default to epg, if available.
9571
9572 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9573
9574         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9575         message-sender.
9576         (mml1991-epg-encrypt): Ditto.
9577         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9578         message-sender.
9579         (mml2015-epg-encrypt): Ditto.
9580
9581 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9582
9583         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9584         several common directories.
9585
9586 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9587
9588         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9589         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9590
9591 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-art.el (article-decode-encoded-words): Make it fast.
9594
9595 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9598
9599         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9600         in quoted string into `\'.
9601
9602 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9605         Use standard-syntax-table.
9606
9607 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-art.el (gnus-decode-address-function): New variable.
9610         (article-decode-encoded-words): Use it to decode headers which are
9611         assumed to contain addresses.
9612         (gnus-mime-delete-part): Remove useless `or'.
9613
9614         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9615         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9616         (gnus-nov-parse-line): Use it to decode From header.
9617         (gnus-get-newsgroup-headers): Ditto.
9618         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9619
9620         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9621         (mail-decode-encoded-address-string): New alias.
9622
9623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9624         New function.
9625         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9626         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9627         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9628         (rfc2047-decode-string): Ditto.
9629         (rfc2047-decode-address-region): New function.
9630         (rfc2047-decode-address-string): New function.
9631
9632 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * message.el (message-caesar-buffer-body): Allow rotating headers.
9635
9636         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9637
9638         * message.el (message-insert-formated-citation-line): Fix %f.
9639         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9640
9641 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9644         (gnus-bookmark-mouse-available-p): New macro.
9645         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9646         (gnus-bookmark-bmenu-show-infos): Use it.
9647         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9648         (gnus-bookmark-bmenu-hide-infos): Ditto.
9649         (gnus-bookmark-remove-properties): New function.
9650         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9651         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9652         (gnus-bookmark-write-file): Bind coding-system-for-write.
9653         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9654         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9655         group before selecting it.
9656         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9657         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9658         quit-window if it is not available; use gnus-mouse-2 and bind it to
9659         gnus-bookmark-bmenu-select-by-mouse.
9660         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9661         (gnus-bookmark-bmenu-select-by-mouse): New function.
9662
9663 2006-08-13  Romain Francoise  <romain@orebokech.com>
9664
9665         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9666         space.
9667
9668 2006-08-10  Romain Francoise  <romain@orebokech.com>
9669
9670         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9671         (dns-mode-soa-auto-increment-serial): New user option.
9672         (dns-mode-soa-maybe-increment-serial): New function.
9673         (dns-mode): Add the latter to `write-contents-functions'.
9674
9675 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * compface.el (uncompface): Use binary rather than raw-text-unix.
9678
9679 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * compface.el (uncompface): Make sure the eol conversion doesn't take
9682         place when communicating with the external programs.  Reported by
9683         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9684
9685 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9688
9689 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9690
9691         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9692         Make it more robust by parsing author and date independently.
9693
9694 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9697
9698 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9699
9700         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9701         first matching secret key.
9702         (mml2015-epg-encrypt): Ditto.
9703
9704         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9705         first matching secret key.
9706         (mml1991-epg-encrypt): Ditto.
9707
9708         * mml2015.el (mml2015-encrypt-to-self): New user option.
9709         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9710         mml2015-epg-encrypt-to-self is set.
9711
9712         * mml1991.el (mml1991-encrypt-to-self): New variable.
9713         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9714         mml1991-epg-encrypt-to-self is set.
9715
9716         * mml2015.el (mml2015-signers): New user option.
9717         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9718         (mml2015-epg-encrypt): Allow to select signing keys.
9719
9720         * mml1991.el (mml1991-signers): New variable.
9721         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9722         (mml1991-epg-encrypt): Allow to select signing keys.
9723
9724 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * nnheader.el (nnheader-insert-head): Make it work even if the file
9727         uses CRLF for the line-break code.
9728
9729 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9730
9731         * mml2015.el: Require mml-sec instead of password.
9732         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9733         (mml2015-cache-passphrase): Inherit the default value from
9734         mml-secure-cache-passphrase.
9735         (mml2015-passphrase-cache-expiry): Inherit the default value from
9736         mml-secure-passphrase-cache-expiry.
9737
9738         * mml1991.el: Require mml-sec instead of password.
9739         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9740         (mml1991-cache-passphrase): Inherit the default value from
9741         mml-secure-cache-passphrase.
9742         (mml1991-passphrase-cache-expiry): Inherit the default value from
9743         mml-secure-passphrase-cache-expiry.
9744
9745         * mml-sec.el: Require password.
9746         (mml-secure-verbose): New user option.
9747         (mml-secure-cache-passphrase): New user option.
9748         (mml-secure-passphrase-cache-expiry): New user option.
9749
9750 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9751
9752         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9753         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9754         andreas@altroot.de (Andreas Vögele).
9755
9756         FIXME: Use `tiny change'?
9757
9758 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9759
9760         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9761         workaround for the url package included with Emacs.
9762
9763         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9764
9765 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9768         correctly.  This fixes a bug caused by the 2006-05-12 change.
9769
9770 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9771
9772         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9773         some information about the error when saying that the `bogus' mail
9774         group will be used.
9775
9776 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9779         string.
9780
9781 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9782
9783         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9784
9785 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9786
9787         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9788
9789 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9790
9791         * mml1991.el (mml1991-function-alist): Add epg.
9792         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9793         (mml1991-epg-encrypt): New functions.
9794
9795 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9796
9797         * mml2015.el (mml2015-verbose): New variable.
9798         (mml2015-cache-passphrase): Ditto.
9799         (mml2015-passphrase-cache-expiry): Ditto.
9800         (mml2015-function-alist): Add epg.
9801         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9802         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9803         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9804         functions.
9805
9806 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9807
9808         * message.el (message-cite-original-1): Preserve region when removing
9809         quoted text due to X-No-Archive in order to avoid bogus attribution
9810         when citing multiple messages.
9811
9812 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9813
9814         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9815         Kenneth Jacker <khj@be.cs.appstate.edu>.
9816
9817 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-diary.el (gnus-user-format-function-d)
9820         (gnus-user-format-function-D): Autoload.
9821
9822         * imap.el (Commentary): Fix typo.
9823
9824         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9825         2006-04-22 contribution.
9826
9827 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9828
9829         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9830         It didn't really fix the bogosity I'm seeing with solid web groups.
9831
9832 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9833
9834         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9835         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9836         created using server names.  If we use the feature without declaring
9837         it, Gnus does not properly manage server and group state.
9838
9839         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9840         bound.
9841
9842 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9843
9844         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9845         looking up the method using GROUP's prefix before inventing a new one.
9846         It is used on killed/unknown groups in various places where returning
9847         an all-new method isn't expected by the caller.
9848
9849         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9850         and match semantics of gnus-group-real-prefix.
9851
9852 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * nnmail.el (nnmail-broken-references-mailers): New variable.
9855         (nnmail-ignore-broken-references): New function generalizing
9856         nnmail-fix-eudora-headers.
9857         (nnmail-fix-eudora-headers): Now obsolete.
9858
9859         * gnus-art.el (gnus-button-handle-custom): Support
9860         `customize-apropos*'.
9861
9862 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9865
9866         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9867         articles.
9868
9869 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * message.el (message-cite-reply-above): New variable.
9872         (message-yank-original): Use it.
9873
9874 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9877
9878 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9881         as read.
9882
9883         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9884
9885 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9888         (gnus-bookmark-default-file): Use gnus-directory.
9889         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9890         Remove "*" in doc string.
9891         (gnus-bookmark-write-file): Simplify.
9892         (gnus-bookmark-maybe-sort-alist): Use `when'.
9893         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9894         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9895         FIXME about Emacs 21 and XEmacs compatibility.
9896         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9897         compatibility.
9898         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9899         compatibility.
9900         (gnus-bookmark-menu-heading): Fix version.
9901
9902 2006-06-19  Bastien Guerry  <bzg@altern.org>
9903
9904         * gnus-bookmark.el: New file.
9905
9906 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * message.el (message-syntax-checks): Doc fix.
9909
9910 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9911
9912         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9913         unsubscribed groups as if they were killed ones.  It causes duplicate
9914         entries in gnus-newsrc-alist.
9915
9916 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * message.el (message-syntax-checks): Doc fix.
9919         (message-send-mail): Add check for continuation headers.
9920         (message-check-news-header-syntax): Fix regexp used to check for
9921         continuation headers.
9922
9923 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9926
9927 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9930
9931 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9934         default-truncate-lines.
9935
9936 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9939         to fill the utf-8 entry.
9940
9941         * lpath.el: Fbind unicode-precedence-list.
9942
9943 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9944
9945         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9946
9947 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9948
9949         * gnus-agent.el (directory-files-and-attributes): Move all the way
9950         forward (the third and final move).
9951         (gnus-agent-read-agentview): Trap reconstruction errors due to
9952         nonexistant directory.  Handle by returning nil.
9953
9954 2006-05-30  Didier Verna  <didier@xemacs.org>
9955
9956         * message.el (message-dont-reply-to-names): Update the custom type.
9957         * message.el (message-dont-reply-to-names): New defsubst: potentially
9958         convert a list of regexps into a single one.
9959         * message.el (message-get-reply-headers): Use it.
9960         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9961
9962 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-agent.el (directory-files-and-attributes): Move forward.
9965
9966 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * gnus-ml.el (gnus-mailing-list-subscribe)
9969         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9970         (gnus-mailing-list-message): Fix doc strings.
9971
9972 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9973
9974         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9975         of doing it manually.
9976
9977 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9980         comment.
9981
9982 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9983
9984         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9985         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9986         (gnus-agent-read-local): All symbols allocated in my-obarray.
9987         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9988         (gnus-agent-regenerate-group): Check numeric names to see if they are
9989         messages or groups.
9990         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9991         better way of do this...)
9992
9993         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9994         'dummy.group' (there should be a better way of do this...)
9995
9996 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9999         (gnus-saved-headers): Ditto.
10000         (gnus-default-article-saver): Mention functions may have properties.
10001         (gnus-article-save): Override gnus-save-all-headers and
10002         gnus-saved-headers by :headers property which saver function may have.
10003         (gnus-summary-save-in-file): Add :headers property.
10004         (gnus-summary-write-to-file): Ditto.
10005
10006         * gnus-sum.el (gnus-summary-save-article): Bind
10007         gnus-prompt-before-saving to t when saving many articles in a file;
10008         always show all headers.
10009
10010         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10011
10012 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10015         marks.
10016
10017         * message.el (message-indent-citation): Add optional arguments to allow
10018         using it outside of message buffers.
10019
10020         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10021         (gnus-article-treat-unfold-headers): Use it.
10022         (gnus-article-truncate-lines): New variable.
10023         (gnus-article-mode): Use it.
10024         (gnus-article-toggle-truncate-lines): New function.
10025
10026         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10027         gnus-article-toggle-truncate-lines.
10028
10029         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10030         coding system in XEmacs, use binary.
10031
10032 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10035         after-load-alist.
10036
10037         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10038         this function should save decoded articles.
10039         (gnus-summary-write-to-file): Use property to specify this function
10040         should save decoded articles and specify gnus-summary-save-in-file
10041         should be used to save articles other than the first one when saving
10042         many articles.
10043         (gnus-summary-save-body-in-file): Use property to specify this
10044         function should save decoded articles.
10045         (gnus-summary-write-body-to-file): Use property to specify this
10046         function should save decoded articles and specify
10047         gnus-summary-save-body-in-file should be used to save articles other
10048         than the first one when saving many articles.
10049
10050         * gnus-sum.el (gnus-summary-save-article): Simplify.
10051
10052 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-art.el (gnus-default-article-saver): Add
10055         gnus-summary-write-body-to-file.
10056         (gnus-article-save-coding-system): Don't use coding system object
10057         in XEmacs.
10058         (gnus-read-save-file-name): Add optional `dir-var' argument which
10059         specifies directory in which files are saved; work even if optional
10060         `variable' argument is not specified.
10061         (gnus-summary-write-to-file): Read file name.
10062         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10063         (gnus-summary-write-body-to-file): New function.
10064
10065         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10066         (gnus-summary-local-variables): Add it.
10067         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10068         (gnus-summary-save-article): Remove optional `decode' argument;
10069         determine whether to decode articles by the value of
10070         gnus-default-article-saver; when saving many files using
10071         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10072         it first and use gnus-summary-save-in-file or
10073         gnus-summary-save-body-in-file thereafter unless
10074         gnus-prompt-before-saving is always; move point to article which
10075         will be saved.
10076         (gnus-summary-save-article-file): Revert.
10077         (gnus-summary-write-article-file): Revert.
10078         (gnus-summary-save-article-body-file): Revert.
10079         (gnus-summary-write-article-body-file): New function.
10080
10081 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-art.el (gnus-default-article-saver): Doc fix.
10084         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10085         from gnus-summary-save-article-coding-system, and default to a
10086         certain coding system.
10087         (gnus-output-to-file): Add coding cookie and encode text according
10088         to gnus-article-save-coding-system; don't use mm-append-to-file.
10089
10090         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10091         gnus-art.el and rename to gnus-article-save-coding-system.
10092         (gnus-summary-save-article): Require gnus-art; don't show all
10093         headers if it decodes articles; don't add coding cookie here;
10094         don't bind mm-text-coding-system-for-write.
10095         (gnus-summary-save-article-file): Save decoded articles.
10096         (gnus-summary-write-article-file): When saving many files, use
10097         gnus-summary-write-to-file first and gnus-summary-save-in-file
10098         thereafter unless gnus-prompt-before-saving is always.
10099         (gnus-summary-save-article-body-file): Save decoded articles.
10100
10101         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10102
10103 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * nnrss.el (nnrss-check-group): Bind hash-index.
10106
10107 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10108
10109         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10110         its hash index.  Store this hash in `nnrss-group-data'.
10111         (nnrss-read-group-data): Update accordingly.
10112
10113 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10116         entry.
10117
10118         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10119         gnus-article-browse-html-article.
10120
10121 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10122
10123         * gnus-sum.el (gnus-summary-mime-map): Add
10124         gnus-article-browse-html-article.
10125
10126         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10127
10128 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10131         suitable coding systems in customize.
10132
10133 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * mail-source.el (mail-sources): Fix custom type.
10136
10137 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10140         (gnus-summary-expire-articles-now): Shorten prompt.
10141
10142         * gmm-utils.el (wid-edit): Require.
10143         (defun-gmm): Renamed from `gmm-defun-compat'.
10144         (gmm-image-search-load-path): Use it.
10145         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10146
10147 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10150         variable.
10151         (gnus-summary-save-article): Add optional `decode' argument.  If
10152         it is set and gnus-summary-save-article-coding-system is non-nil,
10153         save decoded article.
10154         (gnus-summary-write-article-file): Save decoded article if
10155         gnus-summary-save-article-coding-system is non-nil.
10156
10157         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10158         type.
10159
10160 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10163
10164 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10167         first to test gnus-single-article-buffer which may be buffer-local.
10168
10169         * gnus-sum.el (gnus-summary-setup-buffer): Make
10170         gnus-single-article-buffer buffer-local and nil in ephemeral
10171         group; make gnus-article-buffer, gnus-article-current, and
10172         gnus-original-article-buffer always buffer-local.
10173         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10174         group.
10175         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10176
10177 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * nnml.el (nnml-request-compact-group): Compressed files might not
10180         have .gz extension.
10181
10182 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10183
10184         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10185         (mm-copy-to-buffer): Use with-current-buffer.
10186         (mm-display-part): Simplify.
10187         (mm-inlinable-p): Add optional arg `type'.
10188
10189 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10190
10191         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10192         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10193         Try harder to show the attachment internally or externally using
10194         gnus-mime-view-part-as-type.
10195
10196 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * message.el (message-from-style, message-signature-separator)
10199         (message-user-organization-file, message-send-mail-function)
10200         (message-citation-line-function, message-yank-prefix)
10201         (message-indent-citation-function, message-signature)
10202         (message-signature-file, message-signature-insert-empty-line):
10203         Remove autoloads.
10204
10205         * gnus-art.el (gnus-buttonized-mime-types): Remove
10206         "multipart/signed".  Revert 2006-04-26 change.
10207
10208 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10209
10210         * gnus.el (gnus-version-number): Bump version.
10211
10212 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10213
10214         * gnus.el: No Gnus v0.5 is released.
10215
10216 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10217
10218         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10219         fetching articles by message-id.
10220
10221 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * message.el (hashcash): Require hashcash as normal.
10224
10225         * ecomplete.el (ecomplete-highlight-match-line): Use
10226         point-at-eol.
10227         (ecomplete-highlight-match-line): Use `highlight', because that
10228         face exists in both Emacs and XEmacs.
10229
10230         * message.el (message-display-abbrev): Use point-at-bol.
10231
10232         * mail-source.el: Don't require timer/timer-funcs.
10233
10234         * gnus-async.el: Ditto.
10235
10236         * password.el: Ditto.
10237
10238         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10239
10240         * mm-url.el: Ditto.
10241
10242         * gnus-xmas.el: Don't require timer-funcs.
10243
10244         * mm-util.el: Require timer/timer-funcs.
10245
10246 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10247
10248         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10249         Close.
10250
10251 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10254         unibyte after clear-decrypt function runs.
10255
10256         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10257         returns as a unibyte string.
10258
10259 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * lpath.el: Revert.
10262
10263         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10264         (pgg-gpg-process-sentinel): Revert.
10265
10266         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10267         (pgg-pgp-lookup-key): Revert.
10268
10269         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10270         (pgg-pgp5-lookup-key): Revert.
10271
10272         * pgg.el (pgg-fetch-key): Revert.
10273
10274 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * lpath.el: Fbind string-as-multibyte for XEmacs.
10277
10278         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10279         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10280         (mml1991-pgg-encrypt): Ditto.
10281
10282         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10283         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10284         a multibyte buffer.
10285
10286         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10287         (pgg-pgp-lookup-key): Ditto.
10288
10289         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10290         (pgg-pgp5-lookup-key): Ditto.
10291
10292         * pgg.el (pgg-fetch-key): Ditto.
10293
10294 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * message.el (message-user-organization-file): Check several
10297         locations of the organization file.
10298
10299         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10300         Add gnus-article-view-part-as-type.
10301
10302         * gnus-art.el (gnus-article-view-part-as-type): New function.
10303
10304         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10305         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10306
10307         * mml.el: Simplify autoload.
10308         (mml-mode): defvar dnd-protocol-alist instead of using
10309         symbol-value.
10310         (mml-default-directory): New variable.
10311         (mml-minibuffer-read-file): Use it.
10312         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10313
10314         * message.el (message-citation-line-format): New variable.
10315         (message-insert-formated-citation-line): New function.
10316         (message-citation-line-function): Add
10317         `message-insert-formated-citation-line' to custom type.
10318
10319         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10320         to doc string.
10321
10322         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10323         depending on mm-verify-option.
10324
10325 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10328         binding pgg-* variables; reimplement the section which prevents
10329         MIME header from being signed.
10330         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10331         pgg-text-mode; remove a blank line at the top of body.
10332
10333         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10334         lines at the top of body; use gnus-newsgroup-charset if there's no
10335         Charset header.
10336
10337 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * message.el (message-self-insert-commands): Doc fix.
10340
10341         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10342         (mm-uu-pgp-encrypted-test): Ditto.
10343         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10344         between header and body; return application/pgp-encrypted handle
10345         if decryption failed; decode decrypted body by charset.
10346
10347         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10348         element match to application/pgp-*.
10349
10350 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10351
10352         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10353         HTML.
10354
10355 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * mail-source.el (mail-source-call-script): Message the error
10358         string.
10359
10360 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * gnus-util.el (gnus-byte-compile): Use it.
10363
10364 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10365
10366         * gnus-util.el (kill-empty-logs): New function.
10367
10368 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * message.el (message-mail-alias-type): Doc fix.
10371         (message-mail-alias-type-p): New function.
10372         (message-send): Use it.
10373         (message-mode): Ditto.
10374         (message-strip-forbidden-properties): Ditto.
10375
10376         * ecomplete.el (ecomplete-database-file-coding-system): New
10377         variable.
10378         (ecomplete-save): Use it.
10379         (ecomplete-setup): Use it.
10380
10381 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * message.el (message-self-insert-commands): New variable.
10384         (message-strip-forbidden-properties): Use it.
10385
10386 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10389         that doesn't make XEmacs choke.
10390
10391 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gnus-util.el (gnus-replace-in-string):
10394         Prefer replace-regexp-in-string over of replace-in-string.
10395
10396 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-util.el (gnus-select-frame-set-input-focus):
10399         Use select-frame-set-input-focus if it is available in XEmacs; use
10400         definition defined in Emacs 22 for old Emacsen.
10401
10402         * dgnushack.el: Autoload unmorse-region for XEmacs.
10403
10404         * lpath.el: Bind cursor-in-non-selected-windows and
10405         select-frame-set-input-focus for XEmacs.
10406
10407 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10410
10411 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10412
10413         * gnus-registry.el (gnus-registry-cache-save): Remove text
10414         properties when saving via the temp buffer.
10415
10416 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * message.el (message-generate-hashcash): Honor custom type.
10419
10420 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * message.el (message-generate-hashcash): Default to non-nil when
10423         hashcash is found.
10424
10425         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10426         (gnus-refer-thread-limit): Increase default to 500.
10427
10428         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10429
10430         * flow-fill.el (fill-flowed): Allow delete-space.
10431
10432 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10435         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10436         Remove autoloads.
10437
10438 2006-04-18  Simon Josefsson  <jas@extundo.com>
10439
10440         * message.el (message-generate-hashcash): Default to.
10441
10442 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10445         concatenating segments rather than before concatenating them.
10446
10447 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10450
10451 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10454
10455         * message.el (message-forward-make-body-plain): Allow
10456         message-forward-ignored-headers to be a list.
10457         (message-remove-ignored-headers): Factor out into function.
10458         (message-forward-make-body-mml): Use it.
10459
10460         * imap.el (imap-quote-specials): New function.
10461         (imap-login-auth): Quote specials.
10462
10463         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10464         (rfc2231-parse-string): Allow concatanation of parameters that
10465         aren't contiguous.  The test case is
10466           (mail-header-parse-content-type "message/external-body;
10467             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10468             access-type=LOCAL-FILE;
10469             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10470
10471 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10472
10473         * nntp.el (nntp-accept-process-output): Return the value of
10474         `nnheader-accept-process-output'.
10475
10476 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10479         (gnus-button-alist): Recognize more diff formats.
10480         (gnus-button-patch): Strip directory.
10481
10482 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10485         Emacs 22 when setting focus.
10486
10487 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * gnus-art.el (gnus-article-treat-types): Do treatment of
10490         text/x-verbatim parts.
10491         (gnus-button-patch): New command.
10492
10493         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10494         addresses that contain invalid characters.
10495
10496 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * message.el (message-put-addresses-in-ecomplete): Use
10499         gnus-replace-in-string.
10500         (message-is-yours-p): Use the more correct
10501         mail-header-parse-address instead of
10502         mail-extract-address-components.
10503         (message-put-addresses-in-ecomplete): Fix typo.
10504
10505         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10506         keystroke.
10507
10508         * gnus-art.el (gnus-treatment-function-alist): Change order of
10509         newsgroups/generic header folding to avoid double-folding.
10510
10511         * message.el (message-hidden-headers): Add X-Draft-From.
10512
10513         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10514         command.
10515         (gnus-summary-repeat-search-article-backward): New command.
10516
10517         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10518         groups in the parent topic.
10519
10520 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10521
10522         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10523         (spam-extra-header-to-number): Return the CRM114 number as a
10524         number instead of a string.
10525
10526 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-art.el (gnus-face-properties-alist): Moved here from
10529         gnus-fun.
10530
10531         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10532
10533 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * message.el (message-strip-forbidden-properties): Only display on
10536         self-insert-command.
10537
10538         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10539         reindent.
10540         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10541
10542 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10543
10544         * smiley.el (smiley-style): Fix typo.
10545
10546 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * hashcash.el (hashcash-insert-payment-async-2): Use
10549         message-goto-eoh instead of doing it manually.
10550         (mail-add-payment): Use message-narrow-to-header instead of trying
10551         to do the same itself.
10552
10553         * message.el (message-hidden-headers): Add Face.
10554
10555         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10556         reparenting code.
10557         (gnus-summary-reparent-children): Refactored out code.
10558         (gnus-summary-thread-map): New keystroke.
10559         (gnus-summary-reparent-children): Make into command.
10560
10561         * smiley.el (smiley-style): Default to `medium' if using a large
10562         font.
10563
10564         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10565         does it itself.
10566
10567         * message.el (message-point-in-header-p): Simplify definition.
10568
10569 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * nnagent.el (nnagent-request-set-mark): Silence log file
10572         writing.
10573         (nnagent-request-set-mark): Use write-region instead of
10574         append-to-file.
10575
10576         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10577         strange select method.
10578
10579         * ecomplete.el (ecomplete-display-matches): Get highlightling
10580         right.
10581         (ecomplete-display-matches): Use literals.
10582         (ecomplete-display-matches): Disable message logging.
10583
10584         * message.el (message-display-abbrev): Small optimization.
10585
10586         * ecomplete.el (ecomplete-display-matches): Allow automatic
10587         display.
10588
10589         * message.el (message-strip-forbidden-properties): Display
10590         abbrevs.
10591         (message-display-abbrev): Get automatic display right.
10592
10593         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10594         keystrokes.
10595
10596 2006-04-13  Romain Francoise  <romain@orebokech.com>
10597
10598         TODO: Backport to v5-10!
10599
10600         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10601         Moved here (and renamed) from gnus-registry.el.
10602
10603         * gnus-registry.el: Require gnus-util.
10604         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10605
10606 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-group.el (gnus-group-catchup-current): Change
10609         if-then-else-if-then-else into cond.
10610         (gnus-group-catchup): Indent.
10611         (group-name-at-point): New function.
10612         (gnus-fetch-group): Provide default from thing at point.
10613
10614 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * message.el (message-display-abbrev): Fix regexp.
10617
10618         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10619         choosing.
10620         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10621         dead variables.
10622
10623         * message.el (message-newline-and-indent): Remove debugging.
10624         (message-display-abbrev): Use new implementation.
10625
10626 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * gnus-art.el (gnus-article-mode): Set
10629         cursor-in-non-selected-windows to nil.
10630
10631         * smiley.el: Revert previous change.
10632         (smiley-data-directory): defvar it before using it in the
10633         defcustom of `smiley-style'.
10634
10635 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * message.el (message-newline-and-indent): New function.
10638
10639         * ecomplete.el: Implement more bits.
10640
10641         * message.el (message-put-addresses-in-ecomplete): Clean up the
10642         string.
10643
10644         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10645
10646         * gnus-sum.el (gnus-summary-save-parts): Bind
10647         gnus-summary-save-parts-counter and use it to make unique file
10648         names.
10649
10650         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10651
10652         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10653         parameter to say whether to actually parse the individual
10654         addresses.
10655
10656         * message.el (message-put-addresses-in-ecomplete): New function.
10657         (ecomplete): Require.
10658         (message-mail-alias-type): Add ecomplete as an option.
10659
10660 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10661
10662         * flow-fill.el (fill-flowed): Remove trailing space from blank
10663         quoted lines.
10664
10665 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * smiley.el (smiley-style): Move definition later to avoid a
10668         compilation warning.
10669
10670 2006-04-12  Kenichi Handa  <handa@m17n.org>
10671
10672         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10673         buffer and then decode the buffer text if necessary.
10674         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10675         first, and after mm-encode-body, change the buffer to unibyte.
10676         Use mm-disable-multibyte instead of set-buffer-multibyte.
10677
10678 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10681         Content-Type header instead of Content-Disposition header.
10682         (gnus-mime-inline-part): Ditto.
10683         (gnus-mime-view-part-as-charset): Ignore charset that the part
10684         specifies.
10685
10686         * mm-decode.el (mm-display-part): Work with external parts and
10687         usual parts similarly.
10688
10689         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10690         instead of gnus-display-mime.
10691
10692         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10693         instead of with-temp-buffer.
10694
10695         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10696         tag to summarized topics part in order to encode non-ASCII text.
10697
10698 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * smiley.el (smiley-style): New variable.
10701         (smiley-directory): New function.
10702         (smiley-data-directory): Derive from `smiley-style' using
10703         `smiley-directory'.
10704         (smiley-regexp-alist): Add new entries.
10705
10706         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10707         (gnus-article-browse-delete-temp): Add :version.
10708
10709 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10710
10711         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10712         the sieve region.
10713
10714 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715
10716         * gnus.el (gnus-version-number): Bump version.
10717
10718 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus.el: No Gnus v0.4 is released.
10721
10722 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10725         layout.
10726
10727         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10728         unknown charset.
10729
10730         * message.el (message-header-synonyms): Add Original-To to the
10731         default.
10732
10733         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10734         optional parameter.
10735
10736 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * gnus-fun.el (gnus): Require it for gnus-directory.
10739
10740 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10743
10744 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10745
10746         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10747
10748 2006-04-05  Simon Josefsson  <jas@extundo.com>
10749
10750         * password.el (password-reset): New function.
10751
10752 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10753
10754         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10755         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10756
10757 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10758
10759         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10760         Some whitespace was matched into the url, which broke browsing hits
10761         > 100 when mm-url-use-external was nil.
10762
10763 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10766         gnus-extra-headers for 'Newsgroups.
10767
10768         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10769         bound.
10770
10771 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10772
10773         * pgg-gpg.el: Clean up process buffers every time gpg processes
10774         complete.
10775
10776 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10779         doc string.
10780
10781 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10782
10783         * pgg-gpg.el (pgg-gpg-process-filter)
10784         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10785
10786         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10787         lines, temporary fix.
10788
10789 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10792
10793 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10794
10795         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10796         default-enable-multibyte-characters.  This reverts the change from
10797         revision 6.17 which is no longer necessary because the passphrase
10798         is sent separately now.  GnuPG messages are unreadable under
10799         multibyte locales with default-enable-multibyte-characters set to
10800         nil.
10801
10802 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * message.el (message-tool-bar-gnome): Move "spell".
10805
10806 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10809         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10810         instead.
10811
10812 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10813
10814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10815         newsgroups handling for NNTP overviews which don't include
10816         Newsgroups.
10817
10818 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10819
10820         * message.el (message-resend): Bind message-generate-hashcash to nil.
10821
10822 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10823
10824         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10825         when searching for already-paid recipients.
10826
10827 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10828
10829         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10830         passphrases when it is not needed.
10831         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10832         passphrase stuff from gpg, should only be necessary when you use
10833         gpg with a smartcard.
10834
10835 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * mml.el (mml-insert-mime): Ignore cached contents of
10838         message/external-body part.
10839
10840         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10841         (mm-insert-part): Ditto.
10842
10843 2006-03-23  Simon Josefsson  <jas@extundo.com>
10844
10845         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10846         Reiner.
10847         (pgg-gpg-use-agent-p): Use it again.
10848
10849 2006-03-23  Simon Josefsson  <jas@extundo.com>
10850
10851         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10852         older emacsen.
10853         (pgg-gpg-use-agent-p): Don't use it.
10854
10855 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10858         if we can.
10859
10860 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10861
10862         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10863         (pgg-gpg-update-agent): New function.
10864         (pgg-gpg-use-agent-p): New function.
10865         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10866         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10867         (pgg-gpg-sign-region): Use it.
10868
10869 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10872         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10873
10874 2006-03-21  Simon Josefsson  <jas@extundo.com>
10875
10876         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10877         <wilde@sha-bang.de>.
10878         (pgg-gpg-use-agent): New variable.
10879         (pgg-gpg-process-region): Use it.
10880         (pgg-gpg-encrypt-region): Likewise.
10881         (pgg-gpg-encrypt-symmetric-region): Likewise.
10882         (pgg-gpg-decrypt-region): Likewise.
10883         (pgg-gpg-sign-region): Likewise.
10884         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10885
10886 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10889
10890         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10891         Add comment on version.
10892
10893 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * smiley.el: Add missing test smiley.
10896
10897 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * mm-decode.el (mm-with-part): New macro.
10900         (mm-get-part): Use it; work with message/external-body as well.
10901         (mm-save-part): Treat name and filename equally.
10902
10903         * mm-extern.el (mm-extern-cache-contents): New function.
10904         (mm-inline-external-body): Use it; force the part to be displayed;
10905         move undisplayer added to the cached handle to the parent.
10906
10907         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10908         (gnus-mime-view-part-as-type): Work with message/external-body.
10909
10910         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10911
10912 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10915         images in image-load-path.  [Sync with image.el, revision 1.60, in
10916         Emacs.]
10917
10918 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10921         path rather than symbol.  Always return list of directories.
10922         Guarantee that image directory comes first.  [Sync with image.el,
10923         revision 1.59, in Emacs.]
10924
10925         * message.el (message-make-tool-bar): Adjust to new API of
10926         `gmm-image-load-path-for-library'.
10927
10928         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10929
10930         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10931
10932 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10933
10934         * gnus-art.el (gnus-article-only-boring-p):
10935         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10936         intangible text.
10937         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10938
10939 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10942         `defun' instead of `gmm-defun-compat'.
10943
10944 2006-03-14  Simon Josefsson  <jas@extundo.com>
10945
10946         * message.el (message-unique-id): Don't use message-number-base36
10947         if (user-uid) is a float.
10948         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10949
10950 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10953
10954         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10955         empty line between a part and a message part.
10956
10957 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * smiley.el: Add more test smileys.
10960         (smiley-data-directory, smiley-regexp-alist)
10961         (gnus-smiley-file-types): Fix doc strings.
10962         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10963         adding new elements.
10964         (smiley-mouse-map): Unused code.  Make it a comment.
10965
10966 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10969         scan latest NoCeM messages instead of old ones.
10970         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10971         delimiters that are recently used.
10972         (gnus-nocem-load-cache): Add autoload cookie.
10973
10974         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10975
10976         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10977         level which is larger than gnus-use-nocem is specified.
10978
10979         * gnus-group.el (gnus-group-get-new-news): Ditto.
10980
10981 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-util.el (gnus-tool-bar-update): New function.
10984
10985         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10986         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10987
10988         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10989
10990         * gnus-group.el (gnus-group-redraw-when-idle)
10991         (gnus-group-redraw-check): Remove.
10992         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10993
10994 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10997         if optional last element is specified in splits (FIELD VALUE...).
10998
10999 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11002         to gmm-image-load-path-for-library.  Call with no-error argument.
11003         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11004
11005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11006
11007         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11008
11009         * gmm-utils.el (gmm-image-load-path): Remove alias.
11010
11011 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * gmm-utils.el (gmm-image-load-path): Add alias.
11014
11015         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11016         nnml-generate-nov-databases-1.
11017         (nnml-generate-nov-databases): Use it.
11018         (nnml-generate-nov-databases-directory): Document no-active
11019         argument.
11020
11021         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11022         directory if path is t.  Add no-error.
11023
11024         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11025         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11026
11027         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11028         resetting gnus-article-browse-html-temp-list.
11029
11030         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11031         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11032         Add example to docstring.  Rename local variables.  Move error
11033         checks to default case in cond and simplify.
11034
11035 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11038         handle is multipart when calling it recursively.
11039         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11040
11041 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11042
11043         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11044         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11045
11046 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11049         is loaded.
11050
11051         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11052         loaded.
11053
11054 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11057         to "Emacs 23 (unicode)" in doc string.
11058
11059         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11060         "Emacs 23 (unicode)" in comment.
11061
11062 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11065
11066         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11067         characters 160 through 255 in Emacs 23.
11068
11069 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11072         gnus-article-browse-html-temp.
11073         (gnus-article-browse-delete-temp): Make it customizable.  Add
11074         `file'.  Adjust doc string.
11075         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11076         query for each file.  Adjust doc string.
11077         (gnus-article-browse-html-parts): Add
11078         `gnus-article-browse-delete-temp-files' to
11079         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11080
11081 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11082
11083         * gnus-art.el (gnus-article-browse-html-temp)
11084         (gnus-article-browse-delete-temp): New variables.
11085         (gnus-article-browse-delete-temp-files): New function.
11086         (gnus-article-browse-html-parts): Use it.
11087
11088 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11091
11092         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11093         string.
11094
11095         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11096         gnus-summary-insert-new-articles when unplugged.  Remove
11097         gnus-summary-search-article-forward.
11098
11099         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11100         display-visual-class instead of display-color-cells.
11101
11102 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * dgnushack.el: Autoload customize-group for XEmacs.
11105
11106         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11107         message/* containing non-ASCII text properly.
11108
11109 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * message.el: Require gmm-utils, remove autoloads.
11112         (message-tool-bar): Set default based on
11113         gmm-tool-bar-style.
11114         (message-tool-bar-gnome): Add gmm-customize-mode.
11115
11116         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11117         gmm-tool-bar-style.
11118         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11119
11120         * gnus-group.el (gnus-group-tool-bar): Set default based on
11121         gmm-tool-bar-style.
11122         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11123
11124         * gmm-utils.el (gmm-image-directory): Rename variable from
11125         gmm-image-load-path.
11126         (gmm-image-load-path): Use gmm-image-directory.
11127         (gmm-customize-mode): New function.
11128         (gmm-tool-bar-style): New variable.
11129
11130         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11131         gnus-group-redraw-line-number.
11132         (gnus-group-redraw-check): Simplify.
11133         (gnus-group-tool-bar-update): Remove redraw check.
11134         (gnus-group-make-tool-bar): Add redraw check.
11135
11136 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11137
11138         * gnus-art.el (gnus-button): Add missing parentheses.
11139
11140 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * lpath.el: Fbind line-number-at-pos.
11143
11144 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11147
11148 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-art.el (gnus-button): New face.
11151         (gnus-article-button-face): Use it.
11152
11153         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11154         gnus-summary-next-page.  Re-order.
11155
11156         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11157         next-node are now included.
11158         (gnus-group-redraw-line-number): New internal variable.
11159         (gnus-group-redraw-check): Helper function for updating the tool
11160         bar.
11161         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11162
11163         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11164
11165         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11166         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11167         Use it to match format of Spamassassin 3.0 and later.  Reported by
11168         IRIE Tetsuya <irie@t.email.ne.jp>.
11169         (spam-check-bogofilter)
11170         (spam-bogofilter-register-with-bogofilter): Fix args of
11171         `gnus-error' calls.
11172
11173 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11176         unnecessary interaction when sending queued mails.  Reported by
11177         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11178
11179 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11182         first or last are nil.
11183
11184 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11185
11186         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11187
11188 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11191
11192 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * dns.el (query-dns): Protect more against buggy tcp output.
11195
11196 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11199         nov.php.
11200
11201 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11202
11203         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11204         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11205         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11206         output on the server side.
11207         (nnweb-google-create-mapping): Update regexps and add some
11208         progress indication.
11209
11210 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11213         gnus-agent-toggle-plugged.  Re-order icons.
11214         (gnus-group-tool-bar-gnome): Add
11215         gnus-group-{prev,next}-unread-group.
11216         (gnus-group-tool-bar-gnome): Re-order icons.
11217
11218         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11219         gnus-summary-insert-new-articles.
11220
11221         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11222         comments.
11223
11224         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11225         also available in Emacs 21.3.
11226
11227         * message.el (message-fix-before-sending): Change "Emacs 22" to
11228         "Emacs 23 (unicode)" in comment.
11229
11230         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11231         "Emacs 23 (unicode)" in comment.
11232
11233         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11234         comment.
11235         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11236
11237         * mm-view.el (mm-fill-flowed): Add :version.
11238
11239 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11242         and load-path.
11243
11244 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * message.el: Autoload gmm-image-load-path.
11247         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11248         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11249         consitency.
11250
11251         * gmm-utils.el (gmm-image-load-path): Also search in
11252         "../etc/images".  Don't set gmm-image-load-path if we don't find
11253         the image.
11254
11255 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gmm-utils.el (gmm-image-load-path): Don't make
11258         `gmm-image-load-path' include subdirectories which the second arg
11259         `image' might specify.
11260
11261         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11262         subdirectory to icon file names.
11263
11264         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11265
11266 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11269         gmm-image-load-path calls.
11270
11271         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11272
11273         * message.el (message-make-tool-bar): Ditto.
11274
11275         * mml.el (mml-preview): Added comment concerning tool bar icons.
11276
11277         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11278         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11279
11280         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11281         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11282
11283         * message.el (message-tool-bar-gnome): Use new icon names.
11284         (message-make-tool-bar): Use `gmm-image-load-path'.
11285
11286         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11287         functions from MH-E.
11288         (gmm-image-load-path): New variable from MH-E.
11289         (gmm-image-load-path): New function from MH-E.  Added arguments
11290         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11291         *-image-load-path-called-flag.
11292
11293 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11294
11295         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11296
11297 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11298
11299         * nnimap.el (nnimap-request-move-article): Change folder back to
11300         source group before deleting.
11301
11302 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11305
11306         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11307         mm-url.
11308
11309         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11310
11311 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11314         coding system which mm-charset-to-coding-system returns for a
11315         given charset is valid.
11316
11317 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11318
11319         * html2text.el (html2text-remove-tag-list):
11320         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11321
11322 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11323
11324         * gnus-cus.el: Revert 2005-10-17 change.
11325
11326 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (article-strip-banner): Call
11329         article-really-strip-banner only when the regexp match is made.
11330
11331 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-art.el (article-strip-banner): Use
11334         gnus-extract-address-components instead of
11335         mail-header-parse-addresses to make it work with non-ASCII text;
11336         remove mail-encode-encoded-word-string.
11337
11338         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11339         values which are surrounded with \"...\"; make it never cause a
11340         Lisp error; give up parsing of parameters if it failed in
11341         extracting type.
11342
11343 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11344
11345         * smime.el (smime-cert-by-ldap-1): Fix bug where
11346         `smime-ldap-search' returns results without userCertificates.
11347
11348 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11351
11352 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * spam.el (spam-check-spamassassin-headers): Adapt format for
11355         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11356         <ari@mbf.ocn.ne.jp>.
11357         (spam-list-of-processors): Add spam-use-gmane.
11358
11359 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11362         make-temp-file; make it work with XEmacs as well.
11363
11364         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11365         mm-make-temp-file.
11366
11367         * mm-decode.el (mm-display-external): Use the 3rd arg of
11368         mm-make-temp-file.
11369         (mm-create-image-xemacs): Ditto.
11370
11371 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11374         with message-narrow-to-headers.
11375         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11376         (gnus-draft-check-draft-articles): New function.
11377         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11378
11379 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gnus-art.el (gnus-article-browse-html-parts):
11382         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11383         Don't use suffix argument for mm-make-temp-file for Emacs 21
11384         compatibility.  Remove useless `format'.
11385
11386 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11387
11388         * nnweb.el (nnweb-google-wash-article): Update regexps.
11389         (nnweb-group-alist): Use defvoo instead of defvar.
11390
11391 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11394         re-loading nn* modules.
11395
11396 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11399         for `tool-bar-mode' and don't check it's default-value.
11400
11401         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11402
11403         * message.el (message-make-tool-bar): Ditto.
11404
11405         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11406         `substring'.  Shorten tmp-file name.
11407
11408         * gnus.el: Remove bogus comment.
11409
11410 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11411
11412         * gnus-art.el (gnus-article-browse-html-parts): New function.
11413         (gnus-article-browse-html-article): New function for viewing html
11414         articles with a browser.
11415
11416 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11417
11418         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11419         in elisp.
11420         (pgg-gpg-encrypt-symmetric-region): Ditto.
11421         (pgg-gpg-sign-region): Ditto.
11422
11423         * pgg-def.el (pgg-text-mode): New variable.
11424
11425         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11426         (mml2015-pgg-encrypt): Ditto.
11427
11428         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11429         (mml1991-pgg-encrypt): Ditto.
11430
11431 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11434         message-make-date instead of current-time-string.
11435
11436         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11437         to gnus-decoded which mm-uu might set.
11438
11439 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11442         don't decode quoted parameters; remove misimported Emacs code.
11443         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11444         (rfc2231-decode-encoded-string): Don't use split-string which
11445         behaves differently according to Emacs version; use
11446         mm-decode-coding-region to convert charset to coding-system.
11447         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11448         (rfc2231-encode-string): Remove misimported Emacs code.
11449
11450 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11453         when calling mail-header-parse-content-type.
11454         (article-de-quoted-unreadable): Ditto.
11455         (article-de-base64-unreadable): Ditto.
11456         (article-wash-html): Ditto.
11457
11458         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11459         calling mail-header-parse-content-type and
11460         mail-header-parse-content-disposition.
11461         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11462         mail-header-parse-content-type.
11463
11464         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11465         insert charset and format parameters; encode description after
11466         inserting it to buffer.
11467         (mml-insert-parameter): Fold lines properly even if a parameter is
11468         segmented into two or more lines; change the max column to 76.
11469
11470         * rfc1843.el (rfc1843-decode-article-body): Don't use
11471         ignore-errors when calling mail-header-parse-content-type.
11472
11473         * rfc2231.el (rfc2231-parse-string): Return at least type if
11474         possible; don't cause an error even if it fails in parsing of
11475         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11476         (rfc2231-encode-string): Don't break lines at the beginning, leave
11477         it to mml-insert-parameter.
11478
11479         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11480         calling mail-header-parse-content-type.
11481
11482 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * spam-report.el (spam-report-gmane-use-article-number):
11485         Improve doc string.
11486         (spam-report-gmane-internal): Check if a suitable header was found
11487         in the article.
11488
11489 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11492         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11493
11494 2006-02-05  Romain Francoise  <romain@orebokech.com>
11495
11496         Update copyright notices of all files in the gnus directory.
11497
11498 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11499
11500         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11501
11502 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11505         segmented lines of parameter value to cope with Thunderbird 1.5
11506         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11507         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11508         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11509
11510 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11511
11512         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11513         parts.
11514
11515 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11516
11517         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11518         there's only one active file for all servers.
11519         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11520         solid groups.  Gnus might have used a FAST request to select the group.
11521         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11522         and nnweb-search redundantly in the active file.
11523         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11524         (nnweb-request-create-group): Don't use ARGS.
11525         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11526         initialisations.  Let nnoo do the work.
11527
11528 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11531         Say the part has been decoded.
11532
11533         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11534
11535 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11536
11537         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11538         mailcap-viewer-test-cache when there's no 'test clause, since that
11539         will invert the meaning of a "nil" test previously determined by
11540         mailcap-mailcap-entry-passes-test.
11541
11542 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11545         compiling.
11546
11547         * gnus-sum.el: Ditto.
11548
11549         * message.el: Don't bind tool-bar-map when compiling.
11550
11551 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11554
11555 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11556
11557         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11558         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11559         current Google Groups.
11560
11561 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11564         and tool-bar-mode.
11565
11566         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11567         and tool-bar-mode.
11568
11569         * message.el (message-tool-bar-update): Simplify.
11570         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11571
11572         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11573         gnus-summary-buffer.
11574         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11575         gnus-summary-reply.
11576
11577         * gmm-utils.el (gmm): Add :version.
11578
11579 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * Makefile.in (clean): New rule.
11582         (distclean): Use it.
11583
11584 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11585
11586         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11587         autoload.
11588
11589 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gmm-utils.el (gmm-verbose): Add :group.
11592
11593 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el: Change some comments WRT tool-bars.
11596
11597         * gnus-sum.el (gnus-summary-tool-bar)
11598         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11599         (gnus-summary-tool-bar-zap-list): New variables.
11600         (gnus-summary-make-tool-bar): Complete rewrite using
11601         `gmm-tool-bar-from-list'.
11602
11603         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11604         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11605         variables.
11606         (gnus-group-make-tool-bar): Complete rewrite using
11607         `gmm-tool-bar-from-list'.
11608         (gnus-group-tool-bar-update): New function.
11609
11610         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11611
11612 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11615         is dissected into a single part of which the type is the same as
11616         the given one; decode charset.
11617
11618 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11619
11620         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11621         into alists as symbol not string, since that's what
11622         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11623         look for.
11624
11625 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11628         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11629
11630         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11631
11632 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11635         (gnus-xmas-mime-security-button-menu): New function.
11636
11637         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11638         (gnus-mime-security-button-menu): New definition.
11639         (gnus-mime-security-button-map): Use them.
11640         (gnus-mime-security-button-menu): New function.
11641         (gnus-insert-mime-security-button): Addition to help echo.
11642         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11643         (gnus-mime-security-pipe-part): New functions.
11644
11645         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11646         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11647
11648         * mm-decode.el (mm-handle-set-disposition): Remove.
11649         (mm-handle-set-description): Remove.
11650
11651 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11654         (mm-w3m-standalone-supports-m17n-p): New function.
11655         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11656         w3m usage.
11657
11658         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11659         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11660
11661 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * message.el (message-tool-bar-zap-list): Use
11664         gmm-tool-bar-zap-list as custom type.
11665         (message-tool-bar-update): New function.
11666         (message-tool-bar, message-tool-bar-gnome)
11667         (message-tool-bar-retro): Add message-tool-bar-update.
11668         (message-tool-bar-gnome): Add flyspell-buffer.
11669
11670         * gnus-util.el (gnus-error): Describe `args'.
11671
11672         * gmm-utils.el (gmm-error): Describe `args'.
11673         (gmm-tool-bar-zap-list): New widget.
11674         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11675
11676 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11679         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11680         the number of recursive calls.
11681
11682         * mm-decode.el (mm-handle-set-disposition): New macro.
11683         (mm-handle-set-description): New macro.
11684
11685 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11688         encoding.
11689
11690 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * message.el (message-tool-bar-zap-list, message-tool-bar)
11693         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11694         (message-tool-bar-local-item-from-menu): Remove.
11695         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11696         (message-make-tool-bar): New function.
11697         (message-mode): Use `message-make-tool-bar'.
11698
11699         * gmm-utils.el: New file.
11700         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11701         (gmm-lazy): New widget copied from `nnmail.el'.
11702         (gmm-tool-bar-from-list): New function for creating customizable
11703         tool bars.
11704         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11705         output.
11706         (gmm): Add :prefix to defgroup.
11707
11708 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11709
11710         * gmm-utils.el (gmm-widget-p): New function.
11711
11712 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * mml.el (mml-attach-file): Describe `description' in doc string.
11715         (mml-menu): Add Emacs MIME manual and PGG manual.
11716
11717 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11718
11719         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11720
11721 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11722
11723         * nntp.el (nntp-end-of-line): Doc fix.
11724
11725 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11726
11727         * imap.el (imap-open): Handle case where buffer is a buffer
11728         object.
11729
11730 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11731
11732         * gnus-delay.el (gnus-delay): Don't autoload.
11733         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11734         to be re-loaded when customizing the `gnus-delay' group.
11735
11736 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11737
11738         * message.el (message-insert-citation-line): Use newlines.
11739
11740 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11741
11742         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11743         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11744         these routines, so the passphrase can be managed externally and
11745         passed in to the system.
11746         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11747         pgg-add-passphrase-to-cache function.
11748
11749         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11750         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11751         these routines, so the passphrase can be managed externally and
11752         passed in to the system.
11753         (pgg-pgp5-sign-region): Use new name of
11754         pgg-add-passphrase-to-cache function.
11755
11756 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11757
11758         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11759         part of the decoded armor to find the key-identifier.
11760         (pgg-gpg-lookup-key-owner): New function to return the
11761         human-readable identifier of a key owner.
11762         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11763         itself.
11764         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11765         the key value) if we have a key and can match it against a secret
11766         key.  Also, added a note pointing out fact that the prompt only
11767         indicates the first matching key.
11768
11769         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11770         pgg-decrypt-region.
11771         (pgg-add-passphrase-to-cache): Rename from
11772         `pgg-add-passphrase-cache' to reduce confusion (all callers
11773         changed).
11774         (pgg-remove-passphrase-from-cache): Rename from
11775         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11776         changed).
11777         (pgg-read-passphrase, pgg-add-passphrase-cache)
11778         (pgg-remove-passphrase-cache): Add informative docstrings.
11779         (pgg-decrypt): Convey provided passphrase in subordinate call to
11780         pgg-decrypt-region.
11781
11782 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11783
11784         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11785         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11786         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11787         'passphrase' argument, so the passphrase can be managed externally
11788         and then passed in to the system.
11789
11790         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11791         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11792         so the passphrase cache can be used reliably with identifiers
11793         besides a pgp packet's key id.
11794
11795         * pgg-gpg.el (pgg-gpg-encrypt-region)
11796         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11797         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11798         these routines, so the passphrase can be managed externally and
11799         passed in to the system.
11800
11801         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11802         'notruncate' argument, so the passphrase cache can be used
11803         reliably with identifiers besides a pgp packet's key id.
11804
11805 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11806
11807         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11808         symmetric encryption.
11809         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11810         encrypted session key.
11811         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11812         message ask for the passphrase in a proper way.
11813
11814         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11815         New user commands for symmetric encryption.
11816
11817 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11820
11821         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11822
11823 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11824
11825         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11826
11827 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * mm-decode.el (mm-inlined-types): Add application/pgp.
11830         (mm-automatic-display): Ditto.
11831
11832         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11833         part as text.
11834
11835 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * nnrss.el: Update copyright.
11838         (nnrss-opml-import): Query whether to subscribe to each entry.
11839
11840         * gnus-art.el:
11841         * gnus-sum.el:
11842         * gnus-xmas.el:
11843         * messagexmas.el:
11844         * mm-uu.el:
11845         * mm-view.el: Update copyright.
11846
11847 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * message.el (message-info): New function.
11850         (message-mode-menu): Add it.
11851         Update copyright.
11852
11853         * ChangeLog: Fix and update copyright.
11854
11855 2006-01-13  Romain Francoise  <romain@orebokech.com>
11856
11857         * message.el (message-forward-subject-name-subject): Prefer the
11858         address to 'nowhere' if the sender has no name.
11859         Fix typo.  Update copyright year.
11860
11861 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus-art.el (article-wash-html): Use
11864         gnus-summary-show-article-charset-alist if a numeric arg is given.
11865         (gnus-article-wash-html-with-w3m-standalone): New function.
11866
11867         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11868         mm-inline-text-html-render-with-w3m-standalone.
11869         (mm-text-html-washer-alist): Map w3m-standalone to
11870         gnus-article-wash-html-with-w3m-standalone.
11871         (mm-inline-text-html-render-with-w3m-standalone): New function.
11872
11873 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11876         Improve LaTeX.
11877
11878 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11881         (nnrss-request-article): Render text/plain parts as HTML.
11882
11883         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11884         the buffer.
11885
11886 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11889         custom definition of `gnus-posting-styles'.
11890
11891         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11892         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11893
11894 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11897         Use nntp for bug archive.
11898
11899 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11902         parts.
11903         (nnrss-normalize-date): New function converts ISO 8601 date into
11904         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11905         (nnrss-check-group): Use it.
11906
11907 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11910
11911         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11912         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11913         (nnrss-insert-w3): Ditto.
11914
11915 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11918         the articles to be forwarded including the case where neither a
11919         number of articles nor a region is specified.
11920
11921 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * nnrss.el (nnrss-request-article): Fix last change; fill
11924         text/plain parts.
11925
11926 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11929         in text/plain part.
11930         (nnrss-check-group): Don't add excessive newline to dc:subject.
11931
11932 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11933
11934         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11935         article.
11936
11937 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11940         (nnml-use-compressed-files, nnml-save-mail): Support other
11941         comression programs such as bzip2.
11942
11943 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * dns.el (query-dns): Make sure we check the buffer size before
11946         removing tcp headers.
11947
11948 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11951         remove MIME buttons associated with multipart/alternative parts.
11952         (gnus-mime-display-alternative): Tag buttons using `article-type'
11953         text property.
11954
11955         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11956         associated with multipart/alternative parts.
11957
11958         * gnus-art.el (gnus-signature-separator): Fix custom type.
11959
11960         * mm-decode.el (mm-inlined-types): Fix custom type.
11961         (mm-keep-viewer-alive-types): Ditto.
11962         (mm-automatic-display): Ditto.
11963         (mm-attachment-override-types): Ditto.
11964         (mm-inline-override-types): Ditto.
11965         (mm-automatic-external-display): Ditto.
11966
11967 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * spam-report.el (spam-report-user-mail-address)
11970         (spam-report-user-agent): New variables.
11971         (spam-report-url-ping-plain): Use spam-report-user-agent.
11972
11973 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11974
11975         * gnus-art.el (gnus-button-handle-custom): Do not just use
11976         `customize-apropos' for any "M-x customize-*" button but the
11977         function called for.  Accept both the function name and its
11978         argument in order to achieve this.
11979         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11980         function name to `gnus-button-handle-custom' in case of "M-x
11981         customize-*" buttons.
11982
11983 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11986         multipart/alternative and add xref to mm-discouraged-alternatives
11987         in doc string.
11988
11989         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11990         gnus-buttonized-mime-types in doc string.
11991
11992 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11995         Suggest image/.* in the doc string.
11996
11997 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12000         message-marks (Debian bug #342521).
12001
12002 2005-12-12  Simon Josefsson  <jas@extundo.com>
12003
12004         * password.el (password-read-from-cache): Add.
12005         (password-read): Use it.
12006
12007 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12010         us-ascii as a MIME charset.
12011
12012         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12013         against the case where the 2nd arg TYPE is nil.
12014
12015 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * pop3.el (pop3-stream-type): Fix custom version.
12018
12019         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12020
12021 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12022
12023         * mm-decode.el (mm-display-external): Add missing cdr.
12024
12025 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12028         RFC1524) if it is in mailcap or add a suffix according to
12029         mailcap-mime-extensions when generating a temp filename; postpone
12030         deleting a temp file for 2 seconds for some wrappers, shell
12031         scripts, and so on, which might exit right after having started a
12032         viewer command as a background job.
12033
12034 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * nntp.el (nntp-marks-directory): Fix custom group.
12037
12038         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12039         steps when < 10.
12040
12041         * gnus-start.el (gnus-no-server-1): Mention
12042         `gnus-level-default-subscribed' in doc string.
12043
12044 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12045
12046         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12047         parens.
12048
12049 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-xmas.el (gnus-use-toolbar): Revert.
12052         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12053         gnus-use-toolbar is default.
12054
12055         * messagexmas.el (message-use-toolbar): Revert.
12056         (message-setup-toolbar): Use global default-toolbar if
12057         message-use-toolbar is default.
12058
12059 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12062         according to default-toolbar-visible-p.
12063
12064         * messagexmas.el (message-use-toolbar): Ditto.
12065
12066 2005-11-26  Dave Love  <fx@gnu.org>
12067
12068         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12069         (tls-program, tls-success): Provide openssl alternative.
12070
12071         * starttls.el: Doc fixes.
12072         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12073         SERVICE to PORT.
12074
12075         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12076         port null or service name.
12077         (starttls-negotiate): Autoload.
12078
12079 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * message.el (message-kill-to-signature): Fix interactive spec.
12082
12083 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * pop3.el (pop3-open-server): Recognize a string as a service name.
12086
12087 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12088
12089         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12090
12091 2005-11-23  Dave Love  <fx@gnu.org>
12092
12093         Add pop3s, pop3/starttls.
12094
12095         * pop3.el (pop3-authentication-scheme): Clarify doc.
12096         (open-tls-stream, starttls-open-stream): Autoload.
12097         (pop3-stream-type): New.
12098         (pop3-open-server): Use it.
12099
12100         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12101         for POP.
12102         (mail-source-keyword-map): Add :stream for POP.
12103         (mail-source-fetch-pop): Use pop3-stream-type.
12104
12105 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12108         of current-time-string.
12109
12110 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12111
12112         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12113         date header.
12114
12115 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12116
12117         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12118         it can seriously impact performance as it bypasses the agent's
12119         local caches.
12120
12121 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12122
12123         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12124         must be explicitly online rather than "not explicitly offline" for
12125         its flags to be synchronized.
12126
12127         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12128         that gnus-uu-unmark-thread will function correctly.
12129
12130         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12131         1024K is instead displayed as 1M.
12132
12133 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12134
12135         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12136
12137 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12138
12139         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12140
12141 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12142
12143         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12144         error message to display actual error condition.
12145         (gnus-agent-save-local): Avoid saving symbols that are bound to
12146         nil as they simply result in a warning message in
12147         gnus-agent-read-local.
12148
12149 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12152         rather than make-variable-buffer-local for file-precious-flag.
12153
12154 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12155
12156         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12157         for duplicates which are removed.  The invalid sort check then
12158         triggers a rescan after the sort as sorting may have moved
12159         duplicate entries such that they can be cheaply detected.
12160
12161 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12164
12165 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12166
12167         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12168         internal variable to a custom variable.  Changed default value
12169         from compressed(2) to uncompressed(1).
12170         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12171         support for uncompressed agentview files.  Taken together, reading
12172         the agentview file should now be 6-7 times faster.
12173
12174 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12175
12176         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12177         as a buffer-local variable.  This avoids creating truncated
12178         dribble files as a result of a hang up, eg.
12179
12180 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12181
12182         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12183         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12184         XEmacs.
12185
12186 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * gnus-start.el (gnus-start-draft-setup): Enforce
12189         `gnus-draft-mode' for nndraft:drafts at startup.
12190
12191         * gnus.el (gnus-splash): Change custom group.
12192         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12193         allow-list argument.
12194
12195         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12196         string.
12197
12198 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-art.el (gnus-default-article-saver): Add user-defined
12201         `function' to custom type.
12202
12203 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12204
12205         * imap.el (imap-open): Handle case where buffer is a buffer
12206         object.
12207
12208 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12211         long lines.
12212         (gnus-cache-delete-group): Wrap doc strings.
12213
12214         * gnus-agent.el (gnus-agent-rename-group)
12215         (gnus-agent-delete-group): Wrap doc strings.
12216
12217 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * messagexmas.el (message-use-toolbar): Change the valid values
12220         into default, top, bottom, left, and right.
12221         (message-toolbar-thickness): New variable.
12222         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12223         well.
12224         (message-setup-toolbar): Make it work.
12225
12226         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12227         (gnus-use-toolbar): Change the valid values into default, top,
12228         bottom, left, and right.
12229         (gnus-toolbar-thickness): New variable.
12230         (gnus-xmas-setup-toolbar): New function.
12231         (gnus-xmas-setup-group-toolbar): Use it.
12232         (gnus-xmas-setup-summary-toolbar): Use it.
12233
12234 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12235
12236         * gnus-start.el (gnus-1): Add "native" to
12237         gnus-predefined-server-alist.
12238
12239         * gnus.el (gnus-method-to-server): Don't add "native" to the
12240         lists here, because that leads to problems when
12241         gnus-select-method is bound.
12242
12243 2005-11-09  Simon Josefsson  <jas@extundo.com>
12244
12245         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12246         use (not sort-by-date) instead.
12247
12248 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12249
12250         * gnus-delay.el (gnus-delay-group): Don't autoload.
12251         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12252         to be re-loaded when customizing the `gnus-delay' group.
12253
12254 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12255
12256         * message.el: Revert last changes.
12257         (message-insert-citation-line): Use newlines.
12258
12259 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12260
12261         * message.el (message-courtesy-message)
12262         (message-mark-insert-begin, message-mark-insert-end)
12263         (message-elide-ellipsis, message-cancel-message)
12264         (message-add-header, message-change-subject)
12265         (message-cross-post-followup-to-header)
12266         (message-cross-post-insert-note, message-reduce-to-to-cc)
12267         (message-widen-reply, message-delete-not-region)
12268         (message-kill-to-signature, message-insert-signature)
12269         (message-insert-importance-high, message-insert-importance-low)
12270         (message-insert-or-toggle-importance)
12271         (message-insert-disposition-notification-to)
12272         (message-indent-citation, message-yank-original)
12273         (message-cite-original-without-signature, message-cite-original)
12274         (message-insert-citation-line, message-position-on-field)
12275         (message-fix-before-sending, message-send-mail-partially)
12276         (message-send-mail, message-send-mail-with-sendmail)
12277         (message-send-mail-with-qmail, message-send-news)
12278         (message-check-news-header-syntax, message-generate-headers)
12279         (message-insert-courtesy-copy, message-fill-address)
12280         (message-fill-header, message-shorten-references)
12281         (message-setup-1, message-cancel-news)
12282         (message-forward-make-body-plain, message-forward-make-body-mime)
12283         (message-forward-make-body-mml, message-encode-message-body)
12284         (message-forward-make-body-digest-plain)
12285         (message-forward-make-body-digest-mime)
12286         (message-use-alternative-email-as-from): Insert `hard-newline'
12287         instead of ordinary newlines.
12288
12289 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * message.el (message-generate-headers): Downcase the argument
12292         given to message-check-element.
12293
12294 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12295
12296         * nntp.el (nntp-authinfo-rejected): New error condition.
12297         (nntp-wait-for): Use new error condition to signal authentication
12298         error.
12299         (nntp-retrieve-data): Rethrow new error condition to break out of
12300         recursive call to nntp-send-authinfo.
12301
12302 2005-11-08  Romain Francoise  <romain@orebokech.com>
12303
12304         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12305         (gnus-summary-exit-map): Bind to `Z p'.
12306         (gnus-summary-make-menu-bar): Add menu item.
12307
12308 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12311         (gnus-treat-*): Add `first' in all doc strings.
12312
12313         * gnus-group.el (gnus-group-compact-group): Fix typo.
12314
12315 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus.el (gnus-parameters-case-fold-search): New variable.
12318         (gnus-parameters-get-parameter): Use it.
12319
12320         * gnus-score.el (gnus-home-score-file): Doc fix.
12321
12322 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12323
12324         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12325
12326 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * mm-util.el (mm-special-display-p): New function.
12329
12330         * mml.el (mml-preview): Use it; doc fix.
12331
12332 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12333
12334         * imap.el (imap-open): Handle case where buffer is a buffer object.
12335
12336 2005-10-29  Romain Francoise  <romain@orebokech.com>
12337
12338         * message.el (message-fix-before-sending): Fix comment.
12339
12340 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12341
12342         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12343
12344 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12345
12346         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12347         Used in gnus-score.el.
12348
12349 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12352
12353 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12356         whitespace removed in revision 7.8.  Use concatenated string to
12357         protect trailing whitespace.
12358
12359 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12360
12361         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12362         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12363         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12364         Courier IMAP ("some version from 2004").  Mostly based on similar
12365         code in the same function.
12366
12367 2005-10-26  Didier Verna  <didier@xemacs.org>
12368
12369         * gnus-group.el (gnus-group-compact-group): Invalidate original
12370         article buffer.
12371         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12372         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12373         NOV database and in article itself.
12374         Invalidate article backlog.
12375
12376 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12379
12380 2005-10-26  Simon Josefsson  <jas@extundo.com>
12381
12382         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12383         part of 2004-07-25 change.
12384
12385 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * message.el (message-display-completion-list): New function.
12388         (message-expand-group): Use it; make sure the Completions buffer
12389         is modifiable.
12390 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12391
12392         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12393         user-mail-name is an empty string.
12394
12395 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12398         depending on gnus-score-decay-constant.
12399
12400         * encrypt.el (encrypt-insert-file-contents)
12401         (encrypt-write-file-contents): Don't use `gnus-message'.
12402
12403         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12404         arguments.
12405         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12406         arguments to mm-uu-verbatim-marks-extract.
12407         (mm-uu-hide-markers): New variable.
12408         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12409
12410         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12411         (gnus-convert-image-to-face-command): Use "convert" by default to
12412         allow other input image formats.
12413         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12414         accordingly.
12415
12416 2005-10-23  Simon Josefsson  <jas@extundo.com>
12417
12418         * imap.el (imap-gssapi-program): Align command line parameters
12419         with latest GNU SASL.
12420         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12421
12422 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12425         HTML.
12426         (nnslashdot-request-article): Ditto.
12427
12428         * lpath.el (featurep): Add nobreak-char-display.
12429
12430 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12431
12432         * mail-source.el (mail-source-fetch-pop): Require pop3.
12433         (mail-source-check-pop): Ditto.
12434
12435 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12438         errors.
12439
12440 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12441
12442         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12443         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12444
12445         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12446
12447         * mm-bodies.el (mm-decode-string): Call
12448         `mm-charset-to-coding-system' with allow-override argument.
12449
12450 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12453         (rfc2047-charset-to-coding-system): New function.
12454         (rfc2047-decode-encoded-words): New function.
12455         (rfc2047-decode-region): Use them.
12456         (rfc2047-decode-cte): Remove.
12457         (rfc2047-parse-and-decode): Remove.
12458         (rfc2047-decode): Remove.
12459
12460 2005-10-15  Kenichi Handa  <handa@m17n.org>
12461
12462         * rfc2047.el (rfc2047-decode-cte): New function.
12463         (rfc2047-decode-region): Change the way to decode successive
12464         encoded-words: decode B- or Q-encoding in each encoded-word,
12465         concatenate them, and decode it as charset.
12466
12467 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * lpath.el: Fbind codepage-setup for XEmacs.
12470
12471 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12472
12473         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12474         widget-move-and-invoke.
12475         (gnus-custom-mode): Use gnus-custom-map.
12476
12477 2005-10-15  Bill Wohler  <wohler@newt.com>
12478
12479         * message.el (message-tool-bar-map): Renamed image file from
12480         mail_send to mail/send.
12481
12482 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12483
12484         * message.el (message-expand-group): Pass the common
12485         prefix substring of completion to `display-completion-list'.
12486
12487 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * mml-sec.el (mml-secure-method): New internal variable.
12490         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12491         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12492         functions using mml-secure-method.
12493
12494         * mml.el (mml-mode-map): Add key bindings for those functions.
12495         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12496         Harder <harder@myrealbox.com>.
12497         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12498         end of message if point is the headers of the message.
12499
12500         * message.el (message-in-body-p): New function.
12501
12502         * assistant.el: Autoload gnus-util and netrc.
12503
12504         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12505         Use `mm-charset-override-alist' only when decoding.
12506
12507         * mm-bodies.el (mm-decode-body): Call
12508         `mm-charset-to-coding-system' with allow-override argument.
12509
12510         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12511         `filename' from Content-Disposition if Content-Type doesn't
12512         provide `name'.
12513         (gnus-mime-view-part-as-type): Set default instead of
12514         initial-input.
12515
12516 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12517
12518         * format-spec.el (format-spec): Propagate text properties of % spec.
12519
12520 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * gnus-art.el (gnus-treat-predicate): Add `first'.
12523
12524 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12527         (mm-charset-override-alist): New variable.
12528         (mm-charset-to-coding-system): Use it.
12529         (mm-codepage-setup): New helper function.
12530         (mm-charset-eval-alist): New variable.
12531         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12532         about unknown charsets.
12533
12534         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12535
12536 2005-10-04  David Hansen  <david.hansen@gmx.net>
12537
12538         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12539         (nnrss-check-group): Ditto.
12540
12541 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12544         Rename x-gnus-verbatim to x-verbatim.
12545         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12546
12547         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12548         x-verbatim.
12549
12550         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12551
12552         * gnus-util.el (gnus-remove-duplicates): Remove.
12553
12554         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12555         instead of gnus-remove-duplicates.
12556
12557         * message.el (message-remove-duplicates): Remove.
12558         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12559         message-remove-duplicates.
12560
12561         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12562         available, else use implementation from `delete-dups'.
12563
12564         * message.el (message-insert-expires): New function.
12565         (message-mode-map): Add key binding.
12566         (message-mode-field-menu): Add menu entry.
12567         (message-mode): Document it.
12568         (message-make-expires-date): Use `message-make-date'.
12569
12570 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12571
12572         * message.el (message-make-expires-date): New function.
12573
12574 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * Makefile.in (list-installed-shadows): New entry.
12577         (install): Use it.
12578         (remove-installed-shadows): New entry.
12579
12580         * dgnushack.el (dgnushack-default-load-path): New variable.
12581         (dgnushack-find-lisp-shadows): New function.
12582         (dgnushack-remove-lisp-shadows): New function.
12583
12584 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * Makefile.in (install-el-elc): New entry.
12587         (install): Use it so that .el files are necessarily installed.
12588
12589 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12592
12593 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12594
12595         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12596         function rather than the diff-mode.el package.
12597         (mm-display-external): Use with-current-buffer.
12598         (mm-viewer-completion-map, mm-viewer-completion-map):
12599         Move initialization inside declaration.
12600
12601 2005-09-29  Simon Josefsson  <jas@extundo.com>
12602
12603         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12604         autoload mail-check-payment.
12605         (spam-check-hashcash): Define unconditionally, since hashcash.el
12606         is part of Gnus now.  Ignore errors from payment checking.
12607
12608 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * message.el (message-bold-region, message-unbold-region): Rename
12611         from `bold-region' and `unbold-region'.
12612
12613         * message.el: Remove useless autoloads.
12614
12615 2005-09-28  Simon Josefsson  <jas@extundo.com>
12616
12617         * message.el (message-use-idna): Default to t.
12618         (message-use-idna): Test whether encoding works too.  Doc fix.
12619
12620 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * nntp.el (nntp-warn-about-losing-connection): Remove.
12623
12624 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12627         customizable.  Change default value.
12628         (mm-uu-diff-groups-regexp): Change default value.
12629         (mm-uu-type-alist): Add doc string.
12630         (mm-uu-configure): Add doc string.  Make it interactive.
12631         (mm-uu-tex-groups-regexp): New variable.
12632         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12633         (mm-uu-type-alist): Add LaTeX documents.
12634         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12635         of "text/verbatim".
12636         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12637
12638         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12639         instead of "text/verbatim".
12640
12641         * message.el (message-mark-inserted-region)
12642         (message-mark-insert-file): Use slrn style marks when called with
12643         prefix argument.
12644
12645 2005-09-27  Simon Josefsson  <jas@extundo.com>
12646
12647         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12648
12649 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12650
12651         * message.el (message-remove-duplicates): New function.
12652         Implementation borrowed from `gnus-remove-duplicates'.
12653         (message-idna-to-ascii-rhs): Also encode idna addresses in
12654         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12655         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12656         only ask about the same idna domain once per header and also tell
12657         in what header to replace the idna domain.
12658
12659         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12660         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12661         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12662         a header is decoded and not just the last one.
12663
12664 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12667         has been decoded.
12668
12669         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12670         (mm-insert-part): Don't modify text if it has been decoded.
12671
12672         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12673         decoded.
12674
12675         * mm-view.el (mm-inline-text): Don't strip text props unless
12676         decoding enriched or richtext parts.
12677
12678 2005-09-25  Romain Francoise  <romain@orebokech.com>
12679
12680         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12681         * gnus-start.el (gnus-subscribe-interactively):
12682         * gnus-uu.el (gnus-uu-grab-articles):
12683         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12684         space.
12685
12686 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12687
12688         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12689         * mm-view.el (mm-view-pkcs7-decrypt):
12690         * gnus-sum.el (gnus-summary-limit-to-extra)
12691         (gnus-summary-respool-article, gnus-read-move-group-name):
12692         * gnus-score.el (gnus-summary-increase-score):
12693         * gnus-util.el (gnus-completing-read-with-default):
12694         * gnus-art.el (gnus-read-save-file-name)
12695         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12696         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12697         * message.el (message-check-news-header-syntax):
12698         Follow convention for reading with the minibuffer.
12699
12700 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * spam-report.el (spam-report-url-ping-plain):
12703         Use gnus-extended-version as User-Agent.
12704
12705         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12706         default value is nil.
12707
12708         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12709         (mm-uu-verbatim-marks-extract): New function.
12710         (mm-uu-extract): New face.
12711         (mm-uu-copy-to-buffer): Use it.
12712
12713         * spam-report.el (spam-report-gmane-ham): Renamed from
12714         `spam-report-gmane-unspam'.
12715         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12716         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12717
12718         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12719         Autoload.
12720         (spam-report-gmane-unregister-routine): Renamed
12721         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12722
12723 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12724
12725         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12726         (spam-report-gmane-unregister-routine): Add support for gmane
12727         unregistration.
12728
12729         * spam-report.el (spam-report-gmane-unspam)
12730         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12731         (spam-report-gmane): Change to take a single article and do unspam
12732         registration.
12733
12734 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * mm-url.el (mm-url-decode-entities): Fix regexp.
12737
12738 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12741         default to nil, to be able to use Gnus at all.  If the default
12742         switches to something else, then the function should be fixed not
12743         be exceedingly slow.
12744
12745 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12748         fail hard.
12749
12750         * spam-report.el: Add better Keywords line.
12751
12752         * spam.el: Add Maintainer and better Keywords line.
12753
12754 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-art.el (gnus-article-replace-part)
12757         (gnus-mime-replace-part): New functions.
12758         (gnus-mime-action-alist, gnus-mime-button-commands)
12759         (gnus-mime-save-part-and-strip): Added file argument.
12760         (gnus-article-part-wrapper): Added interactive argument.
12761
12762         * gnus-sum.el (gnus-summary-mime-map): Add
12763         `gnus-article-replace-part'.
12764
12765 2005-09-19  Didier Verna  <didier@xemacs.org>
12766
12767         The nnml compaction feature:
12768         * nnml.el (nnml-request-compact-group): New function.
12769         * nnml.el (nnml-request-compact): New function.
12770         * gnus-int.el (gnus-request-compact-group): New function.
12771         * gnus-int.el (gnus-request-compact): New function.
12772         * gnus-group.el (gnus-group-compact-group): New function.
12773         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12774         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12775         * gnus-srvr.el (gnus-server-compact-server): New function.
12776         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12777         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12778
12779 2005-09-18  Deepak Goel  <deego@gnufans.org>
12780
12781         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12782         format spec.
12783
12784 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12787
12788 2005-09-15  Romain Francoise  <romain@orebokech.com>
12789
12790         * message.el (message-fill-paragraph): Clarify docstring.
12791
12792 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-art.el (gnus-mime-display-part): Protect against broken
12795         MIME messages.
12796
12797 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12800         before parsing header.
12801
12802 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12803
12804         * html2text.el (html2text-replace-list): Add new entities.
12805
12806 2005-09-11  Romain Francoise  <romain@orebokech.com>
12807
12808         * message.el (message-alternative-emails): Improve docstring.
12809         (message-setup-1): Call `message-use-alternative-email-as-from'
12810         after `message-setup-hook' to give it precedence over posting
12811         styles, etc.
12812         (message-use-alternative-email-as-from): Add docstring.  Remove
12813         the original From header if present.
12814
12815         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12816         (nnml-save-mail): Use it.
12817
12818         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12819         articles.  Add new argument `silent'.
12820         (gnus-uu-mark-all): Report the total number of marked articles.
12821
12822 2005-09-10  Romain Francoise  <romain@orebokech.com>
12823
12824         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12825         (gnus-uu-mark-series): Likewise.
12826
12827 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * spam-report.el (spam-report-gmane): Fix generation of spam
12830         report URL.
12831
12832 2005-09-10  Simon Josefsson  <jas@extundo.com>
12833
12834         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12835         t, based on discussion on the ding list with Robert Epprecht
12836         <epprecht@solnet.ch>.
12837
12838 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * spam-report.el (spam-report-gmane): Make it work without
12841         X-Report-Spam header.  Gmane now only provides Archived-At.
12842         This is only used if `spam-report-gmane-use-article-number' is nil.
12843         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12844
12845         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12846         make `gnus-summary-sort-by-recipient' work with threading.
12847
12848         * nnweb.el (nnweb-google-wash-article): Print a message if article
12849         is not available.
12850
12851 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12852
12853         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12854         change.  Decode text/* parts content before displaying.
12855
12856 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12859
12860 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12863
12864         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12865         url-package-name, url-package-version,
12866         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12867         w3m-display-inline-images, and w3m-minor-mode-map.
12868
12869 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * message.el (message-tab-body-function): Fix mismatched custom type.
12872
12873         * gnus.el (gnus-group-change-level-function): Ditto.
12874
12875         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12876
12877         * gnus-art.el (gnus-signature-limit)
12878         (gnus-article-mime-part-function): Ditto.
12879
12880 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * mml.el (mml-mode): Silence the byte compiler.
12883
12884         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12885         using `(sit-for 0)' before moving the point to the specified part;
12886         skip unbuttonized parts.
12887         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12888         return to the summary window if gnus-auto-select-part is non-nil.
12889
12890 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12893         variables.
12894         (mml-dnd-attach-file, mml-mode): Use them.
12895
12896         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12897         Make fetching article by MID work again for Google Groups.  Added
12898         FIXME concerning gnus-group-make-web-group.
12899
12900         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12901         Don't depend on Gnus by using mail-extract-address-components if
12902         gnus-extract-address-components is not bound.
12903
12904 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12905
12906         * gnus-art.el (gnus-mime-display-security): Don't display the
12907         signature, but only the signed part.
12908
12909 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12912
12913         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12914         list, not listp.
12915
12916 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12917
12918         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12919         when encoding.
12920
12921         * mm-bodies.el (mm-decode-content-transfer-encoding):
12922         De-canonicalize CRLF for all text content types, not just
12923         text/plain.
12924
12925 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12928         valid article; point arrow and cursor at the MIME button.
12929
12930 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12933         Suggested by Dan Christensen <jdc@uwo.ca>.
12934
12935         * mm-decode.el (mm-save-part): Enable change of prompt.
12936
12937 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12938
12939         * gnus-msg.el (gnus-inews-add-send-actions): Made
12940         `message-post-method' lambda parameter ARG `&optional'.
12941
12942 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-sum.el (gnus-summary-mime-map): Added
12945         gnus-article-save-part-and-strip, gnus-article-delete-part and
12946         gnus-article-jump-to-part.
12947
12948         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12949         (gnus-article-edit-part): Use it.
12950         (gnus-article-part-wrapper): Added no-handle argument.
12951         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12952         functions.
12953
12954 2005-08-29  Romain Francoise  <romain@orebokech.com>
12955
12956         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12957         docstring.
12958         (gnus-face-from-file): Likewise.
12959
12960 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12963         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12964         non-nil.
12965         (gnus-auto-select-part): New variable.
12966         (gnus-article-jump-to-part): New function.
12967         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12968         (gnus-mime-delete-part): Allow selecting specified part after
12969         deleting or stripping parts.
12970         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12971         part if argument is bogus.
12972
12973 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12974
12975         * gnus-art.el (w3m-minor-mode-map):
12976         * gnus-spec.el (gnus-newsrc-file-version):
12977         * gnus-util.el (nnmail-active-file-coding-system)
12978         (gnus-original-article-buffer, gnus-user-agent):
12979         * gnus.el (gnus-ham-process-destinations)
12980         (gnus-parameter-ham-marks-alist)
12981         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12982         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12983         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12984         * mm-decode.el (gnus-current-window-configuration):
12985         * mm-extern.el (gnus-article-mime-handles):
12986         * mm-url.el (url-current-object, url-package-name)
12987         (url-package-version):
12988         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12989         (smime-keys, w3m-cid-retrieve-function-alist)
12990         (w3m-current-buffer, w3m-display-inline-images)
12991         (w3m-minor-mode-map):
12992         * mml-smime.el (gnus-extract-address-components):
12993         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12994         (gnus-newsrc-hashtb, message-default-charset)
12995         (message-deletable-headers, message-options)
12996         (message-posting-charset, message-required-mail-headers)
12997         (message-required-news-headers):
12998         * mml1991.el (mc-pgp-always-sign):
12999         * mml2015.el (mc-pgp-always-sign):
13000         * nnheader.el (nnmail-extra-headers):
13001         * rfc1843.el (gnus-decode-encoded-word-function)
13002         (gnus-decode-header-function, gnus-newsgroup-name):
13003         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13004
13005 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13006
13007         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13008         the end of the date treatments.
13009
13010 2005-08-15  Simon Josefsson  <jas@extundo.com>
13011
13012         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13013         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13014         Capello and Romain Francoise.
13015         (pgg-fetch-key-function): Removed, not used?
13016         (pgg-insert-url-with-w3): Require url, to get
13017         url-insert-file-contents regardless of where it is defined.
13018
13019 2005-08-13  Romain Francoise  <romain@orebokech.com>
13020
13021         * message.el (message-cite-original-1): New function.
13022         (message-cite-original): Use it.
13023         (message-cite-original-without-signature): Ditto.
13024
13025 2005-08-08  Romain Francoise  <romain@orebokech.com>
13026
13027         * message.el (message-yank-empty-prefix): New variable.
13028         (message-indent-citation): Use it.
13029         (message-cite-original-without-signature): Respect X-No-Archive.
13030
13031 2005-08-08  Simon Josefsson  <jas@extundo.com>
13032
13033         * pgg.el: Autoload url-insert-file-contents instead of loading
13034         w3/url.
13035         (pgg-insert-url-with-w3): Don't load url here.
13036
13037 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13038
13039         * message.el (message-kill-to-signature): Don't insert newline at
13040         bol.
13041         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13042
13043 2005-08-06  Romain Francoise  <romain@orebokech.com>
13044
13045         * message.el (message-user-fqdn): Fix typo in docstring.
13046
13047 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13048
13049         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13050
13051         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13052
13053 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * mm-bodies.el (mm-encode-body): Use coding system rather than
13056         charset to encode text.
13057
13058         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13059         number of charsets if utf-8 is available (XEmacs).
13060
13061 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13064         taken from `gnus-button-mid-or-mail-regexp'.
13065         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13066         (gnus-button-alist): Improve regexp for domain part of the MIDs
13067         for news:localpart@domain buttons.
13068         (gnus-button-ctan-directory-regexp): Update.
13069
13070 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * sieve-manage.el (sieve-manage-interactive-login): Use
13073         make-local-variable rather than make-variable-buffer-local.
13074         (sieve-manage-open): Ditto.
13075         (sieve-manage-authenticate): Ditto.
13076
13077         * mml.el (mml-generate-mime-1): Make the content type default to
13078         text/plain if the filename is not specified.
13079
13080 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13083         instead of insert-buffer.
13084
13085         * message.el (message-yank-original): Ditto; set the mark at the
13086         end of the yanked message.
13087
13088 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13091         lines to scroll rather than to stop it.
13092
13093         * mml.el (mml-generate-default-type): Add doc string.
13094         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13095         default to application/octet-stream when determining the content
13096         type if it is not specified for the part or the mml contents; add
13097         a comment about mml-generate-default-type.
13098
13099 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13102         make it default to application/octet-stream when determining the
13103         content type if it is not specified for the external contents.
13104
13105 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13108         segmented parameter but also other parameters might be there.
13109
13110 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * mm-decode.el (mm-display-external): Delete temp file, directory
13113         and buffer immediately if the external process is exited.
13114
13115 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13118         fewer lines than that of scroll-margin.
13119         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13120
13121 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * gnus-art.el (gnus-article-next-page): Revert.
13124         (gnus-article-beginning-of-window): New macro.
13125         (gnus-article-next-page-1): Use it.
13126         (gnus-article-prev-page): Ditto.
13127         (gnus-article-edit-part): Use insert-buffer-substring instead of
13128         insert-buffer.
13129         (gnus-article-edit-exit): Ditto.
13130
13131         * gnus-util.el (gnus-beginning-of-window): Remove.
13132         (gnus-end-of-window): Remove.
13133
13134         * lpath.el: Don't bind header-line-format and scroll-margin.
13135
13136 2005-07-25  Simon Josefsson  <jas@extundo.com>
13137
13138         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13139         to have the url package without w3.  Reported by Daiki Ueno
13140         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13141
13142 2005-07-20  Didier Verna  <didier@xemacs.org>
13143
13144         * gnus-diary.el: Remove the description comment (nndiary is now
13145         properly documented in the Gnus manual).
13146         Fix the spelling of "Back End".
13147         * nndiary.el: Ditto.
13148         Fix the copyright notice.
13149
13150 2005-07-18  Romain Francoise  <romain@orebokech.com>
13151
13152         * gnus-sum.el (gnus-summary-to-prefix)
13153         (gnus-summary-newsgroup-prefix): New variables.
13154         (gnus-summary-from-or-to-or-newsgroups): Use them.
13155
13156 2005-07-17  Romain Francoise  <romain@orebokech.com>
13157
13158         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13159         space as it's generally not especially interesting to the user.
13160
13161 2005-07-16  Romain Francoise  <romain@orebokech.com>
13162
13163         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13164         nil to avoid prompting and file modification if one of the
13165         messages at the top of the nnfolder file contains a copyright
13166         notice.
13167         Update copyright notice.
13168
13169         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13170         instead of `current-time-string' as the latter creates a time
13171         string that is not RFC 2822 compliant (it lacks the zone).
13172         Update copyright notice.
13173
13174 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13175
13176         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13177         for text/rtf.  Display default in prompt.  Pass default for M-n.
13178
13179         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13180
13181 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13182
13183         * gnus-msg.el (gnus-button-mailto): Remove
13184         save-selected-window-window hackery because it relies on
13185         save-selected-window internals.
13186
13187 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13190         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13191         (gnus-article-prev-page): Ditto.
13192
13193         * gnus-util.el (gnus-beginning-of-window): New function.
13194         (gnus-end-of-window): New function.
13195
13196         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13197
13198 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13199
13200         * gnus-score.el (gnus-score-edit-all-score): Set
13201         gnus-score-edit-exit-function to gnus-score-edit-done and call
13202         gnus-message.
13203
13204 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * gnus-msg.el (gnus-button-mailto): Remove
13207         save-selected-window-window hackery because it relies on
13208         save-selected-window internals.
13209
13210 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13213         add-minor-mode.
13214         (gnus-binary-mode): Ditto.
13215
13216         * gnus-topic.el (gnus-topic-mode): Ditto.
13217
13218 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13219
13220         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13221         (gnus-article-prev-page): Take scroll-margin into consideration.
13222
13223 2005-07-04  Lute Kamstra  <lute@gnu.org>
13224
13225         Update FSF's address in GPL notices.
13226
13227 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13228
13229         * gnus.el (gnus-exit):
13230         * gnus-group.el (gnus-group-icons):
13231         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13232
13233         * gnus-nocem.el (gnus-nocem):
13234         * message.el (message-various, message-buffers, message-sending)
13235         (message-interface, message-forwarding, message-insertion)
13236         (message-headers, message-news, message-mail):
13237         * pgg-gpg.el (pgg-gpg):
13238         * pgg-parse.el (pgg-parse):
13239         * pgg-pgp.el (pgg-pgp):
13240         * pgg-pgp5.el (pgg-pgp5):
13241         * pop3.el (pop3): Finish `defgroup' description with period.
13242
13243 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (article-display-face): Improve the efficiency.
13246         (article-display-x-face): Ditto; remove grey x-face stuff.
13247
13248 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-art.el (article-display-face): Correct the position in
13251         which Faces are inserted.
13252
13253 2005-06-29  Didier Verna  <didier@xemacs.org>
13254
13255         * gnus-art.el (article-display-face): Display faces in correct
13256         order.
13257
13258 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13261         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13262         (gnus-nocem-check-article): Fetch the Type header.
13263         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13264         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13265         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13266         make sure gnus-nocem-hashtb is initialized.
13267         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13268         (gnus-nocem-unwanted-article-p): Ditto.
13269
13270         * pgg.el (pgg-verify): Return the verification result.
13271
13272 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13273
13274         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13275         is ascii.
13276
13277 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13278
13279         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13280         `show-nonbreak-escape'.
13281
13282 2005-06-23  Lute Kamstra  <lute@gnu.org>
13283
13284         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13285
13286         * dig.el (dig-mode):
13287         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13288
13289 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13290
13291         * nnimap.el (nnimap-split-download-body): Fix spellings.
13292
13293 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13294
13295         * gnus-art.el (gnus-article-encrypt-body):
13296         * gnus-cus.el (gnus-score-customize):
13297         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13298         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13299
13300 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13301
13302         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13303         header by looking for magic "MII" at the beginnig.
13304
13305 2005-06-16  Miles Bader  <miles@gnu.org>
13306
13307         * gnus-xmas.el (gnus-xmas-group-startup-message):
13308         Use renamed gnus-splash face.
13309
13310         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13311         (assistant-field-face): New backward-compatibility alias for renamed
13312         face.
13313         (assistant-render-text): Use renamed assistant-field face.
13314
13315         * spam.el (spam): Remove "-face" suffix from face name.
13316         (spam-face): New backward-compatibility alias for renamed face.
13317         (spam-face, spam-initialize): Use renamed spam face.
13318
13319         * message.el (message-header-to, message-header-cc)
13320         (message-header-subject, message-header-newsgroups)
13321         (message-header-other, message-header-name)
13322         (message-header-xheader, message-separator, message-cited-text)
13323         (message-mml): Remove "-face" suffix from face names.
13324         (message-header-to-face, message-header-cc-face)
13325         (message-header-subject-face, message-header-newsgroups-face)
13326         (message-header-other-face, message-header-name-face)
13327         (message-header-xheader-face, message-separator-face)
13328         (message-cited-text-face, message-mml-face):
13329         New backward-compatibility aliases for renamed faces.
13330         (message-font-lock-keywords): Use renamed message faces.
13331
13332         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13333         (sieve-test-commands, sieve-tagged-arguments):
13334         Remove "-face" suffix from face names.
13335         (sieve-control-commands-face, sieve-action-commands-face)
13336         (sieve-test-commands-face, sieve-tagged-arguments-face):
13337         New backward-compatibility aliases for renamed faces.
13338         (sieve-control-commands-face, sieve-action-commands-face)
13339         (sieve-test-commands-face, sieve-tagged-arguments-face):
13340         Use renamed sieve faces.
13341
13342         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13343         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13344         (gnus-group-news-3-empty, gnus-group-news-4)
13345         (gnus-group-news-4-empty, gnus-group-news-5)
13346         (gnus-group-news-5-empty, gnus-group-news-6)
13347         (gnus-group-news-6-empty, gnus-group-news-low)
13348         (gnus-group-news-low-empty, gnus-group-mail-1)
13349         (gnus-group-mail-1-empty, gnus-group-mail-2)
13350         (gnus-group-mail-2-empty, gnus-group-mail-3)
13351         (gnus-group-mail-3-empty, gnus-group-mail-low)
13352         (gnus-group-mail-low-empty, gnus-summary-selected)
13353         (gnus-summary-cancelled, gnus-summary-high-ticked)
13354         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13355         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13356         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13357         (gnus-summary-low-undownloaded)
13358         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13359         (gnus-summary-low-unread, gnus-summary-normal-unread)
13360         (gnus-summary-high-read, gnus-summary-low-read)
13361         (gnus-summary-normal-read, gnus-splash):
13362         Remove "-face" suffix from face names.
13363         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13364         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13365         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13366         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13367         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13368         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13369         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13370         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13371         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13372         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13373         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13374         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13375         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13376         (gnus-summary-normal-ticked-face)
13377         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13378         (gnus-summary-normal-ancient-face)
13379         (gnus-summary-high-undownloaded-face)
13380         (gnus-summary-low-undownloaded-face)
13381         (gnus-summary-normal-undownloaded-face)
13382         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13383         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13384         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13385         (gnus-splash-face):
13386         New backward-compatibility aliases for renamed faces.
13387         (gnus-group-startup-message): Use renamed gnus faces.
13388
13389         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13390         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13391         (gnus-server-agent): Remove "-face" suffix from face names.
13392         (gnus-server-agent-face, gnus-server-opened-face)
13393         (gnus-server-closed-face, gnus-server-denied-face)
13394         (gnus-server-offline-face):
13395         New backward-compatibility aliases for renamed faces.
13396         (gnus-server-agent-face, gnus-server-opened-face)
13397         (gnus-server-closed-face, gnus-server-denied-face)
13398         (gnus-server-offline-face): Use renamed gnus faces.
13399
13400         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13401         Remove "-face" suffix from face names.
13402         (gnus-picon-xbm-face, gnus-picon-face):
13403         New backward-compatibility aliases for renamed faces.
13404
13405         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13406         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13407         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13408         (gnus-cite-11): Remove "-face" suffix from face names.
13409         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13410         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13411         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13412         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13413         New backward-compatibility aliases for renamed faces.
13414         (gnus-cite-attribution-face, gnus-cite-face-list)
13415         (gnus-article-boring-faces): Use renamed gnus faces.
13416
13417         * gnus-art.el (gnus-signature, gnus-header-from)
13418         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13419         (gnus-header-content): Remove "-face" suffix from face names.
13420         (gnus-signature-face, gnus-header-from-face)
13421         (gnus-header-subject-face, gnus-header-newsgroups-face)
13422         (gnus-header-name-face, gnus-header-content-face):
13423         New backward-compatibility aliases for renamed faces.
13424         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13425
13426         * gnus-sum.el (gnus-summary-selected-face)
13427         (gnus-summary-highlight): Use renamed gnus faces.
13428         * gnus-group.el (gnus-group-highlight): Likewise.
13429
13430 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13431
13432         * gnus-sieve.el (gnus-sieve-article-add-rule):
13433         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13434         * spam-stat.el (spam-stat-buffer-change-to-spam)
13435         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13436
13437         * message.el (message-is-yours-p):
13438         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13439
13440 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * mm-view.el (mm-inline-text): Withdraw the last change.
13443
13444 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13447         executing enriched-decode.
13448
13449 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13452         charset of tar files.
13453
13454 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13455
13456         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13457
13458 2005-06-04  Lute Kamstra  <lute@gnu.org>
13459
13460         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13461         information is never recorded.
13462
13463 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13464
13465         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13466
13467 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * pop3.el (pop3-apop): Run md5 in the binary mode.
13470
13471         * starttls.el (starttls-set-process-query-on-exit-flag):
13472         Use eval-and-compile.
13473
13474 2005-05-31  Simon Josefsson  <jas@extundo.com>
13475
13476         * smime.el (smime-replace-in-string): Define.
13477         (smime-cert-by-ldap-1): Use it.
13478
13479 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-art.el (article-display-x-face): Replace
13482         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13483
13484         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13485         set-process-query-on-exit-flag or process-kill-without-query.
13486
13487         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13488         loop instead of replace-regexp.
13489
13490         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13491         instead of process-kill-without-query if it is available.
13492
13493         * lpath.el: Fbind ldap-search-entries.
13494
13495         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13496         instead of find-file-hooks if it is available.
13497
13498         * mml1991.el: Bind pgg-default-user-id when compiling.
13499
13500         * mml2015.el: Bind pgg-default-user-id when compiling.
13501
13502         * nndraft.el (nndraft-request-associate-buffer):
13503         Use write-contents-functions instead of write-contents-hooks if it is
13504         available.
13505
13506         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13507         instead of find-file-hooks if it is available.
13508
13509         * nntp.el (nntp-open-connection): Replace
13510         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13511         (nntp-open-ssl-stream): Ditto.
13512         (nntp-open-tls-stream): Ditto.
13513
13514         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13515         set-process-query-on-exit-flag or process-kill-without-query.
13516         (starttls-open-stream-gnutls): Use it instead of
13517         process-kill-without-query.
13518         (starttls-open-stream): Ditto.
13519
13520 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13521
13522         * smime.el (smime-cert-by-ldap-1): Don't use
13523         replace-regexp-in-string.
13524
13525 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13526
13527         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13528
13529         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13530         in PEM format.  Adjust to the XEmacs compability.
13531
13532 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13535         by `string-to-number'.
13536         * gnus-agent.el (gnus-agent-regenerate-group)
13537         (gnus-agent-fetch-articles): Ditto.
13538         * gnus-art.el (gnus-button-fetch-group): Ditto.
13539         * gnus-cache.el (gnus-cache-generate-active)
13540         (gnus-cache-articles-in-group): Ditto.
13541         * gnus-group.el (gnus-group-set-current-level)
13542         (gnus-group-insert-group-line): Ditto.
13543         * gnus-score.el (gnus-score-set-expunge-below)
13544         (gnus-score-set-mark-below, gnus-summary-score-effect)
13545         (gnus-summary-score-entry): Ditto.
13546         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13547         (gnus-soup-pack): Ditto.
13548         * gnus-spec.el (gnus-xmas-format): Ditto.
13549         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13550         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13551         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13552         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13553         * nndb.el (nndb-get-remote-expire-response): Ditto.
13554         * nndiary.el (nndiary-parse-schedule-value)
13555         (nndiary-string-to-number, nndiary-request-replace-article)
13556         (nndiary-request-article): Ditto.
13557         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13558         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13559         * nneething.el (nneething-make-head): Ditto.
13560         * nnfolder.el (nnfolder-request-article)
13561         (nnfolder-retrieve-headers): Ditto.
13562         * nnheader.el (nnheader-file-to-number): Ditto.
13563         * nnkiboze.el (nnkiboze-request-article): Ditto.
13564         * nnmail.el (nnmail-process-unix-mail-format)
13565         (nnmail-process-babyl-mail-format): Ditto.
13566         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13567         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13568         (nnmh-request-create-group, nnmh-request-list-1)
13569         (nnmh-request-group, nnmh-request-article): Ditto.
13570         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13571         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13572         * nnsoup.el (nnsoup-make-active): Ditto.
13573         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13574         * nntp.el (nntp-find-group-and-number)
13575         (nntp-retrieve-headers-with-xover): Ditto.
13576         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13577         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13578         (pgg-format-key-identifier): Ditto.
13579         * pop3.el (pop3-last, pop3-stat): Ditto.
13580         * qp.el (quoted-printable-decode-region): Ditto.
13581
13582         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13583         of concat.
13584
13585 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13588
13589         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13590
13591         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13592
13593         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13594
13595         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13596
13597         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13598
13599         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13600         (gnus-carpal-mode): Ditto.
13601
13602         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13603         (gnus-browse-mode): Ditto.
13604
13605         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13606
13607         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13608
13609 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13610
13611         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13612
13613 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-util.el (gnus-run-mode-hooks): New function.
13616
13617         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13618
13619         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13620         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13621
13622 2005-05-27  Lute Kamstra  <lute@gnu.org>
13623
13624         * dns-mode.el (dns-mode): Specify customization group.
13625
13626 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13627
13628         * gnus-agent.el (gnus-agent-make-mode-line-string):
13629         Use mode-line-highlight as mouse-face.
13630
13631 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * canlock.el (canlock): Change the parent group to news.
13634
13635         * deuglify.el (gnus-outlook-deuglify): Add :group.
13636
13637         * dig.el (dig): Add :group.
13638
13639         * dns-mode.el (dns-mode): Add :group.
13640
13641         * encrypt.el (encrypt): Add :group.
13642
13643         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13644         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13645         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13646         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13647         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13648
13649         * gnus-diary.el (gnus-diary): Add :group.
13650
13651         * gnus.el (gnus-group-news-1-face): Add :group.
13652         (gnus-group-news-1-empty-face): Ditto.
13653         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13654         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13655         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13656         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13657         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13658         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13659         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13660         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13661         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13662         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13663         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13664         (gnus-summary-high-ticked-face): Ditto.
13665         (gnus-summary-low-ticked-face): Ditto.
13666         (gnus-summary-normal-ticked-face): Ditto.
13667         (gnus-summary-high-ancient-face): Ditto.
13668         (gnus-summary-low-ancient-face): Ditto.
13669         (gnus-summary-normal-ancient-face): Ditto.
13670         (gnus-summary-high-undownloaded-face): Ditto.
13671         (gnus-summary-low-undownloaded-face): Ditto.
13672         (gnus-summary-normal-undownloaded-face): Ditto.
13673         (gnus-summary-high-unread-face): Ditto.
13674         (gnus-summary-low-unread-face): Ditto.
13675         (gnus-summary-normal-unread-face): Ditto.
13676         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13677         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13678
13679         * hashcash.el (hashcash): New custom group.
13680         (hashcash-default-payment): Add :group.
13681         (hashcash-payment-alist): Ditto.
13682         (hashcash-default-accept-payment): Ditto.
13683         (hashcash-accept-resources): Ditto.
13684         (hashcash-path): Ditto.
13685         (hashcash-extra-generate-parameters): Ditto.
13686         (hashcash-double-spend-database): Ditto.
13687         (hashcash-in-news): Ditto.
13688
13689         * message.el (message-minibuffer-local-map): Add :group.
13690
13691         * netrc.el (netrc): Add :group.
13692
13693         * sieve-manage.el (sieve-manage-log): Add :group.
13694         (sieve-manage-default-user): Diito.
13695         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13696         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13697         (sieve-manage-authenticators): Ditto.
13698         (sieve-manage-authenticator-alist): Ditto.
13699         (sieve-manage-default-port): Ditto.
13700
13701         * sieve-mode.el (sieve-control-commands-face): Add :group.
13702         (sieve-action-commands-face): Ditto.
13703         (sieve-test-commands-face): Ditto.
13704         (sieve-tagged-arguments-face): Ditto.
13705
13706         * smime.el (smime): Add :group.
13707
13708         * spam-report.el (spam-report): Add :group.
13709
13710         * spam.el (spam, spam-face): Add :group.
13711
13712 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13713
13714         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13715         return \n.\n.\n at the end of articles.  Protect against that.
13716         (nntp-with-open-group): Allow debugging.
13717
13718         * nnheader.el (mail-header-set-extra): Make into a function
13719         because I just could't understand how to quote the list properly.
13720
13721         * dns.el (query-dns-cached): New function.
13722
13723 2005-05-26  Lute Kamstra  <lute@gnu.org>
13724
13725         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13726
13727 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13730
13731         * gnus-art.el: Don't autoload mail-extract-address-components.
13732
13733         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13734         eval-and-compile to evaluate it.
13735
13736         * hashcash.el: Don't autoload executable-find.
13737
13738         * nndb.el: Don't declare the nndb back end two or more times; don't
13739         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13740
13741         * nntp.el: Autoload format-spec instead of format; use
13742         eval-and-compile to evaluate autoload forms.
13743
13744 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13745
13746         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13747
13748 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13749
13750         * gnus.el (gnus-version-number): Bump version.
13751
13752 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13753
13754         * gnus.el: No Gnus v0.3 is released.
13755
13756 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * lpath.el (featurep): Bind show-nonbreak-escape.
13759
13760 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-art.el (gnus-article-edit-part): Disable undo.
13763
13764 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13767         gnus-article-date-lapsed-new-header is t if date timer is active;
13768         skip headers in which the original date value is empty.
13769         (gnus-article-save-original-date): Redefine it as a macro.
13770         (gnus-display-mime): Use it.
13771
13772 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-art.el (article-date-ut): Support converting date in
13775         forwarded parts as well.
13776         (gnus-article-save-original-date): New function.
13777         (gnus-display-mime): Use it.
13778
13779 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13780
13781         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13782         enclosure element of <item>.
13783
13784 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * message.el (message-kill-buffer-query): Renamed from
13787         `message-kill-buffer-query-if-modified'.  Added :version.
13788
13789 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13792         window layout.
13793
13794 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * mml.el: Autoload dnd when compiling.
13797
13798 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13801         x-dnd-*.
13802
13803 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * qp.el (quoted-printable-encode-region): Save excursion.
13806
13807 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13808
13809         * message.el (message-kill-buffer-query-if-modified): Add new variable
13810         so the user can kill a modified message buffer quickly.
13811         (message-kill-buffer): Use it.
13812
13813 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * lpath.el: Fbind display-time-event-handler; don't fbind
13816         string-to-multibyte.
13817
13818         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13819
13820 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13823         contained in text because xml.el decodes entities) with LFs.
13824
13825 2005-04-11  Lute Kamstra  <lute@gnu.org>
13826
13827         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13828         differently.
13829
13830 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13831
13832         * mm-util.el (mm-detect-coding-region): Typo.
13833
13834 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13837
13838 2005-04-06  Deepak Goel  <deego@gnufans.org>
13839
13840         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13841         user-function allow user modifications of the scores.
13842         (spam-stat-score-buffer-user): New function, to allow
13843         user-computed modifications to the score.
13844         (spam-stat-score-buffer-user-functions): List of additional
13845         scoring functions.
13846         (spam-stat-error-holder): Global temporary error holder.
13847         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13848         variable.
13849
13850 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13851
13852         * gnus-registry.el (gnus-registry-clean-empty-function)
13853         (gnus-registry-trim, gnus-registry-fetch-groups)
13854         (gnus-registry-delete-group): Groups that match
13855         `gnus-registry-ignored-groups' are removed from the registry
13856         entries, not just ignored for splitting.  This helps clean up the
13857         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13858         to get all the groups a message ID is in.
13859
13860         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13861         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13862         (spam-stat-score-buffer-user-functions): Add :number custom type.
13863
13864 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13867         argument in XEmacs.
13868
13869         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13870         (nnrss-request-group): Decode group name first.
13871         (nnrss-request-article): Make a text/plain article if mml-to-mime
13872         failed.
13873         (nnrss-get-encoding): Return a compatible encoding according to
13874         nnrss-compatible-encoding-alist.
13875         (nnrss-find-el): Use consp instead of listp.
13876         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13877
13878 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13881         which Emacs 20 doesn't support.
13882         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13883
13884 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13887         silence the byte compiler inside the defun.
13888
13889         * gnus-demon.el (parse-time-string): Add autoload.
13890
13891         * gnus-delay.el (parse-time-string): Add autoload.
13892
13893         * gnus-art.el (parse-time-string): Add autoload.
13894
13895         * nnultimate.el (parse-time): Require for `parse-time-string'.
13896
13897 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13900
13901         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13902
13903         * smime.el (smime-ldap-host-list): Add :version.
13904
13905 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13906
13907         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13908         pass it to `gnus-browse-read-group'.
13909         (gnus-browse-read-group): Add NUMBER argument and pass it to
13910         `gnus-group-read-ephemeral-group'.
13911
13912         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13913         argument and pass it to `gnus-group-read-group'.
13914
13915 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13916
13917         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13918         mm-xemacs-find-mime-charset-1 if we have the mule feature
13919         available at runtime.
13920
13921 2005-03-25  Werner Lemberg  <wl@gnu.org>
13922
13923         * nnmaildir.el: Replace `illegal' with `invalid'.
13924
13925 2005-03-23  Lute Kamstra  <lute@gnu.org>
13926
13927         * time-date.el: Add comment on time value formats.
13928         Don't require parse-time.
13929         (with-decoded-time-value): New macro.
13930         (encode-time-value): New function.
13931         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13932         (days-to-time): Return a valid time value when arg is huge.
13933         (time-since): Use time-subtract.
13934         (time-to-number-of-days): Use time-to-seconds.
13935
13936 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13937
13938         * gnus-start.el (gnus-display-time-event-handler):
13939         Check display-time-timer at runtime rather than only at load time
13940         in case display-time-mode is turned off in the mean time.
13941
13942 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13945         used.
13946
13947         * nneething.el (nneething-map-file-directory): Derive from
13948         `gnus-directory'.
13949
13950         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13951         the To/Cc button.
13952
13953 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * nnmaildir.el (nnmaildir-request-accept-article):
13956         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13957
13958 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13959
13960         * gnus-async.el: Require timer-funcs at compile time when in
13961         XEmacs for `run-with-idle-timer'.
13962
13963 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13964
13965         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13966         autoloaded function.
13967
13968 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13969
13970         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13971
13972 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13973
13974         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13975
13976 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13977
13978         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13979         gnus-expert-user to default.
13980
13981 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13982
13983         * nnimap.el (nnimap-open-server): Ditto.
13984
13985         * imap.el (imap-authenticate): Fix typo.
13986
13987 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13988
13989         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13990         buffer (since IMAP server might return FETCH response out of
13991         order, and the nntp buffer must be sorted).
13992
13993 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13994
13995         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13996         comparison on string.
13997
13998         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13999         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14000         (gnus-agent-summary-fetch-series): Modified to protect against
14001         gnus-agent-summary-fetch-group clearing processable flags.
14002         (gnus-agent-synchronize-group-flags): Update live group buffer as
14003         synchronization may occur due to the user toggle the plugged
14004         status.
14005         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14006         successfully downloaded.
14007         (gnus-agent-expire-group-1): Avoid using markers when the overview
14008         is in ascending order; greatly improves performance.
14009         (gnus-agent-regenerate-group): Use
14010         gnus-agent-synchronize-group-flags to reset read status in both
14011         gnus and server.
14012         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14013
14014 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * message.el: Don't autoload former message-utils variables.
14017         (message-strip-subject-trailing-was): Change doc string.
14018
14019         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14020         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14021         (nnweb-google-search): Add "hl=en" here.
14022         (nnweb-google-parse-1, nnweb-google-create-mapping):
14023         Don't hardcode URL.
14024
14025 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * message.el (message-get-reply-headers, message-followup):
14028         Mention related variables `message-use-followup-to' and
14029         `message-use-mail-followup-to', in the information buffer.
14030
14031         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14032         of broken groups(-beta).google.com.
14033
14034 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14037         parameter to invoked gnus-request-move-article; remove the
14038         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14039         all at once instead of once per article.
14040         (gnus-summary-remove-process-mark): Accept a list of articles as
14041         well as a single article for processing.
14042
14043         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14044         parameter.
14045
14046         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14047
14048         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14049
14050         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14051         parameter.
14052
14053         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14054         parameter.
14055
14056         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14057         parameter and remove the gnus-sum-hint-move-is-internal variable.
14058
14059         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14060         parameter.
14061
14062         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14063         parameter.
14064
14065         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14066         parameter.
14067
14068         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14069
14070         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14071         parameter.
14072
14073         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14074         parameter.
14075
14076 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14077
14078         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14079         a more conservative way.
14080
14081 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14082
14083         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14084         buffer, so it moves the window's cursor.
14085
14086 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14087
14088         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14089         `mm-dissect-multipart' and receive the from field as an (optional)
14090         argument from `mm-dissect-multipart'.
14091         (mm-dissect-multipart): Receive the from field as an argument and
14092         pass it on when we call `mm-dissect-buffer' on MIME parts.
14093         Fixes verification/decryption of signed/encrypted MIME parts.
14094
14095 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * gnus-sum.el (gnus-summary-move-article): Set
14098         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14099         whatever it calls (right now, only nnimap-request-move article
14100         respects it).
14101
14102         * nnimap.el (nnimap-request-move-article): When
14103         gnus-sum-hint-move-is-internal is set, don't do the extra
14104         nnimap-request-article.
14105
14106 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14109
14110         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14111         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14112
14113         * gnus-sum.el (gnus-summary-caesar-message):
14114         Apply `gnus-treat-article' after rotation.
14115
14116         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14117         doc string.
14118
14119 2005-02-22  Simon Josefsson  <jas@extundo.com>
14120
14121         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14122         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14123         <arne@arnested.dk>.
14124         (encrypt): Add password-cache and password-cache-expiry as group
14125         members.
14126
14127 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14128
14129         * smime.el (smime-ldap-host-list): Doc fix.
14130         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14131         cache) password.
14132         (smime-sign-region): Use it.
14133         (smime-decrypt-region): Use it.
14134         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14135         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14136         fails.
14137         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14138         certificate from DER to PEM format rather than calling openssl.
14139
14140         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14141
14142         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14143         for signing/encryption.
14144
14145         * mml.el (mml-parse-1): Use them.
14146
14147 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14148
14149         * nnrss.el (nnrss-verbose): Removed.
14150         (nnrss-request-group): Use `nnheader-message' instead.
14151
14152 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14153
14154         * nnrss.el (nnrss-verbose): New variable.
14155         (nnrss-request-group): Make it say nnrss is requesting a group.
14156
14157 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14160         Handle news URL with given port correctly.
14161
14162 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14165         containing special characters.
14166
14167         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14168
14169         * mml.el (mime-to-mml): Ditto.
14170
14171         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14172         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14173         (rfc2047-decode-region): Quote decoded words containing special
14174         characters when rfc2047-quote-decoded-words-containing-tspecials
14175         is non-nil.
14176
14177 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14178
14179         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14180
14181         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14182
14183 2005-02-15  Simon Josefsson  <jas@extundo.com>
14184
14185         * nnimap.el (nnimap-debug): Doc fix.
14186
14187         * imap.el (imap-debug): Doc fix.
14188
14189 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14192
14193 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14194
14195         * gnus.el (spam-contents): Improve docs for spam-contents
14196         parameter in its variable incarnation.
14197
14198 2005-02-14  Simon Josefsson  <jas@extundo.com>
14199
14200         * smime-ldap.el: Use require instead of load-library for ldap.
14201         (smime-ldap-search): Indent.
14202         (smime-ldap-search-internal): Shorten line.
14203
14204         * smime.el (smime-cert-by-dns): Add doc-string.
14205         (smime-cert-by-ldap-1): Indent.
14206
14207         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14208         mml-smime-get-dns-ldap.
14209         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14210
14211 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14212
14213         * smime.el: Require smime-ldap.
14214         (smime-ldap-host-list): New variable.
14215         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14216
14217         * mml-smime.el (mml-smime-encrypt-query): New function.
14218         (mml-smime-encrypt-query): Use it.
14219
14220         * smime-ldap.el: New file.
14221
14222 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14225
14226 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14229         argument in doc string.  Make query for type more clear.
14230
14231 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * gnus.el (gnus-group-startup-message): Search for gnus images in
14234         etc/images/gnus.
14235         * mm-util.el (mm-image-load-path): Likewise.
14236         * smiley.el (smiley-data-directory): Search for smilies in
14237         etc/images/smilies.
14238
14239 2005-02-09  Kim F. Storm  <storm@cua.dk>
14240
14241         Change Emacs release version from 21.4 to 22.1 throughout.
14242         Change Emacs development version from 21.3.50 to 22.0.50.
14243
14244 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14247
14248         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14249         non-Mule XEmacs as well.
14250         (mm-decompress-buffer): Signal an error intentionally if it does
14251         not decompress compressed data because auto-compression-mode is
14252         disabled.
14253
14254 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14257         an ID in the registry even if it has no groups.
14258
14259 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14262         merge it into mm-decompress-buffer.
14263         (gnus-mime-copy-part): Use the MIME part charset, the value which
14264         a user specified or gnus-newsgroup-charset for decoding, like
14265         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14266         save-buffer what was used.  Suggested by Kevin Ryde
14267         <user42@zip.com.au>.
14268         (gnus-mime-inline-part): Allow the name parameter as well as the
14269         filename parameter; force decompressing of compressed data; always
14270         display contents being not decoded as unibyte.
14271
14272         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14273         as well as the filename parameter.
14274
14275         * mm-util.el (mm-decompress-buffer): Merge
14276         gnus-mime-jka-compr-maybe-uncompress.
14277         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14278         of compressed data.
14279
14280 2005-02-08  Simon Josefsson  <jas@extundo.com>
14281
14282         * imap.el (imap-log): Doc fix.
14283
14284 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14287         the coding cookies; decompress compressed parts.
14288
14289         * mml.el (mml-generate-mime-1): Add the charset parameter according
14290         to the value which a user specified manually or the coding cookie.
14291
14292         * mm-util.el (mm-string-to-multibyte): New function.
14293         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14294         (mm-coding-system-to-mime-charset): New function.
14295         (mm-decompress-buffer): New function.
14296         (mm-find-buffer-file-coding-system): New function.
14297
14298         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14299         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14300         parts.
14301
14302 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14303
14304         * mm-view.el (mm-display-inline-fontify): Decode a part according
14305         to the charset parameter.
14306
14307 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14310         prefix arg is neither nil nor a number, as info specifies.
14311
14312 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14315         timestamps.
14316
14317 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14318
14319         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14320         groups error checking and notify user.
14321
14322 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14323
14324         * message.el (message-send-mail-function): Check existence of
14325         sendmail-program first before using default value
14326         `message-send-mail-with-sendmail'.  Otherwise use more generic
14327         `smtpmail-send-it'.
14328
14329 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * nntp.el (nntp-request-update-info): Always return nil.
14332
14333 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14334
14335         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14336
14337 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14338
14339         * message.el (message-beginning-of-line): Change the behavior when
14340         invoked between BOL and : so that it first moves backward.
14341
14342 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14345         article buffer when editing of the article is discarded.
14346         (gnus-article-prepare): Revert.
14347
14348 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-art.el (gnus-article-prepare):
14351         Remove message-strip-forbidden-properties from the local hook.
14352
14353 2005-01-27  Simon Josefsson  <jas@extundo.com>
14354
14355         * password.el (password-cache-add): Only start one timer per key.
14356         Reported by Derek Atkins <warlord@MIT.EDU>.
14357
14358 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14359
14360         * run-at-time.el: Removed.  It is no longer needed as
14361         timer-funcs.el in the xemacs-base package has a working version of
14362         `run-at-time'.
14363
14364         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14365
14366         * password.el: Require timer-funcs instead of run-at-time in
14367         XEmacs.
14368         Remove `password-run-at-time' macro.
14369         (password-cache-add): Use `run-at-time' instead of
14370         `password-run-at-time'.
14371
14372         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14373         Remove `nnheader-cancel-function-timers' alias,
14374         `cancel-function-timers' exists in XEmacs in timer-funcs.
14375
14376         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14377         for `run-with-idle-timer'.
14378
14379         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14380         for `run-at-time'.
14381
14382         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14383         for `with-timeout'.
14384
14385         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14386         the same as for XEmacs 21.4.
14387         No need to ignore `run-with-idle-timer', this function exists in
14388         XEmacs now in timer-funcs.el in the xemacs-base package.
14389         (dgnushack-compile): No need to delete
14390         run-at-time.el from the list of files to compile because it
14391         doesn't exist anymore.
14392
14393 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14396         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14397
14398 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14399
14400         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14401         sensitively.
14402
14403 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14404
14405         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14406
14407 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14410         which will be inserted according to the multibyteness of a buffer
14411         rather than the type of contents.  Suggested by ARISAWA Akihiro
14412         <ari@mbf.ocn.ne.jp>.
14413
14414         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14415         of string which old xml.el may return rather than a string.
14416
14417 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14420
14421 2005-01-16  Simon Josefsson  <jas@extundo.com>
14422
14423         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14424         idn/idna.el isn't available.
14425         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14426         <michael@waxrat.com>.
14427
14428         * hashcash.el: Remove non-FSF copyright header.
14429
14430         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14431         (hashcash-generate-payment): Use it.
14432         (hashcash-generate-payment-async): Use it.
14433
14434 2005-01-15  Simon Josefsson  <jas@extundo.com>
14435
14436         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14437         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14438
14439         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14440         gnus-summary-idna-message.
14441         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14442         (gnus-summary-idna-message): New function.
14443
14444 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14447         gnus-novice-user.
14448
14449 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * nnrss.el (nnrss-request-delete-group): Delete entries in
14452         nnrss-group-alist as well.
14453         (nnrss-save-server-data): Insert newline.
14454
14455 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * gnus.el (gnus-user-agent): Use list of symbols instead of
14458         symbols.  Display full version number for (S)XEmacs.  Optionally
14459         display (S)XEmacs codename.
14460
14461         * gnus-util.el (gnus-emacs-version): Update for new
14462         `gnus-user-agent'.
14463
14464         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14465         Gnus version.
14466
14467 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14470         which is unreadable in some setups.
14471
14472 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-spec.el (gnus-update-format-specifications): Flush the
14475         group format spec cache if it doesn't support decoded group names.
14476
14477 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14480         Allow to apply decay on score files matching a regexp.
14481
14482 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14485         compatibility in %g and %c.
14486
14487 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14490         name for only %g and %c.
14491         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14492         of gnus-tmp-group to decoded group name.
14493         (gnus-group-make-rss-group): Exclude `/'s from group names.
14494
14495 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * nnrss.el (nnrss-get-encoding): Fix regexp.
14498
14499 2004-12-27  Simon Josefsson  <jas@extundo.com>
14500
14501         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14502         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14503         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14504
14505 2004-12-17  Kim F. Storm  <storm@cua.dk>
14506
14507         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14508
14509         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14510
14511 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14512
14513         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14514
14515 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * nnrss.el: Require rfc2047 and mml.
14518         (nnrss-file-coding-system): New variable.
14519         (nnrss-format-string): Redefine it as an inline function.
14520         (nnrss-decode-group-name): New function.
14521         (nnrss-string-as-multibyte): Remove.
14522         (nnrss-retrieve-headers): Decode group name; don't use
14523         nnrss-format-string.
14524         (nnrss-request-group): Decode group name.
14525         (nnrss-request-article): Decode group name; allow a Message-ID as
14526         well as an article number; don't use nnrss-format-string; encode a
14527         Message-ID string which may contain non-ASCII characters; use
14528         mml-to-mime to compose a MIME article.
14529         (nnrss-request-expire-articles): Decode group name.
14530         (nnrss-request-delete-group): Decode group name.
14531         (nnrss-fetch): Clarify error message.
14532         (nnrss-read-server-data): Use insert-file-contents instead of load;
14533         bind file-name-coding-system; use multibyte buffer.
14534         (nnrss-save-server-data): Bind coding-system-for-write to the
14535         value of nnrss-file-coding-system; bind file-name-coding-system;
14536         add coding cookie.
14537         (nnrss-read-group-data): Use insert-file-contents instead of load;
14538         bind file-name-coding-system; use multibyte buffer.
14539         (nnrss-save-group-data): Bind coding-system-for-write to the
14540         value of nnrss-file-coding-system; bind file-name-coding-system.
14541         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14542         make it work with non-ASCII text.
14543         (nnrss-find-el): Make it work with old xml.el as well.
14544
14545 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14546
14547         * nnrss.el (nnrss-get-encoding): New function.
14548         (nnrss-fetch): Use unibyte buffer initially; bind
14549         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14550         decode contents according to the encoding attribute.
14551         (nnrss-save-group-data): Add coding cookie.
14552         (nnrss-mime-encode-string): New function.
14553         (nnrss-check-group): Use it to encode subject and author.
14554
14555 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14558         imaginary variable.
14559
14560 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14563         correctly even if there are wide characters.
14564
14565 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14566
14567         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14568         downcased symbol names; make a new cache instead of reusing
14569         bbdb-hashtable.
14570
14571 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14574         concatenating segments rather than before concatenating them.
14575         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14576
14577         * message.el (message-get-reply-headers): Bind `extra'.
14578
14579 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14580
14581         * message.el (message-extra-wide-headers): New variable.
14582         (message-get-reply-headers): Use it.
14583
14584 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14587         (gnus-agent-group-pathname): Ditto.
14588
14589         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14590
14591         * gnus-group.el (gnus-group-make-group): Decode group name.
14592         (gnus-group-make-rss-group): Register the group data after opening
14593         the nnrss group.
14594
14595 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14596
14597         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14598         by expiry now get marked as read.
14599
14600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14603
14604 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14605
14606         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14607         unify Latin characters in XEmacs.
14608         (mm-find-mime-charset-region): Use it.
14609
14610 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-util.el (gnus-delete-directory): New function.
14613
14614         * gnus-agent.el (gnus-agent-delete-group): Use it.
14615
14616         * gnus-cache.el (gnus-cache-delete-group): Use it.
14617
14618 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14621         names.
14622
14623 2004-12-16  Simon Josefsson  <jas@extundo.com>
14624
14625         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14626
14627 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14630
14631         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14632         (gnus-group-set-current-level): Decode group name.
14633
14634 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14635
14636         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14637         failed.
14638
14639 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-group.el (gnus-group-delete-group): Decode group name.
14642         (gnus-group-make-rss-group): Encode group name.
14643         (gnus-group-catchup-current): Decode group name.
14644         (gnus-group-kill-group): Decode group name.
14645
14646 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14647
14648         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14649
14650 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-group.el (gnus-group-make-rss-group):
14653         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14654
14655         * gnus-start.el (gnus-setup-news): Honor user's setting to
14656         gnus-message-archive-method.  Suggested by Lute Kamstra
14657         <lute@gnu.org>.
14658
14659 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14660
14661         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14662         global counterparts of the buffer-local variables.
14663
14664 2004-11-16  Romain Francoise  <romain@orebokech.com>
14665
14666         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14667         counterparts of the buffer-local variables.
14668
14669 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14670
14671         * message.el (message-forbidden-properties): Fixed typo in doc
14672         string.
14673
14674 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * gnus-util.el (gnus-replace-in-string): Added doc string.
14677
14678         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14679         to avoid problems when splitting mails with many recipients.
14680
14681 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14682
14683         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14684         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14685
14686 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14687
14688         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14689         if there is no hashtable in memory or file modification time is
14690         newer than cached timestamp.
14691
14692 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14695         not-matching option.
14696
14697 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14700         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14701         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14702         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14703         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14704         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14705
14706 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * message.el (message-forward-make-body-mml): Remove headers
14709         according to message-forward-ignored-headers if a message is decoded.
14710
14711 2004-12-02  Romain Francoise  <romain@orebokech.com>
14712
14713         * message.el (message-forward-make-body-plain): Always remove
14714         headers according to message-forward-ignored-headers.
14715
14716 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14717
14718         * spam.el (spam-summary-prepare-exit): Remove the
14719         gnus-summary-limit pop for now, it has problems with ham marks for
14720         me.
14721
14722 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14725         correctly.
14726
14727 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14728
14729         * format-spec.el (format-spec): Message the char.
14730
14731 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14732
14733         * gnus-art.el (gnus-split-methods): Reformat comments.
14734
14735         * spam.el (spam-summary-prepare-exit): Remove article limits
14736         before exiting the summary buffer.
14737
14738 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14741         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14742
14743         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14744         order to silence the byte compiler.
14745
14746         * spam.el: Fix the way to silence the byte compiler, which
14747         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14748         bbdb-search-simple, spam-BBDB-register-routine,
14749         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14750         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14751         spam-stat-buffer-is-spam, spam-stat-load,
14752         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14753         spam-stat-save and spam-stat-split-fancy.
14754
14755 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14758         which may confuse users.
14759         (canlock-password-for-verify): Ditto.
14760
14761         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14762
14763         * gnus-art.el (gnus-emphasis-alist): Ditto.
14764
14765         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14766
14767         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14768
14769         * gnus-start.el (gnus-save-killed-list): Ditto.
14770
14771         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14772         (gnus-sum-thread-tree-root): Ditto.
14773         (gnus-sum-thread-tree-false-root): Ditto.
14774         (gnus-sum-thread-tree-single-indent): Ditto.
14775
14776         * message.el (message-courtesy-message): Ditto.
14777         (message-archive-note): Ditto.
14778         (message-subscribed-address-file): Ditto.
14779         (message-user-fqdn): Ditto.
14780
14781         * spam-report.el (spam-report-gmane-regex): Ditto.
14782
14783         * spam.el (spam-blackhole-good-server-regex): Ditto.
14784
14785 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * mml.el (mml-preview): Widen the message buffer before copying
14788         the contents to the preview buffer; sort headers before previewing.
14789
14790         * message.el (message-hidden-headers): Fix the way to avoid a bug
14791         in the `repeat' widget in Emacs 21.3 or earlier.
14792
14793 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * message.el (message-hidden-headers): Default to "^References:".
14796         Improve customization type.  Suggested by Reiner Steib
14797         <Reiner.Steib@gmx.de>.
14798
14799 2004-11-25  Romain Francoise  <romain@orebokech.com>
14800
14801         * message.el (message-strip-forbidden-properties): Remove check for
14802         obsolete `message-hidden' text property, hidden headers are not
14803         accessible in the buffer anymore.
14804
14805 2004-11-22  Romain Francoise  <romain@orebokech.com>
14806
14807         * message.el (message-header-format-alist): Add `From' in list
14808         so that it can be sorted.
14809         (message-fix-before-sending): Widen and sort headers before
14810         sending.
14811         (message-hide-headers): Use narrowing to hide headers by moving
14812         them to the top of the buffer and narrowing to the region
14813         underneath.
14814
14815 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * message.el (message-strip-forbidden-properties): Bind
14818         buffer-read-only (etc) to nil.
14819
14820 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14823         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14824
14825 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14826
14827         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14828
14829 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14830
14831         * dns.el (query-dns): Use sit-for to time instead of
14832         accept-process-output, since that doesn't seem to work on udp
14833         sockets.
14834
14835 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14838
14839 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14840
14841         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14842         doc string.  Improve doc string.
14843
14844 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * nntp.el (nntp-request-update-info): Return nil if
14847         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14848         may not call gnus-activate-group which uselessly issues the GROUP
14849         commands for all nntp groups and wastes time.  Reported by Romain
14850         Francoise <romain@orebokech.com>.
14851
14852         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14853
14854 2004-11-15  Simon Josefsson  <jas@extundo.com>
14855
14856         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14857         headers separately.
14858         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14859         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14860
14861 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-start.el (gnus-convert-old-newsrc):
14864         Assign legacy-gnus-agent to 5.10.7.
14865
14866 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14867
14868         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14869         start of the lines.
14870
14871 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14872
14873         * hashcash.el (hashcash-default-payment): Change default to 20.
14874         (hashcash-default-accept-payment): Change default to 20.
14875         (hashcash-process-alist): New variable.
14876         (hashcash-generate-payment-async): Add.
14877         (hashcash-already-paid-p): Add.
14878         (hashcash-insert-payment): Don't generate payments twice.
14879         (hashcash-insert-payment-async): Add.
14880         (hashcash-insert-payment-async-2): Add.
14881         (hashcash-cancel-async): Add.
14882         (hashcash-wait-async): Add.
14883         (hashcash-processes-running-p): Add.
14884         (hashcash-wait-or-cancel): Add.
14885         (mail-add-payment): New optional argument.  Conditionally start
14886         asynchronous calculation.
14887         (mail-add-payment-async): Add.
14888
14889         * message.el (message-send-mail): Wait for asynchronous hashcash
14890         results.  Don't clobber existing X-Hashcash headers.
14891         (message-setup-1): Call mail-add-payment-async when
14892         message-generate-hashcash is non-nil.
14893
14894 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14895
14896         * message.el (message-use-alternative-email-as-from): Examine the
14897         From header as well; use message-make-from in order to include a
14898         user's full name.
14899
14900 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14903         default; improve customization type.
14904         (gnus-emphasis-custom-with-format): New macro.
14905         (gnus-emphasis-custom-value-to-external): New function.
14906         (gnus-emphasis-custom-value-to-internal): New function.
14907
14908 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14909
14910         * dns.el (query-dns): Resolve reverse addresses.
14911
14912 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14913
14914         * gnus-group.el (gnus-group-get-new-news): Use it.
14915
14916         * gnus-start.el (gnus-check-reasonable-setup): New function.
14917
14918 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14921         "Args out of range" error.  Reported by Arnaud Giersch
14922         <arnaud.giersch@free.fr>.
14923
14924 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14925
14926         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14927
14928 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14929
14930         * spam.el (spam group): Add :version.
14931
14932         * pgg-def.el (pgg group): Add :version.
14933
14934 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-art.el (gnus-article-edit-article): Don't associate the
14937         article buffer with a draft file.  This is a temporary measure
14938         against the 2004-08-22 change to gnus-article-edit-mode.
14939
14940 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14943         (html2text-format-tags): Remove unused variable `attr'.
14944
14945 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14948
14949         * tls.el (tls-process-connection-type, tls-success)
14950         (tls-certtool-program): Add :version.
14951
14952         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14953         (starttls-extra-arguments, starttls-process-connection-type)
14954         (starttls-connect, starttls-failure, starttls-success): Add :version.
14955
14956         * spam-stat.el (spam-stat): Add :version.
14957
14958         * sieve.el (sieve): Add :version.
14959
14960         * sha1.el (sha1): Add :version.
14961         (sha1-use-external): Remove redundant version.
14962
14963         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14964         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14965         (nnmail-split-fancy-match-partial-words)
14966         (nnmail-split-lowercase-expanded): Add :version.
14967
14968         * nndiary.el (nndiary): Add :version.
14969
14970         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14971
14972         * mml-sec.el (mml-default-sign-method)
14973         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14974         Add :version.
14975
14976         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14977
14978         * mm-url.el (mm-url-use-external, mm-url-program)
14979         (mm-url-arguments): Add :version.
14980
14981         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14982         (mm-attachment-file-modes, mm-decrypt-option)
14983         (mm-w3m-safe-url-regexp): Add :version.
14984
14985         * message.el (message-cite-prefix-regexp)
14986         (message-sendmail-envelope-from, message-minibuffer-local-map)
14987         (message-user-fqdn, message-completion-alist): Add :version.
14988
14989         * gnus-win.el (gnus-configure-windows-hook)
14990         (gnus-use-frames-on-any-display): Add :version.
14991
14992         * gnus-art.el (gnus-article-address-banner-alist)
14993         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14994         (gnus-treat-from-picon, gnus-treat-mail-picon)
14995         (gnus-treat-x-pgp-sig): Add :version.
14996
14997         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14998         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14999         (gnus-summary-article-delete-hook)
15000         (gnus-summary-display-while-building): Add :version.
15001
15002         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15003         (gnus-get-top-new-news-hook): Add :version.
15004
15005         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15006         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15007
15008         * gnus-registry.el (gnus-registry): Add :version.
15009
15010         * gnus-spec.el (gnus-use-correct-string-widths)
15011         (gnus-make-format-preserve-properties): Add :version.
15012
15013         * gnus.el (gnus-group-charter-alist)
15014         (gnus-group-fetch-control-use-browse-url)
15015         (gnus-install-group-spam-parameters): Add :version.
15016
15017         * gnus-diary.el (gnus-diary): Add :version.
15018
15019         * gnus-delay.el (gnus-delay): Add :version.
15020
15021         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15022         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15023         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15024         Add :version.
15025
15026         * gnus-agent.el (gnus-agent-max-fetch-size)
15027         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15028         (gnus-agent-prompt-send-queue): Add :version.
15029
15030         * deuglify.el (gnus-outlook-deuglify): Add :version.
15031
15032         * html2text.el: Beautify code.  Improve doc strings.  Some
15033         checkdoc cleanup.
15034         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15035
15036 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15037
15038         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15039
15040 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15043         when package is loaded.
15044
15045         * spam.el (spam-summary-score-preferred-header): Add global preference
15046         for people who want to override the default SpamAssassin over
15047         Bogofilter preference (when both are set).
15048         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15049         (spam-user-format-function-S): Check
15050         spam-summary-score-preferred-header.
15051         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15052         (spam-user-format-function-S): Format the score correctly.
15053
15054 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15057         signature file.  Suggested by Manoj Srivastava
15058         <srivasta@golden-gryphon.com>.
15059
15060         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15061         iso-2022-jp even in the Japanese language environment.
15062         Suggested by Jason Rumney <jasonr@gnu.org>.
15063
15064 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15067         use the same characters as the dummy marks; make it free from
15068         getting affected by the language environment.
15069         (gnus-summary-read-group-1): Update mark positions only when the
15070         format spec is updated.
15071
15072         * gnus-spec.el (gnus-update-format-specifications): Return a list
15073         of updated types.
15074
15075 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15078         of boundp to check if display-warning is available.
15079
15080 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15081
15082         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15083
15084 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * nnspool.el (nnspool-spool-directory): Use news-path if the
15087         news-directory variable is not bound.
15088
15089         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15090         function instead of display-warning if it is not available.
15091
15092 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15095         v5-10: Use `point-at-bol'.
15096
15097 2004-10-26  Simon Josefsson  <jas@extundo.com>
15098
15099         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15100         <chenggao@gmail.com>.
15101
15102 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15105         instead.
15106
15107 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15110         to remove a server from the nnimap-server-buffer-alist.
15111         (nnimap-open-connection, nnimap-close-server): Use it.
15112
15113         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15114
15115 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15118         running the major-mode function.
15119
15120 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15123         dummy marks in the right way.
15124
15125 2004-10-18  David Edmondson  <dme@dme.org>
15126
15127         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15128         excessively.
15129
15130 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15131
15132         * gnus-util.el (gnus-split-references): Accept a nil references
15133         string and go on blissfully.
15134
15135         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15136         cases where the references string is non-nil but has no references.
15137
15138         * encrypt.el: Add autoload tags.
15139
15140         * spam.el (spam-resolve-registrations-routine): Remove article
15141         from unregistration list too.  Reported by David Hanak
15142         <dhanak@isis.vanderbilt.edu>
15143
15144 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15147         nil.  Changed custom type.
15148
15149 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15150
15151         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15152
15153         * gnus-sum.el (gnus-summary-move-article): Use it.
15154
15155 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15156
15157         * encrypt.el: Add autoload cookies.
15158
15159         * spam.el (spam-backend-article-list-property)
15160         (spam-backend-get-article-todo-list)
15161         (spam-backend-put-article-todo-list)
15162         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15163         Resolve registrations separately.
15164         (spam-register-routine): Format comments.
15165         (spam-unregister-routine, spam-register-routine): Always call with
15166         specific-articles, no default list.
15167         (spam-summary-prepare-exit): Use the spam-classifications function.
15168
15169         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15170         gnus-encrypt.el.
15171
15172         * encrypt.el: Copied from gnus-encrypt.el.
15173
15174         * gnus-encrypt.el: Commented that it's obsolete.
15175
15176 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15179         (gnus-score-save): Use it.
15180
15181         * message.el (message-bury): Use `window-dedicated-p'.
15182
15183 2004-10-15  Simon Josefsson  <jas@extundo.com>
15184
15185         * pop3.el (top-level): Don't require nnheader.
15186         (pop3-read-timeout): Add.
15187         (pop3-accept-process-output): Add.
15188         (pop3-read-response, pop3-retr): Use it.
15189
15190 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15191
15192         * spam.el (spam-register-routine): Move comment.
15193         (spam-verify-bogofilter): Use 'unknown for the initial
15194         spam-bogofilter-valid state, not 'never.
15195
15196         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15197         for netrc-machine.
15198
15199         * nnimap.el (nnimap-open-connection): Use
15200         netrc-machine-user-or-password.
15201
15202 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15203
15204         * gnus-registry.el (gnus-registry-unload-hook):
15205         Set as a variable with add-hook.
15206
15207         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15208         of news-path.
15209
15210         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15211
15212         * spam.el: Delete duplicate `provide'.
15213         (spam-unload-hook): Set as a variable with add-hook.
15214
15215 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15218         in the doc string.
15219
15220         * message.el (message-ignored-news-headers)
15221         (message-ignored-supersedes-headers)
15222         (message-ignored-resent-headers)
15223         (message-forward-ignored-headers): Improve custom type.
15224
15225 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * message.el (message-tokenize-header): Fix 2004-09-06 change
15228         which used point-min in the wrong place.
15229
15230 2004-10-12  Simon Josefsson  <jas@extundo.com>
15231
15232         * tls.el (tls-certtool-program): New variable.
15233         (tls-certificate-information): New function, based on
15234         ssl-certificate-information.
15235
15236 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * compface.el: Move the version of ELisp-based uncompface program
15239         to the contrib directory because of the copyright problem.
15240
15241 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * message.el (message-kill-buffer): Raise the current frame.
15244
15245 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15248
15249         * gnus.el (message-y-or-n-p): Autoload.
15250
15251         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15252         (pop3-password-required, pop3-authentication-scheme)
15253         (pop3-leave-mail-on-server): Made customizable.
15254         (pop3): New custom group.
15255         (pop3-retr): Remove `sleep-for' statements.
15256         Suggested by Dave Love <fx@gnu.org>.
15257
15258         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15259         Windows/DOS.
15260
15261         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15262         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15263         Dave Love <fx@gnu.org>.
15264
15265         * mml.el (mml-minibuffer-read-disposition): Require match.
15266         Suggested by Dave Love <fx@gnu.org>.
15267
15268 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15271         doc string.
15272
15273 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15276
15277 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15278
15279         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15280         instead of calling `mm-insert-inline', to decode text/* parts
15281         before displaying them.
15282
15283 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * mm-uu.el (mm-uu-text-plain-type): New variable.
15286         (mm-uu-pgp-signed-extract-1): Use it.
15287         (mm-uu-pgp-encrypted-extract-1): Use it.
15288         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15289         bind mm-uu-text-plain-type with that value.
15290         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15291         mm-uu-dissect.
15292
15293 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-group.el (gnus-update-group-mark-positions):
15296         * gnus-sum.el (gnus-update-summary-mark-positions):
15297         * message.el (message-check-news-body-syntax):
15298         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15299         of string-as-multibyte.
15300
15301 2004-10-05  Juri Linkov  <juri@jurta.org>
15302
15303         * gnus-group.el (gnus-update-group-mark-positions):
15304         * gnus-sum.el (gnus-update-summary-mark-positions):
15305         * message.el (message-check-news-body-syntax):
15306         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15307         8-bit unibyte values to a multibyte string for search functions.
15308
15309 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15312         (mm-uu-dissect-text-parts): New function.
15313
15314         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15315         dissect text parts.
15316
15317         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15318         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15319
15320         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15321
15322         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15323         gnus-current-topics instead of gnus-current-topic.
15324
15325 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15326
15327         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15328
15329 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15330
15331         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15332         where approriate.
15333
15334         * nnml.el (nnml-generate-active-info): do.
15335
15336         * nndiary.el (nndiary-generate-active-info): do.
15337
15338         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15339         (gnus-topic-move): do.
15340
15341         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15342         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15343
15344         * gnus-srvr.el (gnus-server-prepare)
15345         (gnus-server-open-all-servers): do.
15346
15347         * gnus-msg.el (gnus-summary-cancel-article)
15348         (gnus-summary-resend-message)
15349         (gnus-summary-mail-crosspost-complaint): do.
15350
15351         * gnus-move.el (gnus-change-server): do.
15352
15353         * gnus-group.el (gnus-group-unmark-all-groups)
15354         (gnus-group-set-current-level): do.
15355
15356 2004-10-04  Simon Josefsson  <jas@extundo.com>
15357
15358         * message.el (message-generate-hashcash): Doc fix.
15359
15360 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15361
15362         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15363         avoid infinite recursion via gnus-get-function.
15364
15365 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15366
15367         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15368
15369         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15370
15371         * nnmail.el (nnmail-split-history): do.
15372
15373         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15374         (nnml-request-delete-group): do.
15375
15376         * nnslashdot.el (nnslashdot-read-groups): do.
15377
15378         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15379         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15380
15381         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15382         (nnspool-sift-nov-with-sed): Use last.
15383         (nnspool-retrieve-headers-with-nov): Use mapc.
15384         (nnspool-request-newgroups): Use dolist.
15385         (nnspool-request-group): Use last.
15386
15387         * nntp.el (nntp-read-server-type): Use dolist.
15388
15389         * nnvirtual.el (nnvirtual-create-mapping)
15390         (nnvirtual-update-read-and-marked): Use dolist.
15391         (nnvirtual-convert-headers): Simplify.
15392
15393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15394
15395         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15396         support for sync'ing tick marks.
15397
15398 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15401         there's no visible header.
15402
15403 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15404
15405         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15406         necessary, pass full group name to gnus-request-set-marks.
15407
15408 2004-10-01  Simon Josefsson  <jas@extundo.com>
15409
15410         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15411         acroread.
15412
15413 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15414
15415         * spam-report.el (spam-report-gmane): Fix interactive.
15416
15417         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15418
15419         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15420         when writing file.
15421         (gnus-agent-synchronize-flags): Don't default to being
15422         interactive.
15423
15424 2004-09-30  Simon Josefsson  <jas@extundo.com>
15425
15426         * message.el (message-generate-hashcash): Add.
15427         (message-send-mail): Use it, call mail-add-payment.
15428
15429 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15430
15431         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15432
15433 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15434
15435         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15436         gnus-requst-update-info with explicit code to sync the in-memory
15437         info read flags with the marks being sync'd to the backend.
15438
15439         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15440
15441 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * spam.el (spam-verify-bogofilter): Add new function.
15444         (spam-check-bogofilter)
15445         (spam-bogofilter-register-with-bogofilter): Use it.
15446         (spam-verify-bogofilter): Add small fixes.
15447
15448 2004-09-28  Simon Josefsson  <jas@extundo.com>
15449
15450         * hashcash.el (hashcash-generate-payment): Revert.
15451
15452 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15455         gnus-extract-references instead of gnus-split-references.
15456
15457         * gnus-util.el (gnus-extract-references): Add new function, analogous
15458         to gnus-split-references but extracts only the message-ID without
15459         anything extra.
15460
15461         * hashcash.el (hashcash-generate-payment)
15462         (hashcash-check-payment): Do the right thing if hashcash-path is
15463         nil (because the hashcash program could not be found).
15464
15465         * spam.el (spam-use-hashcash): Remove comment.
15466
15467 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15468
15469         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15470         (gnus-cache-enter-article, gnus-cache-remove-article)
15471         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15472
15473         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15474
15475         * gnus-art.el (article-hide-boring-headers)
15476         (article-translate-strings, article-display-face)
15477         (gnus-article-mime-match-handle-first)
15478         (gnus-article-highlight-headers)
15479         (gnus-article-add-buttons-to-head): do.
15480
15481 2004-09-27  Simon Josefsson  <jas@extundo.com>
15482
15483         * hashcash.el: New version, from
15484         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15485         ../contrib/.
15486
15487 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15490
15491 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15492
15493         * gnus-dup.el (gnus-dup-open): Use mapc.
15494         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15495
15496         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15497         Reported by Stefan Wiens <s.wi@gmx.net>.
15498
15499         * gnus.el (gnus-shutdown): Use dolist.
15500
15501         * gnus-undo.el (gnus-undo): Use mapc.
15502
15503         * nnrss.el (nnrss-generate-active): do.
15504
15505         * message.el (message-cite-original-without-signature)
15506         (message-cite-original): Use mapc.
15507         (message-do-actions, message-make-forward-subject): Use dolist.
15508
15509 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15510
15511         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15512         deletion to remove entire duplicate line.  Fixes merged article
15513         number bug.
15514
15515 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15516
15517         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15518         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15519         first ask if you want to open a server and then, even when you
15520         responded with no, asking if you want to synchronize the server's
15521         flags.
15522         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15523         multi-line expressions.
15524         (gnus-agent-synchronize-group-flags): New internal function.
15525         Updates marks in memory (in the info structure) AND in the
15526         backend.
15527
15528         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15529
15530         * nnagent.el (nnagent-request-set-mark): Use
15531         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15532         method, to ensure that synchronization updates marks in the
15533         backend and in the info (in memory) structure.
15534
15535 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15538         convention fully; don't miss the root article of a thread; make
15539         the X-Draft-From header with correct article numbers.
15540
15541 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15542
15543         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15544         unless plugged.  Disable the agent so that an open failure causes
15545         an error.
15546
15547         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15548         Reverted 2004-09-21 change.  The backend must be opened while
15549         synchronizing flags even when the backend stores the flags
15550         locally.
15551
15552 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15553
15554         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15555         in `header' match.  Reported by Svend Tollak Munkejord.
15556
15557         * message.el (message-cite-original): Fix use of
15558         `message-cite-articles-with-x-no-archive'.
15559
15560 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15563         (gnus-window-to-buffer): Ditto.
15564
15565         * mml.el (mml-preview-buffer): New variable.
15566         (mml-preview): Manage window layout with gnus-buffer-configuration.
15567
15568         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15569         X-Draft-From header even if those articles aren't quoted.
15570
15571 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15572
15573         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15574         (gnus-request-set-mark, gnus-request-update-mark): Use new
15575         g-s-t-u-l-m to decide to use backend even when unplugged.
15576
15577 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15580         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15581
15582 2004-09-20  Simon Josefsson  <jas@extundo.com>
15583
15584         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15585         "utf-16-le".
15586
15587 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15588
15589         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15590
15591 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * uudecode.el (uudecode-use-external): Add :version.
15594
15595         * smime.el (smime-CA-file, smime-encrypt-cipher)
15596         (smime-dns-server): Add :version.
15597
15598         * smiley.el (gnus-smiley-file-types): Add :version.
15599
15600         * sha1.el (sha1-use-external): Add :version.
15601
15602         * pgg-def.el (pgg-query-keyserver): Add :version.
15603
15604         * nnmail.el (nnmail-fancy-expiry-targets)
15605         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15606         Add :version.
15607
15608         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15609         (nnimap-retrieve-groups-asynchronous): Add :version.
15610         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15611
15612         * mml.el (mml-content-disposition-parameters)
15613         (mml-insert-mime-headers-always): Add :version.
15614
15615         * mm-util.el (mm-coding-system-priorities): Add :version.
15616
15617         * mm-decode.el (mm-inline-text-html-with-images)
15618         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15619         (mm-verify-option): Add :version.
15620         (mm-text-html-renderer): Change :version.
15621
15622         * message.el (message-fcc-externalize-attachments)
15623         (message-required-headers, message-draft-headers)
15624         (message-subject-trailing-was-query)
15625         (message-subject-trailing-was-ask-regexp)
15626         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15627         (message-mark-insert-end, message-archive-header)
15628         (message-archive-note, message-cross-post-default)
15629         (message-cross-post-note, message-followup-to-note)
15630         (message-cross-post-note-function, message-use-mail-followup-to)
15631         (message-subscribed-address-functions)
15632         (message-subscribed-address-file, message-subscribed-addresses)
15633         (message-subscribed-regexps, message-allow-no-recipients)
15634         (message-yank-cited-prefix, message-signature-insert-empty-line)
15635         (message-hidden-headers, message-hierarchical-addresses)
15636         (message-mail-user-agent, message-use-idna)
15637         (message-valid-fqdn-regexp)
15638         (message-strip-special-text-properties, message-header-synonyms)
15639         (message-beginning-of-line, message-tab-body-function): Add :version.
15640         (message-insert-canlock, message-wide-reply-confirm-recipients):
15641         Change :version.
15642
15643         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15644         and :version.
15645         (mail-source-delete-old-incoming-confirm)
15646         (mail-source-movemail-program): Add :version.
15647
15648         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15649         (gnus-agent-cache, gnus-agent): Change :version.
15650
15651         * gnus-util.el (gnus-use-byte-compile): Change :version.
15652
15653         * gnus-sum.el (gnus-summary-make-false-root-always)
15654         (gnus-summary-default-high-score)
15655         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15656         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15657         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15658         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15659         (gnus-sum-thread-tree-single-indent)
15660         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15661         (gnus-sum-thread-tree-leaf-with-other)
15662         (gnus-sum-thread-tree-single-leaf): Add :version.
15663         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15664         (gnus-article-loose-mime): Change :version.
15665
15666         * gnus-start.el (gnus-backup-startup-file)
15667         (gnus-save-startup-file-via-temp-buffer): Add :version.
15668
15669         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15670         (gnus-server-offline-face): Add :version.
15671
15672         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15673
15674         * gnus-msg.el (gnus-gcc-externalize-attachments)
15675         (gnus-debug-files, gnus-debug-exclude-variables)
15676         (gnus-discouraged-post-methods): Change :version.
15677         (gnus-confirm-mail-reply-to-news)
15678         (gnus-confirm-treat-mail-like-news): Add :version.
15679
15680         * gnus-int.el (gnus-server-unopen-status): Add :version.
15681
15682         * gnus-group.el (gnus-group-jump-to-group-prompt)
15683         (gnus-large-ephemeral-newsgroup)
15684         (gnus-fetch-old-ephemeral-headers): Add :version.
15685
15686         * gnus-fun.el (gnus-x-face-directory)
15687         (gnus-convert-pbm-to-x-face-command)
15688         (gnus-convert-image-to-x-face-command)
15689         (gnus-convert-image-to-face-command): Add :version.
15690
15691         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15692
15693         * gnus-cite.el (gnus-cite-blank-line-after-header)
15694         (gnus-article-boring-faces): Add :version.
15695
15696         * gnus-art.el (gnus-buttonized-mime-types)
15697         (gnus-inhibit-mime-unbuttonizing)
15698         (gnus-treat-display-face)
15699         (gnus-treat-body-boundary): Change :version.
15700         (gnus-body-boundary-delimiter, gnus-picon-databases)
15701         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15702         (gnus-treat-date-english, gnus-treat-fold-headers)
15703         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15704         (gnus-treat-mail-picon, gnus-treat-wash-html)
15705         (gnus-article-encrypt-protocol)
15706         (gnus-use-idna, gnus-article-over-scroll)
15707         (gnus-mime-display-multipart-alternative-as-mixed)
15708         (gnus-mime-display-multipart-related-as-mixed)
15709         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15710         (gnus-ctan-url, gnus-button-ctan-handler)
15711         (gnus-button-handle-ctan-bogus-regexp)
15712         (gnus-button-ctan-directory-regexp)
15713         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15714         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15715         (gnus-button-man-level, gnus-button-emacs-level)
15716         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15717
15718         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15719         (gnus-agent-go-online): Change :version.
15720         (gnus-agent-expire-unagentized-dirs)
15721         (gnus-agent-auto-agentize-methods): Add :version.
15722
15723         * flow-fill.el (fill-flowed-display-column)
15724         (fill-flowed-encode-column): Add :version.
15725
15726         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15727         (gnus-outlook-deuglify-unwrap-max)
15728         (gnus-outlook-deuglify-cite-marks)
15729         (gnus-outlook-deuglify-unwrap-stop-chars)
15730         (gnus-outlook-deuglify-no-wrap-chars)
15731         (gnus-outlook-deuglify-attrib-cut-regexp)
15732         (gnus-outlook-deuglify-attrib-verb-regexp)
15733         (gnus-outlook-deuglify-attrib-end-regexp)
15734         (gnus-outlook-display-hook): Add :version.
15735
15736         * binhex.el (binhex-use-external): Add :version.
15737
15738 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15741         and `invisible'.
15742
15743 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15744
15745         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15746         in gnus-registry-trim.
15747
15748 2004-09-13  Simon Josefsson  <jas@extundo.com>
15749
15750         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15751
15752         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15753
15754         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15755         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15756         <yamaoka@jpl.org>.
15757         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15758         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15759         <yamaoka@jpl.org>.
15760
15761         * sieve.el (sieve-manage-mode): Ditto.
15762
15763 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15764
15765         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15766
15767 2004-09-11  Simon Josefsson  <jas@extundo.com>
15768
15769         * dns-mode.el: Add.
15770
15771         * mm-view.el (mm-display-dns-inline): Add.
15772
15773         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15774         (mm-automatic-display): Ditto.
15775
15776         * mailcap.el (mailcap-mime-data): Add text/dns.
15777         (mailcap-mime-extensions): Map .soa to text/dns.
15778
15779 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15780
15781         * gnus-art.el (article-decode-mime-words, article-babel)
15782         (gnus-article-highlight-signature, gnus-article-add-buttons)
15783         (gnus-signature-toggle): Remove unnecessary bindings of
15784         `inhibit-read-only' inherited from v5.10 merge.
15785
15786 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * nntp.el (nntp): New customization group.
15789         (nntp-authinfo-file): Add customization group.
15790
15791         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15792
15793         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15794
15795         * gnus.el (to-address, to-list, subscribed)
15796         (large-newsgroup-initial): Ditto.
15797
15798         * flow-fill.el (fill-flowed-display-column)
15799         (fill-flowed-encode-column): Ditto.
15800
15801 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15802
15803         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15804         Use point-min rather than 1.
15805         (message-send-mail): Use buffer-size rather than point-max.
15806
15807         * gnus-sum.el (gnus-summary-search-article-forward):
15808         Signal a specific `search-failed' rather than a generic `error'.
15809
15810         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15811         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15812         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15813
15814 2004-09-10  Simon Josefsson  <jas@extundo.com>
15815
15816         * nndb.el (require): Remove tcp and duplicate cl.
15817
15818 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus-agent.el (directory-files-and-attributes): Move forward.
15821
15822 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15823
15824         * gnus-agent.el (directory-files-and-attributes): Optionally
15825         defined to support XEmacs.
15826
15827 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15828
15829         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15830         to avoid run-time CL dependencies.
15831         (gnus-agent-unfetch-articles): New function.
15832         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15833         article numbers even when local .overview file is missing.
15834         (gnus-agent-read-article-number): New function.  Only accepts
15835         27-bit article numbers.
15836         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15837         gnus-agent-read-article-number.
15838         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15839         from backend while recognizing that article numbers in .overview
15840         must be valid.
15841         (gnus-agent-update-files-total-fetched-for): Use
15842         directory-files-and-attributes to improve performance.
15843         * gnus-int.el (gnus-request-move-article): Use
15844         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15845         improve performance.
15846
15847         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15848         some users confused by references to .newsrc when they only have a
15849         .newsrc.eld file.
15850         (gnus-convert-mark-converter-prompt)
15851         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15852         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15853         New function.  Used internally to only display 'gnus converting
15854         files' message when actually necessary.
15855
15856         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15857         methods now autoloaded.
15858
15859 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15862         identifiers.
15863
15864 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * gnus-picon.el: Fix indentation and closing parenthesis.
15867
15868 2004-09-01  Simon Josefsson  <jas@extundo.com>
15869
15870         * message.el (message-canlock-generate): Require sha1, not
15871         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15872         to require within a function.  Sadly, if sha1.el isn't loaded, the
15873         let binding in m-c-g will hide the defcustom definition, which is
15874         bad.)
15875
15876         * canlock.el: Require sha1, not sha1-el.
15877
15878         * message.el: Don't autoload sha1 (there is a autoload cookie in
15879         sha1.el).
15880
15881         * sha1-el.el: Renamed to sha1.el.
15882
15883 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15884
15885         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15886
15887 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15888
15889         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15890
15891 2004-08-30  Kim F. Storm  <storm@cua.dk>
15892
15893         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15894
15895         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15896         Add :group 'nnimap.
15897
15898 2004-08-30  Andreas Schwab  <schwab@suse.de>
15899
15900         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15901         ?* and ?\;.
15902
15903         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15904         and ?\' to symbol instead of whitespace.
15905
15906 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15909
15910         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15911         instead of re-search-forward.
15912
15913         * gnus-uu.el (gnus-uu-save-article): Ditto.
15914         (gnus-uu-post-encode-uuencode): Ditto.
15915
15916         * html2text.el (html2text-clean-list-items): Ditto.
15917         (html2text-clean-dtdd): Ditto.
15918         (html2text-format-tags): Ditto.
15919
15920         * message.el (message-send-mail-with-sendmail): Fix regexp.
15921         (message-fill-field-general): Use search-forward instead of
15922         re-search-forward.
15923         (unbold-region): Ditto.
15924
15925         * nnrss.el (nnrss-request-article): Ditto.
15926
15927         * nnslashdot.el (nnslashdot-request-article): Ditto.
15928
15929         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15930
15931         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15932         "Unrecognized menu descriptor" error in XEmacs.
15933
15934 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15935
15936         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15937         parent article of a sparse article in the thread hashtb.
15938
15939 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15940
15941         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15942         (nnmail-expand-newtext): Lowercase expanded entries if
15943         nnmail-split-lowercase-expanded is non-nil.
15944
15945 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15948
15949         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15950         of gnus-tmp-news-method into string under XEmacs.  It will be
15951         passed to gnus-correct-length which takes only a string argument.
15952
15953 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-util.el (gnus-bind-print-variables): New macro.
15956         (gnus-prin1): Use it.
15957         (gnus-prin1-to-string): Use it.
15958         (gnus-pp): New function.
15959         (gnus-pp-to-string): New function.
15960
15961         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15962         Replace pp-to-string with gnus-pp-to-string.
15963         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15964         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15965         * gnus-msg.el (gnus-debug): Ditto.
15966         * gnus-score.el (gnus-score-save): Ditto.
15967         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15968         gnus-pp-to-string.
15969         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15970         with gnus-pp.
15971         * score-mode.el (gnus-score-pretty-print): Ditto.
15972         * webmail.el (webmail-debug): Ditto.
15973
15974 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-art.el (article-display-face, article-display-x-face):
15977         Use buffer-read-only.
15978
15979 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * gnus-art.el (article-hide-list-identifiers):
15982         Bind inhibit-read-only as t.
15983
15984 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15987
15988 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15989
15990         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15991         (gnus-narrow-to-page): Don't assume point-min == 1.
15992         (gnus-article-edit-mode): Derive from message-mode.
15993
15994         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15995         point-min == 1.
15996
15997         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15998         Disable incorrect use of `assert'.
15999
16000         * message.el (message-mode): Set comment-start-skip.
16001
16002
16003 2004-08-22  Sam Steingold  <sds@gnu.org>
16004
16005         * pop3.el (pop3-leave-mail-on-server): New user variable.
16006         (pop3-movemail): Delete mail only when it is nil.
16007
16008 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16011
16012         * mml.el (mml-preview): Use `pop-to-buffer'.
16013
16014         * message.el (message-goto-mail-followup-to): Insert after "To".
16015         (message-carefully-insert-headers): Add comment.
16016
16017         * gnus.el: Remove unused variable `gnus-article-check-size'.
16018
16019         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16020
16021         * gnus-art.el (gnus-button-alist): Improve
16022         `gnus-button-handle-library' entry.
16023
16024 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16025
16026         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16027         downcase, since XEmacs capitalizes error messages differently.
16028
16029 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16030
16031         * nntp.el: Add (require 'gnus) due to reference to
16032         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16033
16034 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16035
16036         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16037         `mm-fill-flowed'.
16038
16039         * mm-decode.el (mm-dissect-singlepart): Check it.
16040
16041 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16042
16043         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16044         'imap' for netrc parsing.
16045
16046 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * mailcap.el (mailcap-mime-data): Mark as risky.
16049
16050 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16053         may be included in the encoded word.
16054         (rfc2047-encode): Don't append a space if the encoded word
16055         includes close parenthesis.
16056
16057 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16060         of text within parentheses.
16061
16062 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16063
16064         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16065         (gnus-encrypt-write-file-contents): Make the password key the file
16066         name PLUS the cipher, not just the cipher.  Also remove failed
16067         passwords from the cache.
16068
16069 2004-08-06  Simon Josefsson  <jas@extundo.com>
16070
16071         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16072         fix.
16073
16074 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16077         LWSP.
16078
16079 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16080
16081         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16082         to append in-reply-to: data to the references: header.
16083
16084         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16085         (netrc-parse): Use gnus-encrypt.el functions.
16086
16087         * gnus-encrypt.el: Add new file for encryption support; currently
16088         does only a few GPG ciphers and an internal XOR cipher.
16089
16090         * password.el: Add comments on using password-read-and-add.
16091         (password-read-and-add): Add function to read and add the
16092         password to the cache at once.
16093
16094 2004-07-28  Simon Josefsson  <jas@extundo.com>
16095
16096         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16097         parameter (but don't use it, for now).
16098
16099         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16100         instead of hard coding to nil.
16101
16102 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16105         as mm-inline-image-xemacs does.
16106
16107 2004-07-26  Simon Josefsson  <jas@extundo.com>
16108
16109         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16110         Revert part of 2004-07-17 change below.
16111
16112 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16115         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16116
16117 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16118
16119         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16120         quotes that actually start with ">" at the beginning of the
16121         lines.
16122
16123 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * rfc2047.el (rfc2047-encode-region): Fix last change.
16126         (rfc2047-encode-parameter): Remove useless concat.
16127
16128 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16131         encode special characters; fix some kind of misconfigured headers;
16132         signal a real error if debug-on-quit or debug-on-error is non-nil.
16133         (rfc2047-encode-max-chars): New variable.
16134         (rfc2047-encode-1): Use it.
16135         (rfc2047-encode-parameter): New function.
16136
16137         * mml.el (mml-insert-parameter): Remove an excessive space.
16138
16139 2004-07-17  Simon Josefsson  <jas@extundo.com>
16140
16141         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16142         Kai Grossjohann <kai@emptydomain.de>.
16143         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16144         (gnus-group-make-menu-bar): Ditto.
16145
16146         * gnus-util.el (gnus-group-server): Add.
16147
16148 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16149
16150         * message.el (message-clone-locals): Clone sendmail and smtp
16151         variables.
16152
16153 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * rfc2047.el (rfc2047-encode-region): Fix last change.
16156
16157 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16160         characters as non-special.
16161
16162 2004-07-09  Simon Josefsson  <jas@extundo.com>
16163
16164         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16165         Users will lose all flag changes made while unplugged with
16166         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16167         good default.  See numerous reports on ding mailing list.
16168
16169 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16172         add generate-head-function and generate-article-function to the
16173         rfc822-forward entry.
16174         (nndoc-rfc822-forward-generate-article): New function.
16175         (nndoc-rfc822-forward-generate-head): New function.
16176
16177         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16178
16179 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16180
16181         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16182         respect display group parameter and gnus-summary-expunge-below.
16183         (gnus-articles-to-read): Remove unused reference to display group
16184         parameter.
16185
16186 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16187
16188         * nnheader.el (nnheader-uniquify-message-id): New experimental
16189         variable.
16190         (nnheader-nov-read-message-id): Use it.
16191
16192         * spam-report.el (spam-report-gmane): Add interactive.
16193
16194 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16197         qp-or-base64 for the application/* types.
16198
16199 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16200
16201         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16202
16203 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16206         trim value.
16207
16208 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16209
16210         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16211         New macro and function.
16212         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16213
16214 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16217         after-load-alist.
16218
16219 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16220
16221         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16222         update info that isn't there.
16223
16224 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16225
16226         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16227         entry.
16228
16229 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * mm-view.el (mm-inline-render-with-function): Use multibyte
16232         buffer; decode html source by charset.
16233
16234         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16235
16236         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16237         Mule-UCS is loaded under XEmacs.
16238         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16239
16240 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16243
16244 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * mm-util.el (mm-coding-system-p): Return a coding-system.
16247         (mm-mime-mule-charset-alist): Use shift_jis instead of
16248         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16249         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16250         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16251         instead of japanese-shift-jis and iso-latin-1 respectively in
16252         order to share the default value with both Emacs and XEmacs-mule.
16253         (mm-mule-charset-to-mime-charset): Make
16254         mm-coding-system-priorities effective.
16255         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16256         while predicating of candidates upon the priorities.
16257
16258 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16259
16260         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16261         gnus-uu-invert-processable.
16262
16263         * gnus.el: Autoload gnus-uu-invert-processable.
16264
16265 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * mm-util.el (mm-with-multibyte-buffer): New macro.
16268
16269         * rfc2047.el (rfc2047-encode-string): Use it.
16270         (rfc2047-encode-region): Move point to the end of the region after
16271         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16272
16273 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16276         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16277
16278 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16281         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16282         Karl Chen <quarl@nospam.quarl.org>.
16283
16284 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16285
16286         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16287         invalid addresses.
16288
16289 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16290
16291         * spam.el: Change section markers, revise TODO list.
16292         (spam-backends): Make new master list of all installed backends.
16293         (spam-summary-exit-behavior): Add new variable to determine how
16294         messages moves are done at summary exit.
16295         (spam-move-spam-nonspam-groups-only)
16296         (spam-process-ham-in-nonham-groups)
16297         (spam-process-ham-in-spam-groups): Remove variables, the
16298         spam-summary-exit-behavior variable should be used to manage this
16299         behavior.
16300         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16301         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16302         and spam-old-spam-articles.
16303         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16304         Add empty variables, placeholders for the backends they represent.
16305         (spam-set-difference): Move, unchanged.
16306         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16307         unless the user has a processor variable.
16308         (spam-classifications, spam-classification-valid-p)
16309         (spam-backend-properties, spam-backend-property-valid-p)
16310         (spam-backend-function-type-valid-p)
16311         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16312         (spam-report-articles-gmane, spam-report-articles-resend):
16313         Remove functions, they are not needed.
16314         (spam-install-backend-super, spam-backend-list)
16315         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16316         (spam-backend-function, spam-backend-ham-registration-function)
16317         (spam-backend-spam-registration-function)
16318         (spam-backend-ham-unregistration-function)
16319         (spam-backend-spam-unregistration-function)
16320         (spam-backend-statistical-p, spam-backend-mover-p)
16321         (spam-install-backend-alias, spam-install-checkonly-backend)
16322         (spam-install-mover-backend, spam-install-nocheck-backend)
16323         (spam-install-backend, spam-install-statistical-backend)
16324         (spam-install-statistical-checkonly-backend): Add backend installation
16325         support.
16326         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16327         (spam-group-processor-p): Use the new backend code and respect the
16328         summary exit behavior.
16329         (spam-mark-spam-as-expired-and-move-routine): Remove.
16330         (spam-summary-prepare): Change to use the new spam-old-articles
16331         variable.
16332         (spam-copy-or-move-routine, spam-copy-spam-routine)
16333         (spam-move-spam-routine, spam-copy-ham-routine)
16334         (spam-move-ham-routine): Add code to copy/move ham or spam.
16335         (spam-fetch-field-fast): Improve doc and code, plus allow the
16336         'number request.
16337         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16338         variables.
16339         (spam-split, spam-find-spam): Use the new backend code.
16340         (spam-registration-functions): Remove variable.
16341         (spam-unregister-routine): Add convenience wrapper.
16342         (spam-log-undo-registration, spam-register-routine)
16343         (spam-log-processing-to-registry)
16344         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16345         where possible.
16346         (spam-check-gmane-xref, spam-check-regex-headers)
16347         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16348         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16349         (spam-check-bogofilter-headers, spam-check-spamoracle)
16350         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16351         (spam-check-crm114-headers): Use the spam-split-group that
16352         spam-split prepares, no need to determine it every time.
16353
16354         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16355         to the nnheader-parse-naked-head call.
16356
16357         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16358
16359         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16360         the nnheader-nov-read-message-id call.
16361
16362 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16365         gnus-activate-group twice.  Suggested by Markus Peter
16366         <warp@spin.de>.
16367
16368 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-art.el (gnus-article-time-format): Exchange the order of
16371         day and month in the default value; fix customization type.
16372         (article-date-ut): Use add-text-properties.
16373         (article-make-date-line): Use message-make-date instead of
16374         current-time-string.
16375
16376         * message.el (message-fetch-field): Don't use set-text-properties.
16377         (message-make-date): Simplify.
16378
16379         * messagexmas.el (message-xmas-make-date): New function.
16380         (message-xmas-redefine): Defalias message-make-date to it.
16381
16382 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16385         (rfc2047-encode-region): Treat text within parentheses as special;
16386         show the original text when error has occurred.
16387
16388         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16389         already-computed method to gnus-activate-group.
16390
16391         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16392         same select-methods identical Lisp objects.
16393
16394         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16395         object when modifying the info.
16396
16397 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16400         gnus-opened-servers since it has never been opened with the new
16401         configuration yet.
16402
16403 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16406         arg to nnheader-generate-fake-message-id.
16407
16408 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16411         number and build a fake message ID localized to a group and
16412         article number (so it's repeatable from that point on).
16413         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16414         ID format.
16415
16416         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16417         nnheader-generate-fake-message-id with the article number.
16418
16419 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16420
16421         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16422         end-of-buffer.
16423
16424 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * message.el (message-ignored-supersedes-headers): Add Approved.
16427
16428 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16431         goto-char.
16432         (rfc2047-encode): Fold the line before encoding.
16433
16434 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16435
16436         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16437         folding -- not all headers can be folded, and this should be done
16438         by the message composition mode.  Probably.  I think.
16439
16440 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16443         fast.
16444
16445         * gnus-ems.el (gnus-remove-image): Don't use
16446         message-text-with-property; remove only the image found first.
16447
16448         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16449         found first.
16450
16451 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16452
16453         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16454
16455 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * message.el (message-text-with-property): Make it fast and accept
16458         optional arguments.
16459         (message-strip-forbidden-properties): Use it.
16460         (message-fix-before-sending): Follow the m-t-w-p change.
16461
16462         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16463
16464 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-art.el (article-hide-headers): Don't change the buffer
16467         mistakenly when performing mml-preview even if
16468         gnus-single-article-buffer is nil.
16469
16470 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16471
16472         * message.el (message-expand-name-databases): New user option.
16473         (message-expand-name): Use it.
16474
16475 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16476
16477         * spam.el (spam-report-articles-resend)
16478         (spam-report-resend-register-routine): Allow ham reporting.
16479         (spam-report-resend-register-ham-routine): Add wrapper.
16480         (spam-registration-functions): Add ham resending functions.
16481         (spam-list-of-processors): Add ham resend processor.
16482
16483         * gnus.el (ham-resend-to): Add new group parameter.
16484         (spam-process): Add ham resend option.
16485
16486         * spam-report.el (spam-report-resend): Allow reporting ham.
16487         (spam-report-resend-ham): Add wrapper.
16488
16489 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * message.el (message-cite-articles-with-x-no-archive): New
16492         variable.
16493         (message-cite-original): Use it.
16494
16495 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496
16497         * message.el (message-cite-original): Respect X-No-Archive.
16498
16499 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-art.el (article-hide-headers): Refer to the values for
16502         gnus-ignored-headers and gnus-visible-headers in the summary
16503         buffer since a user may have set them as group parameters.
16504
16505 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16506
16507         * assistant.el (assistant-node-name): Add convenience function.
16508         (assistant-render-text, assistant-render-node): Add error handling,
16509         plus handle multiple next nodes.
16510         (assistant-find-next-node): Comment out for now.
16511         (assistant-find-next-nodes): Add function, returns list of next
16512         nodes.
16513
16514 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * mail-source.el (mail-source-directory): Fix doc-string.
16517
16518 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16519
16520         * assistant.el (assistant-render-text, assistant-eval): Add :set
16521         widget type, which is different because it takes and returns a
16522         list.  Much hilarity ensues.
16523
16524 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16527
16528         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16529         doc-string.
16530
16531         * gnus-start.el (gnus-activate-group): Added doc-string.
16532
16533 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16536
16537 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16538
16539         * assistant.el (assistant-render-text): Try to add a :set
16540         widget, more to come.
16541
16542         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16543         strings.
16544         (spam-report-articles-resend)
16545         (spam-register-routine): Do registration iff any articles warrant
16546         it.
16547         (spam-summary-prepare-exit): Change log message for nil group
16548         destinations.
16549
16550 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16551
16552         * spam.el (spam-report-resend-register-routine): Allow
16553         spam-report-resend-to to be a group parameter or a global value.
16554
16555 2004-05-26  Simon Josefsson  <jas@extundo.com>
16556
16557         * starttls.el: Merge with my GNUTLS based starttls.el.
16558         (starttls-gnutls-program, starttls-use-gnutls)
16559         (starttls-extra-arguments, starttls-process-connection-type)
16560         (starttls-connect, starttls-failure, starttls-success): New
16561         variables.
16562         (starttls-program, starttls-extra-args): Doc fix.
16563         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16564         functions.
16565         (starttls-negotiate, starttls-open-stream): Check
16566         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16567         function if it is set.
16568
16569 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16572         structured fields.
16573
16574 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16577
16578 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16579
16580         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16581         variable.
16582         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16583         assigning the spam-mark to new messages.
16584
16585 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16586
16587         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16588
16589 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16592
16593         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16594         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16595         default.
16596
16597 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16598
16599         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16600         correct data.
16601
16602 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16603
16604         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16605         (spam-group-processor-p): Fix function.
16606         (spam-group-processor-multiple-p)
16607         (spam-group-spam-processor-report-gmane-p)
16608         (spam-group-spam-processor-report-resend-p)
16609         (spam-group-spam-processor-bogofilter-p)
16610         (spam-group-spam-processor-blacklist-p)
16611         (spam-group-spam-processor-ifile-p)
16612         (spam-group-ham-processor-ifile-p)
16613         (spam-group-spam-processor-spamoracle-p)
16614         (spam-group-spam-processor-crm114-p)
16615         (spam-group-ham-processor-bogofilter-p)
16616         (spam-group-spam-processor-stat-p)
16617         (spam-group-ham-processor-stat-p)
16618         (spam-group-ham-processor-whitelist-p)
16619         (spam-group-ham-processor-BBDB-p)
16620         (spam-group-ham-processor-spamoracle-p)
16621         (spam-group-ham-processor-copy-p): Remove functions with some
16622         prejudice against unneeded code.
16623         (spam-report-articles-resend)
16624         (spam-report-resend-register-routine): Allow the group/topic
16625         spam-resend-to value to override spam-report-resend-to.
16626         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16627         properly now.
16628
16629         * gnus.el (spam-resend-to): Add group/topic parameter.
16630         (spam-process): Move the OBSOLETE processors to the end of the
16631         choices.
16632
16633 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16634
16635         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16636         with resend-to set to nil, and then ask the user if necessary.
16637         (spam-report-resend): spam-report-resend takes a list of articles, not
16638         separate article numbers.
16639
16640 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16643         addition to emacs-w3m.
16644
16645 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * assistant.el (assistant-authinfo-data): New function.
16648         (assistant-eval): Eval for entire assistant.
16649
16650         * netrc.el (netrc-services-file): New variable.
16651         (netrc-parse-services): New function.
16652         (netrc-find-service-name): New function.
16653         (netrc-find-service-number): New function.
16654         (netrc-port-equal): New function.
16655         (netrc-machine): Use it.
16656
16657         * nnimap.el (nnimap-open-connection): Use netrc.
16658
16659         * gnus-util.el (gnus-netrc-get): Remove aliases.
16660
16661         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16662
16663         * assistant.el (wid-edit): Fix compilation.
16664
16665         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16666
16667 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16668
16669         * gnus-util.el (gnus-set-file-modes): New function.  (small
16670         patch).
16671
16672 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16673
16674         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16675
16676         * assistant.el (assistant-render-node): Fix up rendering and
16677         read-only text.
16678         (assistant-render-node): Reset.
16679         (assistant-make-read-only): Not sticky.
16680
16681 2004-05-20  Danny Siu  <dsiu@adobe.com>
16682
16683         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16684         centered even when gnus-auto-center-summary is t.
16685
16686 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16687
16688         * dns.el (dns-get-txt-answer): New function.
16689         (dns-read-txt): Ditto.
16690         (query-dns): Use it.
16691
16692 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16695         active for foreign groups even if the group level is higher than
16696         the specified value.
16697
16698 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699
16700         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16701         non-active groups.
16702
16703         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16704
16705 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16706
16707         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16708
16709 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16710
16711         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16712         (spam-crm114-header, spam-crm114-spam-switch)
16713         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16714         (spam-crm114-positive-spam-header)
16715         (spam-crm114-database-directory, spam-list-of-processors)
16716         (spam-group-spam-processor-crm114-p)
16717         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16718         (spam-generic-score, spam-list-of-checks)
16719         (spam-list-of-statistical-checks, spam-registration-functions)
16720         (spam-check-crm114-headers, spam-crm114-score)
16721         (spam-check-crm114, spam-crm114-register-with-crm114)
16722         (spam-crm114-register-spam-routine)
16723         (spam-crm114-unregister-spam-routine)
16724         (spam-crm114-register-ham-routine)
16725         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16726         asjo@koldfront.dk (Adam Sjøgren).
16727
16728         * gnus.el: Add spam-use-crm114.
16729
16730         * spam.el (spam-list-of-processors, spam-registration-functions):
16731         Add spam-use-resend.
16732         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16733         (spam-report-articles-gmane): Add doc fix.
16734         (spam-report-articles-resend, spam-report-resend-register-routine):
16735         Add wrappers around spam-report-resend-to.
16736
16737         * spam-report.el (spam-report-resend-to, spam-report-resend):
16738         Add support for resending spam.
16739         (spam-report-gmane): Fix line length >80.
16740
16741         * gnus.el (spam-process): Add spam-use-resend.
16742
16743 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16744
16745         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16746         number of processed spam messages.
16747         (spam-ham-copy-or-move-routine): Return the number of processed
16748         ham messages.
16749         (spam-summary-prepare-exit): Use the above values to decide
16750         whether status messages shouled be displayed.
16751
16752 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16755         `rfc2047-encoding-function-alist' in order to avoid conflicting
16756         with the old version.
16757         (rfc2047-encode-region): Concatenate words containing non-ASCII
16758         characters in structured fields; don't encode space-delimited
16759         ASCII words even in unstructured fields; don't break words at
16760         char-category boundaries.
16761         (rfc2047-encode-1): New function.
16762         (rfc2047-encode): Use it; encode text so that it occupies the
16763         maximum width within 76-column; work correctly on Q encoding for
16764         iso-2022-* charsets.
16765         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16766         sure not to break a line just after the header name.
16767         (rfc2047-b-encode-region): Removed.
16768         (rfc2047-b-encode-string): New function.
16769         (rfc2047-q-encode-region): Removed.
16770         (rfc2047-q-encode-string): New function.
16771
16772         * mm-util.el (mm-replace-in-string): New function.
16773
16774 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16775
16776         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16777         get it right.
16778         (gnus-inews-make-draft): Really.
16779
16780 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16781
16782         * nnmh.el (nnmh-request-list-1): Don't check the link count
16783         before descending.  (small patch)
16784
16785 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786
16787         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16788         stuff.
16789
16790         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16791         on real group name.
16792
16793         * gnus-art.el (gnus-signature-limit): Doc fix.
16794
16795         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16796
16797         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16798
16799 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16800
16801         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16802         isn't a string.
16803
16804 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805
16806         * gnus-draft.el (gnus-draft-send): Bind
16807         rfc2047-encode-encoded-words.
16808
16809         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16810         (rfc2047-encodable-p): Say that =? needs encoding.
16811         (rfc2047-encode-encoded-words): New variable.
16812
16813         * gnus-group.el (gnus-group-select-group): Doc fix.
16814
16815         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16816
16817         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16818         to nil.
16819
16820         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16821
16822         * nnheader.el (nnheader-get-lines-and-char): New function.
16823
16824 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16825
16826         * gnus-msg.el (gnus-summary-followup-with-original): Document
16827         yanking of region when active.
16828
16829 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16832         groups if the group level is higher than the specified value.
16833
16834 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16837         (gnus-group-jump-to-group): Added prefix argument using
16838         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16839         non-active group.
16840
16841         * compface.el (uncompface): Be verbose when changing
16842         `uncompface-use-external'.
16843
16844         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16845         handle manual section.
16846
16847 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16848
16849         * gnus-art.el (gnus-button-alist): Revert previous change.
16850
16851 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16854
16855 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16858         whether backend can accept message.
16859
16860         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16861
16862 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16863
16864         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16865         Avoid creating directory when nntp-marks-is-evil is true.
16866         Reported by Reiner Steib.
16867
16868 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * gnus-picon.el (gnus-picon-style): New variable.
16871         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16872         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16873         Jesper Harder <harder@ifa.au.dk>.
16874
16875 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16876
16877         * message.el (message-fill-field): Return point.
16878         (message-generate-headers): Go to end of field.
16879
16880         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16881         stuff for non-living groups.
16882
16883 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16884
16885         * gnus-art.el (gnus-article-followup-with-original)
16886         (gnus-article-reply-with-original): gnus-mark-active-p ->
16887         gnus-region-active-p.
16888
16889 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16890
16891         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16892         only when there is spam or ham to be processed.
16893
16894 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895
16896         * mail-source.el (mail-source-delete-crash-box): Refactor.
16897         (mail-source-fetch): Use it.
16898         (mail-source-fetch-file): Ditto.
16899         (mail-source-fetch-directory): Run postscript in loop.
16900         (mail-source-fetch-pop): Delete.
16901         (mail-source-fetch-maildir): Ditto.
16902         (mail-source-fetch-imap): Ditto.
16903
16904         * imap.el (imap-authenticators): Comment out sasl.
16905
16906         * message.el (message-skip-to-next-address): New function.
16907         (message-fill-header-address): Refactor.
16908         (message-fill-address): Use it.
16909         (message-delete-address): Use it.
16910         (message-fill-header-general): Refactor.
16911         (message-fill-field-address): Rename.
16912         (message-narrow-to-field): Find the start of the header.
16913         (message-header-format-alist): Don't pre-fill.
16914         (message-fill-header): Removed.
16915         (message-insert-header): New function.
16916         (message-shorten-references): Use it.
16917
16918         * rfc2047.el (rfc2047-field-value): Strip props.
16919
16920         * mail-parse.el (mail-header-make-address): New alias.
16921
16922         * ietf-drums.el (ietf-drums-make-address): New function.
16923
16924         * imap.el: Add compiler directives.
16925
16926         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16927
16928         * gnus-art.el (article-decode-idna-rhs): Don't use
16929         message-idna-inside-rhs-p.
16930
16931 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * message.el (message-idna-inside-rhs-p): Removed.
16934         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16935
16936         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16937         false positives.
16938
16939 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16940
16941         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16942
16943 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16944
16945         * nneething.el (nneething-file-name): Don't create spurious
16946         files.
16947
16948         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16949         (gnus-inews-do-gcc): Remove sleep.
16950
16951         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16952         part under point.
16953
16954         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16955         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16956
16957 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * spam.el (spam-summary-prepare-exit): Fixed (length).
16960
16961 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16962
16963         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16964         as expired without moving it" message when there are spam
16965         messages left.
16966
16967 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16968
16969         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16970         header is not nil.
16971
16972 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16973
16974         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16975         nntp-possibly-create-directory, not nntp-possibly-change-group.
16976         (nntp-marks-changed-p): New arg SERVER.
16977         (nntp-request-update-info): Adjust caller.
16978
16979 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16980
16981         * nntp.el (nntp-save-marks): Pass missing arg.
16982
16983 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16984
16985         * nntp.el: Support marks.
16986         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16987         (nntp-marks-modtime, nntp-marks-directory): New variables.
16988         (nntp-request-set-mark, nntp-request-update-info)
16989         (nntp-possibly-create-directory, nntp-marks-changed-p)
16990         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16991         functions.
16992
16993 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16994
16995         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16996         (gnus-xmas-redefine): Rename.
16997
16998         * gnus-score.el (gnus-score-insert-help): Use
16999         gnus-select-lowest-window.
17000
17001         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17002         appt-select-lowest-window and rename to gnus-select-lowest-window.
17003
17004         * gnus.el: do.
17005
17006 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17007
17008         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17009         encodings of MIME-encoded words, in order to improve
17010         interoperability with several broken MUAs.
17011
17012 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17013
17014         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17015         tags, only when charsets are not specified in headers.
17016         (mm-inline-text-html-render-with-w3m): Ditto.
17017
17018         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17019         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17020
17021 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17022
17023         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17024         instead of MIME-decoded from fields when checking
17025         `gnus-article-address-banner-alist'.
17026
17027 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17028
17029         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17030         description rather than subject.
17031
17032 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17033
17034         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17035
17036 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17037
17038         * gnus.el (gnus-version-number): Bump.
17039
17040 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17041
17042         * gnus.el: No Gnus v0.2 is released.
17043
17044 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17045
17046         * gnus-agent.el (gnus-agent-read-agentview): Inline
17047         gnus-uncompress-range.
17048
17049 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17050
17051         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17052         `exec-installed-p'.
17053
17054 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17055
17056         * gnus.el (spam-process, spam-autodetect-methods): Add
17057         bsfilter and bsfilter-headers.
17058
17059         * spam.el (spam-bsfilter): New customize group.
17060         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17061         (spam-bsfilter-header, spam-bsfilter-probability-header)
17062         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17063         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17064         (spam-bsfilter-database-directory): New options.
17065         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17066         (spam-list-of-statistical-checks, spam-registration-functions):
17067         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17068         (spam-bsfilter-score): New command.
17069         (spam-check-bsfilter-headers, spam-check-bsfilter)
17070         (spam-bsfilter-register-with-bsfilter)
17071         (spam-bsfilter-register-spam-routine)
17072         (spam-bsfilter-unregister-spam-routine)
17073         (spam-bsfilter-register-ham-routine)
17074         (spam-bsfilter-unregister-ham-routine): New functions.
17075         (spam-generic-score): Support bsfilter; Accept an optional argument
17076         to recalcurate spam score even if scoring header has already been
17077         added.
17078         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17079         optional argument to recalcurate spam score even if scoring header
17080         has already been added.
17081
17082 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17083
17084         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17085         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17086         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17087         link is missing.
17088
17089 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17090
17091         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17092         (html2text-get-attr): Rewrite.
17093
17094         * message.el (message-setup-1): Remove redundant put-text-property
17095         on mail-header-separator.
17096
17097 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * gnus-registry.el (gnus-registry-cache-whitespace)
17100         (gnus-registry-action, gnus-registry-spool-action)
17101         (gnus-registry-split-fancy-with-parent): Change message levels
17102         from 5 to 3 or 7, as needed.
17103
17104         * spam.el (spam-summary-prepare-exit)
17105         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17106         (spam-split, spam-find-spam, spam-log-undo-registration)
17107         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17108         level from 5 to 6.
17109
17110 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17113         2004-03-04 change).
17114
17115 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17116
17117         * sieve-manage.el (sieve-manage-open):
17118         * nnweb.el (nnweb-insert-html):
17119         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17120         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17121         * nnspool.el (nnspool-request-group):
17122         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17123         * nnml.el (nnml-request-update-info):
17124         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17125         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17126         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17127         (nnimap-request-set-mark):
17128         * nnfolder.el (nnfolder-request-update-info):
17129         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17130         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17131         * gnus-uu.el (gnus-uu-find-articles-matching):
17132         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17133         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17134         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17135         * gnus-nocem.el (gnus-nocem-scan-groups):
17136         * gnus-int.el (gnus-start-news-server):
17137         * gnus-group.el (gnus-group-make-kiboze-group)
17138         (gnus-group-browse-foreign-server):
17139         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17140         Use mapc when appropriate.
17141
17142 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17143
17144         FIXME: Make separate entries for each person.
17145
17146         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17147         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17148         <shields@msrl.com>:
17149
17150         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17151         may need for spam sorting and scoring.
17152         (spam-user-format-function-S): Add user format function suitable for
17153         general use.
17154         (spam-article-sort-by-spam-status): Add sorting function for summary
17155         sorting.
17156         (spam-extra-header-to-number): Add function to get a score from a
17157         header.
17158         (spam-summary-score): Add function to get a numeric score from the
17159         headers.
17160         (spam-generic-score): Fix function doc, was in wrong place.
17161         (spam-initialize): Take symbols when it's run, and install the
17162         extra headers that spam-necessary-extra-headers thinks we need.
17163
17164 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17165
17166         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17167         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17168
17169 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17170
17171         * gnus-sum.el (gnus-set-global-variables)
17172         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17173         (gnus-article-get-xrefs, gnus-summary-best-group)
17174         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17175         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17176         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17177         Use with-current-buffer.
17178
17179 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17180
17181         * spam.el (spam-summary-prepare-exit): Simplify logic.
17182         (spam-fetch-article-header): Read the article header if it's not
17183         available.
17184         (spam-list-articles): Simplify logic.
17185         (spam-filelist-register-routine): Fix bug with unregister-list.
17186
17187         * gnus-registry.el: Fix comments at beginning.
17188
17189 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17190
17191         * message.el (message-cater-to-broken-inn): Remove.
17192         (message-shorten-references): Make sure the total folded length of
17193         References is shorter than 998 characters to cater to a bug in INN
17194         2.3.  Also, don't pretend that references aren't folded -- this
17195         hasn't worked for a while.
17196
17197 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17198
17199         * gnus-agent.el (gnus-agentize):
17200         gnus-agent-send-mail-real-function no longer set to current value
17201         of message-send-mail-function but rather a lambda that calls
17202         message-send-mail-function.  The change makes the agent real-time
17203         responsive to user changes to message-send-mail-function.
17204
17205 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17206
17207         * legacy-gnus-agent.el
17208         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17209         help from Florian Weimer <fw@deneb.enyo.de>
17210
17211 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * nnmail.el (nnmail-cache-insert): Revert last change.
17214
17215 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * nnmail.el (nnmail-cache-insert): Always check whether
17218         nnmail-cache-ignore-groups matches a group name.
17219
17220 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17221
17222         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17223         (spam-find-spam, spam-log-processing-to-registry)
17224         (spam-log-registered-p, spam-log-unregistration-needed-p)
17225         (spam-log-undo-registration): Use gnus-message instead of
17226         gnus-error, none of these errors are fatal.
17227
17228         * gnus-registry.el (gnus-registry-clean-empty-function)
17229         (gnus-registry-clean-empty): Remove only empty entries without
17230         extra data.
17231
17232 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17233
17234         * spam-stat.el (spam-stat-buffer-change-to-spam)
17235         (spam-stat-buffer-change-to-non-spam): Change (error) to
17236         (gnus-message 8) invocation.
17237
17238 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * nntp.el (nntp-via-netcat-command): New variable.
17241         (nntp-via-netcat-switches): New variable.
17242         (nntp-open-via-rlogin-and-netcat): New function.
17243         (nntp-open-connection-function): Doc fix.
17244         (nntp-telnet-command): Doc fix.
17245         (nntp-end-of-line): Doc fix.
17246         (nntp-via-rlogin-command): Doc fix.
17247         (nntp-via-user-name): Doc fix.
17248         (nntp-via-address): Doc fix.
17249
17250 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17253         error in Emacs 21.1.
17254
17255 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17258
17259 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17260
17261         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17262         (gnus-agent-with-refreshed-group): New macro.
17263         (gnus-agent-rename-group): New function.
17264         (gnus-agent-delete-group): New function.
17265         (gnus-agent-save-group-info): Use gnus-command-method when
17266         `method' parameter is nil.  Don't write nil entries into the
17267         active file.
17268         (gnus-agent-get-group-info): New function.
17269         (gnus-agent-fetch-articles): Use
17270         gnus-agent-update-files-total-fetched-for to increment disk space
17271         used.
17272         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17273         gnus-agent-update-view-total-fetched-for to increment disk space
17274         used.
17275         (gnus-agent-get-local): Added optional parameters to avoid calling
17276         gnus-group-real-name and gnus-find-method-for-group.
17277         (gnus-agent-set-local): Delete stored entry if either min, or max,
17278         are nil.
17279         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17280         quit, use gnus-agent-regenerate-group to record existance of any
17281         articles fetched to disk before the quit occurred.
17282         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17283         gnus-agent-update-view-total-fetched-for, and
17284         gnus-agent-update-files-total-fetched-for to decrement disk space
17285         used.
17286         (gnus-agent-retrieve-headers): Use
17287         gnus-agent-update-view-total-fetched-for to increment disk space
17288         used.
17289         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17290         with gnus-agent-update-files-total-fetched-for to decrement disk
17291         space and fresh group buffer.
17292         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17293         (gnus-agent-need-update-total-fetched-for): New variable.
17294         (gnus-agent-update-files-total-fetched-for): New function.
17295         (gnus-agent-update-view-total-fetched-for): New function.
17296         (gnus-agent-total-fetched-for): New function.
17297
17298         * gnus-cache.el (gnus-cache-save-buffers): Use
17299         gnus-cache-update-overview-total-fetched-for to change disk space
17300         used by this group.
17301         (gnus-cache-possibly-enter-article): Use
17302         gnus-cache-update-file-total-fetched-for to increment disk space
17303         used by this group.
17304         (gnus-cache-possibly-remove-article): Use
17305         gnus-cache-update-file-total-fetched-for to decrement disk space
17306         used by this group.
17307         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17308         (gnus-cache-rename-group): New function.
17309         (gnus-cache-delete-group): New function.
17310         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17311         (gnus-cache-need-update-total-fetched-for): New variable.
17312         (gnus-cache-with-refreshed-group): New macro.
17313         (gnus-cache-update-file-total-fetched-for): New function.
17314         (gnus-cache-update-overview-total-fetched-for): New function.
17315         (gnus-cache-rename-group-total-fetched-for): New function.
17316         (gnus-cache-delete-group-total-fetched-for): New function.
17317         (gnus-cache-total-fetched-for): New function.
17318
17319         * gnus-group.el: Require gnus-sum and autoload functions to
17320         resolve warnings when gnus-group.el compiled alone.
17321         (gnus-group-line-format): Documented new %F.
17322         (size of Fetched data) group line format; identifies disk space
17323         used by agent and cache.
17324         (gnus-group-line-format-alist): Defined new F format.
17325         (gnus-total-fetched-for): New function.
17326         (gnus-group-delete-group): No longer update
17327         gnus-cache-active-altered as gnus-request-delete-group now keeps
17328         the cache in sync.
17329         (gnus-group-list-active): Let the agent store a server's active
17330         list if currently plugged.
17331
17332         * gnus-int.el (gnus-request-delete-group):
17333         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17334         local disk in sync with the server.
17335         (gnus-request-rename-group):
17336         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17337         local disk in sync with the server.
17338
17339         * gnus-start.el (gnus-get-unread-articles):
17340         Cosmetic simplification to logic.
17341
17342         * gnus-util.el (gnus-rename-file): New function.
17343
17344 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17345
17346         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17347
17348 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17351         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17352
17353 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17356         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17357
17358 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17361
17362 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17363
17364         * spam.el (spam-set-difference): Add function to replace
17365         gnus-set-difference in spam.el.
17366         (spam-summary-prepare-exit): Use spam-set-difference.
17367
17368 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17369
17370         * gnus-registry.el (gnus-registry-cache-file): Update to use
17371         gnus-dribble-directory OR gnus-home-directory OR ~.
17372         (gnus-registry-split-fancy-with-parent): Fix doc.
17373
17374 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * message.el (message-exchange-point-and-mark): Use
17377         message-mark-active-p.  Suggested by Jesper Harder
17378         <harder@ifa.au.dk>.
17379
17380 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * message.el (message-exchange-point-and-mark): Don't activate
17383         region if it was inactive.  Suggested by Hiroshi Fujishima
17384         <pooh@nature.tsukuba.ac.jp>.
17385
17386 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * gnus-art.el (article-display-face): Display Faces in the same
17389         order as X-Faces.
17390
17391 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17394
17395 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17398         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17399         (gnus-article-mime-hierarchy): Remove.
17400         (gnus-article-mime-hierarchy-next): Remove.
17401         (gnus-article-mode): Revert 2004-03-19 change.
17402         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17403         (gnus-insert-mime-button): Revert 2004-03-19 change.
17404         (gnus-mime-accumulate-hierarchy): Remove.
17405         (gnus-mime-enter-multipart): Remove.
17406         (gnus-mime-leave-multipart): Remove.
17407         (gnus-mime-display-part): Revert 2004-03-19 change.
17408         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17409
17410         * mml.el (mml-preview): Revert 2004-03-19 change.
17411
17412 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17413
17414         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17415
17416 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17419         t while entering a file name using the mm-with-multibyte macro.
17420         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17421
17422         * mm-util.el (mm-with-multibyte): New macro.
17423
17424 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17427         user option.
17428         (gnus-mime-multipart-functions): Doc and customization fix.
17429         (gnus-article-mime-hierarchy): New variable.
17430         (gnus-article-mime-hierarchy-next): New variable.
17431         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17432         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17433         gnus-article-mime-hierarchy-next to nil.
17434         (gnus-insert-mime-button): Show hierarchy numbers.
17435         (gnus-mime-accumulate-hierarchy): New function.
17436         (gnus-mime-enter-multipart): New function.
17437         (gnus-mime-leave-multipart): New function.
17438         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17439         (gnus-mime-display-alternative): Show hierarchy numbers.
17440
17441         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17442         gnus-article-mime-hierarchy-next to nil.
17443
17444 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17445
17446         * dns.el: Don't require gnus-xmas.
17447
17448 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17451         inline PGP.
17452         (mml-menu): Disable mml-quote-region if mark is inactive.
17453
17454 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17457         when the group's active is not available.
17458
17459 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17462         error.
17463
17464 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * imap.el (imap-store-password): New variable.
17467         (imap-interactive-login): Use it.
17468         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17469
17470 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17473         window-start and hscroll to summary window.
17474
17475 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17476
17477         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17478         conversion message to newsrc-dribble when an actual conversion is
17479         performed.
17480
17481 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17482
17483         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17484
17485 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * mm-decode.el (mm-complicated-handles): New function reviving
17488         former definition of mm-multiple-handles.
17489
17490         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17491         (gnus-mime-delete-part): Use it.
17492
17493 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17494
17495         * gnus-agent.el (gnus-agent-read-local): Bind
17496         nnheader-file-coding-system to gnus-agent-file-coding-system to
17497         avoid the implicit assumption that they will always be equal.
17498         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17499         coding-system-for-write, as the with-temp-file macro first prints
17500         to a buffer then saves the buffer.
17501
17502 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * gnus-art.el (gnus-article-edit-part): New function.
17505         (gnus-mime-save-part-and-strip): Use it; do query instead of
17506         signaling an error; don't use mm-multiple-handles.
17507         (gnus-mime-delete-part): Ditto.
17508
17509 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17510
17511         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17512         old file versions.
17513         (gnus-group-prepare-hook): Removed function that converted list
17514         form of gnus-agent-expire-days to group properties.
17515
17516         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17517         (gnus-request-accept-article): Re-indented.
17518
17519         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17520         converters to handle old agent file formats.  Added logic for a
17521         "backup before upgrading warning".
17522         (gnus-convert-mark-converter-prompt): Developers can mark
17523         functions as needing (default), or not needing,
17524         gnus-convert-old-newsrc's "backup before upgrading warning".
17525         (gnus-convert-converter-needs-prompt): Tests whether the user
17526         should be protected from potentially irreversable changes by the
17527         function.
17528
17529         * legacy-gnus-agent.el: New.  Provides converters that are only
17530         loaded when gnus-convert-old-newsrc needs to call them.
17531
17532 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * mail-source.el (mail-source-touch-pop): Doc fix.
17535
17536         * message.el (message-smtpmail-send-it): Doc fix.
17537
17538 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17539
17540         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17541
17542         * nnmail.el (nnmail-split-fancy): do.
17543
17544         * gnus-kill.el (gnus-kill, gnus-execute): do.
17545
17546 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17547
17548         * gnus-sum.el (gnus-widget-reversible-match)
17549         (gnus-widget-reversible-to-internal)
17550         (gnus-widget-reversible-to-external): New functions.
17551         (gnus-widget-reversible): New widget.
17552         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17553
17554 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17555
17556         * gnus-sum.el (gnus-thread-sort-functions)
17557         (gnus-article-sort-functions): Document `(not F)' items.
17558
17559 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17560
17561         * spam.el (spam-use-gmane-xref): Add new backend.
17562         (spam-gmane-xref-spam-group): Add variable to control the name of the
17563         Gmane spam group.
17564         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17565         (spam-regex-headers-spam, spam-regex-headers-ham)
17566         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17567         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17568         backends and checks.
17569         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17570
17571         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17572         an autodetect method.
17573
17574 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17575
17576         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17577         articles are being added to a group.
17578         (gnus-request-replace-article): Inform the agent that articles
17579         need to be uncached as the cached contents are no longer valid.
17580
17581 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * binhex.el: Don't autoload executable-find.
17584
17585         * canlock.el: Don't autoload mail-fetch-field.
17586
17587         * dgnushack.el: Autoload c-mode for XEmacs.
17588
17589         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17590
17591         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17592         rmail-dont-reply-to and rmail-output.
17593
17594         * gnus-score.el: Don't autoload ffap-string-at-point.
17595
17596         * gnus-setup.el: Don't autoload sc-cite-original.
17597
17598         * imap.el: Don't autoload base64-decode-string,
17599         base64-encode-string and md5.
17600
17601         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17602         and rmail-msg-restore-non-pruned-header.
17603
17604         * mm-decode.el: Don't autoload executable-find.
17605
17606         * mm-url.el: Don't autoload executable-find.
17607
17608         * mm-view.el: Don't autoload diff-mode.
17609
17610         * nndb.el: Don't autoload news-reply-mode, news-setup,
17611         cancel-timer and telnet.
17612
17613         * password.el: Don't autoload run-at-time for Emacs.
17614
17615         * sha1-el.el: Don't autoload executable-find.
17616
17617         * sieve-mode.el: Don't autoload c-mode.
17618
17619         * uudecode.el: Don't autoload executable-find.
17620
17621 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17622
17623         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17624         (gnus-agent-possibly-alter-active): Avoid null in numeric
17625         comparison.
17626         (gnus-agent-set-local): Refuse to save null in local object table.
17627         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17628         list of articles that will be marked as unread.
17629
17630 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17633
17634 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17637         language tags.
17638
17639 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17640
17641         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17642         Don't bind "obarray".
17643
17644         * gnus-sum.el (gnus-thread-sort-functions): Added
17645         `gnus-thread-sort-by-most-recent-number' and
17646         `gnus-thread-sort-by-most-recent-date'.
17647         Reported by Kai Grossjohann <kai@emptydomain.de>.
17648
17649 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17652
17653 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17654
17655         * gnus-cus.el (gnus-agent-customize-category): Removed
17656         ignore-errors macro reference that required cl to be loaded at
17657         run-time.
17658
17659         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17660         single-interval range of the form (min . max).  Previously the
17661         range had to look like ((min . max)).  Likewise, return
17662         (min . max) rather than ((min . max)).
17663         (gnus-range-map): Use gnus-range-normalize to accept
17664         single-interval range.
17665
17666         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17667         the cache, but not the agent, now appear with their usual face.
17668
17669         * dgnushack.el (loaddir): New variable that is bound to the
17670         directory containing the dgnushack.el file. Use loaddir, rather
17671         than srcdir, to update load-path. Change lets dgnushack compile
17672         code in directories other than GNUS/lisp.
17673
17674 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * lpath.el: Don't bind w3m-safe-url-regexp.
17677
17678         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17679         w3m-safe-url-regexp variable buffer-local.
17680
17681         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17682
17683 2004-02-27  Simon Josefsson  <jas@extundo.com>
17684
17685         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17686         gnus-group-real-prefix.
17687         (gnus-summary-move-article): Use it, instead of
17688         gnus-group-real-prefix.
17689
17690 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * lpath.el: Bind w3m-safe-url-regexp.
17693
17694         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17695         w3m-safe-url-regexp variable buffer-local and set it as the value
17696         of mm-w3m-safe-url-regexp.
17697
17698         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17699
17700         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17701         parsing gnus-posting-styles when the message is not for replying.
17702
17703         * dgnushack.el: Autoload sgml-mode for XEmacs.
17704
17705         * nnrss.el (nnrss-opml-export): Use
17706         mm-set-buffer-file-coding-system instead of
17707         set-buffer-file-coding-system.
17708
17709 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17712         of checkdoc.el).
17713         * nnrss.el: do.
17714         * gnus-mlspl.el: do.
17715         * gnus-ml.el: do.
17716         * gnus-srvr.el: do.
17717
17718         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17719
17720 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17721
17722         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17723         Corrections to custom-manual links.
17724
17725         * gnus-art.el (gnus-article): Ditto.
17726
17727         * mm-decode.el (mime-display, mime-security): Ditto.
17728
17729 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * flow-fill.el: Typo.
17732
17733 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17734
17735         * spam-wash.el: New file.
17736
17737 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17738
17739         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17740
17741 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17742
17743         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17744         to be run with new-articles as LIST1, not LIST2.
17745         (spam-registration-functions): Add spam-use-ham-copy as a nil
17746         registration backend.
17747
17748 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17749
17750         * spam-stat.el (spam-stat-washing-hook): New option.
17751         (spam-stat-buffer-words): Use it.
17752         (spam-stat-process-directory, spam-stat-test-directory): Use
17753         insert-file-contents-literally.
17754         (spam-stat-coding-system): New variable.
17755         (spam-stat-load, spam-stat-save): Use it.
17756
17757 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * spam-report.el (spam-report-plug-agent): Quote
17760         spam-report-url-to-file and spam-report-url-ping-plain.
17761
17762 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17765         / in mailto URLs.
17766
17767 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17768
17769         * spam-report.el (spam-report-process-queue): Fix interactive use.
17770         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17771         (spam-report-unplug-agent): Doc fixes.
17772         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17773         (spam-report-agentize, spam-report-deagentize): Autoload.
17774
17775 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17778
17779         * message.el (message-setup-fill-variables): Add mml tags to
17780         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17781         <ajk@iu.edu>.
17782         (message-mode): Don't modify paragraph-separate there.
17783
17784 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * compface.el (uncompface-use-external): Default to undecided.
17787         (uncompface-use-external-threshold): New variable.
17788         (uncompface-float-time): New macro.
17789         (uncompface): Determine whether to use the external decoder if
17790         uncompface-use-external is undecided.
17791
17792 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17793
17794         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17795         after images.
17796
17797         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17798
17799 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17800
17801         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17802
17803         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17804
17805         * gnus-sum.el (gnus-summary-limit-to-age)
17806         (gnus-summary-limit-children): do.
17807
17808         * gnus-int.el (gnus-request-scan): do.
17809
17810         * gnus-group.el (gnus-group-suspend): do.
17811
17812         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17813
17814         * gnus-cite.el (gnus-cite-parse-attributions): do.
17815
17816         * gnus-agent.el (gnus-summary-set-agent-mark)
17817         (gnus-agent-regenerate-group): do.
17818
17819         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17820
17821         * binhex.el (binhex-decode-region-internal): do.
17822
17823 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-fun.el (gnus-face-properties-alist): New user option.
17826         (gnus-display-x-face-in-from): Use it.
17827
17828         * gnus-art.el (article-display-face): Ditto.
17829
17830         * compface.el (uncompface-use-external): Default to nil.
17831
17832 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17833
17834         * nntp.el (nntp-erase-buffer): New function.
17835         (nntp-retrieve-data, nntp-send-command)
17836         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17837         (nntp-possibly-change-group): Use it.
17838
17839         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17840         with-current-buffer.
17841
17842 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17843
17844         * compface.el: Merge the ELisp-based uncompface program.
17845         (compface): New customization group.
17846         (uncompface-use-external): New user option.
17847         (uncompface): Call uncompface-internal if uncompface-use-external
17848         is nil.
17849         (uncompface-internal): New function.  Note that there are also
17850         some other functions and variables added for this function.
17851
17852 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17853
17854         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17855         if necessary.
17856
17857 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17858
17859         * spam-report.el (spam-report-unplug-agent)
17860         (spam-report-plug-agent, spam-report-deagentize)
17861         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17862         Add support for the Agent in spam-report: when unplugged, report to a
17863         file; when plugged, submit all the requests.
17864
17865         * spam.el (spam-register-routine): Fix message about
17866         registration.
17867
17868 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17869
17870         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17871         dependencies.
17872         (rfc2047-encode): Use it.
17873
17874         * gnus-art.el (gnus-button-marker-list): Move before first
17875         reference.
17876
17877         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17878         (imap-parse-body): Fix format string mismatch.
17879
17880         * gnus-score.el (gnus-summary-increase-score): do.
17881
17882         * nnrss.el (nnrss-close): New function.
17883
17884 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17885
17886         * nnrss.el (nnrss-make-filename): New function.
17887         (nnrss-request-delete-group, nnrss-read-server-data)
17888         (nnrss-save-server-data, nnrss-read-group-data)
17889         (nnrss-save-group-data): Use it.
17890         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17891         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17892         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17893
17894 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17895
17896         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17897
17898 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17901         files.
17902
17903         * message.el (message-generate-headers-first): Don't quote nil
17904         and t in docstrings.
17905
17906         * imap.el (imap-id): do.
17907
17908         * gnus-agent.el (gnus-agent-consider-all-articles)
17909         (gnus-agent-queue-mail): do.
17910
17911 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * spam-report.el (spam-report-process-queue): New function.
17914         Process requests from `spam-report-requests-file'.
17915         (spam-report-process-queue): Doc fix.
17916
17917 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17918
17919         * spam.el (spam-register-routine)
17920         (spam-log-processing-to-registry, spam-log-registered-p)
17921         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17922         Change "check" to "spam-check" for semi-clarity.
17923
17924 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17925
17926         * pop3.el: Require nnheader.
17927
17928         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17929
17930         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17931
17932         * gnus-picon.el: Require cl.
17933
17934         * gnus-fun.el: Require gnus-ems and gnus-util.
17935
17936         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17937
17938         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17939
17940         * gnus-art.el (gnus-article-edit-mode): Define before first
17941         reference.
17942
17943 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17944
17945         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17946         (gnus-uu-post-encoded): Use point-at-bol.
17947
17948         * gnus-topic.el (gnus-group-active-topic-p): do.
17949
17950         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17951
17952         * gnus-group.el (gnus-group-kill-region): do.
17953
17954         * gnus-art.el (article-date-ut): do.
17955
17956         * message.el (message-fetch-field): Remove redundant
17957         case-fold-search binding.
17958         (message-narrow-to-field): Simplify.
17959
17960 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17961
17962         * spam.el (spam-directory): Derive from `gnus-directory'.
17963
17964         * spam-report.el (spam-report-url-to-file)
17965         (spam-report-requests-file): New function and variable for offline
17966         reporting.
17967         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17968         and user defined function.
17969         (spam-report-url-ping-mm-url): Remove doubled slash.
17970
17971 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17972
17973         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17974
17975 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17978         format string mismatch.
17979
17980         * sieve.el (sieve-deactivate-all): do.
17981
17982         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17983
17984         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17985
17986         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17987
17988         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17989
17990 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17993         the list of checks.
17994
17995 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17996
17997         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17998         padding.
17999
18000 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18001
18002         * mm-view.el (mm-fill-flowed): New variable.
18003         (mm-inline-text): Use it.
18004
18005 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18006
18007         * spam.el (spam-spamassassin-register-ham-routine)
18008         (spam-spamassassin-register-spam-routine): Fix function names.
18009
18010 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * gnus.el (gnus-tmp-grouplens): Remove.
18013         (gnus-summary-line-format): Remove grouplens.
18014
18015         * gnus-group.el (gnus-group-line-format): Ditto.
18016
18017         * gnus-spec.el (gnus-format-specs): Ditto.
18018         (gnus-update-format-specifications): Flush the group format spec
18019         cache if there's the grouplens stuff.
18020         (gnus-parse-simple-format): Replace %l with the empty string.
18021
18022 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18023
18024         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18025         omission.
18026
18027 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18030         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18031
18032 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18033
18034         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18035         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18036         New macros and functions.
18037         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18038         Handle > NLINK_MAX messages.
18039         * nnmaildir.el (nnmaildir-request-set-mark): Use
18040         nnmaildir--emlink-p and nnmaildir--eexist-p.
18041
18042 2004-01-25  Alex Schroeder  <alex@gnu.org>
18043
18044         * spam-stat.el (spam-stat-process-directory-age): New option.
18045         (spam-stat-process-directory): Use it.
18046
18047 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18048
18049         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18050         (spam-stat-save): Accept prefix argument.
18051
18052 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18053
18054         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18055         links" error.
18056
18057 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18060         the rest of the and/or forms.
18061
18062 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18065         compatibility with old .newsrc.eld files.
18066
18067         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18068
18069         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18070
18071         * gnus-start.el (gnus-1): do.
18072
18073         * gnus-group.el (gnus-group-line-format-alist): do.
18074
18075         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18076
18077         * gnus-gl.el: Remove.
18078
18079 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18080
18081         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18082         marks consisting of a single range {for example, (3 . 5)} rather
18083         than a list of a single range { ((3 . 5)) }.
18084
18085 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18086
18087         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18088         with-current-buffer.
18089         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18090         avoid consing a string.
18091
18092         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18093         Remove obsolete entries for big5 and gb2312.
18094
18095 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18096
18097         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18098         uncompressed list.
18099
18100 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * spam-stat.el (spam-stat-strip-xref): New function.
18103         (spam-stat-process-directory): Use it.
18104
18105         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18106         here -- it's done in message-fetch-field.
18107
18108 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18109
18110         * gnus-agent.el (gnus-agent-queue-mail)
18111         (gnus-agent-prompt-send-queue): New variables.
18112         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18113         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18114         "nndraft:queue" along to gnus-draft-send.  Use
18115         gnus-agent-prompt-send-queue.
18116         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18117         is "nndraft:queue".  Suggested by Gaute Strokkenes
18118         <gs234@srcf.ucam.org>
18119
18120         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18121         (agent-enable-undownloaded-faces): Added.
18122         (gnus-agent-cat-groups): Use eval-and-compile, not
18123         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18124         method of gnus-agent-cat-groups even when the buffer has been
18125         evaled.
18126         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18127         delete gnus-agent-save-active-1.
18128         (gnus-agent-save-groups): Deleted.  Identical to
18129         gnus-agent-save-active.
18130         (gnus-agent-write-active): No longer adjust agent's copy of active
18131         file as agent's adjustments are now stored in their own
18132         file.  Removed optional parameter.
18133         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18134         servers.  Add use of min/max range limits from server's local
18135         file.
18136         (gnus-agent-save-alist): Removed unused optional argument.
18137         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18138         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18139         (gnus-agent-set-local): A per-server file that keeps min/max range
18140         limits for articles known to the agent.  Provides a fast mechanism
18141         for altering many active ranges.
18142         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18143         active file (local makes it unnecessary).
18144         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18145
18146         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18147         (agent-enable-undownloaded-faces): Added.
18148
18149         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18150         disable it when sending to "nndraft:queue".
18151         (gnus-group-send-queue): Add safety check to avoid sending queue
18152         when unplugged.
18153
18154         * gnus-group.el (gnus-group-catchup): Use new
18155         gnus-sequence-of-unread-articles, not
18156         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18157         numbers of articles.  Use gnus-range-map to avoid having to
18158         uncompress the unread list.
18159         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18160         Fixed invalid ange-ftp reference.
18161
18162         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18163         (gnus-sorted-range-intersection): Intersection of two ranges
18164         without requiring that they first be uncompressed.
18165
18166         * gnus-start.el (gnus-activate-group): Unless blocked by the
18167         caller, possibly expand the active range to include both cached
18168         and agentized articles.
18169         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18170         multiple version-dependent converters.
18171         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18172         gnus-agent-save-active.
18173         (gnus-save-newsrc-file): Save dirty agent range limits.
18174
18175         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18176         gnus-agent-possibly-alter-active.
18177         (gnus-adjust-marked-articles): Faster handling of simple lists.
18178
18179 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * spam-stat.el (spam-stat-test-directory): New optional argument
18182         displays a list of files detected.  Suggested by Andrew Cohen
18183         <cohen@andy.bu.edu>.
18184         (spam-stat-buffer-words-with-scores): Don't narrow and change
18185         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18186
18187 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18188
18189         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18190         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18191         (spam-spamassassin-arguments)
18192         (spam-spamassassin-spam-flag-header)
18193         (spam-spamassassin-positive-spam-flag-header)
18194         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18195         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18196         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18197         (spam-list-of-processors, spam-list-of-checks)
18198         (spam-list-of-statistical-checks, spam-registration-functions)
18199         (spam-check-spamassassin-headers, spam-check-spamassassin)
18200         (spam-spamassassin-score)
18201         (spam-spamassassin-register-with-sa-learn)
18202         (spam-spamassassin-register-spam-routine)
18203         (spam-spamassassin-register-ham-routine)
18204         (spam-assassin-register-spam-routine)
18205         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18206         (spam-bogofilter-score): Fix to show article before scoring.
18207
18208 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18209
18210         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18211         default scoring function.
18212         (spam-generic-score): Call spam-spamassassin-score if
18213         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18214         spam-bogofilter-score otherwise.
18215
18216         * gnus.el (spam-process, spam-autodetect-methods): Add
18217         spamassassin and spamassassin-headers.
18218
18219 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18220
18221         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18222         Suppress unnecessary messages.
18223
18224 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18225
18226         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18227         make-hash-table.
18228
18229 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * canlock.el (base64-encode-string): Don't autoload it.
18232
18233 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * run-at-time.el: Remove useless (require 'itimer),
18236         eval-and-compile and (featurep 'xemacs).
18237
18238 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18239
18240         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18241         GROUP is a virtual group.
18242
18243 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18244
18245         * gnus.el: Autoload `message-y-or-n-p'.
18246
18247 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18248
18249         * pgg-parse.el: Remove unnecessary (require 'custom).
18250
18251         * pgg-def.el: do.
18252
18253         * nnmail.el: do.
18254
18255         * gnus-undo.el: do.
18256
18257         * gnus-picon.el: do.
18258
18259         * gnus-util.el: do.
18260
18261 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18262
18263         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18264
18265 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18268         handle, as well as a list.
18269
18270         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18271         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18272         (mm-w3m-cid-retrieve): Simplify.
18273
18274 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18275
18276         * message.el (message-kill-to-signature): Allow prefix arg to
18277         specify number of lines to keep before signature.
18278
18279 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18280
18281         * message.el (message-kill-to-signature): Change docstring.
18282
18283 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * canlock.el: Always require sha1-el.
18286         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18287
18288         * message.el: Autoload sha1 only when compiling.
18289
18290         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18291         eudc-expand-inline for XEmacs.
18292
18293 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * message.el (message-canlock-generate): Require sha1-el.
18296
18297 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18298
18299         * message.el (message-expand-name): Silence the byte compiler.
18300
18301         * lpath.el: Add detect-coding-system.
18302
18303         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18304         cus-edit.
18305
18306 2004-01-13  Simon Josefsson  <jas@extundo.com>
18307
18308         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18309         Invoke gnus-score-mode.  Reported by
18310         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18311
18312         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18313         Jim Blandy <jimb@redhat.com> (tiny change).
18314
18315 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18316
18317         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18318
18319 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18320
18321         * spam.el (spam-get-article-as-string): Update to use
18322         gnus-request-article-this-buffer, much simpler.
18323         (spam-get-article-as-buffer): Remove.
18324
18325 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18326
18327         * message.el (message-expand-name): Use EUDC if the user uses that.
18328
18329 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18330
18331         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18332         character for the encoding to avoid consing a string.
18333
18334         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18335         unnecessarily.
18336
18337         * mm-util.el (mm-replace-chars-in-string): Remove.
18338
18339         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18340         of mm-replace-chars-in-string.
18341
18342 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18343
18344         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18345
18346         * mm-util.el (mm-subst-char-in-string): Support inplace.
18347
18348         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18349         a new string in every iteration.  Use shy groups.
18350
18351 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18352
18353         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18354         * gnus-soup.el (gnus-soup-group-brew):
18355         * gnus-msg.el (gnus-put-message):
18356         * gnus-move.el (gnus-group-move-group-to-server):
18357         * gnus-kill.el (gnus-batch-score):
18358         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18359         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18360         (gnus-group-update-group, gnus-group-read-group)
18361         (gnus-group-make-group, gnus-group-make-help-group)
18362         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18363         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18364         (gnus-group-sort-by-unread, gnus-group-catchup)
18365         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18366         (gnus-group-yank-group, gnus-group-set-info)
18367         (gnus-group-list-groups):
18368         * gnus.el (gnus-generate-new-group-name):
18369         * gnus-delay.el (gnus-delay-send-queue):
18370         * nnvirtual.el (nnvirtual-catchup-group):
18371         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18372         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18373         (gnus-group-prepare-topics, gnus-topic-check-topology):
18374         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18375         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18376         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18377         (gnus-group-make-articles-read):
18378         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18379         (gnus-group-change-level, gnus-kill-newsgroup)
18380         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18381         (gnus-get-unread-articles, gnus-make-articles-unread)
18382         (gnus-make-ascending-articles-unread): Use accessor
18383         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18384         to get group information for improved readability.
18385
18386
18387 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18388
18389         * gnus-art.el (article-decode-mime-words, article-babel)
18390         (gnus-article-highlight-signature, gnus-article-add-buttons)
18391         (gnus-signature-toggle): Use gnus-with-article-buffer.
18392
18393         * gnus-art.el (gnus-article-highlight-headers)
18394         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18395
18396         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18397         (gnus-article-set-globals, gnus-request-article-this-buffer)
18398         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18399         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18400         (gnus-mime-display-alternative): Use with-current-buffer.
18401
18402 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18403
18404         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18405         also under 80 char limit, and call gnus-error if needed.
18406         (spam-fetch-article-header): Fix - it was a
18407         buffer-local variable (gnus-newsgroup-data).
18408         (spam-find-spam): Use spam-generate-fake-headers, forget about
18409         spam-insert-fake-headers.
18410         (spam-insert-fake-headers): Remove.
18411
18412 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18413
18414         * deuglify.el (gnus-article-outlook-unwrap-lines)
18415         (gnus-outlook-rearrange-article)
18416         (gnus-outlook-repair-attribution-outlook)
18417         (gnus-outlook-repair-attribution-block)
18418         (gnus-outlook-repair-attribution-other): Remove redundant
18419         save-excursion.
18420
18421 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18422
18423         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18424         (spam-fetch-field-subject-fast)
18425         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18426         (spam-fetch-article-header): Add functions to deal with Gnus
18427         internals for fast retrieval of article header data.
18428         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18429
18430 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18431
18432         * pop3.el (pop3-md5): Remove.
18433         (pop3-apop): Replace pop3-md5 with md5.
18434
18435         * mm-bodies.el: base64 is always built-in.
18436
18437         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18438         with-current-buffer.
18439
18440 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * canlock.el (canlock-insert-header): Remove excessive grouping in
18443         regexp.
18444
18445         * gnus-sum.el (gnus-summary-read-document): Ditto.
18446
18447         * gnus-uu.el (gnus-uu-part-number): Ditto.
18448
18449         * html2text.el (html2text-remove-tags): Ditto.
18450         (html2text-format-tags): Ditto.
18451         (html2text-format-single-elements): Ditto.
18452
18453         * mml.el (mml-parse-1): Ditto.
18454
18455 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18456
18457         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18458
18459         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18460
18461         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18462
18463         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18464
18465 2003-11-15  Simon Josefsson  <jas@extundo.com>
18466
18467         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18468         (pgg-gpg-lookup-key): Use regexp match instead of
18469         split-string (split-string is different between emacs 21.2 and
18470         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18471
18472 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18473
18474         * gnus-art.el (gnus-mime-view-all-parts)
18475         (gnus-article-part-wrapper, gnus-article-view-part): Use
18476         with-current-buffer.
18477
18478 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18479
18480         * spam.el (spam-disable-spam-split-during-ham-respool)
18481         (spam-spamoracle-database, spam-cache-lookups)
18482         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18483         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18484         (spam-group-ham-marks, spam-group-spam-marks)
18485         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18486         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18487         also add spam-use-blackholes to the statistical checks.
18488         (spam-fetch-field-fast): Add interface to fetching fields, may
18489         become a macro.
18490         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18491         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18492         (spam-insert-fake-headers): Fake an article when needed.
18493         (spam-find-spam): Fake article when possible.
18494         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18495         (spam-check-bogofilter-headers): Use message-fetch-field instead
18496         of nnmail-fetch-field.
18497
18498 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18499
18500         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18501
18502 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18503
18504         * spam.el (spam-split): Do not require spam-use-CHECK to be
18505         enabled if that check is passed to spam-split explicitly; also
18506         fix so 'spam doesn't get converted to spam-split-group when
18507         spam-split-symbolic-return is t.
18508         (spam-find-spam): Find registrations of the article and use those
18509         instead of re-running spam-split to find the spam/ham
18510         classification of the article.
18511         (spam-log-processing-to-registry, spam-log-registered-p)
18512         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18513         Use gnus-error instead of gnus-message.
18514         (spam-log-registration-type): Add function to determine the
18515         classification of a message based on registry entries; will
18516         return nil if both 'spam and 'ham are found.
18517         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18518         a reasonably fast local cache without the loading errors.
18519         (spam-cache-lookups): Set to t by default.
18520         (spam-find-spam): Don't try to guess spam-cache-lookups.
18521         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18522         spam-caches entry.
18523         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18524         caching of whitelist/blacklist entries.
18525         (spam-check-whitelist, spam-check-blacklist): Invoke
18526         spam-from-listed-p with a type, not a cache variable.
18527         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18528
18529 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18530
18531         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18532
18533         * nnmail.el (nnmail-split-fancy): do.
18534
18535         * mml.el (mml-parse): do.
18536
18537         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18538         (gnus-score-adaptive): do.
18539
18540 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18543         (gnus-mime-button-map): Don't set keymap parent.
18544         (gnus-button-ctan-directory-regexp): Use shy grouping.
18545         (gnus-prev-page-map): Don't set keymap parent.
18546         (gnus-prev-page-map): Remove duplicated one.
18547         (gnus-next-page-map): Don't set keymap parent.
18548         (gnus-mime-security-button-map): Ditto.
18549
18550         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18551         version number.
18552
18553         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18554
18555 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * canlock.el (canlock-sha1-function): Remove.
18558         (canlock-sha1-function-for-verify): Remove.
18559         (canlock-openssl-program): Remove.
18560         (canlock-openssl-args): Remove.
18561         (canlock-ignore-errors): Remove.
18562         (canlock-sha1-with-openssl): Remove.
18563         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18564         (canlock-verify): Don't use canlock-ignore-errors.
18565
18566         * sha1-el.el (sha1-string-external): Make it can return a string
18567         in binary form.
18568         (sha1-region-external): Ditto.
18569         (sha1-string-internal): Ditto.
18570         (sha1-region-internal): Ditto.
18571         (sha1-region): Ditto.
18572         (sha1-string): Ditto.
18573         (sha1): Ditto.
18574
18575 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * spam.el (spam-report-articles-gmane): New command.
18578
18579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18582
18583         * run-at-time.el (run-at-time-saved): Remove.
18584         (run-at-time): Doc fix.
18585
18586 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18589         (gnus-summary-limit-map): Add it.
18590         (gnus-summary-make-menu-bar): do.
18591
18592 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18595         Make attempt at some caching support (done for BBDB only now).
18596         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18597         addresses to be checked.
18598         (spam-clear-cache-BBDB): Add function, to be invoked by
18599         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18600         (spam-check-BBDB): Check and use the caches, if
18601         spam-cache-lookups is on, remove superfluous (provide).
18602
18603 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18606
18607 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18608
18609         * run-at-time.el (run-at-time-saved): Move to after the definition
18610         of `run-at-time'.
18611
18612         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18613
18614 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18617         mm-w3m-local-map-property.
18618
18619         * mm-view.el (mm-w3m-mode-map): Remove.
18620         (mm-w3m-local-map-property): Remove.
18621         (mm-inline-text-html-render-with-w3m): Don't use
18622         mm-w3m-local-map-property.
18623
18624 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18625
18626         * run-at-time.el: New file.
18627
18628         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18629         under Emacs.
18630
18631         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18632         of gnus-set-text-properties.
18633
18634         * gnus-uu.el (gnus-uu-save-article): Ditto.
18635
18636         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18637
18638         * gnus-cite.el (gnus-cite-parse): Ditto.
18639
18640         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18641         of gnus-.
18642
18643         * gnus-xmas.el (run-at-time): Require run-at-time.
18644
18645         * gnus.el: Changed calls to nnheader-run-at-time and
18646         password-run-at-time throughout to use run-at-time directly.
18647
18648         * password.el: Removed definition of run-at-time.
18649
18650         * nnheaderxm.el: Remove definition of run-at-time.
18651
18652 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18653
18654         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18655         in prompt.
18656
18657 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18658
18659         * messagexmas.el (message-xmas-redefine): Alias
18660         `message-make-caesar-translation-table' to
18661         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18662         version.
18663
18664         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18665         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18666         `gnus-xmas-set-text-properties'.
18667         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18668         `gnus-xmas-completing-read'.
18669         (gnus-xmas-completing-read): Removed.
18670         (gnus-xmas-open-network-stream): Removed.
18671
18672         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18673         XEmacs version.
18674
18675         * dns.el (dns-make-network-process): Use `open-network-stream'
18676         instead of `gnus-xmas-open-network-stream'.
18677
18678         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18679
18680         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18681
18682 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18683
18684         * gnus-art.el (gnus-mime-display-alternative)
18685         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18686         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18687         Don't use gnus-local-map-property.
18688
18689         * gnus-util.el (gnus-local-map-property): Remove.
18690
18691         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18692         gnus-completing-read-maybe-default with completing-read.
18693
18694         * gnus-util.el (gnus-completing-read): do.
18695         (gnus-completing-read-maybe-default): Remove.
18696
18697 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18698
18699         * password.el: Only autoload `run-at-time' if not XEmacs.
18700         Only autoload the itimer functions if XEmacs.
18701
18702 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18705         XEmacsen.
18706
18707         * dgnushack.el: Autoload executable-find for XEmacs.
18708
18709 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18710
18711         * gnus-art.el (gnus-read-string): Remove.
18712         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18713         read-string.
18714
18715 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18716
18717         * netrc.el: Autoload password-read.
18718         (netrc): Add configuration group.
18719         (netrc-encoding-method, netrc-openssl-path): Add
18720         variables for encoding and decoding of files with symmetric
18721         ciphers.
18722         (netrc-encode): Add assistant function to encode a file with
18723         netrc-encoding-method.
18724         (netrc-parse): Add interactive parameter, added optional
18725         decoding if netrc-encoding-method is non-nil but otherwise
18726         behavior is standard.
18727         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18728         Do s/encode/encrypt/ everywhere.
18729
18730         * spam.el: Remove executable-find autoload.
18731
18732 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18733
18734         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18735
18736         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18737
18738 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-art.el (gnus-treat-ansi-sequences)
18741         (article-treat-ansi-sequences): New variable and function.
18742         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18743
18744         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18745         Use it.
18746
18747 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * mm-util.el (mm-quote-arg): Remove.
18750
18751         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18752         shell-quote-argument.
18753
18754         * gnus-uu.el (gnus-uu-command): do.
18755
18756         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18757
18758         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18759         with make-char.
18760
18761         * mm-util.el (mm-make-char): Remove.
18762
18763         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18764         add-minor-mode.
18765
18766         * gnus-undo.el (gnus-undo-mode): do.
18767
18768         * gnus-topic.el (gnus-topic-mode): do.
18769
18770         * gnus-sum.el (gnus-dead-summary-mode): do.
18771
18772         * gnus-start.el (gnus-slave-mode): do.
18773
18774         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18775
18776         * gnus-ml.el (gnus-mailing-list-mode): do.
18777
18778         * gnus-gl.el (gnus-grouplens-mode): do.
18779
18780         * gnus-draft.el (gnus-draft-mode): do.
18781
18782         * gnus-dired.el (gnus-dired-mode): do.
18783
18784         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18792         Replace gnus-char-width with char-width.
18793
18794         * gnus-ems.el (gnus-char-width): Remove.
18795
18796         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18797         definition.
18798         Remove Emacs 20 hash table compatibility code.
18799
18800         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18801         20 compatibility code.
18802
18803         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18804
18805         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18806
18807         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18808         with point-at-{eol,bol}.
18809
18810         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18811
18812         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18813
18814         * flow-fill.el (fill-flowed-point-at-bol)
18815         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18816
18817         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18818         Replace with point-at-{eol,bol} throughout all files.
18819
18820 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * ntlm.el (ntlm-string-as-unibyte): New macro.
18823         (ntlm-build-auth-response): Use it.
18824
18825         Remove Emacs 20 stuff:
18826         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18827         (butlast, mapc, remove): Remove the compiler macros.
18828         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18829         of delq and copy-sequence.
18830         * gnus-art.el (popup-menu): Remove the compiler macro.
18831         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18832         Emacs 20.
18833
18834 2004-01-05  Simon Josefsson  <jas@extundo.com>
18835
18836         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18837         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18838         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18839         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18840         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18841         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18842         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18843         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18844         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18845         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18846         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18847         string-xor into ntlm-string-xor.  Suggested by
18848         Jesper Harder <harder@myrealbox.com>.
18849
18850         * ntlm.el: Don't include poem.
18851
18852         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18853         Jesper Harder <harder@myrealbox.com>.
18854
18855         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18856
18857         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18858         probably breaks emacs with DL patch, but do we care? Is anyone
18859         still using the DL stuff?)
18860
18861         * sieve-manage.el: Use the password package.
18862         (sieve-manage-read-passwd): Remove.
18863         (sieve-manage-interactive-login): Use password.  Re-add
18864         condition-case around loop.
18865
18866         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18867         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18868         the password package.
18869
18870 2003-02-19  Simon Josefsson  <jas@extundo.com>
18871
18872         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18873         token.
18874
18875 2002-08-07  Simon Josefsson  <jas@extundo.com>
18876
18877         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18878         (sieve-manage-authenticators):
18879         (sieve-manage-authenticator-alist): Add some SASL mechs.
18880         (sieve-sasl-auth): New function.
18881         (sieve-manage-cram-md5-auth):
18882         (sieve-manage-plain-auth): Rewrite using SASL library.
18883         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18884         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18885         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18886         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18887
18888 2004-01-05  Simon Josefsson  <jas@extundo.com>
18889
18890         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18891         New files.
18892
18893 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18894
18895         * gnus-group.el (gnus-no-groups-message): Update.
18896
18897         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18898
18899 2003-11-09  Simon Josefsson  <jas@extundo.com>
18900
18901         * imap.el: Support for ID IMAP extension (RFC 2971).
18902         (imap-local-variables): Add imap-id.
18903         (imap-id): New variable.
18904         (imap-id): New function.
18905         (imap-parse-response): Parse untagged ID response.
18906         * nnimap.el (nnimap-id): New variable.
18907         (nnimap-open-connection): Use it.
18908
18909 2003-12-28  Simon Josefsson  <jas@extundo.com>
18910
18911         * gnus-score.el (gnus-score-edit-all-score): New.
18912         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18913
18914 2004-01-04  Simon Josefsson  <jas@extundo.com>
18915
18916         * password.el: Add.
18917
18918 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18919
18920         * dns.el (dns-query-types): Fix typo.
18921         (dns-query-types): New function.
18922         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18923         PTR and SOA replies, see RFC 1035.
18924
18925 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18926
18927         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18928
18929         * Moved to Changelog.2.
18930
18931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18932
18933         * gnus.el (gnus-version-number): Bump version.
18934
18935 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18936
18937         * gnus.el: No Gnus v0.1 is released.
18938
18939 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18940
18941         * gnus.el: No Gnus v0.0 is released.
18942
18943 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18944
18945         * gnus.el (gnus-version-number): Bump.
18946         (gnus-version): No.
18947
18948 See ChangeLog.2 for earlier changes.
18949
18950     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18951       Free Software Foundation, Inc.
18952
18953   This file is part of GNU Emacs.
18954
18955   GNU Emacs is free software: you can redistribute it and/or modify
18956   it under the terms of the GNU General Public License as published by
18957   the Free Software Foundation, either version 3 of the License, or
18958   (at your option) any later version.
18959
18960   GNU Emacs is distributed in the hope that it will be useful,
18961   but WITHOUT ANY WARRANTY; without even the implied warranty of
18962   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18963   GNU General Public License for more details.
18964
18965   You should have received a copy of the GNU General Public License
18966   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18967
18968 ;; Local Variables:
18969 ;; coding: utf-8
18970 ;; fill-column: 79
18971 ;; add-log-time-zone-rule: t
18972 ;; End: