fix typo
[gnus] / lisp / ChangeLog
1 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-goto-body): called-interactively-p needs a
4         parameter, so use `any'.
5
6         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7         clear marks before moving, since they're synced from the Gnus side
8         first.
9
10         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
11         (gnus-summary-move-article): Copy over all marks before moving, so that
12         IMAP doesn't think a new article has arrived.
13
14 2010-11-24  Julien Danjou  <julien@danjou.info>
15
16         * shr.el (shr-insert-background-overlay): Fix typo.
17
18         * shr-color.el (shr-color-visible): Fix docstring.
19
20         * shr.el (shr-tag-table): Add bgcolor support.
21         (shr-render-td): Add bgcolor support.
22
23         * message.el (message-goto-body): Use called-interactively-p.
24         (message-in-body-p): message-goto-body returns point.
25
26 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
29         Fixes something or other in Emacs 23, and is backwards compatible.
30
31         * message.el (message-goto-body): Remove the <#secure special-casing,
32         which is too special.
33
34         * shr.el (shr-parse-style): Drop !important from styles.
35
36 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
37
38         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
39         this function to return incorrect results when calling it with an
40         explicit article argument different from
41         (gnus-summary-article-number).
42
43 2010-11-24  Julien Danjou  <julien@danjou.info>
44
45         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
46         (shr-tag-body): Add background support.
47         (shr-descend): Add background support.
48         (shr-tag-title): Add.
49
50         * shr-color.el (shr-color-visible): Really return original background
51         if fixed.
52
53 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * shr.el (shr-color-check): Protect against non-existant colour names.
56
57 2010-11-24  Julien Danjou  <julien@danjou.info>
58
59         * color-lab.el: Require 'cl when compiling.
60
61         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
62
63         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
64         matched part.
65
66         * color-lab.el: Fix all expt calls to use float type.
67
68 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
71         expression to shr-color-check as is.
72
73         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
74
75         * color-lab.el: Add coding cookie.
76         (float-pi): Use eval-and-compile.
77
78         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
79         compiled for Emacsen having no `libxml-parse-html-region' support.
80
81 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * shr.el (shr-insert-color-overlay): Split stuff like
84         "#444444 !important" to find the real colour.
85         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
86         parse <font color="red"> entries.
87
88 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
89
90         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
91         point when parsing headers.
92
93         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
94         is positioned properly when parsing headers.
95
96 2010-11-23  Julien Danjou  <julien@danjou.info>
97
98         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
99
100         * shr-color.el (shr-color->hexadecimal): Add support for color names.
101
102         * shr.el (shr-parse-style): Replace \n with space in style parsing.
103
104         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
105         shr-color-hue-to-rgb.
106         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
107
108 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * shr.el (shr-color->hexadecimal): Autoload.
111         (shr-descend): Add color to all tags.
112
113 2010-11-22  Julien Danjou  <julien@danjou.info>
114
115         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
116         shr-color->hexadecimal.
117
118         * shr-color.el (shr-color->hexadecimal): Add converting functions for
119         RGB() or HSL() color representation.
120
121         * shr.el (shr-tag-font): Add.
122         (shr-tag-color-check): New function to get better colors.
123         (shr-tag-insert-color-overlay): Factorize code between tag-font and
124         tag-span.
125
126         * shr-color.el: New file.
127
128         * color-lab.el: New file.
129
130         * gnus-art.el (gnus-url-mailto): Do not downcase args.
131
132 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
133
134         * nnir.el: Fix typo in comments.
135         (nnir-run-imap): Simplify code. No need to reverse artlist.
136         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
137
138 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
141
142         * nnimap.el (nnimap-get-capabilities): Refactor out.
143         (nnimap-open-connection): Re-request capabilities after STARTTLS.
144
145 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
146
147         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
148         appearing when `mm-uu-hide-markers' is nil.
149
150 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * nnimap.el (nnimap-unselect-group): Make into its own function.
153         (nnimap-request-rename-group): Unselect group before renaming.
154         This had gotten lost somewhere.
155         (nnimap-request-accept-article): Keep track of examined groups, and
156         unselect the group before APPENDing to read-only groups.
157         (nnimap-request-move-article): Clear flags before moving so that they
158         can be re-set later.
159
160 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
163         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
164
165 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * gnus-art.el (gnus-mime-display-single)
168         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
169         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
170         parameter.
171
172 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
175         (shr-table-vertical-line): New variable.
176         (shr-insert-table): Use it.
177
178 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-html.el (gnus-html-wash-images): Don't display images if
181         gnus-inhibit-images is non-nil; register displayer for cid images.
182         (gnus-html-display-image): Work for cid image.
183         (gnus-html-insert-image): Allow arguments.
184         (gnus-html-put-image): Inhibit read-only.
185         (gnus-html-prefetch-images): Don't prefetch images if
186         gnus-inhibit-images is non-nil.
187
188 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * shr.el (shr-put-image): Break lines when inserting big pictures.
191
192 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
193
194         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
195         sender, thanks Katsumi Yamaoka.
196
197 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
198
199         * nnir.el (nnir-run-imap): Reverse the article list for each group
200         rather than the whole list.
201
202 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * shr.el (shr-image-displayer): Protect function against non-existent
205         image source.
206
207         * gnus-art.el (gnus-inhibit-images): New user option.
208         (gnus-mime-display-single): Don't display image if it is non-nil.
209
210         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
211         gnus-inhibit-images.
212
213         * shr.el (shr-image-displayer): New function.
214         (shr-tag-img): Use it.
215
216 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
217
218         * mml2015.el (mml2015-epg-sign): Use From header.
219
220 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-html.el (gnus-html-wash-images): Register a displayer.
223
224         * gnus-util.el (gnus-find-text-property-region): Return markers.
225
226         * shr.el (shr-tag-img): Put a displayer in the text property.
227
228         * gnus-util.el (gnus-find-text-property-region): New utility function.
229
230         * gnus-html.el (gnus-html-display-image): Make the alt optional.
231         (gnus-html-show-images): Remove.
232
233         * gnus-art.el (gnus-article-show-images): New, more general function.
234
235         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
236         image url text properties.
237
238         * shr.el: Ditto.
239
240         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
241         gnus-agent-auto-agentize-methods is set.  Which it isn't.
242
243 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
246         work for two or more articles.
247
248 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
251         divide an image that's in an html article to two or more when washing
252         non-ASCII characters in alt text of it.
253
254 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
257         smime-decrypt-region using function argument.
258         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
259
260         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
261
262         * smime.el (smime-decrypt-region): Catch it.
263
264 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
265
266         * smime.el (smime-mode-map): Move initialization into declaration.
267         (gnus-run-mode-hooks): Don't autoload.
268         (smime-mode): Use define-derived-mode.
269
270 2010-11-11  Glenn Morris  <rgm@gnu.org>
271
272         * smime.el (from): Restrict declaration to XEmacs.
273
274         * nnir.el (gnus-group-topic-name): Autoload.
275
276 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * shr.el (shr-insert): Don't break long line if it is because of
279         kinsoku-bol characters in the line end.
280
281 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
282
283         * nnir.el (nnir-request-move-article): Fix to provide original group
284         and subject.
285         (nnir-warp-to-article): Don't fail on articles whose headers haven't
286         been retrieved.
287
288         * gnus-sum.el (gnus-summary-move-article): Use original group and
289         subject for virtual articles such as those in an nnir summary buffer.
290
291 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
294         least 21.5).
295
296         * smime.el (from): Declare it again for XEmacs.
297
298 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * message.el (message-resend): Don't disable encoding unless it's
301         already encoded.
302
303         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
304         low-numbered articles.
305
306 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * rfc2047.el (rfc2047-syntax-table): Simplify.
309
310         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
311
312         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
313         set-char-table-range for XEmacs.
314
315 2010-11-10  Glenn Morris  <rgm@gnu.org>
316
317         * time-date.el (time-to-seconds): Always an alias on Emacs,
318         never a real function.
319         (with-no-warnings): Remove compat stub, now unused.
320         (time-less-p): Doc fix.
321         (time-to-number-of-days): Simplify.
322
323         * smime.el (from): Remove unused declaration.
324
325         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
326         (gnus-float-time): On Emacs, always an alias.
327
328         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
329         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
330
331 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * dgnushack.el: Don't use ignore-errors in the top level form since it
334         is unavailable in XEmacs even if cl is loaded.
335
336         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
337
338 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * shr.el (browse-url-mailto): Autoload.
341
342         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
343
344         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
345         regexp doesn't need quoting.
346
347 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
348
349         * message.el (message-subject-trailing-was-ask-regexp)
350         (message-subject-trailing-was-regexp): Match was: in addition to was.
351
352 2010-11-09  Glenn Morris  <rgm@gnu.org>
353
354         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
355         (nnbabyl-check-mbox): Use point-at-bol.
356
357 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
360
361         * message.el (message-mailto): New function.
362         (message-mailto): Should accept other parameters.
363         (message-mailto): Remove since it duplicates browse-url-mailto
364         functionality.
365
366 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
369         methods.
370         (gnus-read-active-file): Ditto.
371
372         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
373         ": " from the prompt.
374         (gnus-group-make-group): Ditto.
375
376 2010-11-07  Glenn Morris  <rgm@gnu.org>
377
378         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
379         (gnus-bookmark-kill-line): Use point-at-eol.
380
381 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
384         asterisks in From header.
385
386 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
389         string to avoid making the From headers syntactically invalid.
390
391         * message.el (message-send-mail): Don't insert courtesy messages if the
392         message already has List-Post and List-ID messages.
393
394 2010-11-06  Glenn Morris  <rgm@gnu.org>
395
396         * gnus-art.el (gnus-treat-article): Give dynamic local variables
397         `condition', `type', `length' a prefix.
398         (gnus-treat-predicate): Update for above name changes.
399
400 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
401
402         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
403         binding.  Handled by `gnus-summary-refer-thread' instead.
404         (nnir-warp-to-article): New backend function.
405
406         * nnimap.el (nnimap-request-thread): Force dependency updating.
407
408         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
409         (gnus-summary-refer-thread): Rework to improve thread-referral.
410
411         * gnus-int.el (gnus-warp-to-article): New function.
412
413         * gnus-sum.el (gnus-summary-article-map): Bind it.
414
415 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
416
417         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
418         gnus-summary-refer-thread.
419
420         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
421         headers.
422         (gnus-summary-limit-include-thread): Prevent articles in thread from
423         being cut in gnus-cut-threads.
424         (gnus-summary-refer-thread): Limit retrieved headers to those in
425         thread.
426
427 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * message.el (message-send-mail): Use the value of
430         message-courtesy-message from the message buffer.
431
432         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
433
434         * shr.el (shr-browse-url): Implement mailto: URLs.
435
436         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
437         "raw".
438
439         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
440         if it's already selected.
441
442         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
443
444 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
447         to measure the length and truncate alt text.
448
449 2010-11-03  Glenn Morris  <rgm@gnu.org>
450
451         * nndiary.el (nndiary-generate-nov-databases-1)
452         (nndiary-generate-active-info): Rename dynamic variable `files' to
453         something less generic.
454
455 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
456
457         * nnir.el (nnir-request-move-article): Call the underlying backend to
458         move articles from nnir.
459
460 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
463
464 2010-11-02  Julien Danjou  <julien@danjou.info>
465
466         * nnir.el: Remove wais support.
467
468 2010-11-02  Glenn Morris  <rgm@gnu.org>
469
470         * gnus-html.el: Reorder requirements to quieten compiler.
471
472 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
475         properly for XEmacs as well.
476         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
477         (gnus-article-natural-long-line-p): Use window-width rather than
478         frame-width.
479
480 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
481
482         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
483         (nnir-read-parms): Don't modify query.
484         (nnir-run-query): Add ability to search topic on current line.
485         (nnir-get-active): Clean up.
486
487 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
490         degenerate articles.
491
492         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
493         (gnus-print-buffer): Just print the buffer as is, without any copying
494         to a buffer and then re-highlighting.
495
496         * nnimap.el (nnimap-request-group): Store the new updated info.
497         (nnimap-request-group): Select the group when we don't know whether it
498         exists or not.
499
500         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
501         groups.
502
503         * gnus-group.el (gnus-group-find-new-groups): Display all the new
504         groups.
505
506         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
507         groups.
508
509         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
510         long-lines case by only filling the long lines.
511
512         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
513         (bug #7311).
514
515 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * shr.el: No need to declare `declare-function' since shr.el is for
518         only Emacsen that provide `libxml-parse-html-region'.
519
520         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
521         effective only in a file it is referred to.
522
523 2010-11-01  Glenn Morris  <rgm@gnu.org>
524
525         * mm-util.el (gnus-completing-read): Autoload.
526         (mm-read-coding-system): Simplify Emacs definition.
527
528         * nnmail.el (gnus-activate-group):
529         * nnimap.el (gnutls-negotiate):
530         * nntp.el (netrc-parse): Fix declarations.
531
532 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
535         string-match-p in Emacs >=23.
536
537         * gnus-msg.el (gnus-configure-posting-styles)
538         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
539
540 2010-11-01  Glenn Morris  <rgm@gnu.org>
541
542         * nnir.el (declare-function): Add compat stub.
543         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
544         (nnir-run-gmane): Require 'mm-url.
545
546         * mm-util.el (mm-string-to-multibyte): Simplify.
547
548         * shr.el (declare-function): Add compat stub.
549         (url-cache-create-filename): Declare.
550         (mm-disable-multibyte, widget-convert-button): Autoload.
551
552         * smime.el (ldap-search): Declare.
553         (smime-cert-by-ldap-1): Require ldap on Emacs.
554
555         * nnimap.el: Require nnmail, and gnus-sum when compiling.
556         (nnimap-keepalive): Use gnus-float-time.
557
558         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
559         (mail-source-delete-crash-box): Use gnus-float-time.
560
561         * gnus-dired.el (gnus-completing-read): Autoload.
562
563         * mm-view.el (gnus-rescale-image): Autoload.
564
565         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
566
567         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
568
569         * sieve-manage.el: Require 'cl when compiling.
570
571         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
572         (gnus-iswitchb-completing-read): Require iswitchb.
573         (gnus-select-frame-set-input-focus): Silence compiler.
574
575 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * message.el (message-subject-trailing-was-query): Change default to t,
578         since I think that's what most people want.
579
580         * nnimap.el (nnimap-request-accept-article): Erase buffer before
581         appending for easier debugging.
582         (nnimap-wait-for-connection): Take a regexp.
583         (nnimap-request-accept-article): Wait for the continuation line before
584         sending anything unless we're streaming.
585
586         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
587         leave the header washing to take place.
588
589 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
590
591         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
592         regular expression match and replace in posting styles.
593
594 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
595
596         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
597         an entire server.
598         (nnir-get-active): New function.
599         (nnir-run-imap): Use it.
600         (nnir-run-gmane): Who knew, gmane search returns an article score!
601
602         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
603         server on the current line with nnir.
604
605 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
608         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
609         left edge.
610         (gnus-article-foldable-buffer): Skip past the prefix when determining
611         raggedness.
612
613         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
614         the raw article, and change `C-u g' to show the article without doing
615         treatments.
616
617         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
618         on to `gnus-treat-article'.
619         (gnus-inhibit-article-treatments): New variable.
620
621         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
622
623         * gnus-art.el (gnus-treatment-function-alist): Have
624         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
625         (gnus-treat-fill-long-lines): Change default to fill all text/plain
626         sections.
627
628         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
629         parameter.
630         (gnus-article-fill-cited-long-lines): New function.
631         (gnus-article-fill-cited-article): Allow filling only long sections.
632
633         * shr.el (shr-find-fill-point): Don't break lines between punctuation
634         and non-punctuation (like after the apostrophe in "'We").
635
636         * gnus-sum.el (gnus-summary-select-article): Make sure
637         gnus-original-article-buffer is alive.
638
639         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
640         reflect the order they're in in the digest.
641
642         * gnus.el (gnus-group-startup-message): Move point to the start of the
643         buffer.
644
645         * nnimap.el (nnimap-capability): New function.
646         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
647         is set.
648
649 2010-10-31  David Engster  <dengste@eml.cc>
650
651         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
652         conform with changes to gnus-completing-read.
653
654 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * shr.el (shr-tag-img): Output "*" instead of "[img]".
657
658 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
659
660         * nnir.el: Move defvar, defcustom around to keep file organized
661         and keep byte-compiler quiet.
662         (nnir-read-parms): Accept search-engine as arg.
663         (nnir-run-query): Pass search-engine as arg.
664         (nnir-search-engine): Remove.
665
666 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * shr.el (shr-generic): The text nodes should be text, not :text.
669
670         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
671         later in the file.
672
673 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
674
675         * nnir.el: General clean up.  Allow searching with multiple engines.
676         Allow separate extra-parameters for each engine.
677         Batch queries when possible.
678         (nnir-imap-default-search-key,nnir-method-default-engines):
679         Add customize interface.
680         (nnir-run-gmane): New engine.
681         (nnir-engines): Use it.  Qualify all prompts with engine name.
682         (nnir-search-engine): Remove global variable.
683         (nnir-run-hyrex): Restore for now.
684         (nnir-extra-parms,nnir-search-history): New variables.
685         (gnus-group-make-nnir-group): Use them.
686         (nnir-group-server): Remove in favor of gnus-group-server.
687         (nnir-request-group): Avoid searching twice.
688         (nnir-sort-groups-by-server): New function.
689
690 2010-10-30  Julien Danjou  <julien@danjou.info>
691
692         * gnus-group.el: Remove gnus-group-fetch-control.
693
694         * gnus-start.el (gnus-find-new-newsgroups):
695         Remove gnus-check-first-time-used.
696
697         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
698
699 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
700
701         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
702         set on groups that don't have \* permanentflags.
703
704 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
707         control the background color.
708         (shr-tag-img): Ignore very small web bug type images.
709         (shr-put-image): Add help-echo alt texts to the images.
710         (shr-tag-video): Show the video poster image.
711
712 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * shr.el (shr-table-depth): New variable.
715         (shr-tag-table-1): Only insert the images after the top-level table.
716
717         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
718
719         * gnus-util.el (gnus-list-memq-of-list): New function.
720
721         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
722         selected.
723         (nnimap-unsplittable-articles): New slot.
724         (nnimap-new-articles): Use it.
725
726 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
727
728         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
729         move to the previous line on `M-g'.
730
731 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
734         *-request-group, which seems unnecessary.
735
736         * nnimap.el (nnimap-quote-specials): Function copied over from
737         imap.el.
738         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
739         they support that.  Suggested by Tom Regner.
740
741 2010-10-29  Julien Danjou  <julien@danjou.info>
742
743         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
744         defalias.
745         (gnus-summary-delete-marked-with): Remove obsolete defalias.
746
747         * gnus.el: Remove `gnus-nntp-service' variable.
748         (gnus-secondary-servers): Make obsolete.
749         (gnus-nntp-server): Make obsolete.
750
751         * gnus-start.el (gnus-1): Remove x-splash calls.
752
753         * gnus-ems.el (gnus-x-splash): Remove.
754
755         * gnus.el (gnus-group-startup-message): Simplify/update code.
756
757         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
758         definition.
759
760         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
761         capability before doing anything.
762         (gnus-group-insert-group-line): Remove useless
763         gnus-group-remove-excess-properties.
764
765 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
768
769 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
772         config after reselecting.
773
774 2010-10-28  Julien Danjou  <julien@danjou.info>
775
776         * shr.el (shr-put-image): Use point even if only inserting text.
777         (shr-put-image): Save excursion when inserting alt text on non-graphic
778         display, so the behaviour is the same when we are on a graphic display.
779
780         * nnir.el (nnir-run-swish-e): Remove hyrex support.
781
782 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
785         (gnus-mime-copy-part): Check coding system, not charset.
786         (gnus-mime-view-part-externally): Never remove part.
787         (gnus-mime-view-part-internally): Don't remove part here.
788         (gnus-article-part-wrapper): Make sure MIME tag is visible.
789         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
790         multipart/alternative.
791
792         * mm-decode.el (mm-display-part): Take optional arg `force'.
793
794 2010-10-26  Julien Danjou  <julien@danjou.info>
795
796         * gnus-group.el (gnus-group-default-list-level): Add this function to
797         compute the default list level.
798         (gnus-group-default-list-level): Add possibility to use a function.
799
800 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
803
804         * gnus-group.el (gnus-group-completing-read)
805         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
806         gnus-replace-in-string.
807
808 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * shr.el (shr-tag-div): Add.
811
812         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
813
814 2010-10-25  Julien Danjou  <julien@danjou.info>
815
816         * gnus-util.el: Remove `gnus-with-local-quit'.
817
818         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
819
820 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
823         the original article buffer.
824
825 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nnimap.el (nnimap-request-head): New function.
828         (nnimap-request-move-article): Try to be slighly faster by not
829         requesting the entire message when moving.
830         (nnimap-transform-headers): Don't bug out on bodiless articles.
831         (nnimap-send-command): Have no outstanding messages if the IMAP server
832         doesn't support streaming.
833         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
834
835 2010-10-24  Julien Danjou  <julien@danjou.info>
836
837         * message.el (message-default-headers): Fix type.
838
839 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
842         prefetching images.
843
844         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
845         backend for unknown groups.  This is mainly useful for nnimap groups.
846
847         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
848         group isn't covered by the agent.
849
850 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
851
852         * nnir.el (nnir-method-default-engines): New variable.
853         (nnir-run-query): Use it.
854         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
855         (gnus-summary-nnir-goto-thread): Change group if needed.
856
857         * gnus-group.el (gnus-group-group-map): Add key binding for
858         gnus-group-make-nnir-group.
859
860 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * shr.el (shr-tag-object): Add.
863
864         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
865         original article buffer live.
866         (gnus-summary-select-article-buffer):
867         Mention gnus-widen-article-buffer.
868
869 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * shr.el (shr-tag-strong): Add.
872
873 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
876         group names.  They mess up the group buffer badly.
877
878         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
879
880         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
881         instead of the summary one.
882
883 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * mml.el (mml-preview): Work properly when editing article.
886
887         * gnus-start.el (gnus-read-active-file-1): Don't add method to
888         gnus-have-read-active-file if it's already been in.
889
890 2010-10-22  Tom Tromey  <tromey@redhat.com>
891
892         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
893         gnus-group-completing-read.
894
895 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * message.el (message-mode-map): Don't bind M-; to comment region, to
898         allow the global comment-dwim to work.
899
900 2010-10-21  Julien Danjou  <julien@danjou.info>
901
902         * message.el (message-setup-1): Allow message-default-headers to be a
903         function.
904
905 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * shr.el (shr-tag-table): Simplify.
908
909 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
912         to avoid trying to snarf invalid stuff.
913
914         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
915
916         * gnus.el (gnus-message-archive-group): Quote value.
917         (gnus-message-archive-group): Mark as changed.
918
919         * shr.el (shr-add-font): Don't put the font properties on the newline
920         or the indentation.
921
922         * message.el (message-fix-before-sending): Change options when sending
923         non-printable characters.
924
925         * gnus.el (gnus-message-archive-method): Change the default to
926         monthly outgoing groups.
927
928         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
929         that have gotten new numbers.
930
931         * nnimap.el (nnimap-request-replace-article): New function.
932
933 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
936         (nnrss-request-article): Don't use special html washing code.
937
938 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * shr.el (shr-tag-table): Remove useless nconc.
941
942 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-art.el (article-wash-html): Simplify and remove the charset
945         stuff.  Use the normal html rendering code instead of the special html
946         washing code.
947
948         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
949         `gnus-w3m' symbols.
950         (mm-text-html-washer-alist): Remove.
951
952         * mm-decode.el (mm-inline-text-html-renderer): Remove.
953         (mm-inline-media-tests): Remove use.
954         (mm-text-html-renderer): Change default to the `shr' symbol.
955
956         * mm-view.el (mm-inline-text-html): Remove use.
957
958         * gnus-art.el (gnus-blocked-images): New function.  Allow the
959         `gnus-blocked-images' to be a function.
960         (gnus-article-wash-function): Remove.
961
962 2010-10-20  Julien Danjou  <julien@danjou.info>
963
964         * spam.el (spam-list-of-processors): Mark as obsolete.
965
966         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
967         (nnimap-insert-partial-structure): Fix boundary detection.
968
969 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
970
971         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
972         run file-truename on remote files.  This can be expensive and even
973         prevent one from editing drafts if some unrelated buffer has a stale
974         connection.
975
976 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
979         kinsoku-eol regardless of shr-kinsoku-shorten.
980         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
981         (shr-tag-table): Support caption, thead, and tfoot.
982
983 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
986         lines.
987         (shr-save-contents): New command and keystroke.
988
989         * nndoc.el (nndoc-type-alist): Add git support.
990         (nndoc-git-type-p): New function.
991         (nndoc-transform-git-article): Ditto.
992         (nndoc-transform-git-headers): Ditto.
993         (nndoc-transform-git-headers): Generate Subject headers.
994
995         * shr.el (shr-parse-style): New function.
996         (shr-tag-span): Ditto.
997
998         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
999         to `G G' to avoid collisions.
1000
1001 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * shr.el: Load kinsoku if necessary.
1004         (shr-kinsoku-shorten): New internal variable.
1005         (shr-find-fill-point): Make kinsoku shorten text line if
1006         shr-kinsoku-shorten is bound to non-nil.
1007         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1008         shr-indentation too when testing if table is wider than frame width.
1009         (shr-insert-table): Use `string-width' instead of `length' to measure
1010         text width.
1011         (shr-insert-table-ruler): Make sure indentation is done at bol.
1012
1013 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1014
1015         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1016         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1017         undecoded network data.
1018
1019 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1022         name in the mode line spec so that the mode line menu works
1023         (bug #2431).
1024
1025         * message.el (message-get-reply-headers): If we're fed `to-address',
1026         then always use that.
1027
1028         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1029         aren't so wide as to need to switch off the edit menu.
1030
1031         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1032         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1033
1034         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1035         `M-g'.
1036         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1037         the permanent marks.
1038
1039 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1040
1041         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1042         Splitting according to references/in-reply-to obeys the ignore-groups
1043         variable, while splitting by sender and subject do not.
1044
1045 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1048         alist, so that we can look for non-Unicode chars.
1049         (article-translate-strings): Allow both character and string maps.
1050
1051 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * shr.el (shr-insert): Don't insert space behind a wide character
1054         categorized as kinsoku-bol, or between characters both categorized as
1055         nospace.
1056
1057 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1058
1059         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1060         headers to gnus-newsgroup-headers.
1061
1062 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * shr.el (shr-tag-img): Don't align images -- since we're not
1065         rescaling, this often leads to ugly displays.
1066
1067 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1068
1069         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1070         duplicates.
1071
1072 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1073
1074         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1075         call.
1076
1077 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * gnus.el: Autoload gnus-html-show-images.
1080
1081         * nnimap.el: Use nnheader-message throughout.
1082
1083         * shr.el (shr-tag-img): Ignore images with no data.
1084
1085 2010-10-15  Julien Danjou  <julien@danjou.info>
1086
1087         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1088         a possibility to disable format=flow encoding when using hard newlines.
1089
1090 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * shr.el (shr-insert): Remove space inserted before or after a
1093         breakable character or at the beginning or the end of a line.
1094         (shr-find-fill-point): Do kinsoku; find the second best point or give
1095         it up if there's no breakable point.
1096
1097 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * nnimap.el (nnimap-open-connection): Message when opening connection
1100         for debugging purposes.
1101
1102         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1103         on every setup buffer call to allow this to change from article to
1104         article.
1105
1106         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1107         buffers where we have a wide table.
1108
1109 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1110
1111         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1112         uses *-request-thread.
1113
1114 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1117         incantation, which is no longer valid.
1118
1119 2010-10-14  Julien Danjou  <julien@danjou.info>
1120
1121         * shr.el: Fix defcustom type (char -> character).
1122
1123 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1126         programs.
1127
1128 2010-10-14  Julien Danjou  <julien@danjou.info>
1129
1130         * shr.el (shr-tag-a): Use url-link as widget type.
1131
1132         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1133         `gnus-group-get-icon'.
1134
1135 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1138         This should make server editing work better.
1139
1140         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1141
1142         * tls.el (tls-program): Remove spurious %s from openssl.
1143
1144         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1145         (nnimap-parse-flags): Fix regexp.
1146
1147         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1148         probably work for CJVK text, too.
1149
1150         * nnimap.el (nnimap-extend-tls-programs): Remove.
1151         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1152
1153         * tls.el (tls-starttls-switches): Remove starttls hack.
1154         (open-tls-stream): Ditto.
1155         (tls-find-starttls-argument): Ditto.
1156
1157 2010-10-13  Julien Danjou  <julien@danjou.info>
1158
1159         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1160         responses.
1161
1162 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1165
1166         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1167         anything in Emacs.
1168
1169         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1170
1171 2010-10-13  Julien Danjou  <julien@danjou.info>
1172
1173         * shr.el (shr-width): Make shr-width a defcustom with default to
1174         fill-column.
1175         (shr-tag-img): Use shr-width rather than fill-column.
1176
1177 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * dgnushack.el (byte-optimize-apply)
1180         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1181
1182         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1183         position when (X-)Faces exist.
1184         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1185         avatars when called interactively.
1186
1187 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1190         gnus-article-x-face-too-ugly is bound.
1191
1192 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1195
1196         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1197         mailbox that doesn't exist.
1198
1199 2010-10-12  Julien Danjou  <julien@danjou.info>
1200
1201         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1202         (shr-get-image-data): Encode URL properly when fetching from cache.
1203         (shr-tag-img): Use aligned-to spaces to align correctly images.
1204
1205         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1206         before inserting the Gravatar.
1207
1208         * shr.el (shr-tag-img): Add align attribute support for <img>.
1209
1210 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-gravatar.el (gnus-art): Require.
1213
1214         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1215         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1216         Remove long obsoleted functions.
1217
1218 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1221
1222         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1223
1224         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1225         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1226         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1227         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1228         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1229         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1230         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1231
1232 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * nnimap.el (nnimap-request-rename-group): Select group read-only
1235         before renaming it.
1236
1237         * shr.el (shr-insert): Fix up the white space only regexp.
1238
1239         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1240         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1241
1242         * shr.el (shr-current-column): New function.
1243         (shr-find-fill-point): New function.
1244
1245 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1246
1247         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1248         numbers.
1249
1250 2010-10-11  Julien Danjou  <julien@danjou.info>
1251
1252         * shr.el (shr-hr-line): Add.
1253         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1254         display hr lines.
1255         (shr-max-columns): Do not change state to nil if we just inserting
1256         spaces.
1257
1258 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1261         select the last group.
1262
1263 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1264
1265         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1266
1267 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1268
1269         * dig.el (dig-mode-map): Declare and define in one step.
1270
1271 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1274         for Gnus.
1275         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1276         (nnimap-update-qresync-info): Mark \Seen articles as read.
1277
1278         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1279         non-variable, too.
1280
1281         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1282         available.
1283         (nnimap-update-info): Rely more on the current active than the param
1284         active to avoid marking articles as read too much.
1285
1286         * auth-source.el (auth-source-create): Use (user-login-name) for the
1287         user name default.
1288
1289         * nnimap.el (nnimap-update-info): If the server doesn't return any
1290         useful info, just use the previous info.
1291         (nnimap-update-info): Prefer old info over start-article.
1292         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1293
1294 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1295
1296         * nnir.el (autoload): Clean up autoloads.
1297         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1298         Use key rather than value.
1299         (nnir-imap-search-other): New variable.
1300         (nnir-read-parm): Use it.
1301         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1302         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1303
1304 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1305
1306         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1307         the process, too.
1308
1309 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * spam.el (gnus-summary-mode-map): Bind to "$".
1312         Suggested by Russ Allbery.
1313
1314         * shr.el: Rework the way things are indented by <li> slightly.
1315
1316         * gnus.el (gnus-group-set-parameter): Fix typo.
1317
1318         * nnimap.el: Start implementing QRESYNC support.
1319
1320 2010-10-09  Julien Danjou  <julien@danjou.info>
1321
1322         * nnir.el (nnir-engines): Fix too many arguments.
1323
1324 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1327         group is the "last", so that the backends like nnfolder actually save
1328         their folders.
1329
1330         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1331         try to use that for the tls stream.
1332         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1333         UIDVALIDITY and find out which groups are read-only and not.
1334         (nnimap-get-flags): Use the same marks parsing code as the rest of
1335         nnimap.
1336
1337 2010-10-09  Julien Danjou  <julien@danjou.info>
1338
1339         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1340
1341         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1342         retrieving gravatars.
1343
1344         * shr.el (shr-table-corner): Add.
1345         (shr-table-line): Add.
1346         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1347
1348 2010-10-08  Julien Danjou  <julien@danjou.info>
1349
1350         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1351
1352 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1355
1356         * gnus-sum.el (gnus-mark-article-as-unread)
1357         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1358         (gnus-summary-set-bookmark): Use it.
1359
1360         * gnus-msg.el (gnus-setup-message): Use it.
1361
1362         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1363
1364         * gnus.el (gnus-group-remove-parameter): Use it.
1365
1366         * gnus-group.el (gnus-group-make-web-group): Use it.
1367
1368         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1369
1370         * nnregistry.el: Update docs to mention manual.
1371
1372         * gnus-registry.el: Update docs to mention nnregistry.el.
1373         (gnus-registry-initialize): Don't install nnregistry refer method
1374         automatically.
1375         (gnus-registry-install-nnregistry): Remove it.
1376
1377 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * shr.el (shr-insert): Don't insert double spaces.
1380
1381 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-gravatar.el (gnus-treat-from-gravatar)
1384         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1385         called interactively.
1386
1387         * gnus-art.el (gnus-mime-view-part-externally)
1388         (gnus-mime-view-part-internally): Make predicate function passed to
1389         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1390         of a mime type.
1391
1392         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1393
1394 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * shr.el (require): Require cl when compiling.
1397         (shr-tag-hr): New function.
1398
1399         * nnimap.el (nnimap-update-info): Remove double setting of high.
1400         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1401         This makes nnimap work properly on Courier again.
1402
1403         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1404         the variable for backwards compatability.
1405
1406         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1407         the file name before using to avoid setting mm-default-directory to
1408         nil.
1409
1410         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1411         bidning gnus-agent variables.
1412
1413         * shr.el (shr-render-td): Use a cache for the table rendering function
1414         to avoid getting an exponential rendering behaviour in nested tables.
1415         (shr-insert): Rework the line-breaking algorithm.
1416         (shr-insert): Don't leave trailing spaces.
1417         (shr-insert-table): Also insert empty TDs.
1418         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1419
1420 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1421
1422         * gnus-sum.el (gnus-number): Rename from `number'.
1423         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1424         (gnus-summary-limit-children): Update uses correspondingly.
1425
1426 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1429         (gnus-gravatar-transform-address): Don't show avatars of people of
1430         which mail addresses match gnus-gravatar-too-ugly.
1431
1432 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * shr.el (shr-table-widths): Expand TD elements to fill available
1435         space.
1436
1437 2010-10-07  Julien Danjou  <julien@danjou.info>
1438
1439         * nnimap.el (nnimap-request-rename-group): Add this method.
1440
1441 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1444         name from XEmacs' function-arglist.
1445
1446         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1447         gravatar under XEmacs.
1448
1449 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1450
1451         * auth-source.el: Update docs with TODO items.
1452
1453         * gnus-sync.el: Update docs to explain state and plans.
1454
1455         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1456         Hooks for mark updates.
1457         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1458
1459         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1460         hooks with arguments, which is needed for mark update hooks.
1461
1462 2010-10-06  Julien Danjou  <julien@danjou.info>
1463
1464         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1465         was matched.
1466
1467         * sieve-manage.el: Update example in `Commentary'.
1468
1469         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1470
1471         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1472         not 2000.
1473         (sieve-manage-authenticate): Re-add function.
1474
1475 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * shr.el (shr-insert): Get 'space transition right.
1478         (shr-render-td): Only delete space at the end of the TD.
1479
1480         * nnimap.el (nnimap-open-connection): Prepare to support
1481         open-gnutls-stream.
1482
1483         * shr.el: Rearrange function order to be more logical.
1484
1485 2010-10-06  Julien Danjou  <julien@danjou.info>
1486
1487         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1488         (nnrss-discover-feed): Remove 404 URL in docstring.
1489
1490         * nnir.el: Fix Swish-E URL.
1491         Fix Namazu URL.
1492
1493         * message.el (message-change-subject): Remove 404 URL in a comment.
1494
1495 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1498         called interactively.
1499
1500         * gnus-util.el (gnus-remove-if): Allow hash table.
1501         (gnus-remove-if-not): New function.
1502
1503         * gnus-art.el (gnus-mime-view-part-as-type)
1504         * gnus-score.el (gnus-summary-score-effect)
1505         * gnus-sum.el (gnus-read-move-group-name):
1506         Replace remove-if-not with gnus-remove-if-not.
1507
1508         * gnus-group.el (gnus-group-completing-read):
1509         Regard collection as a hash table if it is not a list.
1510
1511 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1514
1515         * shr.el: Document the table-rendering algorithm.
1516
1517 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1520         for Emacsen having no `libxml-parse-html-region' support.
1521
1522 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1525         invalid URLs.
1526
1527         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1528         line-broken.
1529         (shr-tag-img): Ignore image fetching errors.
1530         (shr-overlays-in-region): Compute overlay positions correctly.
1531
1532         * mm-decode.el (mm-shr): Require shr.
1533
1534         * gnus-art.el (gnus-blocked-images): Move variable here.
1535
1536         * shr.el (shr-insert-table): Bind free variable.
1537
1538         * mm-decode.el (mm-shr): Bind shr-content-function.
1539
1540         * shr.el (shr-content-function): New variable.
1541
1542         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1543         added for symmetry.
1544
1545         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1546
1547         * gnus-group.el (gnus-group-make-group): Doc fix.
1548
1549         * nnimap.el (nnimap-request-newgroups): Return success.
1550
1551         * shr.el (shr-find-elements): New function.
1552         (shr-tag-table): Put all the images after the table.
1553         (shr-tag-table): Really inhibit images inside the table.
1554         (shr-collect-overlays): Copy over overlays from the TD elements to the
1555         main document.
1556
1557         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1558         gnus-blocked-images.
1559
1560 2010-10-05  Julien Danjou  <julien@danjou.info>
1561
1562         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1563
1564         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1565         (gnus-html-maximum-image-size): Add this function.
1566         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1567
1568         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1569         server-value of the capability is nil.
1570
1571 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * shr.el (shr-tag-em): Add <EM> tag.
1574
1575 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1576
1577         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1578         customizable.
1579
1580         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1581         handing broken links to browse-url.
1582
1583 2010-10-05  Julien Danjou  <julien@danjou.info>
1584
1585         * gnus-util.el (gnus-emacs-completing-read)
1586         (gnus-iswitchb-completing-read): Use autoload rather than require.
1587
1588 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1591         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1592         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1593         iswitchb-temp-buflist for XEmacs.
1594
1595         * gnus-util.el (gnus-completing-read-function): Exclude
1596         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1597         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1598         XEmacs.
1599
1600         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1601         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1602
1603         * gnus-html.el: Don't require help-fns under XEmacs.
1604         (gnus-html-schedule-image-fetching): Work for XEmacs.
1605
1606         * mm-decode.el (mm-shr): Decode contents by charset.
1607
1608 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1611         unknown.
1612
1613         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1614         (shr-get-image-data): Ensure against the cache file missing.
1615
1616         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1617         for data.
1618
1619         * spam-report.el (spam-report-url-ping-plain): Don't query about
1620         killing the process.
1621
1622         * shr.el (shr-render-td): Protect against too-wide text.
1623
1624 2010-10-04  Julien Danjou  <julien@danjou.info>
1625
1626         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1627         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1628
1629         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1630         retrieved.
1631
1632 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * shr.el (browse-url): Require.
1635         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1636         lines.
1637         (shr-show-alt-text, shr-browse-image): New commands.
1638         (shr-browse-url, shr-copy-url): New commands.
1639
1640         * gnus-sum.el (gnus-widen-article-window): New variable.
1641         (gnus-summary-select-article-buffer): Use it.
1642
1643         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1644         without @ signs.
1645
1646 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1647
1648         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1649
1650 2010-10-04  Julien Danjou  <julien@danjou.info>
1651
1652         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1653         for XEmacs.
1654
1655 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1658
1659         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1660         (nnimap-close-server): Implement.
1661
1662         * dgnushack.el (iswitchb): Require to shut up the compiler.
1663
1664         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1665         (shr-insert): Tweak line breaking.
1666         (shr-insert): Handle <pre> better.
1667         (shr-tag-li): Get <li> indentation right.
1668         (shr-tag-li): Get <li> indentation even righter.
1669         (shr-tag-blockquote): Ensure paragraph start.
1670         (shr-make-table): Tweak table generation.
1671         (shr-make-table): Fix typo.
1672
1673         * shr.el: Implement table rendering.
1674
1675 2010-10-04  Julien Danjou  <julien@danjou.info>
1676
1677         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1678
1679 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * shr.el (shr-insert): Use string anchors instead of line anchors.
1682
1683 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * shr.el: Add headings.
1686         (shr-ensure-paragraph): Actually work.
1687         (shr-tag-li): Make <ul> prettier.
1688         (shr-insert): Get white space at the beginning/end of elements right.
1689         (shr-tag-p): Collapse subsequent <p>s.
1690         (shr-ensure-paragraph): Don't insert double line feeds after blank
1691         lines.
1692         (shr-insert): \t is also space.
1693         (shr-tag-s): Fix "s" tag name function.
1694         (shr-tag-s): Fix face prop name.
1695
1696 2010-10-03  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1699
1700         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1701         gnus-window-inside-pixel-edges.
1702
1703         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1704         gnus-ems.
1705
1706         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1707
1708         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1709         function.
1710
1711         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1712         resize choice.
1713
1714 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1717         beginning of the buffer.
1718
1719         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1720         article buffer again.
1721
1722         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1723
1724         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1725         when it's at the start of the buffer.
1726
1727         * shr.el (shr-tag-blockquote): Convert name.
1728         (shr-rescale-image): Use the right image-size variant.
1729
1730         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1731         buffer isn't shown, then select the current article first instead of
1732         bugging out.
1733         (gnus-summary-select-article-buffer): Show both the article and summary
1734         buffers again.
1735
1736         * shr.el (shr-fontize-cont): Protect against regions with no text.
1737         Rename tag functions to shr-tag-* for enhanced security.
1738         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1739
1740 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1741
1742         * shr.el (shr-insert):
1743         * pop3.el (pop3-movemail):
1744         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1745         loaded.
1746
1747 2010-10-03  Glenn Morris  <rgm@gnu.org>
1748
1749         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1750
1751         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1752
1753         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1754
1755         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1756
1757         * gnus-util.el (gnus-make-local-hook): Simplify.
1758
1759 2010-10-02  Julien Danjou  <julien@danjou.info>
1760
1761         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1762         (gnus-ido-completing-read): New function.
1763         (gnus-emacs-completing-read): New function.
1764         (gnus-completing-read): Use gnus-completing-read-function.
1765         Add gnus-completing-read-function.
1766
1767 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * shr.el (shr-insert-document): Autoload.
1770         (shr-img): Be silent.
1771         (shr-insert): Add a newline after every picture before text.
1772         (shr-add-font): Use overlays for combining faces.
1773         (shr-insert): Pass upwards the text start point.
1774
1775         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1776         possible.
1777         (mm-shr): New function.
1778
1779 2010-10-02  Julien Danjou  <julien@danjou.info>
1780
1781         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1782         should go backward.
1783
1784 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1785
1786         * shr.el (shr): Fix typo in provide call.
1787
1788 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * shr.el: New file.
1791
1792         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1793
1794         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1795         completing read.
1796
1797 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1800         we're being queried about.  Suggested by Dan Jacobson.
1801
1802         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1803         Suggested by Jason Eisner.
1804
1805         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1806         table, too.  Suggested by Stefan Wiens.
1807         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1808         the table unnecessary.  Suggested by Stefan Wiens.
1809
1810         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1811         longer needed, and probably doesn't work either, as pointed out by
1812         Stefan Wiens.
1813         (gnus-summary-exit): Remove call to the clearing function.
1814         (gnus-summary-exit-no-update): Ditto.
1815
1816         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1817         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1818         Reported by Stefan Monnier.
1819         (gnus-summary-save-in-rmail): Ditto.
1820
1821         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1822         article buffer, instead of both the article buffer and the summary
1823         buffer.  Sort of suggested by Dan Jacobson.
1824
1825         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1826
1827         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1828         Suggested by Dan Jacobson.
1829
1830         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1831         documentation clearer.
1832
1833         * message.el (message-shorten-references): Comment on the number "21".
1834         Suggested by Stefan Monnier.
1835
1836         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1837         Suggested by Dan Jacobson.
1838
1839         * gnus.el (gnus-large-newsgroup):
1840         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1841
1842         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1843         externalize attachments.  Bug reported by Steve Wen.
1844
1845         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1846         really message anything to the user.
1847
1848         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1849         directly.
1850
1851         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1852         messages in empty groups.
1853
1854 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1855
1856         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1857         non-UIDNEXT group.
1858
1859 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1862         not the value from the collection.
1863
1864         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1865         values.  This sometimes happens on some groups that have no info.
1866         (nnimap-request-newgroups): New function.
1867
1868 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1869
1870         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1871         check into `gnus-registry-initialize'.
1872         (gnus-registry-initialize): Ditto.
1873         Fix and extend header docs.
1874
1875 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1878         regexp backtrace overflows.
1879
1880         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1881         for starttls that tls.el implements; i.e. openssl.
1882
1883         * tls.el (tls-starttls-switches): Give up on using starttls with
1884         gnutls-cli.
1885         (tls-program): Add --insecure to be consistent with the defaults from
1886         openssl s_client.  Now all three commands are insecure.
1887
1888 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * lpath.el: Bind completion-styles-alist for XEmacs.
1891
1892         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1893         (gravatar-create-image): New function that's an alias to
1894         gnus-xmas-create-image, gnus-create-image, or create-image.
1895         (gravatar-data->image): Use it.
1896
1897 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1898
1899         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1900         install the nnregistry refer method.
1901         (gnus-registry-install-hooks): Use it.
1902         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1903         unfollowed groups.
1904
1905 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1906
1907         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1908         expanding threads.
1909
1910 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * nnir.el: Use the server names without suffixes (bug #7009).
1913
1914         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1915         unencrypted to STARTTLS, if possible.
1916
1917 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1918
1919         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1920         headers before superseding.
1921
1922 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * nnrss.el (nnrss-use-local): Add documentation.
1925
1926         * nnimap.el (nnimap-extend-tls-programs): New function.
1927         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1928         (nnimap-wait-for-connection): Accept the greeting from the stupid
1929         output from openssl s_client -starttls, too.
1930
1931         * tls.el (tls-starttls-switches): New variable.
1932         (tls-find-starttls-argument): Use it.
1933         (open-tls-stream): Ditto.
1934
1935         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1936         (netrc-machine): Ditto.
1937
1938         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1939         article number.
1940         (nnimap-split-fancy): New variable.
1941         (nnimap-split-incoming-mail): Use it.
1942
1943         * nntp.el (nntp-server-list-active-group): Document.
1944
1945         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1946         SELECT to get the message-id.
1947
1948         * mail-source.el (mail-sources): Remove webmail support.
1949         (defvar): Ditto.
1950         (mail-source-fetcher-alist): Ditto.
1951         (mail-source-fetch-webmail): Remove.
1952
1953         * webmail.el: Remove -- doesn't seem relevant any more.
1954
1955         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1956
1957         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1958         the \r.
1959
1960 2010-09-30  Julien Danjou  <julien@danjou.info>
1961
1962         * gnus-agent.el (gnus-agent-add-group): Fix call to
1963         gnus-completing-read.
1964
1965 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * nndoc.el (nndoc-retrieve-groups): New function.
1968
1969         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1970         `default', use nnmail-split-methods.
1971         (nnimap-request-article): Downcase the NILs so that they are nil.
1972
1973         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1974         symbol.
1975
1976         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1977         code, since if the user has requested network, that's what they ought
1978         to get.
1979         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1980         (nnimap-split-rule): Mark as obsolete.
1981
1982         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1983         New variable.
1984
1985         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1986         correct slot, too.
1987
1988 2010-09-29  Julien Danjou  <julien@danjou.info>
1989
1990         * gnus.el (gnus-local-domain): Declare variable obsolete.
1991
1992         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1993         Fix history computing.
1994         (gnus-ido-completing-read): Require ido.
1995
1996 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1999         build Gnus.
2000
2001         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2002         when interpreting the structures.
2003         (nnimap-request-accept-article): Add \r\n to the lines to make this
2004         work with Cyrus.
2005
2006         * nndraft.el (nndraft-request-expire-articles): Use the group name
2007         instead if "nndraft".  Fix found by Nils Ackermann.
2008
2009 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2010
2011         * nnregistry.el: Add.
2012
2013 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2014
2015         * nnmail.el (group, group-art-list, group-art):
2016         Remove unneeded directives.
2017
2018 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2021         (mm-mime-charset)
2022         * rfc2047.el (rfc2047-syntax-table)
2023         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2024
2025         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2026         rather than `insert-file-contents' and `eval-region'.
2027
2028         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2029         construction.
2030
2031         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2032
2033         * time-date.el: No need to require cl for Emacs 21.
2034
2035 2010-09-29  Julien Danjou  <julien@danjou.info>
2036
2037         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2038         replacement of `gnus-gravatar-relief' to mimic
2039         `gnus-faces-properties-alist'.
2040         Add :version property.
2041
2042 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * mail-source.el (mail-source-report-new-mail)
2045         * message.el (message-default-mail-headers)
2046         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2047
2048         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2049
2050 2010-09-28  Julien Danjou  <julien@danjou.info>
2051
2052         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2053         mail-address contains the same string as real-name.
2054
2055         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2056         non-blank in header, otherwise it'll get stripped.
2057
2058         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2059         real-name, and then for mail address rather than doing : or , search.
2060
2061 2010-09-27  Julien Danjou  <julien@danjou.info>
2062
2063         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2064         right completing-read function.
2065         (gnus-use-ido): New variable
2066         (gnus-completing-read-with-default): Remove.
2067         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2068         (gnus-agent-add-group):
2069         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2070         * mm-view.el (mm-view-pkcs7-decrypt):
2071         * mm-util.el (mm-codepage-setup):
2072         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2073         * mml-smime.el (mml-smime-openssl-sign-query):
2074         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2075         (mml-insert-multipart):
2076         * gnus-msg.el (gnus-summary-yank-message):
2077         * gnus-int.el (gnus-start-news-server):
2078         * mm-decode.el (mm-interactively-view-part):
2079         * gnus-dired.el (gnus-dired-attach):
2080         * gnus.el (gnus-read-method):
2081         * gnus-bookmark.el (gnus-bookmark-jump):
2082         * gnus-art.el (gnus-mime-view-part-as-type)
2083         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2084         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2085         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2086         * nnmairix.el (nnmairix-create-server-and-default-group)
2087         (nnmairix-update-groups, nnmairix-get-server)
2088         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2089         (nnmairix-get-group-from-file-path):
2090         * nnrss.el (nnrss-find-rss-via-syndic8):
2091         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2092         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2093         (gnus-group-browse-foreign-server):
2094         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2095         (gnus-summary-execute-command, gnus-summary-respool-article)
2096         (gnus-read-move-group-name):
2097         * gnus-score.el (gnus-summary-increase-score)
2098         (gnus-summary-score-effect):
2099         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2100
2101 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2104         x-focus-frame.
2105
2106         * nnimap.el (auth-source-forget-user-or-password)
2107         (auth-source-user-or-password): Autoload.
2108
2109         * message.el (message-from-style, message-interactive)
2110         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2111         (message-yank-prefix, message-indentation-spaces, message-signature)
2112         (message-signature-file): Add comment.
2113
2114 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2117         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2118         new articles.
2119
2120         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2121         parts.
2122         (nnimap-request-article): Work with the t setting, too.
2123
2124         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2125         that you don't get flashes of other buffers.
2126         (gnus-summary-show-complete-article): Intern before setting.
2127
2128 2010-09-27  David Engster  <dengste@eml.cc>
2129
2130         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2131         well as HEADERS.
2132         (nnmairix-retrieve-headers): Provide new argument for the above.
2133
2134 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-sum.el (gnus-summary-move-article): Don't alter
2137         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2138         group.
2139
2140         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2141
2142         * message.el (message-cite-prefix-regexp): Revert my last edit.
2143
2144         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2145         variable instead of the Gnus variable.
2146
2147         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2148
2149         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2150
2151         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2152         since some servers don't like it.
2153         (nnimap-open-connection): Forget credentials if the server says the
2154         password was wrong.
2155         (nnimap-parse-line): Protect against invalid data.
2156
2157         * gnus-sum.el (gnus-summary-move-article): Add comment.
2158         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2159         nothing alters it while scanning for new messages.
2160
2161         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2162         which may or may not help.
2163         (nnimap-open-connection): If we're doing a stream connection, and then
2164         discover we're on a STARTTLS-capable server, then open a STARTTLS
2165         connection instead.
2166
2167 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * nnimap.el (utf7): Require.
2170
2171         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2172         prefix.
2173
2174 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2175
2176         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2177
2178 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * nnimap.el (nnimap-request-accept-article): Message the error on
2181         error.
2182
2183 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2186
2187 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * nndoc.el (nndoc-request-list): Return success always.
2190
2191         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2192         `fetch-old' -- we only want to fetch the articles we've requested.
2193         The rest are in the agent, probably.
2194         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2195         disappeared server" to something low.  It's not important.
2196
2197         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2198         arrived before the FETCH data.
2199
2200         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2201         target here, because we don't know the Gnus name of the group.
2202
2203         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2204         for the correct group.
2205
2206         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2207
2208         * gnus.el (gnus): Give a final warning after startup.
2209
2210         * gnus-util.el (gnus-action-message-log): New variable.
2211         (gnus-message): Use it.
2212         (gnus-final-warning): New function.
2213
2214         * nnimap.el (nnimap-open-connection): Record the greeting.
2215         (nnimap): Add greeting.
2216
2217 2010-09-26  Julien Danjou  <julien@danjou.info>
2218
2219         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2220         arguments.
2221         (gnus-html-wash-images): Fix spec computing to include start/end.
2222
2223         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2224
2225 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2228         deletion.
2229         (nnimap-retrieve-headers): Don't select the group, because that's
2230         already done by nnimap-possibly-change-group.
2231
2232         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2233         (gnus-picon-transform-address): Use it.
2234
2235         * mail-source.el (mail-source-value): Revert previous patch.
2236
2237         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2238         on failure.
2239         (nnimap-open-connection): Look up both virtual and physical server name
2240         credentials.
2241
2242         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2243
2244 2009-02-07  Dave Love  <fx@gnu.org>
2245
2246         * tls.el (open-tls-stream): Don't query killing process.
2247
2248 2009-02-08  Dave Love  <fx@gnu.org>
2249
2250         * gnus-win.el (gnus-window-to-buffer-helper)
2251         (gnus-all-windows-visible-p): Function needn't be a symbol.
2252
2253         * mail-source.el (mail-source-value): Function needn't be a symbol.
2254
2255 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * message.el (message-cite-prefix-regexp): Remove } from the cite
2258         prefix.
2259
2260         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2261         highlight again, so that the highlight is correct.
2262
2263         * gnus-picon.el (gnus-picon): Remove again.
2264         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2265
2266         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2267         doing the header highlightling, so that the background colour of the
2268         picon is correct.
2269
2270         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2271         (gnus-picon): Ditto.
2272         (gnus-picon): Reinstate.  The background colour for picons is white.
2273         (gnus-picon-insert-glyph): Make the background white.
2274
2275         * nnml.el (nnml-open-nov): Don't return dead buffers.
2276
2277         * auth-source.el (auth-source-create): Query the user for whether to
2278         store the credentials.
2279
2280         * netrc.el (netrc-store-data): New function.
2281
2282         * auth-source.el (auth-source-user-or-password): Use the existing auth
2283         sources, if any, for creation.
2284
2285         * gnus.el (gnus-group-fast-parameter): Return the last matching
2286         parameter instead of the first matching parameter.
2287
2288 2010-09-26  Julien Danjou  <julien@danjou.info>
2289
2290         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2291
2292 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * mml2015.el (mml2015-use): Remove gpg support.
2295
2296         * mml1991.el (mml1991-function-alist): Remove gpg function.
2297         (mml1991-gpg-sign): Remove.
2298
2299 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2300
2301         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2302         (gnus-browse-unsubscribe-current-group): Document it.
2303         (gnus-browse-unsubscribe-group): Use it.
2304
2305 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2308         address to the To list for easier response.
2309
2310         * gnus.el (gnus-play-startup-jingle): Remove.
2311         (gnus-splash): Don't play jingle.
2312         (gnus): Silence gnus-load message.
2313
2314         * gnus-art.el (gnus-treat-play-sounds): Remove.
2315
2316         * gnus.el (gnus-play-jingle): Remove audio support.
2317
2318         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2319
2320         * earcon.el: Remove -- no users.
2321
2322         * gnus-audio.el: Remove -- no users of this package.
2323
2324         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2325
2326         * gnus-start.el (gnus-setup-news): Remove nocem support.
2327
2328         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2329
2330         * gnus.el (gnus-use-nocem): Remove.
2331
2332         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2333         Remove.
2334
2335         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2336         uses NoCeM any more.
2337
2338         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2339         (gnus-button-ctan-handler): Ditto.
2340         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2341         (gnus-button-ctan-directory-regexp): Ditto.
2342         (gnus-button-handle-ctan): Ditto.
2343         (gnus-button-tex-level): Ditto.
2344         (gnus-button-alist): Remove CTAN stuff.
2345
2346 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2349         nnimap-streaming test.
2350
2351         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2352         servers twice.
2353
2354         * nnimap.el (nnimap-open-connection): Add more error reporting when
2355         nnimap fails early.
2356
2357         * nnheader.el (nnheader-get-report-string): New function.
2358         (nnheader-get-report): Use it.
2359
2360         * gnus-int.el (gnus-check-server): Say what the error was when opening
2361         failed.
2362
2363         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2364         using streaming.
2365
2366 2010-09-25  Julien Danjou  <julien@danjou.info>
2367
2368         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2369         gnus-window-inside-pixel-edges.
2370
2371 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2374
2375         * mm-decode.el (mm-save-part): Allow saving to other directories the
2376         normal Emacs way.
2377
2378         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2379         Suggested by Jay Berkenbilt.
2380
2381         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2382         there isn't a single byte.
2383
2384         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2385         just do it.  It doesn't really seem to matter what the user responds
2386         here, I think, so it's just a confusing question.
2387
2388         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2389         non-streaming case.
2390
2391         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2392         (gnus-article-encrypt-body): Use it.
2393
2394         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2395         keystroke.
2396
2397         * nnimap.el (nnimap-find-wanted-parts-1):
2398         Use gnus-fetch-partial-articles.
2399
2400         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2401
2402         * nnimap.el (nnimap-insert-partial-structure): New function.
2403         (nnimap-get-partial-article): New function.
2404         (nnimap-request-article): Use it.
2405         (nnimap-wait-for-response): Return whether the wait was successful.
2406         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2407         retrieval wasn't successful.
2408         (nnimap-retrieve-group-data-early): Allow throttling servers.
2409         (nnimap-streaming): New variable.
2410         (nnimap-fetch-partial-articles): Remove.
2411
2412         * mm-decode.el (mm-with-part): Protect against killed buffers.
2413
2414         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2415         for prettier summary display.
2416
2417 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2418
2419         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2420
2421 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2424         apparently third-party libraries depend on it.
2425
2426         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2427         before starting negotiation.
2428
2429         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2430         privacy reasons.
2431         (gnus-treat-mail-gravatar): Ditto.
2432
2433         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2434         buffer when inserting images.  Inserting text into the headers, for
2435         instance, can make them invalid.
2436
2437 2010-09-25  Julien Danjou  <julien@danjou.info>
2438
2439         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2440         variables.
2441
2442         * nnheader.el: Remove useless variables news-reply-yank-from and
2443         news-reply-yank-message-id.
2444
2445         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2446         variables.
2447
2448         * mml1991.el: Remove useless mml1991-verbose.
2449
2450         * gnus.el: Remove useless variable gnus-use-generic-from.
2451         Remove obsolete variable gnus-topic-indentation.
2452
2453         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2454
2455         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2456
2457         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2458
2459         * gnus-group.el: Remove useless gnus-group-icon-cache.
2460         Remove useless gnus-ephemeral-group-server.
2461
2462         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2463
2464         * mml2015.el: Remove useless mml2015-verbose.
2465
2466         * mml-smime.el: Remove useless mml-smime-verbose.
2467
2468         * gnus.el: Remove useless gnus-local-domain.
2469
2470         * gnus-gravatar.el (gnus-gravatar-transform-address):
2471         Use gnus-gravatar-size.
2472
2473         * gnus-art.el: Remove useless gnus-treat-translate.
2474
2475 2010-09-24  Julien Danjou  <julien@danjou.info>
2476
2477         * gnus-sum.el: Add support for Gravatars.
2478
2479         * gnus-art.el: Add support for Gravatars.
2480
2481         * gnus-gravatar.el: Add this file.
2482
2483         * gravatar.el: Add this file.
2484
2485 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2488
2489         * gnus-group.el (gnus-group-fetch-faq): Remove.
2490
2491         * gnus.el (gnus-group-faq-directory): Remove.
2492
2493         * gnus-group.el (gnus-group-fetch-charter): Remove.
2494
2495         * gnus.el (gnus-group-charter-alist): Remove.
2496
2497         * gnus-group.el (gnus-group-archive-directory): Remove.
2498         (gnus-group-recent-archive-directory): Ditto.
2499         (gnus-group-make-archive-group): Remove.
2500
2501         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2502
2503         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2504         use the same article number for all the cached articles.
2505
2506         * nnimap.el (nnimap-command): Register the last command time so
2507         that we can use it for idling NOOPs.
2508         (nnimap-open-connection): Start the keeplive timer.
2509         (nnimap-make-process-buffer): Store all the process buffers.
2510         (nnimap-keepalive): New function.
2511
2512         * starttls.el (starttls-open-stream): Add autoload cookie.
2513
2514 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2515
2516         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2517         handling.
2518
2519 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2522         its data structures.
2523
2524         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2525         instead of the cl.el copy-list.
2526         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2527         equalp.
2528
2529 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2532         and tool-bar-local-item-from-menu.
2533
2534         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2535         mode-line-highlight face for Emacs.
2536
2537         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2538         loading gnus-sum.elc; fix comment for canlock-verify.
2539         (gnus-article-jump-to-part): Use read-number.
2540         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2541         Remove Emacs pre-21 compatible code for help-echo.
2542         (gnus-article-next-page-1): No need to adjust the number of lines.
2543         (gnus-article-describe-bindings): Always use help-buffer.
2544
2545         * gnus-audio.el (gnus-audio-inline-sound)
2546         * gnus-cus.el (gnus-custom-mode)
2547         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2548
2549         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2550
2551         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2552         compatible code.
2553
2554 2010-09-24  Glenn Morris  <rgm@gnu.org>
2555
2556         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2557         visiting the fcc file in rmail-mode.
2558
2559         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2560
2561 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * nnir.el: Silence the byte compiler.
2564
2565         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2566         alias to browse-url-url-encode-chars if any.
2567         (gnus-html-encode-url): Use it.
2568
2569 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-start.el (gnus-use-backend-marks): New variable.
2572         (gnus-get-unread-articles-in-group): Use it.
2573
2574         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2575         makeover.
2576
2577 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2578
2579         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2580
2581 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2584         Remove.
2585         (gnus-setup-news-hook):
2586         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2587
2588         * gnus-int.el (gnus-request-update-info): Protect against backends not
2589         having the function.
2590
2591         * nnimap.el (nnimap-stream): Mention starttls.
2592         (nnimap-open-connection): Add starttls support.
2593
2594 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2595
2596         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2597
2598 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2601         BODYSTRUCTUREs.
2602         (nnimap-transform-headers): Unfold quoted {42} headers.
2603
2604         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2605         the info.
2606         (gnus-get-unread-articles): Only call updatep on backends that support
2607         it.
2608
2609         * nnweb.el (nnweb-request-update-info): NOOP.
2610
2611         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2612
2613         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2614         since it only deals with marks.
2615
2616         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2617         gnus-request-marks, and make a new gnus-request-update-info.
2618
2619         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2620         the active instead of the high number, which is usually too low.
2621
2622 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2625         * encrypt.el: Remove.
2626
2627 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2630         server in symbolic form.
2631
2632         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2633
2634 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2637         (nnimap-update-info): Fix up code slightly.
2638
2639         * gnus-int.el (gnus-open-server): Add tracing for performance
2640         debugging.
2641
2642         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2643         (gnus-group-insert-group-line): Pass the real group name so that it
2644         gets the right data.
2645
2646         * gnus-start.el (gnus-get-unread-articles): Don't have
2647         `gnus-get-unread-articles-in-group' update info, since that can be
2648         really slow and doesn't seem to be needed?
2649
2650 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2651
2652         * time-date.el (date-to-time): Try using parse-time-string first before
2653         using the slower timezone-make-date-arpa-standard.
2654
2655 2010-09-22  Julien Danjou  <julien@danjou.info>
2656
2657         * gnus-group.el (gnus-group-insert-group-line):
2658         Call gnus-group-highlight-line.
2659         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2660         default hook list.
2661         (gnus-group-update-eval-form): Add new function.
2662         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2663         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2664
2665 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2668         immediate, then expire all articles.
2669         (nnimap-update-info): Fix off-by-one errors.
2670         (nnimap-flags-to-marks): Would return no marks lists for group with no
2671         flags.  Instead return the other data.
2672
2673 2010-09-22  Julien Danjou  <julien@danjou.info>
2674
2675         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2676         Only return an icon.
2677         (gnus-group-insert-group-line): Compute icon to return.
2678
2679         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2680         (gnus-html-image-fetched): Only cache if
2681         gnus-html-image-automatic-caching is set.
2682         (gnus-html-image-fetched): Check for errors.
2683
2684 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2687         once per method on `g'.  This ensures that backends like nnfolder don't
2688         open all their folders.
2689
2690         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2691         (nnimap-request-list): Nix out group in the correct buffer.
2692         (nnimap-parse-flags): Implement by using `read' instead of
2693         hand-parsing.
2694         (nnimap-flags-to-marks): Pass on permanent-flags.
2695         (nnimap-make-process-buffer): Record the server name.
2696         (nnimap-parse-flags): Fix typo.
2697         (nnimap-request-scan): Run split on the server in general, not just a
2698         single group.
2699
2700         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2701         parameter, and propagate this downwards.
2702
2703         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2704         since EXAMINE changes it on the server.
2705
2706         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2707         this command might take a while.
2708
2709 2010-09-22  Julien Danjou  <julien@danjou.info>
2710
2711         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2712         harmful if you have 2 images side-by-side, they can't be properly
2713         update on text deletion.  Using text-property is safer here.
2714         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2715         data.
2716
2717 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * nnimap.el (nnimap-expunge-inbox): Remove.
2720         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2721         (nnimap-expunge): Flip default to t.
2722
2723         * gnus.el (gnus-method-to-server): Don't push things to the cache
2724         unless it's unique.
2725         (gnus-server-to-method): Ditto.
2726
2727 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2730
2731 2010-09-22  Julien Danjou  <julien@danjou.info>
2732
2733         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2734         get the start of data.
2735         (gnus-html-encode-url): Add this function to encode special chars in
2736         URL.
2737         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2738         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2739
2740         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2741         default.
2742         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2743
2744         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2745         images alt-text.
2746         (gnus-html-put-image): Put alt-text as help-echo.
2747
2748 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2751         * mm-util.el (mm-decompress-buffer)
2752         * nnir.el (nnir-run-find-grep)
2753         * pop3.el (pop3-list): Use 3rd arg of split-string.
2754
2755         * time-date.el (format-seconds): Comment fix.
2756
2757         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2758         and byte-optimize-form-code-walker.
2759         (dgnushack-make-auto-load): Don't advise make-autoload.
2760
2761         * lpath.el: Remove Emacs 21 stuff.
2762
2763 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2766         outside the active range.  Suggested by Dan Christensen.
2767
2768         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2769         slightly later to avoid double-getting it.
2770
2771         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2772         previous patch.
2773
2774         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2775
2776 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2777
2778         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2779
2780 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-int.el (gnus-open-server): Give a better error message in the
2783         "go offline" case.
2784
2785         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2786         marks for nnimap, which is seldom the right thing to do.
2787
2788         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2789         (gnus-same-method-different-name): New function.
2790
2791         * nnimap.el (parse-time): Require.
2792
2793         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2794         method in the presence of many similar methods.
2795
2796         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2797
2798         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2799         nnml-inhibit-expiry.
2800
2801         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2802         find out whether methods are equal.
2803
2804         * nnimap.el (nnimap-find-expired-articles): New function.
2805         (nnimap-process-expiry-targets): New function.
2806         (nnimap-request-move-article): Request the article before looking at
2807         what the Message-ID is.  Fix found by Andrew Cohen.
2808         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2809
2810         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2811         for oldness in addition to being a predicate.
2812
2813         * nnimap.el (nnimap-request-group): When we have zero articles, return
2814         the right data to Gnus.
2815         (nnimap-request-expire-articles): Only delete articles immediately if
2816         the target is 'delete.
2817
2818         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2819         method, this would bug out.
2820
2821         * gnus-group.el (gnus-group-expunge-group): Rename from
2822         gnus-group-nnimap-expunge, and implemented as a normal interface
2823         function.
2824
2825         * gnus-int.el (gnus-request-expunge-group): New function.
2826
2827         * nnimap.el (nnimap-request-create-group): Implement.
2828         (nnimap-request-expunge-group): New function.
2829
2830 2010-09-21  Julien Danjou  <julien@danjou.info>
2831
2832         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2833         (gnus-html-cache-expired): Add new function.
2834         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2835         wethever we should display image for fetch it.
2836         Compute alt-text earlier to pass it to the fetching function too.
2837         (gnus-html-schedule-image-fetching): Change function argument to only
2838         get one image at a time, not a list.
2839         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2840         cache.
2841         (gnus-html-get-image-data): New function to retrieve image data from
2842         cache.
2843         (gnus-html-put-image): Change buffer argument to use image data rather
2844         than file, and place image above region rather than inserting a new
2845         one.  Do not take alt-text as argument, since it's useless now: we place
2846         the image above alt-text.
2847         (gnus-html-prune-cache): Remove.
2848         (gnus-html-show-images): Start to fetch image when we find one, do not
2849         push into a temporary list.
2850         (gnus-html-prefetch-images): Only fetch image if they have expired.
2851         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2852         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2853
2854 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2857
2858 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2861         spec inser "*" if the group isn't active instead of 0.
2862
2863         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2864         opening the server.
2865         (nnimap-request-delete-group): Implement group deletion.
2866         (nnimap-transform-headers): Return the size of the entire message in
2867         the Bytes header, not just the size of the first part.
2868         (nnimap-request-move-article): When moving an article from nnimap,
2869         request the article first so the accepting form has an article to
2870         accept.  Reported by Dan Christensen.
2871         (nnimap-command): Make sure that the error message doesn't error out.
2872
2873 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2874
2875         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2876         we haven't requested anything.
2877
2878 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2881         "".  Fix found by Andrew Cohen.
2882
2883         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2884         instead of -encode-string.
2885
2886 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2889
2890         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2891         by mm-subst-char-in-string.
2892
2893 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2896         waiting for the connection string.
2897
2898         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2899         arriving.
2900
2901         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2902         bogus characters.  This allows selecting certain Gmail groups.
2903
2904         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2905         (nnimap-fetch-partial-articles): New variable.
2906         (nnimap-open-connection): When looking for credentials, also use the
2907         nnimap-server-port.
2908         (nnimap-request-article): Return the group/article number, so that Gnus
2909         `^' works as expected.
2910         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2911
2912         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2913         comments.
2914         (gnus-methods-sloppily-equal): New function.
2915         (gnus): When using the development version of Gnus, load the gnus-load
2916         file.
2917
2918         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2919         `gnus-open-server' on each method before trying to scan them etc.
2920         This ensures that all the backend parameters are set correctly.
2921
2922         * nnimap.el (nnimap-authenticator): New variable.
2923         (nnimap-open-connection): Allow anonymous login.
2924         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2925         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2926
2927         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2928         patch, found by Knut Anders Hatlen.
2929
2930 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2931
2932         * gnus-agent.el (gnus-agent-batch-confirmation)
2933         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2934         to gnus-message.
2935         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2936         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2937         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2938         * gnus-int.el (gnus-open-server): Likewise.
2939         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2940         (gnus-score-check-syntax): Likewise.
2941         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2942         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2943         Likewise.
2944         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2945
2946 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2949         calling conventions so that prefetch doesn't bug out.
2950
2951 2010-09-19  Julien Danjou  <julien@danjou.info>
2952
2953         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2954         rather than `subst-char-in-region' in order to be able to replace ASCII
2955         char by UTF-8 ones.
2956
2957         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2958         than curl.
2959         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2960         the right URL and ALT text on images.
2961         (gnus-html-wash-tags): Fix tag case.
2962         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2963         (gnus-article-html): Add -o display_ins_del=2 option.
2964         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2965
2966 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2969         the extra mail headers, which sometimes seem to happen for unknown
2970         reasons.
2971
2972         * mail-parse.el (mail-header-encode-parameter): Define as
2973         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2974         (or most, perhaps?) mail readers don't understand the latter, but do
2975         understand the former.
2976
2977         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2978         to nil, so that no methods are automatically agentized.  I think this
2979         is probably what most users want.
2980
2981         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2982         from url-retrieve, for instance about invalid URLs.
2983
2984         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2985         groups that have no articles.
2986         (nnimap-request-article): Check that we really got an article when we
2987         requested one.
2988
2989         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2990         doesn't exist.
2991
2992         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2993         nntp buffer so the agent can save it.
2994         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2995         that CRLF doesn't get translated to \n.
2996         (nnimap-open-connection): Don't make 'shell commands only send \n.
2997
2998 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2999
3000         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3001         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3002         Update var name.
3003         (nnml-generate-nov-file): Use dolist.
3004         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3005         Use with-current-buffer.
3006
3007 2010-09-18  Julien Danjou  <julien@danjou.info>
3008
3009         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3010         parallel.
3011
3012 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3015         the range update right.
3016         (nnimap-request-group): Don't make `M-g' bug out on group with no
3017         marks.
3018         (nnoo): Require, so that other packages can require nnimap.
3019         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3020         command we're looking for.  This helps when the server sends more
3021         responses after we've gotten everything we expected.
3022         (nnimap): Add a `newlinep' field to keep track of end-of-line
3023         conventions.
3024         Don't send CRLF to things that don't want it.
3025         (nnimap-request-accept-article): Ditto.
3026
3027 2010-09-18  Julien Danjou  <julien@danjou.info>
3028
3029         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3030         than curl to retrieve images.
3031
3032 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3035         the marks.
3036         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3037         (nnimap-wait-for-connection): New function.
3038         (nnimap-open-connection): If we have PREAUTH, don't query for login
3039         credentials.
3040         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3041         when doing a partial update.
3042
3043 2010-09-18  Julien Danjou  <julien@danjou.info>
3044
3045         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3046         tags.
3047
3048 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * nnimap.el (nnimap-credentials): New function.
3051         (nnimap-open-connection): Use the new function to look for credentials
3052         also on the numeric equivalents of "imap" and "imaps".
3053
3054         * gnus-start.el (gnus-activate-group): Send the info to
3055         gnus-request-group.
3056
3057         * nnimap.el (nnimap-request-group): Have the "check" version of the
3058         function parse flags and update the info, so that a `M-g' get a total
3059         resync of all flags from the group.
3060
3061         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3062         to allow backends to alter the info on group selection.  Also alter all
3063         the backend -request-group functions to take the parameter.
3064
3065         * nnimap.el (nnimap-store-info): New function.
3066         (nnimap-update-info): Store the info for later usage.
3067         (nnimap-request-group): Use the stored info for the dont-check case, so
3068         that we don't retrieve all marks when we enter a group.
3069
3070         * nnimap.el: Use deffoo instead of defun for interface functions.
3071
3072         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3073         update the group info.  This makes the nndraft groups, for instance, go
3074         back to their old behaviour.
3075
3076         * gnus-sum.el (gnus-select-newsgroup): Indent.
3077
3078         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3079         in.
3080         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3081         nothing.
3082
3083         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3084         from methods that are denied.
3085
3086         * gnus-int.el (gnus-method-denied-p): New function.
3087
3088         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3089         store the password instead of netrc.
3090         (nnimap-open-connection): Don't error out when we can't make a
3091         connections.
3092
3093         * auth-source.el (auth-source-create): In the password prompt, say what
3094         we're querying for.  Also prompt for user name if that hasn't been
3095         given.
3096
3097         * nnimap.el (nnimap-with-process-buffer): Remove.
3098
3099 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3102         method when we're reading from the agent.
3103
3104         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3105
3106         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3107         that's probably most useful for users.
3108
3109         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3110         "failed" all the time.
3111
3112         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3113         ...)) with (with-current-buffer ... ).
3114
3115         * nntp.el (nntp-open-server): Return whether the open was successful or
3116         not.
3117
3118         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3119         select an unread unseen article first.
3120
3121         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3122         /etc/services, supply some sensible port defaults.
3123
3124         * dgnushack.el: Define netrc-credentials.
3125
3126 2010-09-17  Julien Danjou  <julien@danjou.info>
3127
3128         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3129
3130 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3131
3132         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3133         doesn't have any parameters.
3134
3135 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3138         only upcased checks.
3139
3140         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3141
3142         * nnimap.el (nnimap-open-shell-stream): New function.
3143         (nnimap-open-connection): Use it.
3144         (nnimap-transform-headers): Get the number of lines in each message.
3145         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3146         number of lines.
3147         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3148         problem.
3149
3150         * utf7.el (utf7-encode): Autoload.
3151
3152         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3153         to allow the mail splitting to not return a default group.  This is
3154         useful for nnimap, which will leave unmatched mail in the inbox.
3155
3156         * nnimap.el: Rewritten.
3157
3158         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3159         nnimap usage.
3160
3161         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3162         if the move is internal, so that nnimap can do fast internal moves.
3163
3164         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3165         data.
3166         (gnus-read-active-for-groups): Support finishing the early retrieval of
3167         data.
3168
3169         * gnus-range.el (gnus-range-nconcat): New function.
3170
3171         * gnus-int.el (gnus-finish-retrieve-group-infos)
3172         (gnus-retrieve-group-data-early): New functions.
3173
3174 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3175
3176         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3177         (nnrss-retrieve-groups):
3178         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3179         (pop3-quit): Use with-current-buffer.
3180
3181 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3184         instead of nnheader-accept-process-output.
3185
3186         * dgnushack.el (dgnushack-compile): Add comment.
3187
3188         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3189
3190         * gnus-html.el (gnus-html-schedule-image-fetching)
3191         (gnus-html-prefetch-images): Replace process-kill-without-query by
3192         gnus-set-process-query-on-exit-flag.
3193
3194 2010-09-16  Romain Francoise  <romain@orebokech.com>
3195
3196         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3197
3198 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3201         parameter to unintern is mandatory-ish in Emacs 24.
3202
3203         * gnus-html.el (gnus-html-schedule-image-fetching)
3204         (gnus-html-prefetch-images): Check for curl before using it.
3205
3206         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3207         depend on curl, which isn't essential.
3208
3209         * imap.el: Revert back to version
3210         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3211         seem problematic.
3212
3213 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3214
3215         * gnus-registry.el (gnus-registry-install-shortcuts):
3216         Explicitly pass `obarray' to `unintern' to avoid a warning.
3217
3218 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3221         change.
3222
3223         * nnrss.el (nnrss-request-list): Remove this function and related
3224         functions, including the moreover stuff.
3225
3226 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * nnrss.el (nnrss-retrieve-groups): New function.
3229
3230 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3231
3232         * .dir-locals.el: Add no-byte-compile cookie.
3233
3234 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * time-date.el (format-seconds): Comment fix.
3237
3238         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3239         for back end that doesn't support request-scan.
3240
3241 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3244         then do request scans from the backends.
3245
3246         * netrc.el (netrc-credentials): New conveniency function.
3247
3248         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3249         avoid running a hook per line, since this takes a lot of time,
3250         profiling shows.
3251         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3252         directly if gnus-visual-p is true.
3253
3254 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3257         groups; replace mapcar with dolist which is a bit faster; pass groups
3258         info to gnus-read-active-file-1.
3259         (gnus-read-active-file-1): Scan only specified groups if the new
3260         optional arg `infos' is given.
3261
3262 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3265
3266         * pop3.el (pop3-movemail): Remove.
3267         (pop3-streaming-movemail): Rename to pop3-movemail.
3268
3269         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3270         don't restrict end-tag searches to the end of the line.
3271
3272 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3275         articles of every unchecked group to t, which means unknown since the
3276         server has never been opened.
3277
3278 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-html.el (gnus-html-show-alt-text): New command.
3281         (gnus-html-browse-image): Ditto.
3282         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3283         to browse the image directly.
3284         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3285         better.
3286
3287         * gnus-async.el (gnus-async-article-callback):
3288         Call `gnus-html-prefetch-images' unconditionally.
3289
3290         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3291         before feeding URLs to curl.
3292
3293 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3296         internal images as deletable by `W D D'.
3297
3298         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3299         (gnus-async-article-callback): Fix typo.
3300
3301 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3304         current line to work around bugs in the output from w3m.
3305
3306         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3307         for groups that want that.
3308
3309         * nntp.el (nntp-wait-for-string): Supply a timeout for
3310         accept-process-output to ensure progress.
3311
3312         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3313         level to get unread articles from, then use that for foreign groups,
3314         too.
3315
3316         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3317         confuses the rest of the function.
3318
3319         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3320         for the methods that support -retrieve-groups, too.
3321
3322         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3323
3324 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3327         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3328
3329         * pop3.el: Require cl when compiling.
3330         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3331
3332 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3335         that aren't going to be activated.
3336         (gnus-get-unread-articles): Fix up the last commit.
3337
3338         * gnus-html.el (gnus-article-html): Allow calling without specifying
3339         the handle.  In that case, dissect the buffer first.
3340
3341         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3342
3343         * nnimap.el (nnimap-open-connection): Revert the change that would look
3344         into authinfo for imaps instead of imap.
3345
3346         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3347         say that you don't want to call gnus-request-group with don-check, but
3348         do check the reponse.  This is for virtual groups only.
3349         (gnus-get-unread-articles): Count the archive groups as secondary, so
3350         that they're activated the same way as before.
3351
3352         * imap.el (imap-message-map): Removed optional buffer parameter, since
3353         no callers use it.
3354         (imap-message-get): Ditto.
3355         (imap-message-put): Ditto.
3356         (imap-mailbox-map): Ditto.
3357         (imap-mailbox-put): Ditto.
3358         (imap-mailbox-get): Ditto.
3359         (imap-mailbox-get): Revert last change for this function.
3360
3361         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3362         case-insensitively.
3363         (nnimap-debug): Remove.
3364
3365         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3366         to use `imap-fetch' instead.  According to the comments, this should be
3367         safe, since all other IMAP clients use the 1:* syntax.
3368         (imap-enable-exchange-bug-workaround): Removed.
3369         (imap-debug): Removed -- doesn't seem very useful.
3370
3371         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3372         mail from a file, and the file doesn't exist.
3373
3374         * imap.el (imap-log): New convenience function used throughout instead
3375         of repeating the same code all over the place.
3376
3377         * pop3.el (pop3-streaming-movemail): Return t for success.
3378
3379         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3380         .authinfo if we're using ssl connection.
3381
3382         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3383         already have if we're in a main Gnus `g' run.
3384
3385         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3386
3387 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3390
3391         * nnmh.el (nnmh-request-list-1): Bind `file'.
3392
3393         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3394         alias to set-process-query-on-exit-flag or process-kill-without-query.
3395         (pop3-open-server): Use it.
3396
3397 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3400         box to the Incoming file.  Fixes mistake in previous checkin.
3401
3402         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3403         request loop (for debugging purposes) removed.
3404
3405         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3406         culprit is more visible.
3407         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3408         (nnml-add-incremental-nov): New functions to do "incremental" nov
3409         updates, where we just append to the end of the existing nov files
3410         without reading/writing them in full.
3411
3412         * mail-source.el (mail-source-delete-crash-box): Really only check the
3413         incoming files once in a while.
3414
3415         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3416
3417         * mail-source.el (mail-source-delete-crash-box): Only check the
3418         incoming files for deletion once per day to save a lot of file
3419         accesses.
3420
3421         * pop3.el (pop3-logon): Fix up unbound variable typo.
3422
3423         * mail-source.el (pop3-streaming-movemail): Autoload.
3424
3425         * pop3.el (pop3-streaming-movemail):
3426         Respect pop3-leave-mail-on-server.
3427
3428         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3429         retrieval.
3430
3431         * pop3.el (pop3-process-filter): Remove unused function.
3432         (pop3-streaming-movemail, pop3-send-streaming-command)
3433         (pop3-wait-for-messages, pop3-write-to-file)
3434         (pop3-number-of-responses): New functions for streaming pop3
3435         retrieval.
3436
3437         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3438         come from no known methods.
3439         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3440         list.
3441
3442         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3443         message sizes.
3444         (pop3-movemail): Use erase-buffer instead of looping and deleting
3445         regions, which seems rather odd.
3446
3447         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3448         file once per `g' run.
3449
3450         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3451         directories.  This makes the draft queue directory work.
3452
3453         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3454         data from the backends, so that we only request the list of groups from
3455         each method once.  This should speed things up considerably.
3456
3457         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3458         detect that it's not implemented.
3459
3460         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3461         we actually do recurse down into the tree, but don't stat all leaf
3462         nodes.
3463
3464         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3465         then say so instead of bugging out.
3466
3467         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3468         files exist before trying to read them.
3469
3470         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3471         around <pre_int>.
3472
3473         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3474
3475         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3476
3477 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * mm-util.el (mm-image-load-path): Just return the image directories,
3480         not all directories in the path in addition to the image directories.
3481         (mm-image-load-path): Maintain a cache of the image directories so that
3482         the `g' command in Gnus doesn't have to stat dozens of directories each
3483         time.
3484
3485         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3486         (gnus-html-wash-tags): Add a new `i' command to insert images.
3487         (gnus-html-insert-image): New command and keystroke.
3488         (gnus-html-redisplay-with-images): New command and keystroke.
3489         (gnus-html-show-images): Rename command.
3490         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3491         spacers.
3492         (gnus-html-wash-tags): Decode entities at the end, so that entities
3493         inside the tags don't mess up the rest of the "parsing".
3494
3495         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3496         so that nnimap methods aren't agentized by default.  There's apparently
3497         many problems related to agent/imap behaviour.
3498
3499         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3500
3501         * gnus-html.el: Doc fix.
3502
3503 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3506         specifier-spec-list for Emacs 21.
3507
3508         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3509         glyph-width and glyph-height instead of display-graphic-p and
3510         image-size; make avoidance of displaying small images work for XEmacs.
3511
3512         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3513         for XEmacs.
3514
3515         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3516         of symbol that holds plist data.
3517         (gnus-process-plist): Remove plist of process after getting it.
3518
3519 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * message.el (message-generate-hashcash): Change default to
3522         'opportunistic if hashcash is installed.
3523
3524         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3525         (gnus-html-put-image): Only call image-size once, since it's somewhat
3526         time-consuming on remote X servers.
3527
3528 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3531         type on data, not a file name.
3532
3533         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3534         window-pixel-edges for Emacs 21.
3535
3536         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3537         decoded contents.
3538         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3539
3540 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3543         group line format, since it isn't very interesting.
3544
3545         * gnus-agent.el (gnus-agent-short-article),
3546         (gnus-agent-long-article): Increase values for these two variables,
3547         since most people are likely to have more network connection and
3548         storage than before.
3549
3550         * gnus.el (gnus-refer-article-method): Change default to 'current.
3551         When referring an article, the common behaviour is to refer it from the
3552         current select method, not the native select method.  The chances of
3553         the native select method having the message in question is rather slim
3554         these days.
3555
3556         * gnus-sum.el (gnus-auto-select-subject): Change default to
3557         `unseen-or-unread'.  I think it's likely that most people want to
3558         select an unseen article over a previously seen, but unread one.
3559
3560         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3561         means that in the article buffer none of the minor mode elements will
3562         be shown, usually, and this is not desirable in most cases.
3563
3564         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3565         that commands like `d' (and the like) go to the next line in the
3566         buffer, instead of the next unread article.  I think this is the
3567         behaviour that is most natural for most users.
3568         (gnus-single-article-buffer): Change default to nil, so that people can
3569         have as many article buffers open as they have summary buffer.  I think
3570         this is the most natural way for the groups to behave.
3571
3572         * message.el (message-generate-new-buffers): Change default to
3573         `unsent', so that all new message buffers start their names with the
3574         string "*unsent", and it's easier to find the buffers if you move from
3575         them.
3576
3577 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3580         small.  They're probably tracking images.
3581         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3582         (gnus-html-rescale-image): Yet another try at getting the image sizing
3583         right.
3584
3585         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3586         nntp-marks-file-name is nil.
3587
3588 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3589
3590         * gnus-html.el (gnus-html-wash-tags)
3591         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3592         Better logging.
3593
3594 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3597
3598         * gnus-html.el (gnus-html-wash-tags): Check the value of
3599         gnus-blocked-images in the summary buffer.
3600
3601 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3604
3605 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3608         like "a", it seems like.
3609         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3610         since it needs to be picked from the correct buffer.
3611
3612         * nnwfm.el: Remove.
3613
3614         * nnlistserv.el: Remove.
3615
3616 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3619         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3620
3621 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * nnkiboze.el: Remove.
3624
3625         * nndb.el: Remove.
3626
3627         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3628         alt text.
3629         (gnus-html-rescale-image): Try to get the rescaling logic right for
3630         images that are just wide and not tall.
3631
3632         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3633         overshadow variable bindings.
3634
3635 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * gnus-html.el (gnus-html-wash-tags)
3638         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3639         Add extra logging.
3640
3641 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3644         (gnus-max-image-proportion): New variable.
3645         (gnus-html-rescale-image): New function.
3646         (gnus-html-put-image): Rescale images.
3647
3648 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         Fix up some byte-compiler warnings.
3651         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3652         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3653         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3654         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3655         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3656         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3657         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3658
3659 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-html.el (gnus-article-html): Decode contents by charset.
3662
3663 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3666         (gnus-html-frame-width, gnus-blocked-images)
3667         * message.el (message-prune-recipient-rules): Add custom version.
3668         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3669
3670         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3671         functions.
3672
3673         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3674         gnus-process-get.
3675
3676 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3677
3678         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3679         instead of lsub directly.
3680
3681 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * nnwarchive.el: Remove.
3684
3685         * gnus-soup.el: Remove.
3686
3687         * nnsoup.el: Remove.
3688
3689         * nnultimate.el: Remove.
3690
3691         * gnus-html.el (gnus-blocked-images): New variable.
3692
3693         * message.el (message-prune-recipients): New function.
3694         (message-prune-recipient-rules): New variable.
3695
3696         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3697         guess whether a long line is natural text or not.
3698
3699         * gnus-html.el (gnus-html-schedule-image-fetching):
3700         Use gnus-process-plist and friends for compatibility.
3701
3702 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * gnus-html.el: Require packages that define macros used in this file.
3705         (gnus-article-mouse-face): Declare to silence byte-compiler.
3706         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3707         process-get.
3708         (gnus-html-put-image): Use plist-get to avoid getf.
3709         (gnus-html-prefetch-images): Use with-current-buffer.
3710
3711 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-ems.el: Provide compatibility functions for
3714         gnus-set-process-plist.
3715
3716         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3717         header-line-format for XEmacs 21.4.
3718
3719         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3720         * gnus.el (gnus-valid-select-methods)
3721         * message.el (message-send-mail-partially-limit)
3722         * mm-decode.el (mm-text-html-renderer)
3723         * mml.el (mml-insert-mime-headers-always)
3724         * smiley.el (smiley-regexp-alist): Bump custom version.
3725
3726 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus-html.el: require mm-url.
3729         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3730         with the url to `url'.
3731         (gnus-html-wash-tags): Support cid: URLs/images.
3732
3733 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3736         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3737         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3738
3739         * gnus-move.el: Remove file, since it doesn't really work.
3740
3741         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3742         UTF-8.  This seems to fix problems with some German web feeds.
3743
3744         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3745         at the top so that the proper colours are applied.
3746
3747         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3748         don't have dots in their names.
3749
3750         * gnus-art.el (gnus-article-view-part): Doc fix.
3751
3752         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3753         XEmacs-compatible.
3754         (gnus-html-put-image): Don't do images on non-graphic displays.
3755
3756         * nnslashdot.el: Remove this unused backend.
3757
3758         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3759         actions.
3760         (gnus-undo-register-1): Revert last change.
3761
3762         * gnus-group.el (gnus-group-completing-read): Protect against not
3763         having completion-styles bound.
3764
3765         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3766         make broken recipients happier.
3767
3768         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3769
3770         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3771         point parameter.
3772
3773         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3774
3775         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3776         completion-styles for group selection.
3777
3778 2009-02-04  Andreas Schwab  <schwab@suse.de>
3779
3780         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3781         headers and regexp-quote the match if necessary.
3782
3783 2009-03-24  Miles Bader  <miles@gnu.org>
3784
3785         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3786         the blinking smiley.
3787
3788 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3789
3790         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3791         blink smiley.
3792
3793 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3796         where the dribbel file lives exists.
3797
3798         * message.el (message-send-mail-partially-limit): Change the default to
3799         nil, since most people don't want this.
3800
3801         * mm-url.el (mm-url-decode-entities): Also decode entities like
3802         &#x3212.
3803
3804 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3805
3806         * gnus-sum.el (gnus-summary-idna-message):
3807         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3808         Hyperlink urls in docstrings with URL `...'.
3809
3810 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3811
3812         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3813         functions.
3814
3815 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3818         say what the mouseover text should be.
3819
3820         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3821         version of the mm-w3m-safe-url-regexp variable to only download images
3822         in the groups where we want that to happen.
3823
3824         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3825
3826         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3827         easier debugging.
3828         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3829         big pictures in the article buffer.
3830
3831         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3832         gnus-article-html.
3833         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3834         w3m.
3835
3836         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3837
3838 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3841         which doesn't exist.
3842
3843         * message.el (message-inhibit-ecomplete): New variable to allow some
3844         function to inhibit ecomplete address storage.
3845         (message-resend): Disable ecomplete message storage when resending
3846         messages.
3847
3848         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3849
3850 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3853         Save excursion while copying, moving, and deleting articles in order to
3854         prevent the cursor from jumping to unforeseen place.
3855
3856 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * lpath.el: No need to bind bookmark-current-buffer,
3859         bookmark-yank-point and bookmark-make-record-function.
3860
3861 2010-08-17  Glenn Morris  <rgm@gnu.org>
3862
3863         * gnus-sync.el: Require gnus components whose functions are used.
3864
3865         * gnus-art.el (bookmark-make-record-function):
3866         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3867         Declare for compiler.
3868
3869         * mm-url.el (mml-compute-boundary): Autoload.
3870
3871 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3874
3875 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3876
3877         Typo fix "hoo4a" -> "hook".
3878
3879         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3880
3881 2010-08-14  Glenn Morris  <rgm@gnu.org>
3882
3883         * gnus-sync.el (gnus-sync): Fix defgroup version.
3884
3885 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3886
3887         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3888
3889         * gnus-sync.el: Fix docs.
3890         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3891         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3892
3893 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3894
3895         Optimizations for gnus-sync.el.
3896
3897         * gnus-sync.el: Add docs about gnus-sync-backend
3898         possibilities.
3899         (gnus-sync-save): Remove unnecessary message.
3900         (gnus-sync-read): Optimize and show what groups were skipped.
3901
3902 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3903
3904         Minor bug fixes for gnus-sync.el.
3905
3906         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3907         Don't read the sync on get-new-news.
3908
3909         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3910         quiet.
3911
3912         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3913         (fix typo).
3914
3915 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3916
3917         Make saving and restoring of hidden threads work with overlays.
3918         Patch applied by Ted Zlatanov.
3919
3920         * gnus-sum.el (gnus-hidden-threads-configuration)
3921         (gnus-restore-hidden-threads-configuration): Update to deal with text
3922         properties, rather than searching for a magic character.
3923
3924 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         New gnus-sync.el library for synchronization of marks.
3927
3928         * gnus-sync.el: New library for synchronization of marks.
3929
3930         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3931         renamed from `gnus-registry-grep-in-list'.
3932
3933         * gnus-registry.el (gnus-registry-follow-group-p):
3934         Use `gnus-grep-in-list'.
3935
3936         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3937
3938 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3941         determining charset of text fails.
3942
3943 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * nnmail.el (nnmail-get-new-mail-1): Revert.
3946
3947         * nnml.el (nnml-active-number): Make sure names of newly created groups
3948         in nnml-group-alist are encoded.
3949
3950 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3953         containing non-ASCII characters in active file for nnml back end.
3954
3955 2010-07-24  David Engster  <dengste@eml.cc>
3956
3957         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3958         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3959
3960 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3961
3962         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3963         tag (Bug#6654).
3964
3965 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3968         the article buffer, not the summary buffer.
3969
3970 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3973         Emacs 23 as well.
3974
3975 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3978         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3979
3980 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3981
3982         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3983         Patch applied by Karl Fogel.
3984
3985         * gnus-sum.el (gnus-summary-bookmark-make-record):
3986         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3987
3988 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3989
3990         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3991         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3992         C-w still not working correctly from Article buffers; Thierry's
3993         patch to fix that will be applied after this.
3994
3995         * gnus-art.el (bookmark-make-record-function): New local variable.
3996
3997         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3998         article buffer.
3999         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4000
4001 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4002
4003         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4004         on changes in bookmark.el.
4005
4006 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4009         `no-log' instead of message not to log prompt string.
4010
4011 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4012
4013         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4014         the *other* type of HTML form submission.
4015
4016 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4017
4018         * auth-source.el (auth-source-pick): If choice does not contain a
4019         questioned keyword, set the check to t.
4020
4021 2010-06-12  Romain Francoise  <romain@orebokech.com>
4022
4023         * gnus-util.el (gnus-date-get-time): Move up before first use.
4024
4025 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4028         (gnus-article-edit-part): Bind it to make last part that is substituted
4029         or deleted visible.
4030         (gnus-mime-display-single): Buttonize part of which id equals to
4031         gnus-mime-buttonized-part-id.
4032
4033 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4034
4035         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4036         (gnus-dd-mmm): Use gnus-date-get-time.
4037         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4038         simplify logic.
4039         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4040         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4041
4042 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4043
4044         * auth-source.el (top): Autoload `secrets-list-collections',
4045         `secrets-create-item', `secrets-delete-item'.
4046         (auth-sources): Fix tag string.
4047         (auth-get-source, auth-source-retrieve, auth-source-create)
4048         (auth-source-delete): New defuns.
4049         (auth-source-pick): Rewrite in order to avoid 2 passes.
4050         (auth-source-forget-user-or-password): New parameter USERNAME.
4051         (auth-source-user-or-password): New parameters CREATE-MISSING and
4052         DELETE-EXISTING.  Retrieve password interactively, if needed.
4053
4054 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4055
4056         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4057         deleting unused directories when gnus-expert-user is t.
4058
4059 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4062         for each temp file when gnus-article-browse-delete-temp is ask.
4063
4064 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4065
4066         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4067         Lisp calls to delete-backward-char by calls to delete-char.
4068
4069 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4070
4071         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4072
4073 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4074
4075         * password-cache.el (password-cache-remove): Fix docstring.
4076
4077 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4080         article unless decoding article to be saved.
4081
4082 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4085         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4086         generated within the mm-with-unibyte-current-buffer macro.
4087
4088 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4091         to nil when we're in a mml-preview buffer and no group is selected.
4092
4093 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4094
4095         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4096         when catching the `C-g'.  Reported by "Leo".
4097
4098 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * message.el (message-forward-make-body-plain)
4101         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4102         multibyte-string-p.
4103
4104         * lpath.el: Revert.
4105
4106 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * message.el (message-forward-make-body-mml): Assume original message
4109         is multibyte string; error on unibyte.
4110         (message-forward-make-body-plain): Ditto; don't add excessive newline
4111         in body end.
4112
4113         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4114
4115 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4116
4117         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4118         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4119
4120 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * mm-extern.el (mm-extern-url): Don't use
4123         mm-with-unibyte-current-buffer.
4124         (mm-extern-cache-contents): Use with-current-buffer instead of
4125         save-excursion + set-buffer.
4126
4127 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * mm-util.el (mm-emacs-mule): Remove.
4130
4131 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4132
4133         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4134         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4135         change.
4136
4137 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4140         bind the default value of enable-multibyte-characters to nil.
4141
4142 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * message.el (message-forward-make-body-plain)
4145         (message-forward-make-body-mml):
4146         Don't use mm-with-unibyte-current-buffer.
4147
4148 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4149
4150         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4151
4152 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4153
4154         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4155         (Bug#5592).
4156
4157 2010-05-07  Julien Danjou  <julien@danjou.info>
4158
4159         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4160         it to mm-pipe-part.
4161
4162         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4163         it is given.
4164
4165 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * binhex.el (binhex-decode-region-internal)
4168         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4169         (dns-query)
4170         * nnweb.el (nnweb-gmane-search)
4171         * pgg-parse.el (pgg-parse-armor)
4172         * pgg.el (pgg-verify-region)
4173         * sha1.el (sha1-string-external)
4174         * uudecode.el (uudecode-decode-region-internal)
4175         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4176         XEmacs.
4177
4178         * gnus-art.el (gnus-article-browse-html-parts)
4179         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4180         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4181         make-temp-file.
4182
4183         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4184         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4185         compiling.
4186
4187         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4188         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4189         XEmacs when compiling.
4190
4191         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4192         gnus-pick-mode-off-hook for XEmacs when compiling.
4193         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4194         gnus-binary-mode-off-hook for XEmacs when compiling.
4195
4196         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4197         Return nil if char-charset is not available.
4198
4199         * imap.el (imap-disable-multibyte)
4200         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4201         macros.
4202
4203         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4204         instead of encode-coding-string.
4205
4206         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4207         'xemacs) instead of mm-emacs-mule to switch function definitions.
4208         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4209
4210         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4211         bind temporary-file-directory for XEmacs;
4212         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4213         timer-set-function for XEmacs 21.4 and SXEmacs;
4214         bind timer-list for XEmacs 21.4 and SXEmacs;
4215         fbind char-charset and find-charset-region for non-Mule XEmacs;
4216         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4217         encode-coding-region and encode-coding-string for XEmacs having no
4218         file-coding feature.
4219
4220 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4221
4222         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4223
4224 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4227         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4228
4229 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4230
4231         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4232         alias `jka-compr-delete-temp-file' no longer exists.
4233
4234 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4235
4236         Use define-minor-mode in Gnus where applicable.
4237         * mml.el (mml-mode): Use define-minor-mode.
4238         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4239         (gnus-undo-mode): Use define-minor-mode.
4240         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4241         (gnus-dead-summary-mode): Use define-minor-mode.
4242         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4243         Initialize in declaration.
4244         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4245         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4246         (gnus-mailing-list-mode): Use define-minor-mode.
4247         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4248         (gnus-draft-mode): Use define-minor-mode.
4249         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4250         (gnus-dired-mode): Use define-minor-mode.
4251
4252 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4253
4254         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4255         handles on recursive mml-to-mime translation and check them for
4256         boundary delimiter collisions.  Reported by Greg Troxel.
4257
4258 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4261
4262 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4263
4264         * mm-util.el (mm-find-buffer-file-coding-system):
4265         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4266
4267 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4268
4269         * message.el (message-generate-headers): Record insertion of optional
4270         headers as well.  Otherwise the check to prevent repeated insertion of
4271         optional headers is a no-op.
4272
4273 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * smime.el: Don't mention CVS.
4276
4277         * nnrss.el (nnrss-fetch): Don't mention CVS.
4278
4279         * nnir.el: Don't mention CVS.
4280
4281 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4282
4283         * gnus-sum.el (gnus-summary-bookmark-make-record):
4284         Add `location' field.
4285
4286 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * lpath.el: Fbind bookmark-default-handler,
4289         bookmark-get-bookmark-record, bookmark-make-record-default,
4290         bookmark-prop-get for Emacs <23 and XEmacs.
4291
4292 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4293
4294         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4295         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4296         Use with-current-buffer to silence the byte-compiler.
4297         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4298         bother to require `gnus'.
4299         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4300
4301 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4302
4303         * gnus-sum.el (gnus-summary-bookmark-make-record)
4304         (gnus-summary-bookmark-jump): New functions.
4305         (gnus-summary-mode): Setup bookmark support.
4306
4307 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4308
4309         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4310         if set.
4311
4312 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4315         gnus-article-browse-html-save-cid-image; make it work recursively for
4316         forwarded messages as well.
4317         (gnus-article-browse-html-parts): Work when prefix arg is given.
4318         (gnus-article-browse-html-article): Doc fix.
4319
4320 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4321
4322         * message.el (message-default-mail-headers):
4323         (message-default-headers): Carry the value mail-default-headers over
4324         into message-default-mail-headers, rather than message-default-headers.
4325
4326 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4327
4328         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4329         charset.
4330
4331         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4332         charset into the <meta> tag when the article is encoded to utf-8.
4333
4334 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (gnus-article-browse-delete-temp-files):
4337         Delete directories as well.
4338         (gnus-article-browse-html-parts): Work for images that do not specify
4339         file names; delete temp directory when quitting; insert header at the
4340         right place; use file: scheme for image files.
4341
4342 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4343
4344         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4345         (gnus-article-browse-html-parts): Use it to make temporary cid image
4346         files in addition to html file so that browser may display them.
4347
4348 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4351
4352 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4355
4356 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * auth-source.el (auth-sources): Change default to be simpler.
4359         Explain about Secret Service API sources.  Improve Customize options.
4360         (auth-source-pick): Change to accept any number of search parameters.
4361         Implement fallbacks iteratively, not recursively.  Add scoring on the
4362         second pass and sort by score.  Call Secret Service API when needed.
4363         (auth-source-user-or-password): Use it.  Call Secret Service API
4364         directly when needed to get the user name and the password.
4365
4366 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4367
4368         * message.el (message-interactive): Doc fix.
4369         (message-qmail-inject-args): Reflow.
4370         (message-kill-to-signature): Fix typo in docstring.
4371
4372         * smiley.el (smiley-buffer): Fix typo in docstring.
4373
4374 2010-03-24  Glenn Morris  <rgm@gnu.org>
4375
4376         * mail-source.el (gnus-message): Declare.
4377         (mail-source-delete-old-incoming): Require gnus-util.
4378
4379 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4382
4383         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4384
4385         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4386         password-cache's default if it is not bound.
4387         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4388         password-cache-expiry's default if it is not bound.
4389
4390         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4391         available in Emacs 21.
4392
4393         * lpath.el: Suppress compiler warnings for:
4394         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4395         XEmacs;
4396         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4397         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4398         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4399
4400 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * auth-source.el (auth-sources): Fix up definition so extra parameters
4403         are always inline.
4404
4405 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4406
4407         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4408         wasn't updated after mismatch.  Clear cached mailbox info correctly
4409         when uidvalidity changes.
4410         (nnimap-group-prefixed-name): New function to avoid some code
4411         duplication.
4412         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4413         (nnimap-request-group): Use it.
4414         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4415         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4416         with many imap folders.  This is done by caching the group status from
4417         the imap server persistently in a group parameter `imap-status'.  (This
4418         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4419         but not persistently, so every Gnus startup was still very slow.)
4420
4421 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4424         delete the extra newline.  Otherwise editing of :string and :number
4425         types don't work.
4426
4427 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4430         secrets.el dependency.
4431         (auth-sources): Add optional user name.  Add secrets.el configuration
4432         choice (unused right now).
4433
4434 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4435
4436         * gnus-sum.el (gnus-summary-make-menu-bar):
4437         Let `gnus-registry-install-shortcuts' fill in the functions.
4438
4439         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4440         warnings.
4441         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4442         (gnus-registry-install-shortcuts): Populate and use it in a
4443         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4444
4445 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4446
4447         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4448         In-place substitutions for the group name encoding/decoding.
4449         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4450         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4451         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4452         (nnimap-update-unseen, nnimap-request-list)
4453         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4454         (nnimap-request-set-mark, nnimap-split-to-groups)
4455         (nnimap-split-articles, nnimap-request-newgroups)
4456         (nnimap-request-create-group, nnimap-request-accept-article)
4457         (nnimap-request-delete-group, nnimap-request-rename-group)
4458         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4459         `encoded-mbx' for consistency.
4460         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4461         variable `imap-current-mailbox'.
4462
4463         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4464         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4465
4466 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4467
4468         * pop3.el (pop3-display-message-size-flag): Display message size byte
4469         counts during POP3 download.
4470         (pop3-movemail): Use it.
4471         (pop3-list): Implement listing of available messages.
4472
4473 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4474
4475         * nnir.el (nnir-get-article-nov-override-function): New function to
4476         override the normal NOV retrieval.
4477         (nnir-retrieve-headers): Use it.
4478
4479 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4480
4481         * auth-source.el (netrc-machine-user-or-password): Autoload.
4482
4483 2010-03-19  Glenn Morris  <rgm@gnu.org>
4484
4485         Stop message.el from loading about 40 libraries it doesn't always need.
4486         The general approach is to autoload rather than require, and to
4487         require in the specific functions rather than the file.  (Bug#5642)
4488
4489         * gmm-utils.el: Don't require wid-edit.
4490         (widget-create-child-value, widget-convert, widget-default-get):
4491         Autoload.
4492
4493         * gnus-util.el: Don't require time-date, netrc.
4494         (message-fetch-field, gnus-group-name-decode): Declare rather than
4495         autoloading.
4496         (gnus-fetch-field): Require message.
4497         (gnus-decode-newsgroups): Require gnus-group.
4498
4499         * ietf-drums.el: Don't require time-date.
4500
4501         * message.el: Don't require hashcash, canlock, ecomplete.
4502         Do require mail-utils.  Require nnheader only when compiling.
4503         (smtpmail-default-smtp-server): Remove declaration.
4504         (message-send-mail-function): Check smtpmail-default-smtp-server
4505         is bound rather than requiring smtpmail.
4506         (message-auto-save-directory, message-insert-signature):
4507         Use expand-file-name rather than nnheader-concat.
4508         (nnheader-insert-file-contents): Autoload.
4509         (hashcash-wait-async): Declare.
4510         (message-send-mail): Only call gnus-setup-posting-charset if
4511         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4512         (message-send-mail-with-sendmail): Require sendmail.
4513         (canlock-password, canlock-password-for-verify): Declare.
4514         (message-canlock-password): Require canlock.
4515         (nnheader-get-report): Autoload.
4516         (gnus-setup-posting-charset): Declare.
4517         (message-send-news): Require gnus-msg.
4518         (message-make-references, message-make-in-reply-to): Use mail-header-id
4519         rather than the alias mail-header-message-id.
4520         (ecomplete-add-item, ecomplete-save): Declare.
4521         (message-put-addresses-in-ecomplete): Require ecomplete.
4522         (ecomplete-display-matches): Autoload.
4523
4524         * mm-decode.el: Don't require mailcap, gnus-util.
4525         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4526         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4527         Autoload.
4528         (mailcap-mime-extensions): Declare.
4529
4530         * mm-encode.el: Don't require mailcap.
4531         (mailcap-extension-to-mime): Autoload.
4532
4533         * mml-sec.el: Don't require password-cache.
4534
4535         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4536         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4537         (mml-minibuffer-read-type): Require mailcap.
4538         (mml-preview): Require gnus-msg.
4539
4540         * mml1991.el: Require password-cache.
4541         (password-cache-expiry): Remove declaration.
4542
4543         * mml2015.el: Require password-cache.
4544         (password-cache-expiry): Remove declaration.
4545
4546         * nneething.el (mailcap): Require mailcap.
4547
4548         * nnheader.el (declare-function): Add compatibility stub.
4549         (message-remove-header): Declare rather than autoload.
4550         (nnheader-replace-header): Require message.
4551
4552         * nnimap.el (declare-function): Add compatibility stub.
4553         (netrc-parse, netrc-machine-user-or-password): Declare.
4554         (nnimap-open-connection): Require netrc.
4555
4556         * nntp.el (declare-function): Add compatibility stub.
4557         (netrc-parse, netrc-machine, netrc-get): Declare.
4558         (nntp-send-authinfo): Require netrc.
4559
4560         * rfc2047.el: Don't require qp.
4561         (quoted-printable-encode-region, quoted-printable-decode-string):
4562         Autoload.
4563
4564         * sieve-mode.el: Don't require easymenu.
4565         (easy-menu-add-item): Autoload it.
4566
4567         * spam-stat.el (time-to-number-of-days): Autoload it.
4568
4569 2010-03-19  Glenn Morris  <rgm@gnu.org>
4570
4571         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4572
4573 2010-03-18  Glenn Morris  <rgm@gnu.org>
4574
4575         * hashcash.el (declare-function): Remove duplicate definition.
4576
4577 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4578
4579         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4580         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4581         value if any backslash escapes).
4582
4583 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4586         if it is available.  (bug#5647)
4587
4588         * lpath.el: Suppress compiler warning for coding-system-from-name for
4589         Emacs 21 and XEmacs.
4590
4591 2010-03-14  Juri Linkov  <juri@jurta.org>
4592
4593         * hmac-def.el:
4594         * hmac-md5.el:
4595         * netrc.el: Fix keywords.
4596
4597 2010-02-26  Glenn Morris  <rgm@gnu.org>
4598
4599         * message.el (message-send-mail-function): Change the default, so that
4600         it inherits from a customized send-mail-function.  (Bug#5643)
4601
4602 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4603
4604         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4605         shell-command-to-string signals an error (bug#5299).
4606
4607 2010-02-24  Glenn Morris  <rgm@gnu.org>
4608
4609         * message.el (message-smtpmail-send-it)
4610         (message-send-mail-with-mailclient): Doc fixes.
4611
4612 2010-02-16  Glenn Morris  <rgm@gnu.org>
4613
4614         * message.el (message-default-mail-headers): Change the default value
4615         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4616
4617 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4620         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4621
4622 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4623
4624         * time-date.el (date-to-time): Doc fix (Bug#5408).
4625
4626 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4627
4628         * message.el (message-mail): Just pass yank-action on to message-setup.
4629         (message-setup): Handle (FUN . ARGS) form of yank-action.
4630         (message-with-reply-buffer, message-widen-reply)
4631         (message-yank-original): Handle non-buffer values of
4632         message-reply-buffer (Bug#4080).
4633         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4634
4635 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4636
4637         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4638         Fix typo in docstring.
4639
4640 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4641
4642         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4643         response.
4644
4645 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4648
4649         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4650
4651         * message.el (message-check-news-header-syntax): Protect against a
4652         string that `rfc822-addresses' returns when parsing fails.
4653
4654 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4657         (gnus-previous-char-property-change): New functions.
4658
4659         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4660
4661 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4662
4663         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4664         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4665
4666 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4667
4668         * message.el (message-exchange-point-and-mark): Rework last change to
4669         avoid using optional arg of exchange-point-and-mark, for backward
4670         compatibility.
4671
4672 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4673
4674         * message.el (message-exchange-point-and-mark):
4675         Call exchange-point-and-mark with an argument rather than setting
4676         mark-active by hand (Bug#5175).
4677
4678 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * nntp.el (nntp-service-to-port): Work for service expressed with
4681         numeric string; replace [:digit:] with [0-9] for XEmacs.
4682
4683 2009-12-17  Glenn Morris  <rgm@gnu.org>
4684
4685         * gnus-group.el (gnus-bug-group-download-format-alist):
4686         Change emacs entry to debbugs.gnu.org.  Bump :version.
4687
4688 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4691
4692 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * message.el (message-info): Explain why we use `Info-goto-node'.
4695
4696 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4699
4700 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * message.el (message-completion-in-region): New compatibility function.
4703         (message-expand-group): Use it.
4704
4705 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4708         with no unread article should be listed if the 2nd arg `predicate' is
4709         given.
4710
4711 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4714
4715 2009-11-29  Juri Linkov  <juri@jurta.org>
4716
4717         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4718         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4719         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4720
4721 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4722
4723         * sha1.el (sha1-string-external): default-directory "/" in case
4724         otherwise non-existent.  process-connection-type pipe for touch of
4725         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4726
4727 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4728
4729         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4730         it's comms related and sgml-mode.el has "comm" on that basis too.
4731
4732 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4735         containing tspecial characters if they have been already quoted.
4736
4737 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4738
4739         * dns-mode.el (auto-mode-alist): Purecopy string.
4740
4741 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4742
4743         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4744
4745 2009-10-24  Glenn Morris  <rgm@gnu.org>
4746
4747         * gnus-art.el (help-xref-stack-item): Define for compiler.
4748
4749 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4750
4751         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4752
4753 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4756
4757 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4760         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4761
4762 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4765         (gnus-overlays-in): New alias to overlays-in.
4766
4767         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4768         gnus-overlay-get, and gnus-delete-overlay.
4769         (gnus-summary-show-thread): Make it work as well for systems in which
4770         next-single-char-property-change is not available.
4771         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4772
4773         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4774         (gnus-overlay-get): New alias to extent-property.
4775         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4776
4777         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4778         SXEmacs.
4779
4780         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4781         SXEmacs.
4782
4783 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4786
4787 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4788
4789         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4790         and XEmacs that don't have `remove-overlays'.
4791
4792 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4793
4794         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4795         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4796         selective display.  Use overlays instead.
4797
4798 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4799
4800         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4801
4802 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4803
4804         * spam-stat.el (spam-stat-load): Fix typo in message.
4805
4806 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4807
4808         * dig.el (dig-invoke): Fix typo in docstring.
4809         (query-dig): Reflow docstring.
4810
4811 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4812
4813         * gnus-art.el (gnus-article-encrypt-body):
4814         * message.el (message-check-recipients):
4815         * mm-util.el (mm-codepage-setup):
4816         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4817         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4818
4819 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4820
4821         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4822         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4823         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4824         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4825         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4826
4827 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4828
4829         * dig.el: Add "Keywords: comm", as per net-utils.el.
4830
4831 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4832
4833         * dig.el (dig-mode): Use define-derived-mode.
4834
4835 2009-09-19  Glenn Morris  <rgm@gnu.org>
4836
4837         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4838
4839 2009-09-18  Glenn Morris  <rgm@gnu.org>
4840
4841         * gnus-diary.el (gnus-diary-check-message):
4842         * message.el (message-insert-formatted-citation-line):
4843         * nnbabyl.el (top-level):
4844         * nndiary.el (nndiary-schedule):
4845         Fix typos in condition-case handlers.
4846
4847 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4850         configuration that provides the sole article window in a frame;
4851         position point correctly after deleting a part.
4852
4853 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4854
4855         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4856         (spam-resolve-registrations-routine): Use it to unregister articles
4857         that change status.
4858
4859 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4862         with XEmacs.
4863         (parse-time-string-chars): Use it.
4864
4865 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * imap.el (imap-interactive-login): Better messages.
4868         (imap-open): Fix bug with renamed buffer on reconnect.
4869         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4870         for easier debugging and cleaner code.  On successful (guessed based on
4871         server capabilities) secondary authentication, set imap-state
4872         correctly.
4873         (imap-last-authenticator): Define imap-last-authenticator as a variable
4874         to avoid warnings.
4875
4876 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * nnrss.el (nnrss-request-article): Remove binding of
4879         default-enable-multibyte-characters that has gotten needless by
4880         the 2007-07-13 change in rfc2047-encode-message-header.
4881
4882         * mml.el (mml-insert-multipart): Error on the message header.
4883         (mml-insert-part): Error on the message header; position point at
4884         the end of a MIME tag.
4885
4886 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * time-date.el (autoload): Expand define-obsolete-function-alias into
4889         defalias and make-obsolete for old Emacsen that Gnus supports.
4890         (with-no-warnings): Define it for old Emacsen.
4891         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4892         is available.
4893         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4894         float-time is available; suppress compile warning for time-to-seconds.
4895
4896         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4897         (gnus-float-time): Alias to float-time if it exists.
4898
4899         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4900         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4901         float-time is available; suppress compile warning for time-to-seconds.
4902
4903         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4904         XEmacs.
4905
4906 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * imap.el (imap-message-map): Docstring fix.
4909
4910 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4913         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4914         Add the optional argument `encoding' that overrides the default.
4915
4916         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4917         mm-encode-buffer.
4918
4919 2009-09-04  Glenn Morris  <rgm@gnu.org>
4920
4921         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4922         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4923         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4924         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4925         * mm-util.el (mm-with-unibyte-current-buffer)
4926         (mm-find-buffer-file-coding-system):
4927         * yenc.el (yenc-decode-region): Use default-value rather than
4928         default-enable-multibyte-characters.
4929
4930 2009-09-03  Glenn Morris  <rgm@gnu.org>
4931
4932         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4933         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4934         than default-enable-multibyte-characters.
4935
4936 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4937
4938         * gnus-art.el (gnus-article-read-summary-keys):
4939         Fix gnus-buffer-configuration's value temporarily used.
4940
4941 2009-09-02  Glenn Morris  <rgm@gnu.org>
4942
4943         * gnus-util.el (gnus-float-time): New function.
4944         * gnus-delay.el (gnus-delay-article):
4945         * gnus-sum.el (gnus-thread-latest-date):
4946         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4947         * nnspool.el (nnspool-request-newgroups):
4948         Use gnus-float-time rather than time-to-seconds.
4949         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4950
4951         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4952         (gnus-header-subject-face, gnus-header-newsgroups-face)
4953         (gnus-header-name-face, gnus-header-content-face):
4954         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4955         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4956         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4957         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4958         (gnus-cite-face-11):
4959         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4960         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4961         (gnus-server-closed-face, gnus-server-denied-face)
4962         (gnus-server-offline-face):
4963         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4964         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4965         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4966         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4967         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4968         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4969         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4970         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4971         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4972         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4973         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4974         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4975         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4976         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4977         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4978         (gnus-summary-high-undownloaded-face)
4979         (gnus-summary-low-undownloaded-face)
4980         (gnus-summary-normal-undownloaded-face)
4981         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4982         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4983         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4984         (gnus-splash-face):
4985         * message.el (message-header-to-face, message-header-cc-face)
4986         (message-header-subject-face, message-header-newsgroups-face)
4987         (message-header-other-face, message-header-name-face)
4988         (message-header-xheader-face, message-separator-face)
4989         (message-cited-text-face, message-mml-face):
4990         * sieve-mode.el (sieve-control-commands-face)
4991         (sieve-action-commands-face, sieve-test-commands-face)
4992         (sieve-tagged-arguments-face):
4993         * spam.el (spam-face):
4994         Mark face aliases with "-face" in the name as obsolete.
4995
4996 2009-09-01  Glenn Morris  <rgm@gnu.org>
4997
4998         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4999         than goto-line.
5000
5001 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5004         Don't move point if the command is invoked inside the message header.
5005
5006 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * imap.el (imap-send-command): Simplify.
5009         (imap-wait-for-tag): point-max -> buffer-size.
5010
5011 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5012
5013         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5014         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5015         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5016         * nnir.el (nnir-swish-e-index-file):
5017         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5018         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5019         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5020         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5021         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5022         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5023
5024 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5027         Don't save excursion.
5028
5029 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5030
5031         * nnheader.el (nnheader-find-file-noselect):
5032         * mm-util.el (mm-insert-file-contents):
5033         Use (default-value 'major-mode) instead of default-major-mode.
5034
5035 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5036
5037         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5038
5039 2009-08-26  Glenn Morris  <rgm@gnu.org>
5040
5041         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5042         than placing in files.el.
5043
5044 2009-08-25  Glenn Morris  <rgm@gnu.org>
5045
5046         * nnir.el (top-level): Don't require cl at run-time.
5047         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5048         Replace cl-function substitute with gnus-replace-in-string.
5049         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5050         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5051         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5052         simplified expansions.
5053
5054 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5055
5056         * dig.el (dig): Add autoload cookie.
5057
5058 2009-08-22  Glenn Morris  <rgm@gnu.org>
5059
5060         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5061         goto-line.
5062
5063 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5064
5065         * parse-time.el (parse-time-string-chars): Save match data.
5066
5067 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5068
5069         * parse-time.el (parse-time-string-chars): Compute using character
5070         classes, to handle non-ascii characters (Bug#3190).
5071
5072 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5075
5076         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5077         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5078         (gnus-mm-display-part, gnus-mime-display-single)
5079         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5080         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5081
5082         * gnus-sum.el
5083         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5084         (gnus-summary-move-article): Add expirable mark to articles copied or
5085         moved to group that has auto-expire turned on if the option is non-nil.
5086
5087 2009-07-24  Glenn Morris  <rgm@gnu.org>
5088
5089         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5090         Fix typo.  (Bug#3903)
5091
5092 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5095         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5096         that should not be used for draft articles.
5097         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5098         that has no concern in minor mode keys.
5099         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5100         Abolish.
5101
5102 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5105         article without making inquiry to a user for unknown encoding.
5106
5107         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5108         (nnmaildir--scan): Assume i-node and device number that file-attributes
5109         returns might be cons-cell.
5110
5111         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5112
5113         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5114
5115 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * auth-source.el: Remove docs now in auth.texi.  Don't use
5118         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5119         `auth-source-hide-passwords' and use them.
5120
5121 2009-07-15  Glenn Morris  <rgm@gnu.org>
5122
5123         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5124
5125 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5128         excessive whitespace from the default values of title and description.
5129
5130 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5133         mail-fetch-field to fetch Content-Description header in order to
5134         exclude newlines.
5135
5136 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5137
5138         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5139         format used by GnuPG 2.0.11.
5140
5141 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5144         to deleted part.
5145
5146 2009-05-30  David Engster  <dengste@eml.cc>
5147
5148         * nnmairix.el: Remove old documentation in the commentary block.
5149         (nnmairix-request-group): Do not update active file for nnml back ends.
5150         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5151         end so that overview files are ignored.
5152         (nnmairix-update-groups): Make updating the groups more robust by using
5153         marks.
5154         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5155         with dollar characters in message-id.
5156
5157 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5160         2008-12-25 in dns.el.
5161
5162 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5163
5164         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5165         could happen if the text is only composed of spaces and/or tabs.
5166
5167 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5168
5169         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5170         when sending a queued message to avoid extra mml tags.
5171
5172 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5175
5176 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5179         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5180         rmail-toggle-header for XEmacs;
5181         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5182
5183 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-dired.el: Remove autoload for gnus-setup-message.
5186         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5187         displaying Gnus logo; always use compose-mail.
5188
5189 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5192
5193 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5196         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5197         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5198         available.
5199         (gnus-nocem-epg-verify): New function.
5200
5201 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5204
5205 2009-02-15  Glenn Morris  <rgm@gnu.org>
5206
5207         * gnus-util.el (rmail-insert-rmail-file-header)
5208         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5209         autoloads.
5210         (rmail-default-rmail-file): Remove unnecessary declaration.
5211         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5212
5213 2009-02-14  Glenn Morris  <rgm@gnu.org>
5214
5215         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5216         variable (only used in gnus-util, which declares it anyway).
5217         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5218         which was only needed by gnus-art (changed to not use it any more).
5219         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5220         only used in gnus-util, which autoloads it itself.
5221         (rmail-update-summary): Fix autoload.
5222
5223         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5224         rather than rmail-output-to-rmail-file.
5225
5226 2009-02-07  Glenn Morris  <rgm@gnu.org>
5227
5228         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5229         autoload of function that no longer exists.
5230         (rmail-toggle-header): Declare.
5231         (message-forward-rmail-make-body): Handle mbox Rmail.
5232
5233 2009-01-31  Glenn Morris  <rgm@gnu.org>
5234
5235         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5236         2009-01-09 change.
5237
5238 2009-01-31  Dave Love  <fx@gnu.org>
5239
5240         * imap.el (imap-fetch-safe): Bind debug-on-error.
5241         (imap-debug): Add imap-fetch-safe.
5242
5243 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5244
5245         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5246         (auth-source-forget-all-cached): New convenience function.
5247         (auth-source-user-or-password): Accept list of modes or a single mode.
5248
5249         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5250         auth-source modes.
5251
5252         * netrc.el (netrc-machine-user-or-password): Use list of
5253         auth-source modes.
5254
5255         * nnimap.el (nnimap-open-connection): Use list of
5256         auth-source modes.
5257
5258         * nntp.el (nntp-send-authinfo): Use list of
5259         auth-source modes.
5260
5261 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5264         now.
5265
5266 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5269         coding system in XEmacs; add a workaround for XEmacs.
5270
5271         * lpath.el: Fbind coding-system-aliasee.
5272
5273 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5276         of current-language-environment.
5277
5278 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5281         available at runtime.
5282
5283 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5286
5287 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5288
5289         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5290         the greatest positive fixnum value doesn't work under an XEmacs with
5291         bignum support; use the most-positive-fixnum constant instead,
5292         available since Emacs 21.1 with cl and XEmacs 21.1.
5293
5294 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5297         XEmacs gets not to work.
5298
5299 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * mm-util.el (mm-coding-system-priorities): Allow the value like
5302         "Japanese (UTF-8)" of current-language-environment.
5303
5304 2009-01-09  Glenn Morris  <rgm@gnu.org>
5305
5306         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5307         with last-command-event.
5308
5309 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5312         in the doc string.
5313
5314         * message.el (message-fix-before-sending): Amend comment.
5315
5316 2009-01-08  Dave Love  <fx@gnu.org>
5317
5318         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5319
5320 2009-01-07  David Engster  <dengste@eml.cc>
5321
5322         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5323         simplified server definitions by converting it via
5324         gnus-server-to-method.
5325
5326 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5329         parameter's operands.
5330
5331 2009-01-06  David Engster  <dengste@eml.cc>
5332
5333         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5334         primary select method (for gnus-group-mark-article-as-read).
5335
5336 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5337
5338         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5339         `(gnus)Face', not `(gnus)X-Face'.
5340
5341 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * mm-util.el (mm-ucs-to-char): New function.
5344
5345         * mm-url.el (mm-url-decode-entities): Use it.
5346
5347         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5348         unicode-to-char.
5349
5350 2009-01-05  Dave Love  <fx@gnu.org>
5351
5352         * time-date.el: Require cl for `declare'.
5353
5354 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5357         Dave Love.
5358
5359 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * message.el (message-fix-before-sending): Add `eight-bit' to
5362         illegible-text check.
5363
5364 2009-01-03  Michael Olson  <mwolson@gnu.org>
5365
5366         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5367         `headers' is nil.  This can occur if the IMAP server does not have
5368         permissions to read messages from a folder, but can write new messages
5369         to the folder.
5370         (nnimap-request-article-part): Do not insert `data' if it is nil.
5371
5372         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5373         characters which will confuse `read', so skip past them.
5374
5375 2009-01-01  Dave Love  <fx@gnu.org>
5376
5377         * imap.el (imap-string-to-integer): Fix typo.
5378         (imap-fetch-safe): New function.
5379         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5380
5381         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5382
5383         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5384         (imap-parse-greeting): Fix doc strings.
5385         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5386         (imap-parse-flag-list): Make messages unique.
5387         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5388
5389         * nnimap.el: Fix author email.
5390         (nnimap-split-rule): Add FIXME comment.
5391         (nnimap-debug): Fix doc string.
5392
5393 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5396
5397 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5400         nslookup if resolv.conf isn't available.
5401         (dns-query): Rename from query-dns.
5402         (dns-query-cached): Rename from query-dns-cached.
5403
5404 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5407         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5408         to check if those variables exist (first appeared in Emacs 18.50).
5409
5410 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * mm-util.el (mm-line-number-at-pos): New function.
5413
5414         * spam-report.el (spam-report-process-queue): Use it.
5415
5416 2008-12-24  David Engster  <dengste@eml.cc>
5417
5418         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5419         parameters that haven't existed as variables as buffer-local variables.
5420
5421 2008-12-23  Dave Love  <fx@gnu.org>
5422
5423         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5424         cadar.
5425
5426         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5427         imap-starttls-p.
5428         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5429
5430 2008-12-22  Dave Love  <fx@gnu.org>
5431
5432         * imap.el: Fix author email.  Doc fixes.
5433         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5434         reply.
5435
5436 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * spam-report.el (spam-report-gmane-max-requests): New constant.
5439         (spam-report-gmane-wait): New variable.
5440         (spam-report-gmane-ham, spam-report-gmane-spam)
5441         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5442         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5443         the server.
5444
5445         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5446         Add explanations.
5447
5448         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5449         nnheader-accept-process-output and nnheader-read-timeout if available.
5450         (pop3-movemail): Use it.
5451
5452         * message.el (message-check-news-body-syntax): Fix signature check if
5453         there's an attachment.
5454
5455 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * mm-util.el: Add comments to the mm- emulating functions.
5458
5459 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5460
5461         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5462         Reported by Stephen Berman <stephen.berman@gmx.net>.
5463
5464 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * mm-util.el (mm-substring-no-properties): New function.
5467         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5468         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5469         (mm-string-to-multibyte): Doc fix.
5470
5471         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5472
5473 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * mml.el (mml-attach-file): Strip text properties from file name.
5476         (Bug#1574)
5477
5478 2008-12-16  Glenn Morris  <rgm@gnu.org>
5479
5480         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5481
5482 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5485         knows since the charset specified might be a bogus alias that
5486         mm-charset-synonym-alist provides.
5487
5488 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5491         "ISO_8859-1".
5492
5493         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5494
5495 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mm-util.el (mm-charset-eval-alist):
5498         Define it before mm-charset-to-coding-system.
5499         (mm-charset-to-coding-system): Add optional argument `silent';
5500         define it before mm-charset-override-alist.
5501         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5502         default value if it can be used in Emacs currently running;
5503         silence mm-charset-to-coding-system.
5504
5505 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5508         `allow-override' which says whether to use `mm-charset-override-alist'.
5509         (rfc2047-decode-encoded-words): Use it.
5510
5511         * mm-util.el (mm-charset-override-alist): Fix custom type;
5512         add `(gb2312 . gbk)' to choices.
5513
5514 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5517         fast.
5518
5519         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5520
5521         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5522
5523 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5524
5525         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5526         on links.
5527
5528         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5529
5530 2008-12-03  Lute Kamstra  <lute@gnu.org>
5531
5532         * sha1.el: Remove leading * from docstrings of defcustoms,
5533         deffaces, defconsts and defuns.
5534
5535 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5538         users' addresses that don't have domain parts.
5539         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5540         rather than message-narrow-to-head since there will be the message
5541         header separator.
5542
5543 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5544
5545         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5546         since the result is inserted in a unibyte buffer anyway.
5547         (nnimap-demule-use-string-to-multibyte): Remove.
5548         (nnimap-demule): Alias it to mm-string-to-multibyte.
5549
5550 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5553         variable for debugging bug#464 and bug#1174.
5554         (nnimap-demule): Use it.
5555
5556 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5559         score calculation correctly.
5560
5561 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         * message.el (message-send-mail): Just set the buffer to unibyte
5564         rather than use mm-with-unibyte-current-buffer which does a lot more.
5565         (message-send-mail-partially): Don't bother with
5566         mm-with-unibyte-current-buffer since it's already been made unibyte by
5567         message-send-mail.
5568
5569 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5570
5571         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5572
5573 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5576
5577 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5580         require itself and to remove `with-no-warnings'.
5581
5582 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * starttls.el (starttls-any-program-available): Get the name of the
5585         available TLS layer program.
5586         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5587         well as the host name in the "opening" message.
5588
5589         * auth-source.el (auth-source-cache, auth-source-do-cache)
5590         (auth-source-user-or-password): Cache passwords and logins by default,
5591         allow override with `auth-source-do-cache'.
5592         (auth-source-forget-user-or-password): Allow users to remove cache
5593         entries if needed.
5594
5595 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5596
5597         * md4.el (md4-buffer): Fix typo in docstring.
5598         (md4, md4-64): Doc fixes.
5599         (md4-pack-int32): Reflow docstring.
5600
5601 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5602
5603         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5604         condition-case to only the forward-sexp call.
5605
5606 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5609         quotes contained.  Make it more robust regardless by an extra
5610         condition-case wrapper.
5611
5612 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5615
5616 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * nnml.el (nnml-request-expire-articles): Check if the function set to
5619         `nnmail-expiry-target' returns the symbol `delete'.
5620
5621         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5622
5623         * nnmail.el (nnmail-expiry-target): Fix custom type.
5624
5625 2008-10-02  Glenn Morris  <rgm@gnu.org>
5626
5627         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5628         Silence compiler warning.
5629
5630 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5631
5632         * tls.el (open-tls-stream): Show the actual command being
5633         executed, instead of the format string.
5634
5635 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * lpath.el: Fbind codepage-setup for Emacs 23.
5638
5639 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5640
5641         * mml.el (mml-menu): Don't assume mml2015 is bound.
5642
5643 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5646         exists.
5647
5648 2008-09-27  Glenn Morris  <rgm@gnu.org>
5649
5650         * gnus-util.el (mail-header-remove-comments): Autoload it.
5651
5652 2008-09-27  Andreas Schwab  <schwab@suse.de>
5653
5654         * gnus-util.el (gnus-split-references): Strip comments.
5655         (gnus-parent-id): Likewise.
5656
5657 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5658
5659         * message.el (message-confirm-send): Fix version.
5660
5661 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * message.el (message-idna-to-ascii-rhs-1): Use
5664         mail-extract-address-components rather than mail-header-parse-addresses
5665         that is an alias by default to ietf-drums-parse-addresses that does not
5666         support non-ASCII names in headers' contents.
5667
5668 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * message.el (message-confirm-send): Fix variable documentation to
5671         avoid the "y/n" wording.
5672
5673 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5674
5675         * message.el (message-set-auto-save-file-name): Save to a different
5676         filename so multiple messages (especially drafts) can be recovered.
5677
5678 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5679
5680         * message.el (message-confirm-send): Add appropriate version.
5681
5682 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5685         defvar.
5686
5687 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5688
5689         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5690         (mm-pkcs7-enveloped-magic): Ditto.
5691
5692 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5693
5694         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5695         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5696
5697 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5700         default, it's better.
5701
5702 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5705         summary line gnus-number property and ignore them (with a warning
5706         message).
5707
5708 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5711         macro caddr in the interactive form since it won't be expanded.
5712
5713 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5716         `charset'; fix name of function called recursively.
5717         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5718
5719 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5722         (gnus-mime-set-charset-parameters): New function.
5723         (gnus-mime-view-part-as-charset): Use it to correctly display part
5724         specifying wrong charset.
5725
5726 2008-09-08  David Engster  <dengste@eml.cc>
5727
5728         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5729         in completing-read for back end server.
5730
5731 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * message.el (message-confirm-send): New variable to confirm sending a
5734         message.
5735         (message-send): Use it.
5736
5737 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5740
5741 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5744
5745 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5746
5747         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5748         prevent tracking too many groups.
5749         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5750         Use it.
5751
5752 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5753
5754         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5755         moving point to the bottom of the window in order to avoid recentering.
5756
5757 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5760
5761         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5762         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5763         (gnus-article-beginning-of-window): Fix calculation.
5764
5765 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-msg.el (gnus-summary-supersede-article)
5768         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5769         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5770         message header.
5771
5772 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5773
5774         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5775         pending output coming after the status change.
5776
5777 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5778
5779         * message.el:
5780         * gnus-start.el:
5781         * gnus-registry.el: Remove VMS support.
5782
5783 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5786         macro.
5787         (rfc2104-hash): Use it.
5788
5789 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5792         (gnus-summary-sort-by-most-recent-date): New commands.
5793         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5794         and menu entries.
5795
5796 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5799         don't redisplay article for raw contents; remove plural articles stuff.
5800
5801         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5802         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5803         on gnus-summary-save-article; display results properly.
5804
5805 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * lpath.el: No need to fbind ns-focus-frame.
5808
5809 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5812
5813 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-art.el (gnus-summary-save-in-pipe):
5816         Consider gnus-save-all-headers.
5817
5818 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5819
5820         * gnus-util.el (ns-focus-frame): Remove declaration.
5821         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5822         like x.
5823
5824 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5825
5826         * rfc2104.el (rfc2104-zero): Delete defconst.
5827         (rfc2104-hex-alist): Likewise.
5828         (rfc2104-hex-to-int): Delete func.
5829         (rfc2104-hexstring-to-bitstring): Likewise.
5830         (rfc2104-nybbles): New defconst.
5831         (rfc2104-hash): Rewrite for speed.
5832
5833 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * tls.el (open-tls-stream): Make it work with the 2nd argument
5836         BUFFER that is a string but does not exist as a buffer object, as
5837         mentioned in the doc-string.
5838
5839 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5842         SXEmacs.
5843
5844 2008-07-16  Glenn Morris  <rgm@gnu.org>
5845
5846         * gnus-util.el (ns-focus-frame): Declare for compiler.
5847
5848 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5851         set as a group parameter.
5852         (gnus-summary-save-in-pipe): Work when it is called independently.
5853         (gnus-summary-pipe-to-muttprint): Don't modify
5854         gnus-summary-pipe-output-default-command.
5855
5856 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5857
5858         * message.el (message-send-mail-with-sendmail):
5859         Display the error message.
5860
5861 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-art.el (gnus-default-article-saver):
5864         Add gnus-summary-save-in-pipe to choices.
5865         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5866         gnus-summary-pipe-output-default-command as the default command.
5867         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5868         instead of gnus-last-shell-command.
5869
5870         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5871         New user option.
5872         (gnus-summary-muttprint-program): Mention the value will be changed.
5873         (gnus-summary-save-article): Force showing of all headers.
5874         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5875
5876 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5877
5878         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5879
5880 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5881
5882         * nnimap.el (nnimap-id):
5883         * sieve-manage.el (sieve-manage-open): Doc fixes.
5884
5885 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5886
5887         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5888         if available.
5889
5890 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5891
5892         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5893
5894         * nnkiboze.el (nnkiboze-generate-group):
5895         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5896
5897         * nnmairix.el: Require CL.
5898
5899 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * dgnushack.el: Autoload get-display-table and put-display-table for
5902         XEmacs 21.5.
5903
5904         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5905         21.4 and SXEmacs.
5906
5907 2008-06-15  David Engster  <dengste@eml.cc>
5908
5909         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5910
5911 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5912
5913         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5914         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5915         runtime choice under XEmacs.
5916
5917         * gnus-sum.el (gnus-summary-set-display-table):
5918         Use `gnus-put-display-table', `gnus-get-display-table',
5919         `gnus-set-display-table' for the display table, instead of `aset'.
5920
5921         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5922         Use `gnus-put-display-table', `gnus-get-display-table',
5923         `gnus-set-display-table' for the display table.
5924
5925 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * nnmairix.el: Add autoloads.
5928
5929 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5930
5931         * nnmairix.el (nnmairix-delete-recreate-group)
5932         (nnmairix-update-and-clear-marks): Fix error messages.
5933
5934 2008-06-14  David Engster  <dengste@eml.cc>
5935
5936         * nnmairix.el: Upgrade to version 0.6.
5937         (nnmairix-group-toggle-propmarks-this-group)
5938         (nnmairix-group-toggle-readmarks-this-group)
5939         (nnmairix-group-delete-recreate-this-group)
5940         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5941         (nnmairix-remove-tick-mark-original-article): New commands.
5942         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5943         (nnmairix-propagate-marks-to-nnmairix-groups)
5944         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5945         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5946         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5947         functions needed for marks propagation and manipulation of read marks.
5948         (nnmairix-update-groups): New function.
5949         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5950         (nnmairix-determine-original-group-from-registry)
5951         (nnmairix-determine-original-group-from-path)
5952         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5953         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5954         New helper functions.
5955         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5956         keystrokes for new commands.
5957         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5958         (nnmairix-request-group): Check allow-fast group parameter.
5959         (nnmairix-request-create-group): Set allow-fast group parameter if
5960         nnmairix-allowfast-default is set.
5961         (nnmairix-close-group): Propagate marks upon closing if needed.
5962         (nnmairix-group-toggle-threads-this-group): Use new.
5963         nnmairix-group-toggle-parameter helper function.
5964         (nnmairix-search): Better check for empty search result.
5965         (nnmairix-goto-original-article): Use new helper functions for
5966         determining original article.
5967         (nnmairix-show-original-article): Make sure message-id is in brackets.
5968         (nnmairix-call-mairix-binary): Change variable name.
5969         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5970         helper function.
5971         (nnmairix-widget-toggle-activate): Fix doc string.
5972
5973 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * nnir.el: Require edmacro when compiling with XEmacs.
5976         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5977         available in Emacs 21.
5978
5979 2008-06-11  Glenn Morris  <rgm@gnu.org>
5980
5981         * gnus-util.el (x-focus-frame):
5982         * gnus.el (image-size):
5983         * mm-decode.el (image-size): Declare.
5984
5985         * gnus-picon.el (declare-function): Add compat definition.
5986         (image-size): Declare.
5987
5988         * gnus-group.el (tool-bar-map):
5989         * gnus-sum.el (tool-bar-map): Define for compiler.
5990
5991         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5992
5993         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5994
5995         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5996         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5997         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5998         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5999         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6000         * sieve-manage.el, spam-report.el, spam.el:
6001         Remove unnecessary eval-and-compile of autoloads.
6002
6003 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6004
6005         * auth-source.el: Precise Tramp doc.
6006
6007 2008-06-07  Glenn Morris  <rgm@gnu.org>
6008
6009         * nnmairix.el: Remove unnecessary eval-when-compile.
6010
6011 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * lpath.el: Fbind propertize for XEmacs 21.4.
6014
6015 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * nnir.el: Move here from ../contrib.
6018
6019 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * gnus-util.el (gnus-read-shell-command): New function.
6022         * mm-decode.el (mm-pipe-part):
6023         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6024
6025 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6028
6029 2008-06-03  Glenn Morris  <rgm@gnu.org>
6030
6031         * pop3.el (nnheader-accept-process-output): Autoload it.
6032
6033 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6036         are not 2-digit hexadecimal characters that follow `%'s.
6037
6038 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * message.el (message-bogus-recipient-p): Fix type in doc string.
6041         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6042         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6043         Improve custom options.
6044         (message-bogus-recipient-p): Adjust accordingly.
6045
6046 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6047
6048         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6049         long-form month and day names.
6050
6051 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * dgnushack.el: Autoload debug, eudc-expand-inline and
6054         pgg-snarf-keys-region for XEmacs.
6055
6056         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6057
6058         * nnmairix.el: Require edmacro when compiling with XEmacs.
6059
6060 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6063         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6064
6065 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6066
6067         * auth-source.el: Add more docs.
6068
6069         * netrc.el (netrc-machine): Always match if the port is not given.
6070
6071 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6074         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6075         retrieval faster in some cases, but might make CPU usage larger.
6076         If this has any bad side effects, we might revert this change.
6077
6078         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6079         seems to make mail retrieval much, much faster.
6080         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6081         unconditionally.
6082
6083         * gnus-draft.el (gnus-group-send-queue):
6084         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6085
6086 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6089
6090         * message.el (message-bogus-address-regexp): Fix and improve custom
6091         type.
6092         (message-setup-hook): Add message-check-recipients as custom option.
6093
6094 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * message.el (message-cite-function): Remove bogus autoload which crept
6097         in during merge from v5-10.
6098
6099 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6102
6103         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6104
6105         * auth-source.el: Preliminary Tramp docs.
6106         (auth-sources): Change the default auth-sources to use
6107         EPA .gpg files.
6108
6109 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * nntp.el: Autoload `auth-source-user-or-password'.
6112         (nntp-send-authinfo): Use it.
6113
6114         * nnimap.el: Autoload `auth-source-user-or-password'.
6115         (nnimap-open-connection): Use it.
6116
6117         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6118         for the gnus-message function.
6119         (auth-source-user-or-password): Use it.
6120
6121 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6122
6123         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6124         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6125         (rfc2104-hash): Use it.
6126
6127 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6128
6129         * gnus-art.el (gnus-article-toggle-truncate-lines):
6130         Don't use `iff' in docstring.
6131
6132 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6135
6136         * gnus-util.el (gnus-extract-address-component-name)
6137         (gnus-extract-address-component-email): Convenience functions around
6138         `gnus-extract-address-components'.
6139
6140         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6141         Use `gnus-extract-address-component-email' to fix bug of comparing full
6142         sender name to `user-mail-address'.
6143
6144 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6147         catch/throw to optimize.
6148         (gnus-registry-find-keywords): Just use member to find a keyword.
6149
6150 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6151
6152         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6153         is current before calling gnus-server-prepare.
6154         (gnus-server-setup-buffer, gnus-server-update-server)
6155         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6156
6157 2008-05-04  Juri Linkov  <juri@jurta.org>
6158
6159         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6160         (mailcap-file-default-commands): Use mailcap-replace-in-string
6161         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6162         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6163
6164 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6165
6166         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6167
6168 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6169
6170         * gnus.el: Bump version to 0.11.
6171
6172 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6173
6174         * gnus.el: No Gnus v0.10 is released.
6175
6176 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6179         hooks.
6180         (gnus-update-read-articles): Speed up non-marks-using users.
6181         (gnus-use-marks): Define gnus-use-marks.
6182         (gnus-propagate-marks): Rename variable to something more sensible.
6183
6184 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6185
6186         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6187         (gmm-image-load-path-for-library): Fix typos in docstrings.
6188         (gmm-message): Reflow docstring.
6189
6190 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * mail-source.el (mail-source-set-1, mail-source-bind):
6193         Move auth-source code out of the macro to clean it up and fix bugs.
6194
6195 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6198         by sender if it's equal to user-mail-address, it's likely to be
6199         useless.
6200
6201         * mail-source.el (mail-source-bind): Don't use user or password if they
6202         are not bound.  Unintern them if they are nil.  Don't use server unless
6203         it's bound, and default it to empty string otherwise.
6204
6205 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * mail-source.el: Load auth-source.el.
6208         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6209         get user name or password, if auth-sources is set up.
6210
6211         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6212         strategy of splitting with parent.
6213         (gnus-registry-split-fancy-with-parent)
6214         (gnus-registry-post-process-groups): Use it and fix prior
6215         bug (returning a list as the split result).
6216
6217         * auth-source.el (auth-sources): Remove server parameter.
6218         (auth-source-pick, auth-source-user-or-password)
6219         (auth-source-user-or-password-imap)
6220         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6221         (auth-source-user-or-password-sftp)
6222         (auth-source-user-or-password-smtp): Remove server parameter.
6223
6224 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6225
6226         * smime.el (smime-sign-region, smime-encrypt-region)
6227         (smime-decrypt-region):
6228         Remove redundant calls to `generate-new-buffer-name'.
6229
6230 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6231
6232         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6233         Don't use QP for message/rfc822.
6234         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6235
6236 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6237
6238         * sieve-manage.el (sieve-string-bytes): Remove.
6239         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6240         correct byte-length only if the process's coding-system is the same as
6241         the one used internally by Emacs to represent strings.
6242
6243 2008-04-22  Juri Linkov  <juri@jurta.org>
6244
6245         * mailcap.el (mailcap-file-default-commands): New function.
6246
6247 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * message.el (message-signature-separator, message-cite-function):
6250         Change custom version.
6251
6252 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6253
6254         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6255         commands.
6256         (tls-checktrust): Ditto.
6257
6258 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * mm-decode.el (mm-display-external): Make temp file read-only.
6261
6262 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6265         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6266         `C-c C-f d'.
6267
6268 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6269
6270         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6271
6272 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * gnus.el: Bump version to 0.9.
6275
6276 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * gnus.el: No Gnus v0.8 is released.
6279
6280 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6281
6282         * mail-source.el (mail-source-value):
6283         Prefer fboundp to functionp so it works with macros as well.
6284
6285 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6288         Fix last change in case the element is not even a symbol.
6289
6290 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6291
6292         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6293         Prefer fboundp to functionp so it works with macros as well.
6294
6295 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * auth-source.el: Add docs.
6298         (auth-sources): Modify format to support server.
6299         (auth-source-pick, auth-source-user-or-password)
6300         (auth-source-user-or-password-imap)
6301         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6302         (auth-source-user-or-password-sftp)
6303         (auth-source-user-or-password-smtp): Add server parameter.
6304
6305 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6306
6307         * gnus-registry.el: Initialize the registry when gnus-registry-install
6308         is t.
6309
6310 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * compface.el (uncompface): Make buffer unibyte.
6313
6314 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * mail-source.el (mail-source-value):
6317         Prefer fboundp to functionp so it works with macros as well.
6318
6319 2008-04-05  Glenn Morris  <rgm@gnu.org>
6320
6321         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6322
6323 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6324
6325         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6326         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6327
6328         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6329         multibyteness after rather than before erasing it.
6330
6331         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6332         mm-with-multibyte.
6333         (gnus-request-article-this-buffer): Make sure the proper decoding is
6334         used if gnus-original-article-buffer happens to be unibyte.
6335
6336         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6337         default-enable-multibyte-characters.
6338
6339         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6340         default-enable-multibyte-characters.
6341
6342         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6343
6344         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6345
6346 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6347
6348         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6349         Fix last change in case the element is not even a symbol.
6350
6351 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6352
6353         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6354         (imap-message-copyuid-1): Use it.
6355         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6356         J. Williams in
6357         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6358
6359         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6360         imap-enable-exchange-bug-workaround.
6361         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6362
6363 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6364
6365         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6366         a 100 byte status-checks into a 2-3MB transfer for each group.
6367         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6368         to enable bug workaround or not.
6369         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6370
6371 2008-03-31  Glenn Morris  <rgm@gnu.org>
6372
6373         * message.el (mml2015-use): Declare for compiler.
6374         (message-info): Require mml2015 when appropriate.
6375
6376 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6379         whitespace.
6380
6381 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6382
6383         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6384         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6385         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6386         (nntp-service-to-port): New function.
6387         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6388         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6389         (nntp-open-netcat-stream): New function.
6390         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6391
6392 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6393
6394         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6395
6396 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6397
6398         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6399
6400 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6401
6402         * dns.el (dns-write): Use set-buffer-multibyte.
6403
6404 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6405
6406         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6407
6408 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * message.el (message-signature-separator): Change default.
6411         Improve custom type.
6412         (message-cite-function): Change default to
6413         message-cite-original-without-signature.
6414
6415         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6416         toggle.
6417
6418         * message.el (message-check-news-body-syntax): Fix signature check.
6419         (message-setup-1): Mark buffer as unmodified _after_ running
6420         message-setup-hook and handling message-alternative-emails.
6421         (message-shorten-references): Be more strict when building list of
6422         valid references to comply with GNKSA.
6423
6424         * gnus-group.el (gnus-read-ephemeral-bug-group)
6425         (gnus-read-ephemeral-debian-bug-group)
6426         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6427
6428         * message.el (message-info): Don't use booleanp which isn't supported
6429         in Emacs 21 and XEmacs.
6430
6431 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6434         gnus-group-gmane-group-download-format.
6435         (gnus-group-read-ephemeral-gmane-group): Rename from
6436         gnus-group-read-ephemeral-gmane-group.
6437         (gnus-read-ephemeral-gmane-group-url): Rename from
6438         gnus-group-read-ephemeral-gmane-group-url.
6439         (gnus-bug-group-download-format-alist): New variable.
6440         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6441         (gnus-read-ephemeral-emacs-bug-group): New commands.
6442
6443 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6446         (gnus-visible-headers): Improve custom type.
6447
6448 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * mml.el (mml-menu): Add workarounds for XEmacs.
6451
6452         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6453         X-Boundary header.
6454
6455         * message.el (message-simplify-recipients): Fix previous commit.
6456
6457 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6458
6459         * mm-util.el (mm-set-buffer-multibyte): New function.
6460         * mm-decode.el (mm-copy-to-buffer): Use it.
6461
6462         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6463         Prefer fboundp to functionp so it works with macros as well.
6464
6465 2008-03-19  Glenn Morris  <rgm@gnu.org>
6466
6467         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6468         Accidentally removed in the sync process with Emacs.
6469
6470 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * message.el (message-alter-recipients-discard-bogus-full-name):
6473         New function.
6474         (message-alter-recipients-function): New variable.
6475         (message-get-reply-headers): Use it.
6476         (message-replace-header): New helper function.
6477         (message-recipients-without-full-name): New variable.
6478         (message-simplify-recipients): New command.
6479
6480         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6481
6482         * message.el (message-info): Handle EasyPG manual.
6483
6484         * mml.el (mml-menu): Add entry for EasyPG.
6485
6486 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6487
6488         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6489         parameter.
6490
6491         * message.el (message-disassociate-draft): Specify drafts group name
6492         fully.
6493
6494 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6497         Eliminate unnecessary duplicates from the match list.
6498
6499 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6502
6503         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6504
6505         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6506         args of `how-many' of which the XEmacs version doesn't take; declare
6507         Info-index-next as function.
6508
6509 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6510
6511         * gnus-score.el (gnus-score-headers): Fix handling of
6512         gnus-inhibit-slow-scoring.
6513
6514         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6515         string.
6516         (gnus-button-url-regexp): Improve handling of parenthesis.
6517         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6518         (gnus-button-handle-info-keystrokes): Handle index entries.
6519
6520 2008-03-15  Glenn Morris  <rgm@gnu.org>
6521
6522         * parse-time.el (parse-time-string): Simplify.
6523
6524 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6527         Incoming* files.
6528
6529 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6530
6531         * auth-source.el (auth-sources): Rename from auth-source-choices.
6532         (auth-source-pick): Use it.
6533
6534 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6535
6536         * binhex.el (binhex-decode-region-internal):
6537         * uudecode.el (uudecode-decode-region-internal):
6538         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6539         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6540         setting default-enable-multibyte-characters.
6541
6542 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6543
6544         * auth-source.el (auth-source-protocols)
6545         (auth-source-protocols-customize, auth-source-choices): Add and
6546         modified variable customizations and defaults.
6547         (auth-source-pick, auth-source-user-or-password)
6548         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6549         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6550         (auth-source-user-or-password-sftp)
6551         (auth-source-user-or-password-smtp): Use new variables and provide an
6552         interface to netrc.el.
6553
6554 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6557         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6558         Make sure the nntp port to specify is a string.
6559
6560 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6561
6562         * nntp.el: Use with-current-buffer.
6563         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6564         dubious mm-with-unibyte-current-buffer.
6565         (nntp-with-open-group-function): New function extracted from
6566         nntp-with-open-group macro.
6567         (nntp-with-open-group): Use the function, so it's easier to debug.
6568         Add indentation and debugging info.
6569         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6570         Recommend the use of the netcat alternatives.
6571
6572         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6573         Avoid mm-string-as-multibyte as well.
6574
6575         * nnweb.el (nnweb-insert-html):
6576         Remove use of nnheader-string-as-multibyte.
6577
6578         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6579         (nnheader-string-as-multibyte): Remove.
6580
6581         * mm-view.el: Use inhibit-read-only.
6582         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6583         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6584         or unibyte-string.
6585
6586         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6587         (mm-uu-yenc-extract): Use with-current-buffer.
6588
6589         * gnus-soup.el (gnus-soup-send-packet): Don't use
6590         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6591
6592         * nnmh.el: Use with-current-buffer.
6593         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6594         mm-string-as-multibyte on the output of mm-encode-coding-string.
6595
6596         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6597         (nnimap-request-move-article): Use with-current-buffer.
6598
6599         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6600         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6601         conversion uses string-make-unibyte rather than string-as-unibyte.
6602
6603         * gnus-msg.el: Use with-current-buffer.
6604
6605         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6606
6607 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6608
6609         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6610         string for caching if it is 'PIN.
6611
6612 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * lpath.el: Consider the case without Emacs/W3.
6615
6616 2008-03-08  Glenn Morris  <rgm@gnu.org>
6617
6618         * time-date.el (date-to-time, time-subtract, time-add)
6619         (safe-date-to-time): Doc fixes.
6620
6621 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * mail-source.el (mail-source-delete-old-incoming-confirm):
6624         Change default to nil.
6625         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6626
6627 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * lpath.el: Rearrange.
6630
6631         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6632         (gnus-article-goto-prev-page): Work for articles having ^L's.
6633
6634         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6635
6636         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6637
6638 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6639
6640         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6641         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6642         (gnus-bookmark-jump): Adjust some variable names.
6643
6644 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * auth-source.el: New package.
6647         (auth-source-choices): Add customization entry point variable.
6648
6649         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6650         bug.
6651
6652 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6655         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6656         (gnus-registry-install-shortcuts): Rename from
6657         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6658         the `gnus-registry-mark-map' keymap dynamically from
6659         `gnus-registry-marks'.  The generated functions update the summary line
6660         when a registry mark is added or deleted, and will call
6661         `gnus-registry-install-p' (see the comments in the code).
6662         (gnus-registry-user-format-function-M): Use concat intelligently.
6663
6664         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6665         the registry mark functions.
6666
6667 2008-03-05  Glenn Morris  <rgm@gnu.org>
6668
6669         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6670         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6671         gnus-art.
6672         (top-level): No need to load own source when compiling.
6673
6674 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6677         Suggested by <chris.anderton@zetnet.co.uk>.
6678
6679 2008-03-04  Glenn Morris  <rgm@gnu.org>
6680
6681         * gnus-sum.el (top-level): No need to require gnus when compiling,
6682         since unconditionally required near start of file.
6683         (gnus-summary-display-while-building): Move definition before use.
6684
6685 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * gnus-registry.el (gnus-registry-user-format-function-M):
6688         Add formatting function.
6689
6690 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6693         with plists.
6694         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6695         Use new format.
6696
6697 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6700         `where-is-internal' that returns a range of key sequences.
6701
6702 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6703
6704         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6705
6706         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6707         (gnus-summary-jump-to-group): Consider windows on other displayed
6708         frames as well.  Similar changes might be needed elsewhere, but that's
6709         the one I've bumped into during my use.
6710
6711         * nndoc.el (nndoc-oe-dbx-type-p):
6712         * gnus-msg.el (gnus-debug):
6713         * gnus-group.el (gnus-update-group-mark-positions):
6714         Use mm-string-to-multibyte.
6715
6716 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6719         doesn't handle NotDashEscaped.
6720
6721         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6722         (mml-dnd-attach-options): Fix typo in custom choice.
6723
6724         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6725         Change nndoc-article-type to mbox.
6726         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6727
6728         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6729         to nil, instead of html2text.
6730
6731         * imap.el (imap-debug): Add `imap-ping-server'.
6732
6733         * gnus-bookmark.el: Add FIXMEs.
6734
6735         * message.el (message-form-letter-separator)
6736         (message-send-form-letter-delay): New variables.
6737         (message-send-form-letter): Use them.  New command to send form
6738         letters.  Requested by Uwe Siart.
6739         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6740
6741 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * Update copyright years.
6744
6745 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         Sync from EMACS_22_BASE.
6748
6749         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6750
6751 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6752
6753         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6754         empty author.
6755
6756 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * gnus-registry.el (gnus-registry-marks): Add variable for
6759         customization of marks and their appearance.
6760         (gnus-registry-read-mark): Use it.
6761         (gnus-registry-do-marks): Add utility function to loop through
6762         `gnus-registry-marks'.
6763         (gnus-registry-install-shortcuts-and-menus): Add function to install
6764         shortcuts and menus.
6765         (gnus-registry-initialize): Use it.
6766         (gnus-registry-default-mark): Clarify documentation.
6767
6768 2008-02-29  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6771         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6772         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6773         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6774         Change defcustom :version from 23.0 to 23.1.
6775
6776 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6777
6778         * gnus-registry.el (gnus-registry-follow-group-p)
6779         (gnus-registry-post-process-groups): Add functions to aid registry
6780         splitting and improve logging.  Clarify behavior in function
6781         documentation.
6782         (gnus-registry-split-fancy-with-parent): Use them.
6783
6784 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6785
6786         * gnus-art.el: Use with-current-buffer.
6787
6788 2008-02-27  David Engster  <dengste@eml.cc>
6789
6790         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6791         Express real group name in the response.
6792
6793 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6796         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6797         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6798         autoload gnus-registry-fetch-group when compiling.
6799         (nnmairix-request-group-with-article-number-correction):
6800         Remove unreferenced argument passed to nnmairix-call-backend.
6801
6802 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6805         (mm-uu-extract): Improve face for low color ttys.
6806         Reported by Sascha Wilde.
6807
6808 2008-02-27  Glenn Morris  <rgm@gnu.org>
6809
6810         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6811         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6812         variables to defconsts.  Convert comments to doc-strings.
6813         (nnmairix-last-server, nnmairix-current-server): Convert from free
6814         variables to defvars.  Convert comments to doc-strings.
6815         (gnus-registry-fetch-group): Autoload.
6816         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6817         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6818         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6819         caddr.
6820         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6821         nnmairix-request-group-with-article-number-correction call.
6822         (nnmairix-fast, nnmairix-group): New, less general names, for free
6823         variables passed from nnmairix-request-group to
6824         nnmairix-request-group-with-article-number-correction.  Declare.
6825         (nnmairix-request-group-with-article-number-correction):
6826         Use nnmairix-fast, nnmairix-group rather than fast, group.
6827
6828 2008-02-26  David Engster  <dengste@eml.cc>
6829
6830         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6831         version 0.5.
6832
6833 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6836         instead of making an extra function call.  Don't add the current group
6837         to articles only when they have the group.  Use
6838         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6839         Reported by David <de_bb@arcor.de>.
6840
6841 2008-02-24  Miles Bader  <miles@gnu.org>
6842
6843         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6844         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6845         (mm-find-mime-charset-region):
6846         * mm-bodies.el (mm-encode-body):
6847         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6848
6849 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6852         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6853
6854 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * mail-source.el (mail-source-delete-incoming): Change default.
6857         Supplement doc string.
6858
6859         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6860
6861 2008-02-14  Glenn Morris  <rgm@gnu.org>
6862
6863         * time-date.el (format-seconds): New function.
6864
6865 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * nnmail.el (nnmail-message-id-cache-file): Derive from
6868         `gnus-home-directory'.
6869
6870 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6873         Document negative prefix.
6874
6875         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6876
6877 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * message.el (message-unsent-separator): Add the Exim bounce
6880         separator.
6881
6882 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6883
6884         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6885         list.
6886         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6887         recipient/signer list.
6888
6889 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * Makefile.in (datarootdir): Define.
6892         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6893         name that might contain whitespace.
6894
6895 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6898         fbound (Emacs 23 unicode), signal an error.
6899
6900 2008-02-08  Glenn Morris  <rgm@gnu.org>
6901
6902         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6903
6904 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6905
6906         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6907         ports to the calls to `netrc-machine-user-or-password' in addition to
6908         "imap" and "imaps".
6909
6910 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6911
6912         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6913
6914         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6915
6916 2008-02-01  Kenichi Handa  <handa@m17n.org>
6917
6918         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6919         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6920         (rfc2104-hash): Convert the result of concat to unibyte string.
6921
6922 2008-02-01  Dave Love  <fx@gnu.org>
6923
6924         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6925         coding-system-for-read.
6926         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6927
6928 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6931         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6932         <hanche@math.ntnu.no>.
6933
6934 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6937
6938         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6939
6940 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6941
6942         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6943         * message.el (message-beginning-of-line): Use featurep instead of bound
6944         tests in order to resolve conditionals at compile time.
6945
6946 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6947
6948         * mail-source.el (mail-sources): Add `group' choice.
6949
6950         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6951         parameter `in-group' to control into which group the articles go.
6952         Add treatment of `group' mail-source.
6953
6954 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6957
6958         * mm-decode.el (mm-dissect-buffer): Decode description.
6959
6960         * mml.el (mml-to-mime): Encode message header first.
6961
6962 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6965         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6966
6967         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6968         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6969
6970 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6971
6972         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6973
6974 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6977         prefix keys.
6978         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6979         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6980         gnus-xmas.el.
6981
6982         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6983         (gnus-xmas-article-describe-bindings): New function.
6984         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6985         gnus-xmas-article-describe-bindings.
6986
6987         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6988
6989 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6992         Add new variables for article mark management.
6993         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6994         list of extra data entries which, when present, will indicate that the
6995         article ID should not be trimmed from the registry.
6996         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6997         functions.
6998         (gnus-registry-read-mark): New function to read a mark name from the
6999         user.
7000         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7001         (gnus-registry-set-article-mark-internal): New functions to add and
7002         remove marks.
7003         (gnus-registry-get-article-marks): New function to show the marks for
7004         an article, or retrieve them for further use.
7005
7006 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7009         keys when no argument is given.
7010
7011 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * imap.el (imap-ping-server): New variable.
7014         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7015         (imap-ping-server): Minor doc string fixes.
7016
7017 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7018
7019         * imap.el (imap-ping-server): New function.
7020         (imap-opened): Call imap-ping-server.
7021
7022 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-sum.el (gnus-article-sort-by-random)
7025         (gnus-thread-sort-by-random): Fix doc strings.
7026         Reported by jidanni@jidanni.org.
7027
7028 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-art.el (gnus-article-describe-bindings): New function.
7031         (gnus-article-read-summary-keys): Use it.
7032         (gnus-article-mode-map): Bind `C-h b' to it.
7033
7034 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7037         XEmacs.
7038         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7039         Protect against non-character events.
7040
7041         * lpath.el: Fbind map-keymap for Emacs 21.
7042
7043 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7046         New command.
7047         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7048         instead of END.  Change name of the temp file.
7049         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7050         customizable.
7051
7052 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7055         bind `S W' to gnus-article-wide-reply-with-original; set default
7056         binding to gnus-article-read-summary-send-keys.
7057         (gnus-article-read-summary-keys): Fix the order of keys; display
7058         continuation keys correctly in the echo area; describe bindings
7059         correctly when keys end with `C-h'.
7060         (gnus-article-read-summary-send-keys): New function.
7061         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7062         Work for gnus-article-read-summary-send-keys; display continuation keys
7063         correctly in the echo area.
7064         (gnus-article-reply-with-original): Ignore prefix argument.
7065         (gnus-article-wide-reply-with-original): New function.
7066
7067         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7068         Emacs 21.
7069
7070 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7073         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7074
7075 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7078         (gnus-group-read-ephemeral-gmane-group): New command.
7079
7080 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7081
7082         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7083
7084 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * message.el (message-send-mail-function): Increase custom version.
7087
7088         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7089         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7090
7091 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7092
7093         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7094         for the cases where imap-authenticate is called with a nil buffer
7095         parameter.
7096
7097 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7100         html parts correctly; support forwarded messages.
7101         (gnus-article-browse-html-article): Remove work buffers.
7102
7103         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7104         compiling.
7105         (netrc-bound-and-true-p): New macro.
7106         (netrc-parse): Use it instead of bound-and-true-p that is not available
7107         in XEmacs 21.4.
7108
7109 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * gnus-registry.el (gnus-registry-mark-article)
7112         (gnus-registry-article-marks): Add functionality to mark articles
7113         through the Gnus registry.
7114
7115         * encrypt.el: Clarify documentation for the new pgg method.
7116         (encrypt-file-alist): Add PGG option.
7117         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7118         functionality.  Abstract password key and messaging to external
7119         functions.
7120         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7121         (encrypt-message-method-and-cipher): Add new convenience external
7122         functions.
7123         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7124         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7125
7126         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7127         (netrc-parse): Use encrypt-file-alist to determine if
7128         encrypt-find-model or encrypt-insert-file-contents should be used.
7129
7130         * encrypt.el: Clarify documentation.  Load password-cache or
7131         password, whichever one is found first, instead of autoloading.
7132
7133 2007-12-19  Glenn Morris  <rgm@gnu.org>
7134
7135         * mml.el (message-options-set, message-narrow-to-head)
7136         (message-in-body-p, message-mail-p, message-encode-message-body):
7137         Autoload.
7138         (message-remove-header, message-narrow-to-headers-or-head)
7139         (message-subscribed-p, message-make-mail-followup-to)
7140         (message-position-on-field, message-news-p)
7141         (message-options-set-recipient, message-generate-headers)
7142         (message-sort-headers): Declare as functions.
7143
7144 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7147         convention in doc string.
7148
7149 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7152         title to html parts.
7153         (gnus-article-browse-html-article): Pass message header to it.
7154
7155         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7156
7157 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7160         or password compatible with XEmacs.
7161
7162 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7165         format document.
7166         (gnus-mime-delete-part): Don't write description line if empty.
7167         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7168
7169 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7170
7171         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7172         (gnus-summary-mark-read-and-unread-as-read)
7173         (gnus-summary-mark-current-read-and-unread-as-read)
7174         (gnus-summary-mark-unread-as-ticked): Doc fix.
7175         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7176
7177 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7180         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7181
7182 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7185         yes-or-no-p.
7186
7187 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * mm-decode.el (mm-add-meta-html-tag): New function.
7190         (mm-save-part-to-file, mm-pipe-part): Use it.
7191
7192         * gnus-art.el (gnus-article-browse-delete-temp-files):
7193         Use gnus-y-or-n-p instead of y-or-n-p.
7194         (gnus-article-browse-html-parts): Work with message/external-body; use
7195         mm-add-meta-html-tag.
7196
7197 2007-12-11  Glenn Morris  <rgm@gnu.org>
7198
7199         * gnus-cache.el: Require gnus-sum not just when compiling.
7200
7201         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7202
7203         * gnus-int.el (gnus-server-opened, gnus-status-message):
7204         Move definitions before use.
7205
7206         * mm-decode.el: Require gnus-util.
7207         (mm-remove-part): Only call delete-annotation on XEmacs.
7208
7209         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7210
7211         * nnmail.el: Require gnus-int.
7212
7213         * spam.el: Move `require's before `eval-when-compile's.
7214
7215         * gnus-ems.el (gnus-alive-p):
7216         * gnus-fun.el (message-goto-eoh):
7217         * gnus-util.el (gnus-group-name-decode):
7218         * mail-source.el (gnus-compress-sequence):
7219         * message.el (Info-goto-node, format-spec):
7220         * mm-bodies.el (message-options-get):
7221         * mm-decode.el (mm-view-pkcs7):
7222         * mm-util.el (gmm-write-region):
7223         * mml-smime.el (mml-compute-boundary)
7224         (gnus-completing-read-with-default):
7225         * mml.el (widget-button-press, gnus-make-hashtable):
7226         * mml1991.el (mm-decode-content-transfer-encoding)
7227         (mm-encode-content-transfer-encoding)
7228         (message-options-get, message-options-set):
7229         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7230         * nnfolder.el (gnus-request-group):
7231         * nnheader.el (ietf-drums-unfold-fws):
7232         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7233         * smime.el (gnus-run-mode-hooks):
7234         * spam-stat.el (gnus-message): Autoload.
7235
7236         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7237         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7238         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7239         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7240         Add declare-function compatibility definition.
7241
7242         * gnus-cache.el (nnvirtual-find-group-art):
7243         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7244         (gnus-add-image, gnus-add-wash-type):
7245         * gnus-group.el (nnkiboze-score-file):
7246         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7247         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7248         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7249         (message-tokenize-header, gnus-get-buffer-create)
7250         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7251         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7252         * gnus.el (gnus-group-decoded-name):
7253         * mail-source.el (imap-capability):
7254         * mm-bodies.el (message-options-set):
7255         * mm-decode.el (gnus-configure-windows):
7256         * mm-extern.el (message-goto-body):
7257         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7258         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7259         (epg-sub-key-validity, message-options-set):
7260         * mml.el (widget-event-point, gnus-configure-windows):
7261         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7262         * mml2015.el (epg-check-configuration, epg-configuration)
7263         (message-options-set):
7264         * nndb.el (nndb-request-article):
7265         * nnfolder.el (gnus-request-create-group):
7266         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7267         * nnmaildir.el (gnus-group-mark-article-read):
7268         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7269         * rfc1843.el (message-fetch-field):
7270         * spam.el (gnus-extract-address-components):
7271         Declare as functions.
7272
7273 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7276
7277         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7278
7279         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7280         bind show-trailing-whitespace for XEmacs.
7281
7282 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7285         new no-op macro for backward compatibility.
7286
7287         * imap.el (imap-string-to-integer): New function.
7288
7289 2007-12-09  Glenn Morris  <rgm@gnu.org>
7290
7291         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7292
7293         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7294         * message.el, mm-view.el, sieve-manage.el, smime.el:
7295         Add declare-function compatibility definition.
7296
7297         * gnus-art.el (w3-region, w3m-region, Info-menu):
7298         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7299         * gnus-sum.el (gnus-get-predicate):
7300         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7301         * message.el (mail-abbrev-in-expansion-header-p):
7302         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7303         (w3m-detect-meta-charset, w3m-region):
7304         * sieve-manage.el (password-read, password-cache-add)
7305         (password-cache-remove):
7306         * smime.el (password-read-and-add): Declare as functions.
7307
7308 2007-12-08  David Kastrup  <dak@gnu.org>
7309
7310         * gnus-sum.el (gnus-summary-simplify-subject-query):
7311         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7312         `message'.
7313
7314 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7317         it to bind idna-program, installation-directory, defined-colors, and
7318         face-attribute for XEmacs of the version that compiles defcustom forms.
7319
7320 2007-12-07  Glenn Morris  <rgm@gnu.org>
7321
7322         * gnus-art.el (article-make-date-line): Revert previous change.
7323
7324 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7327
7328 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7329
7330         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7331         Call gnus-add-to-range ranges only once with a prepared article-list.
7332
7333 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7334
7335         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7336         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7337         group names with backslashes.
7338         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7339
7340 2007-12-06  Deepak Goel  <deego3@gmail.com>
7341
7342         * gnus-art.el (article-make-date-line):
7343         * gnus-start.el (gnus-load):
7344         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7345
7346 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-art.el (gnus-use-idna)
7349         * gnus-start.el (gnus-site-init-file)
7350         * message.el (message-use-idna)
7351         * mm-uu.el (mm-uu-hide-markers)
7352         * smiley.el (smiley-style): Revert changes that suppress warnings.
7353
7354 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7357         specify charset to html source.
7358         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7359
7360 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7363         idna-program in order to suppress byte compile warning issued by XEmacs
7364         that came to byte compile the default value section of defcustom forms
7365         recently.
7366
7367         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7368         value of installation-directory.
7369
7370         * message.el (message-use-idna): Don't directly refer to the value of
7371         idna-program.
7372
7373         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7374
7375         * smiley.el (smiley-style): Don't directly call face-attribute.
7376
7377 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7380
7381         * gnus-dired.el: Reduce Gnus dependencies.
7382         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7383         Don't require.  Use autoloads instead.
7384         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7385         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7386         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7387         (gnus-dired-mode): Adjust doc string.
7388         (gnus-dired-mail-mode): New variable.
7389         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7390         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7391         (gnus-dired-mail-buffers): New function.  Return mail or message
7392         composition buffers.
7393         (gnus-dired-attach): Use it.
7394         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7395         NO-DECODE.
7396         (gnus-dired-print): Use `gnus-print-buffer' depending on
7397         `gnus-dired-mail-mode'.
7398
7399 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * rfc2047.el (rfc2047-encoded-word-regexp)
7402         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7403         explaining what regexp patterns are for.
7404
7405 2007-12-04  Glenn Morris  <rgm@gnu.org>
7406
7407         * password.el: Move to password-cache.el.
7408
7409         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7410         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7411         * mml-smime.el (password-read, password-cache-add)
7412         (password-cache-remove):
7413         No need to autoload, since mml-sec requires password.
7414
7415         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7416         * message.el (gnus-extract-address-components):
7417         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7418
7419         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7420         password.
7421
7422 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * mailcap.el: Reduce dependencies.
7425         (mail-header-parse-content-type): Autoload.
7426         (mailcap-delete-duplicates): New alias.
7427         (mailcap-mime-info): Add optional argument NO-DECODE.
7428         (mailcap-mime-types): Use mailcap-delete-duplicates.
7429
7430         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7431
7432 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7433
7434         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7435         (imap-parse-status): Upcase status-att for servers that sends them
7436         lower-case (e.g., MS Exchange 2007).
7437
7438 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7439
7440         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7441         function.
7442
7443         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7444         (gnus-uu-yenc-article): New function.
7445
7446         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7447
7448         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7449
7450 2007-12-02  Glenn Morris  <rgm@gnu.org>
7451
7452         * binhex.el (binhex): New custom group.
7453         (binhex-decoder-program, binhex-decoder-switches)
7454         (binhex-use-external): Move to the binhex custom group.
7455
7456         * uudecode.el (uudecode): New custom group.
7457         (uudecode-decoder-program, uudecode-decoder-switches)
7458         (uudecode-use-external): Move to the uudecode custom group.
7459
7460         * netrc.el (top-level): Don't load `encrypt' features.
7461         (netrc-parse): Don't use encrypt.
7462         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7463
7464         * encrypt.el: Remove file.
7465
7466 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7469         matches on patches.
7470
7471         * gnus-art.el (gnus-article-browse-html-article):
7472         Mention `mm-text-html-renderer' in the doc string.
7473
7474         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7475         string.  Add comments.
7476
7477         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7478         if rhs is ASCII.
7479
7480 2007-12-01  Glenn Morris  <rgm@gnu.org>
7481
7482         * mail-source.el (top-level): Require format-spec before
7483         eval-when-compile.
7484
7485 2007-11-30  Glenn Morris  <rgm@gnu.org>
7486
7487         * encrypt.el: Require password, rather than autoloading password-read.
7488
7489 2007-11-29  Glenn Morris  <rgm@gnu.org>
7490
7491         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7492         (sasl-make-client, sasl-next-step, sasl-step-data)
7493         (sasl-step-set-data): Declare as functions.
7494
7495 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7498
7499 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7500
7501         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7502         certs should be verified and what is to be done in the event of a
7503         verification failure.
7504
7505         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7506         caller can indicate whether the cache should be disregarded for this
7507         call.  This way the result of the call is reproducible at all times and
7508         can be considered a canonical server name for the supplied method.
7509         (gnus-agent-method-p): Canonicalize server names by pushing their
7510         method through `gnus-method-to-server' using the no-cache argument.
7511
7512         * gnus-srvr.el (gnus-server-insert-server-line):
7513         Call `gnus-method-to-server' with `no-cache' argument.
7514
7515         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7516         gnus-agent-possibly-synchronize-flags as this should be called when the
7517         server is actually being opened.
7518         (gnus-agent-possibly-synchronize-flags)
7519         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7520         flags file of an agentized server to the latter function.
7521
7522         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7523         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7524         after a connection has been established successfully.
7525
7526 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-art.el (article-display-face): Force to display face if called
7529         interactively; check if gnus-article-x-face-too-ugly matches author.
7530         (article-display-x-face): Display face even if From header is missing
7531         as article-display-face does.
7532
7533 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7534
7535         * hashcash.el (message-narrow-to-headers-or-head)
7536         (message-fetch-field, message-goto-eoh)
7537         (message-narrow-to-headers): Declare as functions.
7538
7539 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7540
7541         * mail-source.el (mail-sources): Default to fetch from file for
7542         compatibility with default of nnmail-spool-file.
7543
7544 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7547         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7548         to look for encoded word that should be encoded again.
7549         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7550         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7551         encoding pattern.
7552         (rfc2047-decode-region): Switch strict regexp and loose one according
7553         to rfc2047-allow-irregular-q-encoded-words.
7554
7555 2007-11-25  Romain Francoise  <romain@orebokech.com>
7556
7557         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7558
7559 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * tls.el (tls-program): Provide more custom choices from
7562         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7563         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7564
7565 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7568         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7569
7570         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7571         `nnmail-spool-file'.
7572
7573         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7574         `nnmail-spool-file'.
7575
7576         * gnus-move.el (gnus-change-server): Ditto.
7577
7578         * gnus-kill.el (gnus-batch-score): Ditto.
7579
7580         * gnus-cache.el (gnus-jog-cache): Ditto.
7581
7582         * gnus-msg.el (gnus-summary-reply):
7583         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7584
7585 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7588         version.  Minor improvement to doc strings.
7589         (tls-program): Add comment.
7590
7591 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7592
7593         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7594         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7595         mismatch between the hostname provided in the certificate and the name
7596         of the host connnecting to.
7597         (open-tls-stream): Use them.  Check certificates against trusted root
7598         certificates.
7599
7600 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * gnus-cache.el (gnus-cache-generate-nov-databases):
7603         Use nnml-generate-nov-databases-directory instead of
7604         nnml-generate-nov-databases-1.
7605
7606 2007-11-24  Glenn Morris  <rgm@gnu.org>
7607
7608         * message.el (message-tool-bar-retro): Update for rename
7609         mail_send.xpm->mail-send.xpm.
7610
7611 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7614         `smime-ldap-search' for Emacs 22 and up.
7615
7616 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7617
7618         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7619
7620         * message.el (message-send-mail-function): Fix error convention.
7621         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7622         (message-widen-reply, message-send-mail, message-talkative-question)
7623         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7624         (message-clone-locals, message-send-news): Use with-current-buffer.
7625         (message-insert-or-toggle-importance): Remove unused var `valid'.
7626         (message-make-references): Remove unused var `new-references'.
7627         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7628
7629 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7630
7631         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7632         (spam-split-symbolic-return-positive): Reflow docstring.
7633         (spam-backends, spam-summary-exit-behavior)
7634         (spam-mark-ham-unread-before-move-from-spam-group)
7635         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7636         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7637         (spam-clear-cache, spam-backend-check, spam-install-backend)
7638         (spam-install-statistical-backend, spam-list-of-processors)
7639         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7640         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7641         (spam-check-crm114, spam-initialize, spam-unload-hook):
7642         Fix typos in docstrings.
7643
7644 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7647         been checked if they have never been read and those group levels are
7648         higher than the one that a user specified.
7649
7650 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7653         foreign groups unless a group level is specified by a user.
7654         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7655
7656 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * message.el (message-send-mail-function): Require sendmail.
7659
7660 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * message.el (message-send-mail-function): Check for smtpmail too.
7663
7664         * utf7.el (utf7-encode, utf7-decode): Use coding system
7665         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7666
7667         * message.el (message-send-mail-function): New function.
7668         (message-send-mail-function): Set default using
7669         message-send-mail-function.  Adjust doc string.
7670         (message-send-mail-with-mailclient): New function.
7671
7672 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7673
7674         * smime.el (from):
7675         * rfc2047.el (message-posting-charset):
7676         * qp.el (mm-use-ultra-safe-encoding):
7677         * pop3.el (parse-time-months):
7678         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7679         * nnml.el (files):
7680         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7681         (jka-compr-compression-info-list, ange-ftp-path-format)
7682         (efs-path-regexp):
7683         * nndiary.el (files):
7684         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7685         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7686         (epg-digest-algorithm-alist, inhibit-redisplay)
7687         (password-cache-expiry):
7688         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7689         (pgg-output-buffer, password-cache-expiry):
7690         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7691         (efs-path-regexp):
7692         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7693         (inhibit-redisplay):
7694         * mm-uu.el (file-name, start-point, end-point, entry)
7695         (gnus-newsgroup-name, gnus-newsgroup-charset):
7696         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7697         (latin-unity-ucs-list):
7698         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7699         (mm-uu-binhex-decode-function):
7700         * message.el (gnus-message-group-art, gnus-list-identifiers)
7701         (rmail-enable-mime-composing, gnus-local-organization)
7702         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7703         (gnus-read-active-file, facemenu-add-face-function)
7704         (facemenu-remove-face-function, gnus-article-decoded-p)
7705         (tool-bar-mode):
7706         * mail-source.el (display-time-mail-function):
7707         * gnus-util.el (nnmail-pathname-coding-system)
7708         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7709         (gnus-original-article-buffer, gnus-user-agent)
7710         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7711         (xemacs-codename, sxemacs-codename, emacs-program-version):
7712         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7713         * gnus-start.el (gnus-agent-covered-methods)
7714         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7715         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7716         (gnus-newsgroup-headers, gnus-group-list-mode)
7717         (gnus-group-mark-positions, gnus-newsgroup-data)
7718         (gnus-newsgroup-unreads, nnoo-state-alist)
7719         (gnus-current-select-method, mail-sources)
7720         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7721         (nnmail-spool-file, gnus-cache-active-hashtb):
7722         * gnus-mh.el (mh-lib-progs):
7723         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7724         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7725         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7726         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7727         (gnus-group-buffer):
7728         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7729         (font-lock-set-defaults):
7730         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7731         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7732         (gnus-summary-post-menu, total-parts, type, condition, length):
7733         * gnus-agent.el (gnus-agent-read-agentview):
7734         * flow-fill.el (show-trailing-whitespace):
7735         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7736         eval-and-compile wrappers for byte compiler pacifiers.
7737
7738         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7739         (mm-display-inline-fontify): Check for featurep 'xemacs not
7740         extent-list.
7741
7742         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7743         itimer-list.
7744         (mm-create-image-xemacs): Only do something for XEmacs.
7745         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7746
7747         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7748
7749         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7750         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7751
7752 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7753
7754         * nnimap.el (nnimap-split-download-body):
7755         * gnus-demon.el (gnus-demon):
7756         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7757
7758 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7761         New macros.
7762         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7763         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7764         copy data from unibyte buffer to multibyte current buffer.
7765         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7766         to copy data from unibyte current buffer to multibyte buffer.
7767         (nntp-make-process-buffer): Make process buffer unibyte.
7768
7769         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7770
7771 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7772
7773         * pop3.el (pop3-open-server): Accept and process data more robustly at
7774         connexion start to avoid spurious "POP SSL connexion failed" errors.
7775
7776 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7779         read group names.
7780
7781 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7784
7785 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7788         (nnmail-save-active): Use a unibyte buffer when saving active file,
7789         which may contain non-ASCII group names.
7790
7791         * nnml.el (nnml-request-group): Decode group names in messages.
7792
7793 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * message.el (message-citation-line-function)
7796         (message-insert-formatted-citation-line): Fix spelling of
7797         `message-insert-formated-citation-line'.
7798
7799 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7802
7803 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7806         nnmail-pathname-coding-system.
7807
7808         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7809         that a user enters; decode group names in messages.
7810
7811         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7812
7813 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7816
7817         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7818
7819         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7820         risky local variable.
7821
7822         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7823
7824 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7825
7826         * encrypt.el: Improve documentation to fix function name typo.
7827         Reported by Daiki Ueno <ueno@unixuser.org>.
7828
7829 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7832         even if the point is not in the last page of an article.
7833         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7834         back to the previous page.
7835
7836 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7839
7840 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7843
7844 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7845
7846         * message.el (message-check-news-body-syntax):
7847         Avoid mm-string-as-multibyte.
7848         (message-hide-headers): Don't assume (point-min)==1.
7849
7850 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * message.el (message-remove-blank-cited-lines): Fix if remove is
7853         given.
7854         (message-bogus-address-regexp): New variable.
7855         (message-bogus-recipient-p): New function.
7856         (message-check-recipients): New command.
7857         (message-syntax-checks): Add `bogus-recipient'.
7858         (message-fix-before-sending): Add `bogus-recipient'.
7859
7860         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7861         (gnus-treat-body-boundary): Don't test window-system.
7862
7863 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7864
7865         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7866
7867 2007-10-28  Miles Bader  <miles@gnu.org>
7868
7869         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7870         at compile-time too.
7871
7872 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * gnus-msg.el (gnus-message-setup-hook):
7875         Add `message-remove-blank-cited-lines' to options.
7876
7877 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * message.el (message-remove-blank-cited-lines): New function.
7880         Suggested by Karl Plästerer.
7881
7882 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7885         mapc.
7886
7887         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7888         (top-level): Use mapc to set functions to be traced for debugging.
7889
7890         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7891         called for effect with while loop.
7892
7893         * message.el (message-talkative-question): Replace mapcar called for
7894         effect with mapc.
7895
7896         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7897         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7898         called for effect with dolist.
7899
7900         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7901
7902         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7903         gnus-extra-headers and nnmail-extra-headers.
7904
7905         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7906         called for effect with dolist.
7907         (top-level): Use mapc to set functions to be traced for debugging.
7908
7909         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7910         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7911         dolist.
7912
7913         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7914         Replace mapcar called for effect with mapc.
7915         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7916         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7917         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7918         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7919
7920         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7921         remove-if that's a cl function.
7922
7923         * webmail.el (webmail-debug): Replace mapcar called for effect with
7924         dolist.
7925
7926         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7927         with mapc.
7928
7929 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7932         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7933         with while loop.
7934
7935         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7936         functions from article-* functions.
7937         (gnus-multi-decode-header): Replace mapcar called for effect with
7938         dolist.
7939
7940         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7941         (gnus-bookmark-show-details): Replace mapcar called for effect with
7942         while loop.
7943
7944         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7945         called for effect with while loop.
7946
7947         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7948         with dolist.
7949
7950         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7951         Replace mapcar called for effect with dolist.
7952
7953         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7954
7955         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7956         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7957         Replace mapcar called for effect with dolist.
7958         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7959         mapc.
7960
7961         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7962         Replace mapcar called for effect with dolist.
7963         (gnus-topic-list): Replace mapcar called for effect with mapc.
7964
7965         * gnus.el: Use mapc instead of mapcar to add autoloads.
7966
7967 2007-10-23  Richard Stallman  <rms@gnu.org>
7968
7969         * gnus-group.el (gnus-group-highlight): Mark as risky.
7970
7971 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus.el (gnus-server-to-method): Return method found first in
7974         gnus-newsrc-alist.
7975
7976         * gnus-art.el (gnus-article-highlight-signature)
7977         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7978         button overlay without the front stickiness.
7979
7980 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7981
7982         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7983         overview buffer needed a catch to receive its throw.
7984         (gnus-agent-flush-cache): Declare as interactive to make this function
7985         easier to use.
7986
7987 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7990         `next-line'.
7991
7992 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7995         exclude address matching message-dont-reply-to-names.
7996
7997 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-util.el (gnus-string<): New function.
8000
8001         * gnus-sum.el (gnus-article-sort-by-author)
8002         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8003
8004 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8007         the frame-focus tag is set in gnus-buffer-configuration.
8008
8009 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8012         the front stickiness.
8013
8014 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8017         url pattern; remove duplicate one.
8018         (gnus-article-extend-url-button): New function.
8019         (gnus-article-add-buttons): Use it.
8020         (gnus-button-push): Use concatenated url that it makes.
8021
8022 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8023
8024         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8025
8026 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8027
8028         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8029         Don't hardcode point-min==1.
8030
8031 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8034         Fix comment about "iso8859-1".
8035
8036 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8037
8038         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8039         ones returned from the verify-function.
8040
8041         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8042         Call mml2015-extract-cleartext-signature if extraction failed.
8043
8044 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8045
8046         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8047         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8048         failed.
8049
8050 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8053
8054 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8057         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8058         recommends to use EasyPG instead of PGG.
8059
8060         * pgg.el: Revert to revision 6.23.2.16.
8061
8062         * pgg-def.el: Revert to revision 6.6.2.14.
8063
8064         * pgg-gpg.el: Revert to revision 6.23.2.34.
8065
8066 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8067
8068         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8069         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8070         thread for both the null and zero (kill/expire thread) universal prefix
8071         cases.
8072         (gnus-summary-expire-thread): Add new function to expire a thread,
8073         using gnus-summary-kill-thread.
8074         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8075         shortcuts for gnus-summary-expire-thread.
8076         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8077         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8078
8079 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8082         extras value, so an extras entry can be deleted.
8083         (gnus-registry-delete-extra-entry): Use it.
8084         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8085         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8086         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8087         storage through the gnus-registry, and provide an appropriate API for
8088         it.
8089
8090 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8093         Suggested by Leo <sdl.web@gmail.com>.
8094
8095         * gnus.el: Do.
8096
8097 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8100         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8101
8102         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8103
8104         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8105         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8106
8107 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8110         newline.
8111         (nnmbox-request-accept-article): Don't change article in source buffer;
8112         narrow to header to use message-fetch-field rather than
8113         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8114         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8115         as delimiters; make sure article ends with newline.
8116         (nnmbox-delete-mail): Correct last position of article to be deleted;
8117         ignore X-Gnus-Newsgroup header in article body.
8118         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8119         positions; make sure article ends with newline.
8120
8121         * message.el (message-display-abbrev): Don't infloop when a user
8122         inserts SPC in the beginning of header.
8123
8124         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8125         coding-system-for-read and coding-system-for-write for XEmacs having no
8126         file-coding feature.
8127
8128         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8129
8130 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8131
8132         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8133         list of groups not followed by default.  Fix type to be regexp.
8134         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8135
8136 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8137
8138         * hmac-def.el (define-hmac-function): Switch from old-style to
8139         new-style backquotes.
8140
8141         * md4.el (md4-make-step): Likewise.
8142
8143 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8146         raw-text coding system when saving .newsrc file, which may contain
8147         non-ASCII group names.
8148
8149 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-cus.el (gnus-score-extra): New widget.
8152         (gnus-score-extra-convert): New function.
8153         (gnus-score-customize): Use it for Extra.
8154
8155 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8156
8157         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8158         (mml2015-mailcrypt-clear-verify): Use it.
8159         (mml2015-gpg-clear-verify): Use it.
8160         (mml2015-pgg-clear-verify): Use it.
8161         (mml2015-epg-clear-verify): Replace the current part with the output
8162         from GnuPG; don't extract the plaintext by itself.
8163
8164         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8165         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8166         mml2015-clear-verify-function; don't touch the armor headers or
8167         dash-escaped text here.
8168
8169 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8172         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8173         parts, or application/octet-stream as a last resort.
8174         (gnus-mime-view-part-as-type): Don't toggle display.
8175         (gnus-mime-view-part-as-charset): Don't turn off display before
8176         querying charset.
8177
8178         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8179         stuff to undisplayer function in Emacs.
8180         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8181
8182         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8183         text/calendar parts.
8184
8185 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8188         decoding text/calendar parts.
8189
8190         * message.el (message-forward-make-body-mime): Always mark body as
8191         having no illegible text; remove signed-or-encrypted argument.
8192         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8193
8194         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8195         (mml-generate-mime-1): Don't encode body if it is specified to be in
8196         raw form; don't make buffer be unibyte when inserting multibyte string.
8197
8198 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8199
8200         * sha1.el: Fix up comment style.
8201         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8202         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8203
8204         * hex-util.el: Fix up comment style.
8205         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8206
8207         * gnus-salt.el: Use with-current-buffer.
8208         (gnus-pick-setup-message): Fix long-standing typo.
8209
8210 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * imap.el (imap-logout-timeout): New variable.
8213         (imap-logout, imap-logout-wait): New functions.
8214         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8215
8216         * nnimap.el (nnimap-logout-timeout): New server variable.
8217         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8218         nnimap-logout-timeout.
8219
8220         * gnus-art.el (gnus-article-summary-command-nosave)
8221         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8222
8223 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus.el (gnus-maximum-newsgroup): New variable.
8226
8227         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8228         according to gnus-maximum-newsgroup.
8229
8230         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8231         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8232         Limit the range of articles according to gnus-maximum-newsgroup.
8233
8234 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8235
8236         * gnus-art.el (gnus-sticky-article): Fix problems described in
8237         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8238         Don't perform gnus-configure-windows here; reuse existing sticky
8239         article buffer.
8240
8241         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8242         it doesn't exist in gnus-article-mode.
8243
8244 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8247         (gnus-agent-decoded-group-name): New function.
8248         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8249         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8250
8251 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8252
8253         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8254         Add binding for gnus-sticky-article.
8255         (gnus-summary-exit): Don't kill sticky article buffers.
8256
8257         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8258         article buffer.
8259         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8260         (gnus-kill-sticky-article-buffers): New commands.
8261
8262 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * nntp.el (nntp-xref-number-is-evil): New server variable.
8265         (nntp-find-group-and-number): If it is non-nil, don't trust article
8266         numbers in the Xref header.
8267
8268 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-agent.el (gnus-agent-read-group): New function.
8271         (gnus-agent-flush-group, gnus-agent-expire-group)
8272         (gnus-agent-regenerate-group): Use it.
8273         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8274         nnmail-pathname-coding-system.
8275
8276 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8279
8280         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8281         that are unread as unread, and also as selected so that information of
8282         marks having been changed by a user may be updated when exiting group.
8283
8284 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8287
8288 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8291         calculated ignoring signature parts to gnus-treat-article.
8292
8293 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8296         a point here in order to keep the window start.
8297         (gnus-insert-mime-security-button): Make a button overlay without the
8298         front stickiness.
8299         (gnus-mime-display-security): Goto the end of a button.
8300
8301         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8302
8303 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8306         group-name-at-point.
8307         (gnus-group-completing-read): New function that offers decoded
8308         non-ASCII group names for completion.
8309         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8310         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8311         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8312         (gnus-group-fetch-control): Use it.
8313         (gnus-fetch-group): Use group-name-at-point for the initial value
8314         rather than the default value; use gnus-alive-p.
8315
8316         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8317         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8318         (gnus-summary-post-news): Use gnus-group-completing-read.
8319
8320         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8321         (gnus-read-move-group-name): Decode group name for completion.
8322
8323 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8324
8325         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8326         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8327         Yamaoka slightly modified the code).
8328
8329 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8332         (nnmail-split-incoming): Bind it.
8333
8334         * nnml.el (nnml-group-name-charset): New function.
8335         (nnml-decoded-group-name): Use it; don't decode group name if
8336         nnmail-group-names-not-encoded-p is non-nil.
8337         (nnml-encoded-group-name): New function.
8338         (nnml-group-pathname): Inline nnml-decoded-group-name.
8339         (nnml-request-expire-articles): Decode group name in message.
8340         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8341         nnmail-pathname-coding-system.
8342         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8343         not decoded ones according to nnmail-group-names-not-encoded-p.
8344         (nnml-generate-active-info): Use nnml-encoded-group-name.
8345
8346 2007-08-08  Glenn Morris  <rgm@gnu.org>
8347
8348         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8349         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8350         doc-strings and comments.
8351
8352 2007-07-25  Glenn Morris  <rgm@gnu.org>
8353
8354         * Relicense all FSF files to GPLv3 or later.
8355
8356 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-sum.el (gnus-summary-move-article):
8359         Make gnus-summary-respool-article work.
8360
8361 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8364         string.
8365
8366 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8367
8368         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8369         that should be ignored when comparing distant RSS articles with local
8370         ones.
8371         (nnrss-make-hash-index): New function.  Create a hash index according
8372         to the ignored fields.
8373         (nnrss-check-group): Use it.
8374
8375 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8378
8379         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8380
8381         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8382         the new optional argument ENCODED is non-nil.
8383         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8384         coding system for encoding group name.
8385         (gnus-group-make-rss-group): Pass un-encoded group name to
8386         gnus-group-make-group.
8387         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8388         encoded.
8389
8390         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8391         Encode group name to which articles are moved or copied.
8392         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8393         coding system for encoding Newsgroup, Followup-To and Xref headers.
8394
8395         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8396         marks; use nnheader-file-coding-system to write a file.
8397         (nnagent-retrieve-headers): Bind file-name-coding-system to
8398         nnmail-pathname-coding-system.
8399
8400         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8401
8402         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8403         (nnml-request-article, nnml-request-create-group)
8404         (nnml-request-rename-group, nnml-find-id)
8405         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8406         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8407         (nnml-save-marks): Use nnml-group-pathname instead of
8408         nnmail-group-pathname.
8409
8410         (nnml-request-create-group, nnml-request-expire-articles)
8411         (nnml-request-move-article, nnml-request-delete-group)
8412         (nnml-deletable-article-p, nnml-possibly-create-directory)
8413         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8414         (nnml-open-marks): Bind file-name-coding-system to
8415         nnmail-pathname-coding-system.
8416
8417         (nnml-request-article): Pass server argument to nnml-find-group-number.
8418         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8419         Pass server argument to nnml-possibly-create-directory.
8420         (nnml-request-accept-article): Pass server argument to
8421         nnml-active-number and nnml-save-mail.
8422         (nnml-find-group-number): Pass server argument to nnml-find-id.
8423         (nnml-request-update-info): Pass server argument to
8424         nnml-marks-changed-p.
8425
8426         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8427         (nnml-save-mail, nnml-active-number): Add server argument.
8428
8429         (nnml-request-delete-group): Warn if group is missing.
8430         (nnml-get-nov-buffer): Decode group name.
8431         (nnml-generate-active-info): Encode group name.
8432         (nnml-open-marks): Decode group name in messages.
8433
8434 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8437         if it is not specified.
8438         (gnus-article-pipe-part, gnus-article-save-part)
8439         (gnus-article-interactively-view-part, gnus-article-copy-part)
8440         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8441         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8442         (gnus-article-replace-part, gnus-article-delete-part)
8443         (gnus-article-view-part-as-type): Pass raw prefix argument to
8444         gnus-article-part-wrapper.
8445
8446 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-agent.el (gnus-agent-save-active):
8449         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8450
8451         * gnus-cache.el (gnus-cache-save-buffers)
8452         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8453         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8454         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8455         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8456         (gnus-cache-generate-active, gnus-cache-rename-group)
8457         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8458         (gnus-cache-update-overview-total-fetched-for):
8459         Bind file-name-coding-system to nnmail-pathname-coding-system.
8460         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8461         New variables.
8462         (gnus-cache-decoded-group-name): New function.
8463         (gnus-cache-file-name): Use it.
8464         (gnus-cache-generate-active): Use non-decoded group name for active.
8465
8466         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8467         right place.
8468         (gnus-write-active-file): Don't break non-ASCII group names.
8469
8470         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8471         nnmail-pathname-coding-system.
8472
8473         * lpath.el: Bind default-file-name-coding-system,
8474         file-name-coding-system and language-info-alist for XEmacs.
8475
8476         * gnus-uu.el (gnus-uu-decode-save): Typo.
8477
8478 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8481
8482 2007-07-14  David Kastrup  <dak@gnu.org>
8483
8484         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8485         finishing actions if we did not edit the article.
8486
8487 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8490         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8491         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8492         (gnus-agent-flush-group, gnus-agent-flush-cache)
8493         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8494         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8495         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8496         (gnus-agent-regenerate-group)
8497         (gnus-agent-update-files-total-fetched-for)
8498         (gnus-agent-update-view-total-fetched-for):
8499         Bind file-name-coding-system to nnmail-pathname-coding-system.
8500         (gnus-agent-group-pathname): Don't encode file names by
8501         nnmail-pathname-coding-system.
8502         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8503         coding-system-for-write instead of buffer-file-coding-system to
8504         gnus-agent-file-coding-system.
8505
8506         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8507         Decode group name.
8508
8509         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8510
8511         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8512         (gnus-read-newsrc-el-file): Make group names unibyte.
8513
8514         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8515         nnmail-pathname-coding-system.
8516
8517         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8518         (nnrss-request-delete-group): Bind file-name-coding-system to
8519         nnmail-pathname-coding-system.
8520         (nnrss-read-server-data, nnrss-read-group-data):
8521         Bind file-name-coding-system correctly.
8522         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8523
8524         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8525         (nntp-server-to-method-cache): New variable.
8526         (nntp-group-pathname): New function that decodes non-ASCII group names.
8527         (nntp-possibly-create-directory, nntp-marks-changed-p)
8528         (nntp-save-marks, nntp-open-marks): Use it.
8529         (nntp-possibly-create-directory, nntp-open-marks):
8530         Bind file-name-coding-system to nnmail-pathname-coding-system.
8531         (nntp-open-marks): Decode group names when bootstrapping marks.
8532
8533         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8534         Newsgroups and Folowup-To headers.
8535
8536 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8539         (gnus-server-closed-face, gnus-server-denied-face)
8540         (gnus-server-offline-face): Remove variable.
8541         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8542
8543         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8544         of modifying message-stack directly for XEmacs.
8545
8546         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8547         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8548         if the coding-system argument is nil for XEmacs.
8549
8550         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8551         mm-charset-override-alist.
8552
8553         * rfc2047.el: Don't require base64; require rfc2045 for the function
8554         rfc2045-encode-string.
8555         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8556         to quote the parameter value.
8557
8558 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8561         form in gnus-group-name-charset-method-alist.
8562
8563         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8564         overrides the default layout edit-form.
8565
8566         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8567
8568         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8569
8570 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8573         as unfetched articles.
8574
8575 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8578
8579 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8582         original back end that keeps marks in the local system.
8583
8584 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8587         arg of pop-to-buffer for XEmacs.
8588         (gnus-article-read-summary-keys): Ditto; don't restore window
8589         configuration if summary command ends up with neither article buffer
8590         nor summary buffer; describe bindings if summary keys end with C-h.
8591
8592 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * message.el (message-fix-before-sending): Skip raw message part to be
8595         forwarded while checking illegible text.
8596         (message-forward-make-body-mime, message-forward-make-body):
8597         Mark signed or encrypted raw message as having no illegible text.
8598
8599 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8602         (gnus-message-with-timestamp-1): New macro.
8603         (gnus-message-with-timestamp): New function.
8604         (gnus-message): Use them.
8605
8606         * nnheader.el (nnheader-message): Use them.
8607
8608 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8611         .newsrc.eld file.
8612
8613 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-agent.el (gnus-agent-fetch-headers)
8616         (gnus-agent-retrieve-headers):
8617         Bind gnus-decode-encoded-address-function to identity.
8618
8619         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8620         available also when the server returns simply a dot.
8621
8622         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8623
8624 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8627
8628 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-ems.el (gnus-x-splash): Make it work.
8631
8632         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8633         from being used.
8634
8635         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8636
8637 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8640         4th and the 5th arguments.
8641
8642         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8643         the front stickiness.
8644         (gnus-article-summary-command-nosave): Correct the order of the
8645         arguments passed to pop-to-buffer.
8646         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8647         summary command ends up with the article buffer.
8648
8649         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8650         the same faces.
8651
8652 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8653
8654         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8655
8656 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8657
8658         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8659         * gnus-sum.el (gnus-summary-highlight):
8660         * pgg.el (pgg-sign-region, pgg-sign):
8661         * mail-source.el (mail-source-delete-old-incoming-confirm):
8662         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8663
8664 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-art.el (gnus-mime-view-part-externally)
8667         (gnus-mime-view-part-internally): Fix predicate function passed to
8668         completing-read.
8669
8670         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8671
8672         * gnus.el (gnus-update-message-archive-method): Add :version.
8673
8674 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus.el (gnus-update-message-archive-method): New variable.
8677
8678         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8679         according to gnus-message-archive-method if
8680         gnus-update-message-archive-method is non-nil.
8681
8682 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8685         Suggested by Loic Dachary <loic@dachary.org>.
8686         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8687
8688 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * message.el (message-pop-to-buffer): Add switch-function argument.
8691         (message-mail): Pass switch-function argument to it.
8692
8693 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8696         Improve doc string.
8697
8698 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8701         (gnus-header-content)
8702         * gnus-cite.el (gnus-cite-10)
8703         * gnus-srvr.el (gnus-server-closed)
8704         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8705         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8706         (gnus-group-mail-3-empty, gnus-group-mail-low)
8707         (gnus-group-mail-low-empty, gnus-splash)
8708         * message.el (message-header-to, message-header-cc)
8709         (message-header-subject, message-header-other, message-header-name)
8710         (message-header-xheader, message-separator, message-cited-text)
8711         (message-mml): Lighten colors of faces used for dark background.
8712
8713 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8714
8715         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8716         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8717
8718 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * message.el (message-narrow-to-headers-or-head):
8721         Ignore mail-header-separator in the body.
8722
8723 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8726         same as window size.
8727
8728 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8729
8730         * message.el (message-font-lock-keywords): Use message-header-xheader
8731         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8732         ahead of the anything pattern, to get it recognised.
8733
8734 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8737         spam.el loads uses it in the compiled defadvice form.
8738
8739 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8740
8741         * gnus-sum.el (gnus-articles-to-read)
8742         (gnus-summary-insert-old-articles): Don't truncate group name for
8743         `read-string'.
8744
8745         * gnus-util.el (gnus-limit-string): Delete this function.
8746
8747         * gnus-sum.el (gnus-simplify-subject-fully):
8748         Use `truncate-string-to-width' instead.
8749
8750 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8751
8752         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8753         Tell if, on summary exit, the next group has to be selected.
8754         (gnus-summary-exit): Use it.
8755
8756 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8759         non-break space.
8760
8761 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8764         Check if group is not a directory.
8765         (nnfolder-request-expire-articles): Don't delete articles if the target
8766         group is not available.
8767
8768         * nnml.el (nnml-request-create-group): Properly check if group is not a
8769         file.
8770         (nnml-request-expire-articles): Don't delete articles if the target
8771         group is not available.
8772
8773         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8774         Don't quote characters that are within parentheses.
8775
8776 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8779         (gnus-handle-ephemeral-exit): Select article according to it.
8780
8781 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * message.el (message-insert-formated-citation-line): Remove newline.
8784         (message-citation-line-format): Add final \n here so that the user can
8785         avoid a blank line.
8786
8787 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8788
8789         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8790         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8791         Update lanl/arXiv support.
8792
8793 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * gnus.el: Bump version number.
8796
8797 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * gnus.el (gnus-version-number): Bump version.
8800
8801 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8802
8803         * gnus.el: No Gnus v0.6 is released.
8804
8805 2007-04-27  Didier Verna  <didier@xemacs.org>
8806
8807         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8808         * gmm-utils.el (gmm-regexp-concat): ... here.
8809         * message.el: Don't require 'gnus-util.
8810         (message-dont-reply-to-names): Handle name change above.
8811         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8812
8813 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8816         since the initial value varies according to the system.
8817
8818 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8821
8822 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8823
8824         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8825
8826 2007-04-24  Didier Verna  <didier@xemacs.org>
8827
8828         Improve the type of gnus-ignored-from-addresses.
8829         * gnus-util.el (gnus-orify-regexp): New function.
8830         * message.el (gnus-util): Require it.
8831         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8832         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8833         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8834
8835 2007-04-24  Didier Verna  <didier@xemacs.org>
8836
8837         * gnus-sum.el:
8838         * gnus-utils.el: Fix some trailing whitespaces.
8839
8840 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8843         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8844         article's Message-ID; refer parent article in summary buffer.
8845
8846         * message.el (message-bounce): Call mime-to-mml.
8847
8848         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8849         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8850         optimize and/or forms properly.
8851
8852 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8855         URL.
8856
8857 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8860
8861 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8864         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8865         displayed of multipart/alternative part if it is invoked from summary
8866         buffer.
8867
8868         * mm-view.el (mm-inline-text-html-render-with-w3m)
8869         (mm-inline-text-html-render-with-w3m-standalone)
8870         (mm-inline-render-with-function): Use mail-parse-charset by default.
8871
8872 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8873
8874         * parse-time.el (parse-time-string-chars): Check if CHAR
8875         is less than the length of parse-time-syntax.
8876
8877 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8880         from gnus-newsgroup-processable.
8881
8882 2007-04-16  Didier Verna  <didier@xemacs.org>
8883
8884         * gnus-msg.el (gnus-configure-posting-styles):
8885         Handle message-signature-directory properly with :file syntax.
8886         Reported by "Leo".
8887
8888 2007-04-11  Didier Verna  <didier@xemacs.org>
8889
8890         New user option: message-signature-directory.
8891         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8892         * message.el (message-insert-signature): Ditto.
8893         * message.el (message-signature-file): Doc update.
8894         * message.el (message-signature-directory): New.
8895
8896 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-msg.el (gnus-inews-yank-articles):
8899         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8900
8901 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * message.el (message-yank-original): Make sure cited text ends with
8904         newline; don't exchange point and mark.
8905
8906 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8907
8908         * tls.el (open-tls-stream): Properly handle case where there
8909         is no associated buffer.
8910
8911 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8912
8913         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8914         message-yank-original, make sure (< mark TEXT point).
8915
8916 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * message.el (message-fill-column): New variable.
8919         (message-mode): Use it.  Add comment on a possible new hook.
8920
8921         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8922         (nnmail-get-new-mail): Reformat.
8923
8924         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8925
8926         * gmm-utils.el: Fix Commentary.
8927         (gmm-tool-bar-from-list): Fix typo in doc string.
8928
8929 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8930
8931         * message.el (message-yank-original): Don't switch point and mark
8932         unnecessarily to put point and mark as documented.
8933
8934 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8937         from the message heads.
8938
8939 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8940
8941         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8942         article buffer does not have a window.  This may not be the best
8943         solution but is certainly better than setting the start of the null,
8944         that is the current, window.
8945
8946 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8949         (gnus-draft-setup): Run it.
8950
8951         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8952         gnus-score-fast-scoring.  Allow regexp.
8953         (gnus-score-headers): Use it.
8954
8955         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8956         XEmacs.
8957
8958         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8959         string.
8960         (gnus-button-alist): Also catch `<f1> k ...'.
8961         (gnus-treat-display-x-face): Fix doc string.
8962
8963 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8964
8965         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8966         evaluation of gnus-extended-version to ensure correct generation of the
8967         User-Agent header when message-generate-headers-first is used.
8968
8969 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8970
8971         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8972         hashcash-path is nil.  Don't call callback with incorrect number of
8973         parameters if val is 0.
8974
8975 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8976
8977         * message.el (message-required-news-headers):
8978         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8979
8980 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8981
8982         * tls.el (open-tls-stream): In handshake-waiting loop,
8983         don't wait more if there is output available to process.
8984
8985 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8986
8987         * tls.el (tls-program): Doc fix.
8988
8989 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * message.el (message-generate-new-buffers): Change the meaning of the
8992         nil value; add `standard' to the choices; treat t as `unique'; improve
8993         doc string.
8994         (gnus-select-frame-set-input-focus): Autoload.
8995         (message-buffer-name): Search for the existing message buffer if
8996         message-generate-new-buffers is nil or `standard'; treat the value t of
8997         message-generate-new-buffers as `unique'.
8998         (message-pop-to-buffer): Raise the frame already displaying the message
8999         buffer; clear the echo area after querying.
9000         (message-setup): Pass the `continue' argument to compose-mail.
9001         (message-mail): Prefer `switch-function' if it is given; search for the
9002         existing message buffer if the `continue' argument is non-nil; pass
9003         continue and switch-function arguments to compose-mail by way of
9004         message-setup.
9005         (message-mail-other-window): Adjust argument of message-setup.
9006         (message-mail-other-frame): Ditto.
9007
9008 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9011         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9012         to turn font-lock on when turning gnus-message-citation-mode on.
9013
9014 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9015
9016         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9017         (mml-smime-function-alist): New variable; add epg as the backend.
9018         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9019         mml-smime- functions instead.
9020         * mm-view.el: Require smime.
9021
9022 2007-03-05  Didier Verna  <didier@xemacs.org>
9023
9024         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9025         instead of just inheritance for posting styles.
9026         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9027
9028 2007-02-24  Chris Moore  <dooglus@gmail.com>
9029
9030         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9031         * pgg-pgp.el (pgg-pgp-encrypt-region):
9032         * pgg-gpg.el (pgg-gpg-encrypt-region):
9033         Check pgg-encrypt-for-me if no other recipients.
9034
9035 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9036
9037         * tls.el (tls-certtool-program): Fix custom type.
9038
9039 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9042         and point-at-eol instead of line-(beginning|end)-position.
9043
9044         * assistant.el (assistant-parse-buffer): Ditto.
9045
9046         * netrc.el (netrc-parse-services): Ditto.
9047
9048 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9049
9050         * mml2015.el (mml2015-epg-find-usable-key): New function.
9051         (mml2015-epg-sign): Use it.
9052         (mml2015-epg-encrypt): Use it.
9053
9054 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * message.el (message-make-in-reply-to): Quote name containing
9057         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9058         if there are special characters.  Reported by NAKAJI Hiroyuki
9059         <nakaji@jp.freebsd.org>.
9060
9061 2007-02-27  Didier Verna  <didier@xemacs.org>
9062
9063         Include the group parameters as well as the topic ones in the
9064         inheritance filter process.
9065         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9066         argument GROUP-PARAMS-LIST.
9067         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9068
9069 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * nntp.el (nntp-never-echoes-commands)
9072         (nntp-open-connection-functions-never-echo-commands): New variables.
9073         (nntp-send-command): Use them.
9074
9075 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9076
9077         * mml2015.el (mml2015-epg-verify): Simplify.
9078
9079 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * mml.el (mml-content-disposition-alist): New user option.
9082         (mml-content-disposition): New function.
9083         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9084         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9085
9086 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9087
9088         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9089         verification.
9090
9091 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9092
9093         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9094         articles posted in the last 24 hours.
9095
9096 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9097
9098         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9099
9100 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9101
9102         * nntp.el (nntp-send-command): Don't wait for echoes when
9103         nntp-open-ssl-stream is used.
9104
9105 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9108         (gnus-message-add-citation-keywords)
9109         (gnus-message-remove-citation-keywords): Remove.
9110         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9111         directly, make the variables in font-lock-defaults buffer-local, add
9112         gnus-message-citation-keywords to them and then update the value of
9113         font-lock-keywords.
9114
9115 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * message.el (message-cite-original-1): Don't call
9118         gnus-article-highlight-citation.
9119
9120         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9121         citations; fix line count.
9122
9123 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9126         (gnus-message-add-citation-keywords)
9127         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9128         versions of font-lock-add-keywords and font-lock-remove-keywords to
9129         work with XEmacs correctly.
9130
9131 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-cite.el (gnus-cite-face-list): Set the values of
9134         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9135         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9136         (gnus-message-cite-prefix-regexp): New variable.
9137         (gnus-message-search-citation-line): Use it; protect against long
9138         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9139         the 0th match data for Emacs.
9140         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9141         (gnus-message-add-citation-keywords): Append keywords rather than
9142         prepending; emulate font-lock-add-keywords if it is not available.
9143         (gnus-message-remove-citation-keywords):
9144         Emulate font-lock-remove-keywords if it is not available.
9145
9146         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9147
9148         * message.el (message-cite-prefix-regexp): Set the value of
9149         gnus-message-cite-prefix-regexp.
9150
9151 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9152
9153         * nnweb.el (nnweb-google-parse-1): Update parser.
9154
9155 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9156
9157         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9158
9159 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9160
9161         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9162         regexp.
9163
9164 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9167         string-to-multibyte.
9168         (uudecode-decode-region-internal): Use it.
9169
9170         * lpath.el: Fbind string-as-multibyte for XEmacs.
9171
9172 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9175         Fix custom choice.
9176
9177         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9178
9179 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9180
9181         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9182
9183         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9184         `write-region' to respect `mm-inhibit-file-name-handlers'.
9185
9186 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9189         Use gnus-home-directory instead of "~/" or "$HOME".
9190
9191 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9192
9193         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9194         to mention filename.
9195         Add comments at beginning regarding usage.
9196         (encrypt-write-file-contents): Change interactive so a string is
9197         acceptable.  If the file has no associated model, show an error instead
9198         of a nonsense prompt.
9199
9200 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9201
9202         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9203         Thanks to Yoshihiko Yamada for kind notification of this typo.
9204
9205 2007-01-12  Kenichi Handa  <handa@m17n.org>
9206
9207         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9208         multibyte buffer.
9209
9210 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gnus-score.el (gnus-score-fast-scoring): New variable.
9213         (gnus-score-headers): Use it.
9214
9215         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9216
9217         * message.el (message-cite-original-1):
9218         Call gnus-article-highlight-citation if requested.
9219         (message-make-from): Allow name and address as optional arguments.
9220
9221         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9222
9223         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9224         bugs to doc string.
9225         (gnus-button-alist): Add mid\\|message-id.
9226         (gnus-button-fetch-group): Extend for use in
9227         `browse-url-browser-function'.
9228         (gnus-button-url-regexp): Try to catch paired parentheses like in
9229         Wikipedia URLs.
9230
9231         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9232         Suggested by Simon Krahnke <overlord@gmx.li>.
9233
9234 2007-01-13  Romain Francoise  <romain@orebokech.com>
9235
9236         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9237         Update copyright.
9238
9239 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9240
9241         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9242
9243 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9244
9245         * gnus-registry.el (gnus-registry-unfollowed-groups)
9246         (gnus-registry-split-fancy-with-parent): Fix documentation.
9247
9248 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9251         from nnweb groups.
9252
9253 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9256         Xref urls.  Erase buffer before requesting head.
9257
9258         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9259
9260 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9263         customizable.
9264
9265 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9266
9267         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9268         no signing key is found.
9269         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9270         no encrypting and/or signing key is found.
9271
9272 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9275
9276 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9277
9278         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9279         headers read from disk with the ones newly found in the current search.
9280         This should no longer cause problems, because the article numbers in
9281         Gmane's `nov.php' output are ignored since the previous change.
9282
9283 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9284
9285         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9286
9287 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9290         replace-regexp-in-string; bind url-version; fbind display-images-p and
9291         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9292         find-face and set-itimer-function for Emacs; bind itimer-list for
9293         Emacs.
9294
9295         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9296
9297 2007-01-01  Romain Francoise  <romain@orebokech.com>
9298
9299         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9300
9301 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9302
9303         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9304         `define-minor-mode' macro definition expanded properly.
9305         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9306         exclude it there.
9307
9308         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9309         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9310         `fboundp' test.
9311         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9312         This is OK to autoload in (S)XEmacs now.
9313
9314 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9317         keystroke.
9318         (gnus-summary-limit-to-singletons): Fix typo.
9319
9320         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9321         else fails.
9322
9323 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9326         docstring.
9327
9328         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9329         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9330         (gnus-summary-insert-dormant-articles): Fix typo in message.
9331
9332 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9335         nil for XEmacs.
9336         (gnus-message-citation-mode): Don't autoload in XEmacs.
9337
9338         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9339
9340 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9341
9342         * nnimap.el (nnimap-expunge-search-string):
9343         Mention nnimap-search-uids-not-since-is-evil in docstring.
9344
9345 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * spam.el: Revert to make-obsolete-variable because
9348         define-obsolete-variable-alias is not supported in Emacs 21.
9349
9350         * spam.el (spam-ifile-path, spam-ifile-database-path)
9351         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9352         make-obsolete-variable.
9353         (spam-bsfilter-path, spam-bsfilter-program)
9354         (spam-spamassassin-path, spam-spamassassin-program)
9355         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9356         Don't use "path" inappropriately.
9357         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9358         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9359         variable names.
9360
9361 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9362
9363         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9364         summary buffer.
9365
9366         * password.el (password-cache-remove): Use clear-string to burn
9367         password, if available.
9368
9369 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9372
9373         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9374
9375         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9376         (gnus-message-highlight-citation): Move defcustom here from
9377         gnus-cite.el.
9378         (gnus-message-citation-mode): Autoload.
9379
9380         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9381         checks to make it compile with XEmacs.
9382         (gnus-message-citation-mode): New minor mode.
9383         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9384         (gnus-message-highlight-citation): New variables.
9385         (gnus-message-search-citation-line)
9386         (gnus-message-add-citation-keywords)
9387         (gnus-message-remove-citation-keywords)
9388         (turn-on-gnus-message-citation-mode)
9389         (turn-off-gnus-message-citation-mode): New functions.
9390
9391 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9392
9393         * gnus-cite.el: Enable highlighting of different citation levels in
9394         message-mode.
9395
9396 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * message.el (message-make-fqdn): Fix comment.
9399         (message-bogus-system-names): Add ".local".
9400
9401         * spam.el (spam-ifile-path, spam-ifile-program)
9402         (spam-ifile-database-path, spam-ifile-database)
9403         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9404         Don't use "path" inappropriately.
9405         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9406         strings.
9407         (spam-check-ifile, spam-ifile-register-with-ifile)
9408         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9409         Use new variable names.
9410
9411         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9412         (gnus-treat-display-smileys): Simplify using
9413         gnus-image-type-available-p.
9414
9415         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9416         available.
9417
9418         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9419         Use `display-images-p' if available.
9420
9421 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9424         one after turning on the buffer's multibyteness instead of decoding
9425         them directly in the unibyte buffer that causes unexpected conversion
9426         in Emacs 23 (unicode).
9427
9428 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9429
9430         * message.el (message-generate-hashcash): Fix custom type.
9431
9432 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9435
9436 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9439         disconnect icons.  Add help text.
9440
9441 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9442
9443         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9444         negated to be consistent with the others we handle.
9445
9446 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9449         version of gnus-summary-buffer to something, so that we can use two
9450         article buffers at the same time.
9451
9452 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9453
9454         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9455         trigger all the extra headers.
9456         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9457         sorting.
9458
9459 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9460
9461         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9462         solid groups.
9463
9464 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9465
9466         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9467
9468 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * legacy-gnus-agent.el: Add Copyright notice.
9471
9472 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9473
9474         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9475
9476 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9479
9480         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9481         to make it work reliably in CVS Emacs.
9482         (gnus-summary-limit-strange-charsets-predicate)
9483         (gnus-summary-limit-to-predicate): New functions.
9484
9485 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9486
9487         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9488         specifying array size.
9489         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9490         array if it is too small.
9491         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9492         (gnus-sort-threads-loop): New function.
9493
9494 2006-12-06  Chris Moore  <dooglus@gmail.com>
9495
9496         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9497         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9498
9499 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9500
9501         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9502         options.
9503
9504 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9507         DOS-ing the recipient.
9508
9509         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9510         the headers when creating the mapping to avoid mismappings.
9511         (nnweb-gmane-create-mapping): Always nix out old mapping.
9512
9513 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9516         and mm-verify-option to never.
9517
9518 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * message.el (message-signed-or-encrypted-p): New function.
9521         (message-forward-make-body): Use it.
9522
9523         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9524         Replace encode-coding-string with mm-encode-coding-string.
9525
9526 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * nneething.el (nneething-decode-file-name):
9529         Replace decode-coding-string with mm-decode-coding-string.
9530
9531         * gnus-int.el (gnus-open-server): Say failed server's name.
9532
9533 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9534
9535         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9536         strings to a single string.  Quote `errors-file-name'.
9537         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9538         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9539         Adjust calls.  Use `shell-quote-argument'.
9540
9541 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9542
9543         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9544         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9545
9546         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9547         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9548         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9549         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9550         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9551         (gnus-subscribe-newsgroup, gnus-1):
9552         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9553         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9554         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9555         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9556
9557 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9560         keystroke.
9561         (gnus-summary-limit-to-bodies): Implement headersp.
9562
9563 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9566
9567 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9570
9571 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * message.el (message-generate-hashcash): Expand range of values to
9574         include `opportunistic'.
9575         (message-send-mail): Use it.
9576
9577 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9578
9579         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9580         and comment it.
9581
9582         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9583
9584 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * gnus-util.el (gnus-extract-address-components): Improve comment.
9587
9588 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-util.el (gnus-extract-address-components): Work with address in
9591         which the name portion contains @.
9592
9593         * lpath.el: Fbind custom-autoload.
9594
9595 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * gnus.el (gnus-start): Move custom group up.
9598         (gnus-select-method): Don't autoload, but make it available for
9599         `customize-variable'.
9600         (gnus-getenv-nntpserver): Don't autoload.
9601
9602 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9603
9604         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9605
9606 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * message.el (message-sendmail-extra-arguments): New variable.
9609         (message-send-mail-with-sendmail): Use it.
9610
9611 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9614         mm-with-unibyte-current-buffer to make string unibyte.
9615
9616         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9617         mm-string-as-multibyte.
9618
9619 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9620
9621         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9622         Reported by Werner Koch <wk@gnupg.org>.
9623
9624 2006-11-14  Daiki Ueno  <ueno@p360>
9625
9626         * mml2015.el: Autoload epa-select-keys when compiling.
9627
9628 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9629
9630         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9631         message-options.
9632         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9633
9634 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9635
9636         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9637         EasyPG (< 0.0.6).
9638         (mml2015-always-trust): New user option.
9639         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9640         prompt.
9641
9642 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * nntp.el (nntp-authinfo-force): New variable.
9645         (nntp-send-authinfo): Use it.
9646
9647 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9650         decode encoded words.  Improve prompt.  Add comment about forwarding.
9651         (message-replacement-char): Move up.
9652
9653 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9654
9655         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9656         instead of gnus-intersection because arguments of gnus-sorted-nunion
9657         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9658
9659 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9662         (message-simplify-subject-functions):
9663         Enable message-strip-subject-encoded-words by default.
9664
9665 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * message.el (message-strip-subject-encoded-words): New function.
9668         (message-simplify-subject-functions): New variable.
9669         (message-simplify-subject): Use it.  Fix typo in doc string.
9670         Support message-strip-subject-encoded-words.
9671
9672 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9673
9674         * gnus-diary.el (gnus-diary-delay-format-function):
9675         * nndiary.el (nndiary-reminders):
9676         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9677
9678 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * gnus-art.el (article-hide-boring-headers): Fetch date from
9681         gnus-original-article-buffer to avoid problems with localized date
9682         strings.
9683
9684 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9687
9688 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9691         New variables.
9692         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9693         (mm-charset-synonym-alist): Move some entries to
9694         mm-codepage-iso-8859-list.
9695         (mm-charset-synonym-alist, mm-charset-override-alist):
9696         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9697
9698 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9701
9702 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9705         with Emacs 21 and XEmacs.
9706
9707 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9708
9709         * spam.el (spam-parse-address): New function for better parsing,
9710         catching errors, etc.
9711         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9712
9713 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * mm-view.el: Add interactive arg to html2text autoload.
9716
9717 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9720
9721 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9724         New variables.
9725         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9726         (mm-charset-synonym-alist): Move some entries to
9727         mm-codepage-iso-8859-list.
9728
9729         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9730
9731 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * message.el (message-citation-line-format)
9734         (message-insert-formated-citation-line): Fix implementation of %E, %N
9735         and %n according to the doc string.
9736
9737 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9738
9739         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9740         Use car-safe to avoid bad parses.
9741
9742 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9745         names.
9746
9747         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9748
9749 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9752         header.
9753
9754         * message.el (message-draft-headers): Add Date.
9755         (message-headers-to-generate): Fix typo in docstring.
9756
9757         * nndraft.el (nndraft-required-headers): New variable.
9758         (nndraft-generate-headers): Use it.
9759
9760         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9761
9762 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9763
9764         * gnus-registry.el (gnus-registry-wash-for-keywords)
9765         (gnus-registry-find-keywords): New functions to allow easy searching of
9766         articles that are in the registry.
9767
9768 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9769
9770         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9771         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9772         Reported by Damien Elmes <damien@repose.cx>.
9773
9774 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * gnus.el (gnus-mime): Remove unused custom group.
9777
9778 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9779
9780         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9781         "blank line" when searching for end of armor headers.
9782
9783 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gmm-utils.el (gmm-write-region): Fix variable name.
9786
9787 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * gmm-utils.el (gmm-write-region): New function based on compatibility
9790         code from `mm-make-temp-file'.
9791
9792         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9793
9794         * nnmaildir.el (nnmaildir--update-nov)
9795         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9796         Use `gmm-write-region'.
9797
9798 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9801         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9802
9803         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9804
9805         * message.el (message-replacement-char): New variable.
9806         (message-fix-before-sending): Use it.
9807         (message-simplify-subject): New function to remove duplicate code.
9808         (message-reply, message-followup): Use it.
9809
9810         * gnus-sum.el (gnus-summary-make-menu-bar):
9811         Clarify gnus-summary-limit-to-articles.
9812
9813 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-util.el (gnus-with-local-quit): New macro.
9816
9817         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9818
9819 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9822         ignore non-string data.
9823
9824 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9825
9826         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9827         non-string data (needs to be done in the registry too).
9828
9829 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9830
9831         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9832         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9833         (gnus-registry-split-fancy-with-parent)
9834         (gnus-registry-fetch-simplified-message-subject-fast)
9835         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9836         Remove text properties on ingress into the registry and when it's saved.
9837         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9838         registry from entries with no groups.
9839
9840 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9841
9842         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9843         function to remove string properties.
9844
9845 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gmm-utils.el (gmm): Adjust custom version.
9848
9849         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9850         Adjust custom version.
9851
9852         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9853
9854 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-art.el (gnus-insert-prev-page-button)
9857         (gnus-insert-next-page-button): Simplify.  Reformat.
9858
9859 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9860
9861         * gnus-art.el (gnus-insert-prev-page-button)
9862         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9863
9864 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9865
9866         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9867
9868 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9869
9870         * gnus-art.el (gnus-insert-mime-button)
9871         (gnus-insert-mime-security-button):
9872         Apply gnus-article-button-face to MIME and security buttons.
9873
9874 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9877         readable.
9878
9879 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9882
9883 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9884
9885         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9886         `browse-url-of-file' instead of `browse-url'.
9887
9888 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9889
9890         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9891         regexp.  Articles containing quotation were cut prematurely.
9892
9893 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * message.el (message-cite-original-1): Use nobody by default for the
9896         value of From header.
9897         (message-reply): Ditto.
9898
9899 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9900
9901         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9902         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9903         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9904
9905 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9908         mails in the doc string.  Add some URLs in comment.
9909         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9910
9911 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9914         backslashes handling and the way to find boundaries of quoted strings.
9915
9916 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9917
9918         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9919         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9920         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9921         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9922
9923 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9926         doc string.
9927         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9928
9929 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * lpath.el: Fbind epg-check-configuration.
9932
9933 2006-09-06  Simon Josefsson  <jas@extundo.com>
9934
9935         * mml2015.el (mml2015-use): Doc fix, mention epg.
9936
9937 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9938
9939         * mml2015.el (mml2015-use): Default to epg, if available.
9940
9941 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9942
9943         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9944         message-sender.
9945         (mml1991-epg-encrypt): Ditto.
9946         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9947         message-sender.
9948         (mml2015-epg-encrypt): Ditto.
9949
9950 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9951
9952         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9953         several common directories.
9954
9955 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9956
9957         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9958         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9959
9960 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * gnus-art.el (article-decode-encoded-words): Make it fast.
9963
9964 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9967
9968         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9969         in quoted string into `\'.
9970
9971 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9974         Use standard-syntax-table.
9975
9976 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-art.el (gnus-decode-address-function): New variable.
9979         (article-decode-encoded-words): Use it to decode headers which are
9980         assumed to contain addresses.
9981         (gnus-mime-delete-part): Remove useless `or'.
9982
9983         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9984         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9985         (gnus-nov-parse-line): Use it to decode From header.
9986         (gnus-get-newsgroup-headers): Ditto.
9987         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9988
9989         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9990         (mail-decode-encoded-address-string): New alias.
9991
9992         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9993         New function.
9994         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9995         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9996         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9997         (rfc2047-decode-string): Ditto.
9998         (rfc2047-decode-address-region): New function.
9999         (rfc2047-decode-address-string): New function.
10000
10001 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * message.el (message-caesar-buffer-body): Allow rotating headers.
10004
10005         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10006
10007         * message.el (message-insert-formated-citation-line): Fix %f.
10008         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10009
10010 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10013         (gnus-bookmark-mouse-available-p): New macro.
10014         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10015         (gnus-bookmark-bmenu-show-infos): Use it.
10016         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10017         (gnus-bookmark-bmenu-hide-infos): Ditto.
10018         (gnus-bookmark-remove-properties): New function.
10019         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10020         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10021         (gnus-bookmark-write-file): Bind coding-system-for-write.
10022         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10023         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10024         group before selecting it.
10025         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10026         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10027         quit-window if it is not available; use gnus-mouse-2 and bind it to
10028         gnus-bookmark-bmenu-select-by-mouse.
10029         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10030         (gnus-bookmark-bmenu-select-by-mouse): New function.
10031
10032 2006-08-13  Romain Francoise  <romain@orebokech.com>
10033
10034         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10035         space.
10036
10037 2006-08-10  Romain Francoise  <romain@orebokech.com>
10038
10039         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10040         (dns-mode-soa-auto-increment-serial): New user option.
10041         (dns-mode-soa-maybe-increment-serial): New function.
10042         (dns-mode): Add the latter to `write-contents-functions'.
10043
10044 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * compface.el (uncompface): Use binary rather than raw-text-unix.
10047
10048 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * compface.el (uncompface): Make sure the eol conversion doesn't take
10051         place when communicating with the external programs.
10052         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10053
10054 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10057
10058 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10059
10060         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10061         Make it more robust by parsing author and date independently.
10062
10063 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10066
10067 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10068
10069         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10070         first matching secret key.
10071         (mml2015-epg-encrypt): Ditto.
10072
10073         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10074         first matching secret key.
10075         (mml1991-epg-encrypt): Ditto.
10076
10077         * mml2015.el (mml2015-encrypt-to-self): New user option.
10078         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10079         mml2015-epg-encrypt-to-self is set.
10080
10081         * mml1991.el (mml1991-encrypt-to-self): New variable.
10082         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10083         mml1991-epg-encrypt-to-self is set.
10084
10085         * mml2015.el (mml2015-signers): New user option.
10086         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10087         (mml2015-epg-encrypt): Allow to select signing keys.
10088
10089         * mml1991.el (mml1991-signers): New variable.
10090         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10091         (mml1991-epg-encrypt): Allow to select signing keys.
10092
10093 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * nnheader.el (nnheader-insert-head): Make it work even if the file
10096         uses CRLF for the line-break code.
10097
10098 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10099
10100         * mml2015.el: Require mml-sec instead of password.
10101         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10102         (mml2015-cache-passphrase): Inherit the default value from
10103         mml-secure-cache-passphrase.
10104         (mml2015-passphrase-cache-expiry): Inherit the default value from
10105         mml-secure-passphrase-cache-expiry.
10106
10107         * mml1991.el: Require mml-sec instead of password.
10108         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10109         (mml1991-cache-passphrase): Inherit the default value from
10110         mml-secure-cache-passphrase.
10111         (mml1991-passphrase-cache-expiry): Inherit the default value from
10112         mml-secure-passphrase-cache-expiry.
10113
10114         * mml-sec.el: Require password.
10115         (mml-secure-verbose): New user option.
10116         (mml-secure-cache-passphrase): New user option.
10117         (mml-secure-passphrase-cache-expiry): New user option.
10118
10119 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10120
10121         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10122         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10123         andreas@altroot.de (Andreas Vögele).
10124
10125         FIXME: Use `tiny change'?
10126
10127 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10130         workaround for the url package included with Emacs.
10131
10132         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10133
10134 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10137         correctly.  This fixes a bug caused by the 2006-05-12 change.
10138
10139 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10140
10141         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10142         some information about the error when saying that the `bogus' mail
10143         group will be used.
10144
10145 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10148         string.
10149
10150 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10151
10152         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10153
10154 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10155
10156         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10157
10158 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10159
10160         * mml1991.el (mml1991-function-alist): Add epg.
10161         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10162         (mml1991-epg-encrypt): New functions.
10163
10164 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10165
10166         * mml2015.el (mml2015-verbose): New variable.
10167         (mml2015-cache-passphrase): Ditto.
10168         (mml2015-passphrase-cache-expiry): Ditto.
10169         (mml2015-function-alist): Add epg.
10170         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10171         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10172         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10173         New functions.
10174
10175 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10176
10177         * message.el (message-cite-original-1): Preserve region when removing
10178         quoted text due to X-No-Archive in order to avoid bogus attribution
10179         when citing multiple messages.
10180
10181 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10182
10183         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10184         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10185
10186 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus-diary.el (gnus-user-format-function-d)
10189         (gnus-user-format-function-D): Autoload.
10190
10191         * imap.el (Commentary): Fix typo.
10192
10193         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10194         2006-04-22 contribution.
10195
10196 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10197
10198         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10199         It didn't really fix the bogosity I'm seeing with solid web groups.
10200
10201 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10202
10203         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10204         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10205         created using server names.  If we use the feature without declaring
10206         it, Gnus does not properly manage server and group state.
10207
10208         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10209         bound.
10210
10211 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10212
10213         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10214         looking up the method using GROUP's prefix before inventing a new one.
10215         It is used on killed/unknown groups in various places where returning
10216         an all-new method isn't expected by the caller.
10217
10218         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10219         and match semantics of gnus-group-real-prefix.
10220
10221 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * nnmail.el (nnmail-broken-references-mailers): New variable.
10224         (nnmail-ignore-broken-references): New function generalizing
10225         nnmail-fix-eudora-headers.
10226         (nnmail-fix-eudora-headers): Now obsolete.
10227
10228         * gnus-art.el (gnus-button-handle-custom):
10229         Support `customize-apropos*'.
10230
10231 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10234
10235         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10236         articles.
10237
10238 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * message.el (message-cite-reply-above): New variable.
10241         (message-yank-original): Use it.
10242
10243 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10246
10247 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10250         as read.
10251
10252         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10253
10254 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10257         (gnus-bookmark-default-file): Use gnus-directory.
10258         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10259         Remove "*" in doc string.
10260         (gnus-bookmark-write-file): Simplify.
10261         (gnus-bookmark-maybe-sort-alist): Use `when'.
10262         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10263         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10264         Add FIXME about Emacs 21 and XEmacs compatibility.
10265         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10266         compatibility.
10267         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10268         compatibility.
10269         (gnus-bookmark-menu-heading): Fix version.
10270
10271 2006-06-19  Bastien Guerry  <bzg@altern.org>
10272
10273         * gnus-bookmark.el: New file.
10274
10275 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * message.el (message-syntax-checks): Doc fix.
10278
10279 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10280
10281         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10282         unsubscribed groups as if they were killed ones.  It causes duplicate
10283         entries in gnus-newsrc-alist.
10284
10285 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * message.el (message-syntax-checks): Doc fix.
10288         (message-send-mail): Add check for continuation headers.
10289         (message-check-news-header-syntax): Fix regexp used to check for
10290         continuation headers.
10291
10292 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10295
10296 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10299
10300 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10303         default-truncate-lines.
10304
10305 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10308         to fill the utf-8 entry.
10309
10310         * lpath.el: Fbind unicode-precedence-list.
10311
10312 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10313
10314         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10315
10316 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10317
10318         * gnus-agent.el (directory-files-and-attributes): Move all the way
10319         forward (the third and final move).
10320         (gnus-agent-read-agentview): Trap reconstruction errors due to
10321         nonexistent directory.  Handle by returning nil.
10322
10323 2006-05-30  Didier Verna  <didier@xemacs.org>
10324
10325         * message.el (message-dont-reply-to-names): Update the custom type.
10326         * message.el (message-dont-reply-to-names): New defsubst: potentially
10327         convert a list of regexps into a single one.
10328         * message.el (message-get-reply-headers): Use it.
10329         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10330
10331 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus-agent.el (directory-files-and-attributes): Move forward.
10334
10335 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gnus-ml.el (gnus-mailing-list-subscribe)
10338         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10339         (gnus-mailing-list-message): Fix doc strings.
10340
10341 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10342
10343         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10344         of doing it manually.
10345
10346 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10349         comment.
10350
10351 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10352
10353         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10354         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10355         (gnus-agent-read-local): All symbols allocated in my-obarray.
10356         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10357         (gnus-agent-regenerate-group): Check numeric names to see if they are
10358         messages or groups.
10359         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10360         better way of do this...)
10361
10362         * gnus-cache.el (gnus-agent-total-fetched-for):
10363         Ignore 'dummy.group' (there should be a better way of do this...)
10364
10365 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10368         (gnus-saved-headers): Ditto.
10369         (gnus-default-article-saver): Mention functions may have properties.
10370         (gnus-article-save): Override gnus-save-all-headers and
10371         gnus-saved-headers by :headers property which saver function may have.
10372         (gnus-summary-save-in-file): Add :headers property.
10373         (gnus-summary-write-to-file): Ditto.
10374
10375         * gnus-sum.el (gnus-summary-save-article): Bind
10376         gnus-prompt-before-saving to t when saving many articles in a file;
10377         always show all headers.
10378
10379         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10380
10381 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10384         marks.
10385
10386         * message.el (message-indent-citation): Add optional arguments to allow
10387         using it outside of message buffers.
10388
10389         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10390         (gnus-article-treat-unfold-headers): Use it.
10391         (gnus-article-truncate-lines): New variable.
10392         (gnus-article-mode): Use it.
10393         (gnus-article-toggle-truncate-lines): New function.
10394
10395         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10396         Add gnus-article-toggle-truncate-lines.
10397
10398         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10399         coding system in XEmacs, use binary.
10400
10401 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10404         after-load-alist.
10405
10406         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10407         this function should save decoded articles.
10408         (gnus-summary-write-to-file): Use property to specify this function
10409         should save decoded articles and specify gnus-summary-save-in-file
10410         should be used to save articles other than the first one when saving
10411         many articles.
10412         (gnus-summary-save-body-in-file): Use property to specify this
10413         function should save decoded articles.
10414         (gnus-summary-write-body-to-file): Use property to specify this
10415         function should save decoded articles and specify
10416         gnus-summary-save-body-in-file should be used to save articles other
10417         than the first one when saving many articles.
10418
10419         * gnus-sum.el (gnus-summary-save-article): Simplify.
10420
10421 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (gnus-default-article-saver):
10424         Add gnus-summary-write-body-to-file.
10425         (gnus-article-save-coding-system): Don't use coding system object
10426         in XEmacs.
10427         (gnus-read-save-file-name): Add optional `dir-var' argument which
10428         specifies directory in which files are saved; work even if optional
10429         `variable' argument is not specified.
10430         (gnus-summary-write-to-file): Read file name.
10431         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10432         (gnus-summary-write-body-to-file): New function.
10433
10434         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10435         (gnus-summary-local-variables): Add it.
10436         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10437         (gnus-summary-save-article): Remove optional `decode' argument;
10438         determine whether to decode articles by the value of
10439         gnus-default-article-saver; when saving many files using
10440         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10441         it first and use gnus-summary-save-in-file or
10442         gnus-summary-save-body-in-file thereafter unless
10443         gnus-prompt-before-saving is always; move point to article which
10444         will be saved.
10445         (gnus-summary-save-article-file): Revert.
10446         (gnus-summary-write-article-file): Revert.
10447         (gnus-summary-save-article-body-file): Revert.
10448         (gnus-summary-write-article-body-file): New function.
10449
10450 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gnus-art.el (gnus-default-article-saver): Doc fix.
10453         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10454         from gnus-summary-save-article-coding-system, and default to a
10455         certain coding system.
10456         (gnus-output-to-file): Add coding cookie and encode text according
10457         to gnus-article-save-coding-system; don't use mm-append-to-file.
10458
10459         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10460         gnus-art.el and rename to gnus-article-save-coding-system.
10461         (gnus-summary-save-article): Require gnus-art; don't show all
10462         headers if it decodes articles; don't add coding cookie here;
10463         don't bind mm-text-coding-system-for-write.
10464         (gnus-summary-save-article-file): Save decoded articles.
10465         (gnus-summary-write-article-file): When saving many files, use
10466         gnus-summary-write-to-file first and gnus-summary-save-in-file
10467         thereafter unless gnus-prompt-before-saving is always.
10468         (gnus-summary-save-article-body-file): Save decoded articles.
10469
10470         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10471
10472 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10473
10474         * nnrss.el (nnrss-check-group): Bind hash-index.
10475
10476 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10477
10478         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10479         its hash index.  Store this hash in `nnrss-group-data'.
10480         (nnrss-read-group-data): Update accordingly.
10481
10482 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10485         entry.
10486
10487         * gnus-sum.el (gnus-summary-make-menu-bar):
10488         Add gnus-article-browse-html-article.
10489
10490 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10491
10492         * gnus-sum.el (gnus-summary-mime-map):
10493         Add gnus-article-browse-html-article.
10494
10495         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10496
10497 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10500         suitable coding systems in customize.
10501
10502 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * mail-source.el (mail-sources): Fix custom type.
10505
10506 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10509         (gnus-summary-expire-articles-now): Shorten prompt.
10510
10511         * gmm-utils.el (wid-edit): Require.
10512         (defun-gmm): Rename from `gmm-defun-compat'.
10513         (gmm-image-search-load-path): Use it.
10514         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10515
10516 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-sum.el (gnus-summary-save-article-coding-system):
10519         New variable.
10520         (gnus-summary-save-article): Add optional `decode' argument.
10521         If it is set and gnus-summary-save-article-coding-system is non-nil,
10522         save decoded article.
10523         (gnus-summary-write-article-file): Save decoded article if
10524         gnus-summary-save-article-coding-system is non-nil.
10525
10526         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10527         type.
10528
10529 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10532
10533 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10536         first to test gnus-single-article-buffer which may be buffer-local.
10537
10538         * gnus-sum.el (gnus-summary-setup-buffer):
10539         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10540         group; make gnus-article-buffer, gnus-article-current, and
10541         gnus-original-article-buffer always buffer-local.
10542         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10543         group.
10544         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10545
10546 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * nnml.el (nnml-request-compact-group): Compressed files might not
10549         have .gz extension.
10550
10551 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10552
10553         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10554         (mm-copy-to-buffer): Use with-current-buffer.
10555         (mm-display-part): Simplify.
10556         (mm-inlinable-p): Add optional arg `type'.
10557
10558 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10559
10560         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10561         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10562         Try harder to show the attachment internally or externally using
10563         gnus-mime-view-part-as-type.
10564
10565 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * message.el (message-from-style, message-signature-separator)
10568         (message-user-organization-file, message-send-mail-function)
10569         (message-citation-line-function, message-yank-prefix)
10570         (message-indent-citation-function, message-signature)
10571         (message-signature-file, message-signature-insert-empty-line):
10572         Remove autoloads.
10573
10574         * gnus-art.el (gnus-buttonized-mime-types):
10575         Remove "multipart/signed".  Revert 2006-04-26 change.
10576
10577 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * gnus.el (gnus-version-number): Bump version.
10580
10581 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10582
10583         * gnus.el: No Gnus v0.5 is released.
10584
10585 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10586
10587         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10588         fetching articles by message-id.
10589
10590 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * message.el (hashcash): Require hashcash as normal.
10593
10594         * ecomplete.el (ecomplete-highlight-match-line):
10595         Use point-at-eol.
10596         (ecomplete-highlight-match-line): Use `highlight', because that
10597         face exists in both Emacs and XEmacs.
10598
10599         * message.el (message-display-abbrev): Use point-at-bol.
10600
10601         * mail-source.el: Don't require timer/timer-funcs.
10602
10603         * gnus-async.el: Ditto.
10604
10605         * password.el: Ditto.
10606
10607         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10608
10609         * mm-url.el: Ditto.
10610
10611         * gnus-xmas.el: Don't require timer-funcs.
10612
10613         * mm-util.el: Require timer/timer-funcs.
10614
10615 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10616
10617         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10618         Close.
10619
10620 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10623         unibyte after clear-decrypt function runs.
10624
10625         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10626         returns as a unibyte string.
10627
10628 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * lpath.el: Revert.
10631
10632         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10633         (pgg-gpg-process-sentinel): Revert.
10634
10635         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10636         (pgg-pgp-lookup-key): Revert.
10637
10638         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10639         (pgg-pgp5-lookup-key): Revert.
10640
10641         * pgg.el (pgg-fetch-key): Revert.
10642
10643 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * lpath.el: Fbind string-as-multibyte for XEmacs.
10646
10647         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10648         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10649         (mml1991-pgg-encrypt): Ditto.
10650
10651         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10652         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10653         a multibyte buffer.
10654
10655         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10656         (pgg-pgp-lookup-key): Ditto.
10657
10658         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10659         (pgg-pgp5-lookup-key): Ditto.
10660
10661         * pgg.el (pgg-fetch-key): Ditto.
10662
10663 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * message.el (message-user-organization-file): Check several
10666         locations of the organization file.
10667
10668         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10669         Add gnus-article-view-part-as-type.
10670
10671         * gnus-art.el (gnus-article-view-part-as-type): New function.
10672
10673         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10674         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10675
10676         * mml.el: Simplify autoload.
10677         (mml-mode): defvar dnd-protocol-alist instead of using
10678         symbol-value.
10679         (mml-default-directory): New variable.
10680         (mml-minibuffer-read-file): Use it.
10681         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10682
10683         * message.el (message-citation-line-format): New variable.
10684         (message-insert-formated-citation-line): New function.
10685         (message-citation-line-function):
10686         Add `message-insert-formated-citation-line' to custom type.
10687
10688         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10689         to doc string.
10690
10691         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10692         depending on mm-verify-option.
10693
10694 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10697         binding pgg-* variables; reimplement the section which prevents
10698         MIME header from being signed.
10699         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10700         pgg-text-mode; remove a blank line at the top of body.
10701
10702         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10703         lines at the top of body; use gnus-newsgroup-charset if there's no
10704         Charset header.
10705
10706 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * message.el (message-self-insert-commands): Doc fix.
10709
10710         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10711         (mm-uu-pgp-encrypted-test): Ditto.
10712         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10713         between header and body; return application/pgp-encrypted handle
10714         if decryption failed; decode decrypted body by charset.
10715
10716         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10717         element match to application/pgp-*.
10718
10719 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10720
10721         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10722         HTML.
10723
10724 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * mail-source.el (mail-source-call-script): Message the error
10727         string.
10728
10729 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus-util.el (gnus-byte-compile): Use it.
10732
10733 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10734
10735         * gnus-util.el (kill-empty-logs): New function.
10736
10737 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10738
10739         * message.el (message-mail-alias-type): Doc fix.
10740         (message-mail-alias-type-p): New function.
10741         (message-send): Use it.
10742         (message-mode): Ditto.
10743         (message-strip-forbidden-properties): Ditto.
10744
10745         * ecomplete.el (ecomplete-database-file-coding-system):
10746         New variable.
10747         (ecomplete-save): Use it.
10748         (ecomplete-setup): Use it.
10749
10750 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * message.el (message-self-insert-commands): New variable.
10753         (message-strip-forbidden-properties): Use it.
10754
10755 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10756
10757         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10758         that doesn't make XEmacs choke.
10759
10760 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * gnus-util.el (gnus-replace-in-string):
10763         Prefer replace-regexp-in-string over of replace-in-string.
10764
10765 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-util.el (gnus-select-frame-set-input-focus):
10768         Use select-frame-set-input-focus if it is available in XEmacs; use
10769         definition defined in Emacs 22 for old Emacsen.
10770
10771         * dgnushack.el: Autoload unmorse-region for XEmacs.
10772
10773         * lpath.el: Bind cursor-in-non-selected-windows and
10774         select-frame-set-input-focus for XEmacs.
10775
10776 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10779
10780 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10781
10782         * gnus-registry.el (gnus-registry-cache-save): Remove text
10783         properties when saving via the temp buffer.
10784
10785 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * message.el (message-generate-hashcash): Honor custom type.
10788
10789 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * message.el (message-generate-hashcash): Default to non-nil when
10792         hashcash is found.
10793
10794         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10795         (gnus-refer-thread-limit): Increase default to 500.
10796
10797         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10798
10799         * flow-fill.el (fill-flowed): Allow delete-space.
10800
10801 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10804         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10805         Remove autoloads.
10806
10807 2006-04-18  Simon Josefsson  <jas@extundo.com>
10808
10809         * message.el (message-generate-hashcash): Default to.
10810
10811 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10814         concatenating segments rather than before concatenating them.
10815
10816 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10819
10820 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821
10822         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10823
10824         * message.el (message-forward-make-body-plain):
10825         Allow message-forward-ignored-headers to be a list.
10826         (message-remove-ignored-headers): Factor out into function.
10827         (message-forward-make-body-mml): Use it.
10828
10829         * imap.el (imap-quote-specials): New function.
10830         (imap-login-auth): Quote specials.
10831
10832         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10833         (rfc2231-parse-string): Allow concatanation of parameters that
10834         aren't contiguous.  The test case is
10835           (mail-header-parse-content-type "message/external-body;
10836             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10837             access-type=LOCAL-FILE;
10838             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10839
10840 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10841
10842         * nntp.el (nntp-accept-process-output): Return the value of
10843         `nnheader-accept-process-output'.
10844
10845 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10848         (gnus-button-alist): Recognize more diff formats.
10849         (gnus-button-patch): Strip directory.
10850
10851 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10854         Emacs 22 when setting focus.
10855
10856 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * gnus-art.el (gnus-article-treat-types): Do treatment of
10859         text/x-verbatim parts.
10860         (gnus-button-patch): New command.
10861
10862         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10863         addresses that contain invalid characters.
10864
10865 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * message.el (message-put-addresses-in-ecomplete):
10868         Use gnus-replace-in-string.
10869         (message-is-yours-p): Use the more correct
10870         mail-header-parse-address instead of
10871         mail-extract-address-components.
10872         (message-put-addresses-in-ecomplete): Fix typo.
10873
10874         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10875         keystroke.
10876
10877         * gnus-art.el (gnus-treatment-function-alist): Change order of
10878         newsgroups/generic header folding to avoid double-folding.
10879
10880         * message.el (message-hidden-headers): Add X-Draft-From.
10881
10882         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10883         New command.
10884         (gnus-summary-repeat-search-article-backward): New command.
10885
10886         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10887         groups in the parent topic.
10888
10889 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10890
10891         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10892         (spam-extra-header-to-number): Return the CRM114 number as a
10893         number instead of a string.
10894
10895 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * gnus-art.el (gnus-face-properties-alist): Move here from
10898         gnus-fun.
10899
10900         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10901
10902 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * message.el (message-strip-forbidden-properties): Only display on
10905         self-insert-command.
10906
10907         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10908         reindent.
10909         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10910
10911 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10912
10913         * smiley.el (smiley-style): Fix typo.
10914
10915 2006-03-23  Kenichi Handa  <handa@m17n.org>
10916
10917         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10918         instead of set-buffer-multibyte.
10919
10920 2006-03-23  Kenichi Handa  <handa@m17n.org>
10921
10922         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10923         buffer and then decode the buffer text if necessary.
10924         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10925         first, and after mm-encode-body, change the buffer to unibyte.
10926
10927 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * hashcash.el (hashcash-insert-payment-async-2):
10930         Use message-goto-eoh instead of doing it manually.
10931         (mail-add-payment): Use message-narrow-to-header instead of trying
10932         to do the same itself.
10933
10934         * message.el (message-hidden-headers): Add Face.
10935
10936         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10937         reparenting code.
10938         (gnus-summary-reparent-children): Refactored out code.
10939         (gnus-summary-thread-map): New keystroke.
10940         (gnus-summary-reparent-children): Make into command.
10941
10942         * smiley.el (smiley-style): Default to `medium' if using a large
10943         font.
10944
10945         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10946         does it itself.
10947
10948         * message.el (message-point-in-header-p): Simplify definition.
10949
10950 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * nnagent.el (nnagent-request-set-mark): Silence log file
10953         writing.
10954         (nnagent-request-set-mark): Use write-region instead of
10955         append-to-file.
10956
10957         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10958         strange select method.
10959
10960         * ecomplete.el (ecomplete-display-matches): Get highlightling
10961         right.
10962         (ecomplete-display-matches): Use literals.
10963         (ecomplete-display-matches): Disable message logging.
10964
10965         * message.el (message-display-abbrev): Small optimization.
10966
10967         * ecomplete.el (ecomplete-display-matches): Allow automatic
10968         display.
10969
10970         * message.el (message-strip-forbidden-properties):
10971         Display abbrevs.
10972         (message-display-abbrev): Get automatic display right.
10973
10974         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10975         keystrokes.
10976
10977 2006-04-13  Romain Francoise  <romain@orebokech.com>
10978
10979         TODO: Backport to v5-10!
10980
10981         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10982         Move here (and rename) from gnus-registry.el.
10983
10984         * gnus-registry.el: Require gnus-util.
10985         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10986
10987 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * gnus-group.el (gnus-group-catchup-current):
10990         Change if-then-else-if-then-else into cond.
10991         (gnus-group-catchup): Indent.
10992         (group-name-at-point): New function.
10993         (gnus-fetch-group): Provide default from thing at point.
10994
10995 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * message.el (message-display-abbrev): Fix regexp.
10998
10999         * ecomplete.el (ecomplete-highlight-match-line):
11000         Reimplement choosing.
11001         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11002         dead variables.
11003
11004         * message.el (message-newline-and-indent): Remove debugging.
11005         (message-display-abbrev): Use new implementation.
11006
11007 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * gnus-art.el (gnus-article-mode):
11010         Set cursor-in-non-selected-windows to nil.
11011
11012         * smiley.el: Revert previous change.
11013         (smiley-data-directory): defvar it before using it in the
11014         defcustom of `smiley-style'.
11015
11016 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * message.el (message-newline-and-indent): New function.
11019
11020         * ecomplete.el: Implement more bits.
11021
11022         * message.el (message-put-addresses-in-ecomplete): Clean up the
11023         string.
11024
11025         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11026
11027         * gnus-sum.el (gnus-summary-save-parts):
11028         Bind gnus-summary-save-parts-counter and use it to make unique file
11029         names.
11030
11031         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11032
11033         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11034         parameter to say whether to actually parse the individual
11035         addresses.
11036
11037         * message.el (message-put-addresses-in-ecomplete): New function.
11038         (ecomplete): Require.
11039         (message-mail-alias-type): Add ecomplete as an option.
11040
11041 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11042
11043         * flow-fill.el (fill-flowed): Remove trailing space from blank
11044         quoted lines.
11045
11046 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * smiley.el (smiley-style): Move definition later to avoid a
11049         compilation warning.
11050
11051 2006-04-12  Kenichi Handa  <handa@m17n.org>
11052
11053         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11054         buffer and then decode the buffer text if necessary.
11055         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11056         first, and after mm-encode-body, change the buffer to unibyte.
11057         Use mm-disable-multibyte instead of set-buffer-multibyte.
11058
11059 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11062         Content-Type header instead of Content-Disposition header.
11063         (gnus-mime-inline-part): Ditto.
11064         (gnus-mime-view-part-as-charset): Ignore charset that the part
11065         specifies.
11066
11067         * mm-decode.el (mm-display-part): Work with external parts and
11068         usual parts similarly.
11069
11070         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11071         instead of gnus-display-mime.
11072
11073         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11074         instead of with-temp-buffer.
11075
11076         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11077         tag to summarized topics part in order to encode non-ASCII text.
11078
11079 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * smiley.el (smiley-style): New variable.
11082         (smiley-directory): New function.
11083         (smiley-data-directory): Derive from `smiley-style' using
11084         `smiley-directory'.
11085         (smiley-regexp-alist): Add new entries.
11086
11087         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11088         (gnus-article-browse-delete-temp): Add :version.
11089
11090 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11091
11092         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11093         the sieve region.
11094
11095 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * gnus.el (gnus-version-number): Bump version.
11098
11099 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * gnus.el: No Gnus v0.4 is released.
11102
11103 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104
11105         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11106         layout.
11107
11108         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11109         unknown charset.
11110
11111         * message.el (message-header-synonyms): Add Original-To to the
11112         default.
11113
11114         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11115         optional parameter.
11116
11117 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-fun.el (gnus): Require it for gnus-directory.
11120
11121 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11124
11125 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11126
11127         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11128
11129 2006-04-05  Simon Josefsson  <jas@extundo.com>
11130
11131         * password.el (password-reset): New function.
11132
11133 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11134
11135         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11136         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11137
11138 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11139
11140         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11141         Some whitespace was matched into the url, which broke browsing hits
11142         > 100 when mm-url-use-external was nil.
11143
11144 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11147         Check gnus-extra-headers for 'Newsgroups.
11148
11149         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11150         bound.
11151
11152 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11153
11154         * pgg-gpg.el: Clean up process buffers every time gpg processes
11155         complete.
11156
11157 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11160         doc string.
11161
11162 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11163
11164         * pgg-gpg.el (pgg-gpg-process-filter)
11165         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11166
11167         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11168         lines, temporary fix.
11169
11170 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11173
11174 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11175
11176         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11177         default-enable-multibyte-characters.  This reverts the change from
11178         revision 6.17 which is no longer necessary because the passphrase
11179         is sent separately now.  GnuPG messages are unreadable under
11180         multibyte locales with default-enable-multibyte-characters set to
11181         nil.
11182
11183 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * message.el (message-tool-bar-gnome): Move "spell".
11186
11187 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11190         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11191         instead.
11192
11193 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11194
11195         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11196         Improve newsgroups handling for NNTP overviews which don't include
11197         Newsgroups.
11198
11199 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11200
11201         * message.el (message-resend): Bind message-generate-hashcash to nil.
11202
11203 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11204
11205         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11206         when searching for already-paid recipients.
11207
11208 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11209
11210         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11211         passphrases when it is not needed.
11212         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11213         passphrase stuff from gpg, should only be necessary when you use
11214         gpg with a smartcard.
11215
11216 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * mml.el (mml-insert-mime): Ignore cached contents of
11219         message/external-body part.
11220
11221         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11222         (mm-insert-part): Ditto.
11223
11224 2006-03-23  Simon Josefsson  <jas@extundo.com>
11225
11226         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11227         Reiner.
11228         (pgg-gpg-use-agent-p): Use it again.
11229
11230 2006-03-23  Simon Josefsson  <jas@extundo.com>
11231
11232         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11233         older emacsen.
11234         (pgg-gpg-use-agent-p): Don't use it.
11235
11236 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11239         if we can.
11240
11241 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11242
11243         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11244         (pgg-gpg-update-agent): New function.
11245         (pgg-gpg-use-agent-p): New function.
11246         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11247         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11248         (pgg-gpg-sign-region): Use it.
11249
11250 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11253         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11254
11255 2006-03-21  Simon Josefsson  <jas@extundo.com>
11256
11257         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11258         <wilde@sha-bang.de>.
11259         (pgg-gpg-use-agent): New variable.
11260         (pgg-gpg-process-region): Use it.
11261         (pgg-gpg-encrypt-region): Likewise.
11262         (pgg-gpg-encrypt-symmetric-region): Likewise.
11263         (pgg-gpg-decrypt-region): Likewise.
11264         (pgg-gpg-sign-region): Likewise.
11265         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11266
11267 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11270
11271         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11272         Add comment on version.
11273
11274 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * smiley.el: Add missing test smiley.
11277
11278 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * mm-decode.el (mm-with-part): New macro.
11281         (mm-get-part): Use it; work with message/external-body as well.
11282         (mm-save-part): Treat name and filename equally.
11283
11284         * mm-extern.el (mm-extern-cache-contents): New function.
11285         (mm-inline-external-body): Use it; force the part to be displayed;
11286         move undisplayer added to the cached handle to the parent.
11287
11288         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11289         (gnus-mime-view-part-as-type): Work with message/external-body.
11290
11291         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11292
11293 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11296         images in image-load-path.  [Sync with image.el, revision 1.60, in
11297         Emacs.]
11298
11299 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11302         path rather than symbol.  Always return list of directories.
11303         Guarantee that image directory comes first.  [Sync with image.el,
11304         revision 1.59, in Emacs.]
11305
11306         * message.el (message-make-tool-bar): Adjust to new API of
11307         `gmm-image-load-path-for-library'.
11308
11309         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11310
11311         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11312
11313 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11314
11315         * gnus-art.el (gnus-article-only-boring-p):
11316         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11317         intangible text.
11318         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11319
11320 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11323         Use `defun' instead of `gmm-defun-compat'.
11324
11325 2006-03-14  Simon Josefsson  <jas@extundo.com>
11326
11327         * message.el (message-unique-id): Don't use message-number-base36
11328         if (user-uid) is a float.
11329         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11330
11331 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11334
11335         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11336         empty line between a part and a message part.
11337
11338 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * smiley.el: Add more test smileys.
11341         (smiley-data-directory, smiley-regexp-alist)
11342         (gnus-smiley-file-types): Fix doc strings.
11343         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11344         adding new elements.
11345         (smiley-mouse-map): Unused code.  Make it a comment.
11346
11347 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11350         scan latest NoCeM messages instead of old ones.
11351         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11352         delimiters that are recently used.
11353         (gnus-nocem-load-cache): Add autoload cookie.
11354
11355         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11356
11357         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11358         level which is larger than gnus-use-nocem is specified.
11359
11360         * gnus-group.el (gnus-group-get-new-news): Ditto.
11361
11362 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-util.el (gnus-tool-bar-update): New function.
11365
11366         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11367         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11368
11369         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11370
11371         * gnus-group.el (gnus-group-redraw-when-idle)
11372         (gnus-group-redraw-check): Remove.
11373         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11374
11375 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11378         if optional last element is specified in splits (FIELD VALUE...).
11379
11380 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11383         to gmm-image-load-path-for-library.  Call with no-error argument.
11384         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11385
11386         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11387
11388         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11389
11390         * gmm-utils.el (gmm-image-load-path): Remove alias.
11391
11392 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * gmm-utils.el (gmm-image-load-path): Add alias.
11395
11396         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11397         nnml-generate-nov-databases-1.
11398         (nnml-generate-nov-databases): Use it.
11399         (nnml-generate-nov-databases-directory): Document no-active
11400         argument.
11401
11402         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11403         directory if path is t.  Add no-error.
11404
11405         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11406         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11407
11408         * gnus-art.el (gnus-article-browse-delete-temp-files):
11409         Simplify resetting gnus-article-browse-html-temp-list.
11410
11411         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11412         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11413         Add example to docstring.  Rename local variables.  Move error
11414         checks to default case in cond and simplify.
11415
11416 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11419         handle is multipart when calling it recursively.
11420         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11421
11422 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11423
11424         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11425         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11426
11427 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11430         is loaded.
11431
11432         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11433         loaded.
11434
11435 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11438         to "Emacs 23 (unicode)" in doc string.
11439
11440         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11441         "Emacs 23 (unicode)" in comment.
11442
11443 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11446
11447         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11448         characters 160 through 255 in Emacs 23.
11449
11450 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11453         gnus-article-browse-html-temp.
11454         (gnus-article-browse-delete-temp): Make it customizable.
11455         Add `file'.  Adjust doc string.
11456         (gnus-article-browse-delete-temp-files): Add argument.
11457         Allow query for each file.  Adjust doc string.
11458         (gnus-article-browse-html-parts):
11459         Add `gnus-article-browse-delete-temp-files' to
11460         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11461
11462 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11463
11464         * gnus-art.el (gnus-article-browse-html-temp)
11465         (gnus-article-browse-delete-temp): New variables.
11466         (gnus-article-browse-delete-temp-files): New function.
11467         (gnus-article-browse-html-parts): Use it.
11468
11469 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11472
11473         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11474         string.
11475
11476         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11477         gnus-summary-insert-new-articles when unplugged.
11478         Remove gnus-summary-search-article-forward.
11479
11480         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11481         display-visual-class instead of display-color-cells.
11482
11483 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * dgnushack.el: Autoload customize-group for XEmacs.
11486
11487         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11488         message/* containing non-ASCII text properly.
11489
11490 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * message.el: Require gmm-utils, remove autoloads.
11493         (message-tool-bar): Set default based on
11494         gmm-tool-bar-style.
11495         (message-tool-bar-gnome): Add gmm-customize-mode.
11496
11497         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11498         gmm-tool-bar-style.
11499         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11500
11501         * gnus-group.el (gnus-group-tool-bar): Set default based on
11502         gmm-tool-bar-style.
11503         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11504
11505         * gmm-utils.el (gmm-image-directory): Rename variable from
11506         gmm-image-load-path.
11507         (gmm-image-load-path): Use gmm-image-directory.
11508         (gmm-customize-mode): New function.
11509         (gmm-tool-bar-style): New variable.
11510
11511         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11512         gnus-group-redraw-line-number.
11513         (gnus-group-redraw-check): Simplify.
11514         (gnus-group-tool-bar-update): Remove redraw check.
11515         (gnus-group-make-tool-bar): Add redraw check.
11516
11517 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11518
11519         * gnus-art.el (gnus-button): Add missing parentheses.
11520
11521 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * lpath.el: Fbind line-number-at-pos.
11524
11525 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11528
11529 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * gnus-art.el (gnus-button): New face.
11532         (gnus-article-button-face): Use it.
11533
11534         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11535         Add gnus-summary-next-page.  Re-order.
11536
11537         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11538         next-node are now included.
11539         (gnus-group-redraw-line-number): New internal variable.
11540         (gnus-group-redraw-check): Helper function for updating the tool
11541         bar.
11542         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11543
11544         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11545
11546         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11547         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11548         Use it to match format of Spamassassin 3.0 and later.
11549         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11550         (spam-check-bogofilter)
11551         (spam-bogofilter-register-with-bogofilter): Fix args of
11552         `gnus-error' calls.
11553
11554 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11557         unnecessary interaction when sending queued mails.
11558         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11559
11560 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11563         first or last are nil.
11564
11565 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11566
11567         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11568
11569 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11570
11571         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11572
11573 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11574
11575         * dns.el (query-dns): Protect more against buggy tcp output.
11576
11577 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11580         nov.php.
11581
11582 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11583
11584         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11585         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11586         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11587         output on the server side.
11588         (nnweb-google-create-mapping): Update regexps and add some
11589         progress indication.
11590
11591 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * gnus-group.el (gnus-group-tool-bar-gnome):
11594         Fix gnus-agent-toggle-plugged.  Re-order icons.
11595         (gnus-group-tool-bar-gnome):
11596         Add gnus-group-{prev,next}-unread-group.
11597         (gnus-group-tool-bar-gnome): Re-order icons.
11598
11599         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11600         Move gnus-summary-insert-new-articles.
11601
11602         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11603         Fix comments.
11604
11605         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11606         also available in Emacs 21.3.
11607
11608         * message.el (message-fix-before-sending): Change "Emacs 22" to
11609         "Emacs 23 (unicode)" in comment.
11610
11611         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11612         "Emacs 23 (unicode)" in comment.
11613
11614         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11615         comment.
11616         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11617
11618         * mm-view.el (mm-fill-flowed): Add :version.
11619
11620 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11623         and load-path.
11624
11625 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * message.el: Autoload gmm-image-load-path.
11628         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11629         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11630         consitency.
11631
11632         * gmm-utils.el (gmm-image-load-path): Also search in
11633         "../etc/images".  Don't set gmm-image-load-path if we don't find
11634         the image.
11635
11636 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * gmm-utils.el (gmm-image-load-path): Don't make
11639         `gmm-image-load-path' include subdirectories which the second arg
11640         `image' might specify.
11641
11642         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11643         subdirectory to icon file names.
11644
11645         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11646
11647 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11650         gmm-image-load-path calls.
11651
11652         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11653
11654         * message.el (message-make-tool-bar): Ditto.
11655
11656         * mml.el (mml-preview): Add comment concerning tool bar icons.
11657
11658         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11659         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11660
11661         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11662         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11663
11664         * message.el (message-tool-bar-gnome): Use new icon names.
11665         (message-make-tool-bar): Use `gmm-image-load-path'.
11666
11667         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11668         New functions from MH-E.
11669         (gmm-image-load-path): New variable from MH-E.
11670         (gmm-image-load-path): New function from MH-E.  Add arguments
11671         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11672         *-image-load-path-called-flag.
11673
11674 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11675
11676         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11677
11678 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11679
11680         * nnimap.el (nnimap-request-move-article): Change folder back to
11681         source group before deleting.
11682
11683 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11686
11687         * gnus-art.el (mm-url-insert-file-contents-external):
11688         Autoload mm-url.
11689
11690         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11691
11692 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11695         coding system which mm-charset-to-coding-system returns for a
11696         given charset is valid.
11697
11698 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11699
11700         * html2text.el (html2text-remove-tag-list):
11701         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11702
11703 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11704
11705         * gnus-cus.el: Revert 2005-10-17 change.
11706
11707 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (article-strip-banner):
11710         Call article-really-strip-banner only when the regexp match is made.
11711
11712 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus-art.el (article-strip-banner):
11715         Use gnus-extract-address-components instead of
11716         mail-header-parse-addresses to make it work with non-ASCII text;
11717         remove mail-encode-encoded-word-string.
11718
11719         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11720         values which are surrounded with \"...\"; make it never cause a
11721         Lisp error; give up parsing of parameters if it failed in
11722         extracting type.
11723
11724 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11725
11726         * smime.el (smime-cert-by-ldap-1): Fix bug where
11727         `smime-ldap-search' returns results without userCertificates.
11728
11729 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11732
11733 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * spam.el (spam-check-spamassassin-headers): Adapt format for
11736         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11737         <ari@mbf.ocn.ne.jp>.
11738         (spam-list-of-processors): Add spam-use-gmane.
11739
11740 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11743         make-temp-file; make it work with XEmacs as well.
11744
11745         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11746         mm-make-temp-file.
11747
11748         * mm-decode.el (mm-display-external): Use the 3rd arg of
11749         mm-make-temp-file.
11750         (mm-create-image-xemacs): Ditto.
11751
11752 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11755         with message-narrow-to-headers.
11756         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11757         (gnus-draft-check-draft-articles): New function.
11758         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11759
11760 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * gnus-art.el (gnus-article-browse-html-parts):
11763         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11764         Don't use suffix argument for mm-make-temp-file for Emacs 21
11765         compatibility.  Remove useless `format'.
11766
11767 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11768
11769         * nnweb.el (nnweb-google-wash-article): Update regexps.
11770         (nnweb-group-alist): Use defvoo instead of defvar.
11771
11772 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11775         re-loading nn* modules.
11776
11777 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11780         for `tool-bar-mode' and don't check it's default-value.
11781
11782         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11783
11784         * message.el (message-make-tool-bar): Ditto.
11785
11786         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11787         `substring'.  Shorten tmp-file name.
11788
11789         * gnus.el: Remove bogus comment.
11790
11791 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11792
11793         * gnus-art.el (gnus-article-browse-html-parts): New function.
11794         (gnus-article-browse-html-article): New function for viewing html
11795         articles with a browser.
11796
11797 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11798
11799         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11800         in elisp.
11801         (pgg-gpg-encrypt-symmetric-region): Ditto.
11802         (pgg-gpg-sign-region): Ditto.
11803
11804         * pgg-def.el (pgg-text-mode): New variable.
11805
11806         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11807         (mml2015-pgg-encrypt): Ditto.
11808
11809         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11810         (mml1991-pgg-encrypt): Ditto.
11811
11812 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * nnfolder.el (nnfolder-insert-newsgroup-line):
11815         Use message-make-date instead of current-time-string.
11816
11817         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11818         to gnus-decoded which mm-uu might set.
11819
11820 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11823         don't decode quoted parameters; remove misimported Emacs code.
11824         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11825         (rfc2231-decode-encoded-string): Don't use split-string which
11826         behaves differently according to Emacs version; use
11827         mm-decode-coding-region to convert charset to coding-system.
11828         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11829         (rfc2231-encode-string): Remove misimported Emacs code.
11830
11831 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11834         when calling mail-header-parse-content-type.
11835         (article-de-quoted-unreadable): Ditto.
11836         (article-de-base64-unreadable): Ditto.
11837         (article-wash-html): Ditto.
11838
11839         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11840         calling mail-header-parse-content-type and
11841         mail-header-parse-content-disposition.
11842         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11843         mail-header-parse-content-type.
11844
11845         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11846         insert charset and format parameters; encode description after
11847         inserting it to buffer.
11848         (mml-insert-parameter): Fold lines properly even if a parameter is
11849         segmented into two or more lines; change the max column to 76.
11850
11851         * rfc1843.el (rfc1843-decode-article-body): Don't use
11852         ignore-errors when calling mail-header-parse-content-type.
11853
11854         * rfc2231.el (rfc2231-parse-string): Return at least type if
11855         possible; don't cause an error even if it fails in parsing of
11856         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11857         (rfc2231-encode-string): Don't break lines at the beginning, leave
11858         it to mml-insert-parameter.
11859
11860         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11861         calling mail-header-parse-content-type.
11862
11863 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * spam-report.el (spam-report-gmane-use-article-number):
11866         Improve doc string.
11867         (spam-report-gmane-internal): Check if a suitable header was found
11868         in the article.
11869
11870 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11873         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11874
11875 2006-02-05  Romain Francoise  <romain@orebokech.com>
11876
11877         Update copyright notices of all files in the gnus directory.
11878
11879 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11880
11881         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11882
11883 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11886         segmented lines of parameter value to cope with Thunderbird 1.5
11887         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11888         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11889         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11890
11891 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11892
11893         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11894         parts.
11895
11896 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11897
11898         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11899         there's only one active file for all servers.
11900         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11901         solid groups.  Gnus might have used a FAST request to select the group.
11902         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11903         and nnweb-search redundantly in the active file.
11904         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11905         (nnweb-request-create-group): Don't use ARGS.
11906         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11907         initialisations.  Let nnoo do the work.
11908
11909 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11912         Say the part has been decoded.
11913
11914         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11915
11916 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11917
11918         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11919         mailcap-viewer-test-cache when there's no 'test clause, since that
11920         will invert the meaning of a "nil" test previously determined by
11921         mailcap-mailcap-entry-passes-test.
11922
11923 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11926         compiling.
11927
11928         * gnus-sum.el: Ditto.
11929
11930         * message.el: Don't bind tool-bar-map when compiling.
11931
11932 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11935
11936 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11937
11938         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11939         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11940         current Google Groups.
11941
11942 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11945         and tool-bar-mode.
11946
11947         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11948         and tool-bar-mode.
11949
11950         * message.el (message-tool-bar-update): Simplify.
11951         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11952
11953         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11954         gnus-summary-buffer.
11955         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11956         gnus-summary-reply.
11957
11958         * gmm-utils.el (gmm): Add :version.
11959
11960 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * Makefile.in (clean): New rule.
11963         (distclean): Use it.
11964
11965 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11966
11967         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11968         Don't autoload.
11969
11970 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gmm-utils.el (gmm-verbose): Add :group.
11973
11974 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el: Change some comments WRT tool-bars.
11977
11978         * gnus-sum.el (gnus-summary-tool-bar)
11979         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11980         (gnus-summary-tool-bar-zap-list): New variables.
11981         (gnus-summary-make-tool-bar): Complete rewrite using
11982         `gmm-tool-bar-from-list'.
11983
11984         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11985         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11986         New variables.
11987         (gnus-group-make-tool-bar): Complete rewrite using
11988         `gmm-tool-bar-from-list'.
11989         (gnus-group-tool-bar-update): New function.
11990
11991         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11992
11993 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11996         is dissected into a single part of which the type is the same as
11997         the given one; decode charset.
11998
11999 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12000
12001         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12002         into alists as symbol not string, since that's what
12003         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12004         look for.
12005
12006 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12009         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12010
12011         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12012
12013 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12016         (gnus-xmas-mime-security-button-menu): New function.
12017
12018         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12019         (gnus-mime-security-button-menu): New definition.
12020         (gnus-mime-security-button-map): Use them.
12021         (gnus-mime-security-button-menu): New function.
12022         (gnus-insert-mime-security-button): Addition to help echo.
12023         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12024         (gnus-mime-security-pipe-part): New functions.
12025
12026         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12027         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12028
12029         * mm-decode.el (mm-handle-set-disposition): Remove.
12030         (mm-handle-set-description): Remove.
12031
12032 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12035         (mm-w3m-standalone-supports-m17n-p): New function.
12036         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12037         w3m usage.
12038
12039         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12040         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12041
12042 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * message.el (message-tool-bar-zap-list):
12045         Use gmm-tool-bar-zap-list as custom type.
12046         (message-tool-bar-update): New function.
12047         (message-tool-bar, message-tool-bar-gnome)
12048         (message-tool-bar-retro): Add message-tool-bar-update.
12049         (message-tool-bar-gnome): Add flyspell-buffer.
12050
12051         * gnus-util.el (gnus-error): Describe `args'.
12052
12053         * gmm-utils.el (gmm-error): Describe `args'.
12054         (gmm-tool-bar-zap-list): New widget.
12055         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12056
12057 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12060         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12061         the number of recursive calls.
12062
12063         * mm-decode.el (mm-handle-set-disposition): New macro.
12064         (mm-handle-set-description): New macro.
12065
12066 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12069         encoding.
12070
12071 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * message.el (message-tool-bar-zap-list, message-tool-bar)
12074         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12075         (message-tool-bar-local-item-from-menu): Remove.
12076         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12077         (message-make-tool-bar): New function.
12078         (message-mode): Use `message-make-tool-bar'.
12079
12080         * gmm-utils.el: New file.
12081         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12082         (gmm-lazy): New widget copied from `nnmail.el'.
12083         (gmm-tool-bar-from-list): New function for creating customizable
12084         tool bars.
12085         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12086         output.
12087         (gmm): Add :prefix to defgroup.
12088
12089 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12090
12091         * gmm-utils.el (gmm-widget-p): New function.
12092
12093 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * mml.el (mml-attach-file): Describe `description' in doc string.
12096         (mml-menu): Add Emacs MIME manual and PGG manual.
12097
12098 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12099
12100         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12101
12102 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12103
12104         * nntp.el (nntp-end-of-line): Doc fix.
12105
12106 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12107
12108         * imap.el (imap-open): Handle case where buffer is a buffer
12109         object.
12110
12111 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12112
12113         * gnus-delay.el (gnus-delay): Don't autoload.
12114         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12115         to be re-loaded when customizing the `gnus-delay' group.
12116
12117 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12118
12119         * message.el (message-insert-citation-line): Use newlines.
12120
12121 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12122
12123         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12124         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12125         these routines, so the passphrase can be managed externally and
12126         passed in to the system.
12127         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12128         pgg-add-passphrase-to-cache function.
12129
12130         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12131         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12132         these routines, so the passphrase can be managed externally and
12133         passed in to the system.
12134         (pgg-pgp5-sign-region): Use new name of
12135         pgg-add-passphrase-to-cache function.
12136
12137 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12138
12139         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12140         part of the decoded armor to find the key-identifier.
12141         (pgg-gpg-lookup-key-owner): New function to return the
12142         human-readable identifier of a key owner.
12143         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12144         itself.
12145         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12146         the key value) if we have a key and can match it against a secret
12147         key.  Also, added a note pointing out fact that the prompt only
12148         indicates the first matching key.
12149
12150         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12151         pgg-decrypt-region.
12152         (pgg-add-passphrase-to-cache): Rename from
12153         `pgg-add-passphrase-cache' to reduce confusion (all callers
12154         changed).
12155         (pgg-remove-passphrase-from-cache): Rename from
12156         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12157         changed).
12158         (pgg-read-passphrase, pgg-add-passphrase-cache)
12159         (pgg-remove-passphrase-cache): Add informative docstrings.
12160         (pgg-decrypt): Convey provided passphrase in subordinate call to
12161         pgg-decrypt-region.
12162
12163 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12164
12165         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12166         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12167         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12168         'passphrase' argument, so the passphrase can be managed externally
12169         and then passed in to the system.
12170
12171         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12172         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12173         so the passphrase cache can be used reliably with identifiers
12174         besides a pgp packet's key id.
12175
12176         * pgg-gpg.el (pgg-gpg-encrypt-region)
12177         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12178         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12179         these routines, so the passphrase can be managed externally and
12180         passed in to the system.
12181
12182         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12183         'notruncate' argument, so the passphrase cache can be used
12184         reliably with identifiers besides a pgp packet's key id.
12185
12186 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12187
12188         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12189         symmetric encryption.
12190         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12191         encrypted session key.
12192         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12193         message ask for the passphrase in a proper way.
12194
12195         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12196         New user commands for symmetric encryption.
12197
12198 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12201
12202         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12203
12204 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12205
12206         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12207
12208 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * mm-decode.el (mm-inlined-types): Add application/pgp.
12211         (mm-automatic-display): Ditto.
12212
12213         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12214         part as text.
12215
12216 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * nnrss.el: Update copyright.
12219         (nnrss-opml-import): Query whether to subscribe to each entry.
12220
12221         * gnus-art.el:
12222         * gnus-sum.el:
12223         * gnus-xmas.el:
12224         * messagexmas.el:
12225         * mm-uu.el:
12226         * mm-view.el: Update copyright.
12227
12228 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * message.el (message-info): New function.
12231         (message-mode-menu): Add it.
12232         Update copyright.
12233
12234         * ChangeLog: Fix and update copyright.
12235
12236 2006-01-13  Romain Francoise  <romain@orebokech.com>
12237
12238         * message.el (message-forward-subject-name-subject): Prefer the
12239         address to 'nowhere' if the sender has no name.
12240         Fix typo.  Update copyright year.
12241
12242 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-art.el (article-wash-html):
12245         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12246         (gnus-article-wash-html-with-w3m-standalone): New function.
12247
12248         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12249         mm-inline-text-html-render-with-w3m-standalone.
12250         (mm-text-html-washer-alist): Map w3m-standalone to
12251         gnus-article-wash-html-with-w3m-standalone.
12252         (mm-inline-text-html-render-with-w3m-standalone): New function.
12253
12254 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12257         Improve LaTeX.
12258
12259 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12262         (nnrss-request-article): Render text/plain parts as HTML.
12263
12264         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12265         the buffer.
12266
12267 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12270         custom definition of `gnus-posting-styles'.
12271
12272         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12273         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12274
12275 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12278         Use nntp for bug archive.
12279
12280 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12283         parts.
12284         (nnrss-normalize-date): New function converts ISO 8601 date into
12285         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12286         (nnrss-check-group): Use it.
12287
12288 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12291
12292         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12293         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12294         (nnrss-insert-w3): Ditto.
12295
12296 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12299         the articles to be forwarded including the case where neither a
12300         number of articles nor a region is specified.
12301
12302 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * nnrss.el (nnrss-request-article): Fix last change; fill
12305         text/plain parts.
12306
12307 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12310         in text/plain part.
12311         (nnrss-check-group): Don't add excessive newline to dc:subject.
12312
12313 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12314
12315         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12316         article.
12317
12318 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12321         (nnml-use-compressed-files, nnml-save-mail): Support other
12322         comression programs such as bzip2.
12323
12324 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12325
12326         * dns.el (query-dns): Make sure we check the buffer size before
12327         removing tcp headers.
12328
12329 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12332         remove MIME buttons associated with multipart/alternative parts.
12333         (gnus-mime-display-alternative): Tag buttons using `article-type'
12334         text property.
12335
12336         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12337         associated with multipart/alternative parts.
12338
12339         * gnus-art.el (gnus-signature-separator): Fix custom type.
12340
12341         * mm-decode.el (mm-inlined-types): Fix custom type.
12342         (mm-keep-viewer-alive-types): Ditto.
12343         (mm-automatic-display): Ditto.
12344         (mm-attachment-override-types): Ditto.
12345         (mm-inline-override-types): Ditto.
12346         (mm-automatic-external-display): Ditto.
12347
12348 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12349
12350         * spam-report.el (spam-report-user-mail-address)
12351         (spam-report-user-agent): New variables.
12352         (spam-report-url-ping-plain): Use spam-report-user-agent.
12353
12354 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12355
12356         * gnus-art.el (gnus-button-handle-custom): Do not just use
12357         `customize-apropos' for any "M-x customize-*" button but the
12358         function called for.  Accept both the function name and its
12359         argument in order to achieve this.
12360         (gnus-button-alist): Remove support for "custom:" URL's.
12361         Pass function name to `gnus-button-handle-custom' in case of "M-x
12362         customize-*" buttons.
12363
12364 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12367         multipart/alternative and add xref to mm-discouraged-alternatives
12368         in doc string.
12369
12370         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12371         gnus-buttonized-mime-types in doc string.
12372
12373 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12376         Suggest image/.* in the doc string.
12377
12378 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12381         message-marks (Debian bug #342521).
12382
12383 2005-12-12  Simon Josefsson  <jas@extundo.com>
12384
12385         * password.el (password-read-from-cache): Add.
12386         (password-read): Use it.
12387
12388 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * rfc2047.el (rfc2047-charset-to-coding-system):
12391         Recognize us-ascii as a MIME charset.
12392
12393         * mm-bodies.el (mm-decode-content-transfer-encoding):
12394         Protect against the case where the 2nd arg TYPE is nil.
12395
12396 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * pop3.el (pop3-stream-type): Fix custom version.
12399
12400         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12401
12402 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12403
12404         * mm-decode.el (mm-display-external): Add missing cdr.
12405
12406 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12409         RFC1524) if it is in mailcap or add a suffix according to
12410         mailcap-mime-extensions when generating a temp filename; postpone
12411         deleting a temp file for 2 seconds for some wrappers, shell
12412         scripts, and so on, which might exit right after having started a
12413         viewer command as a background job.
12414
12415 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * nntp.el (nntp-marks-directory): Fix custom group.
12418
12419         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12420         steps when < 10.
12421
12422         * gnus-start.el (gnus-no-server-1):
12423         Mention `gnus-level-default-subscribed' in doc string.
12424
12425 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12426
12427         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12428         parens.
12429
12430 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-xmas.el (gnus-use-toolbar): Revert.
12433         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12434         gnus-use-toolbar is default.
12435
12436         * messagexmas.el (message-use-toolbar): Revert.
12437         (message-setup-toolbar): Use global default-toolbar if
12438         message-use-toolbar is default.
12439
12440 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12443         according to default-toolbar-visible-p.
12444
12445         * messagexmas.el (message-use-toolbar): Ditto.
12446
12447 2005-11-26  Dave Love  <fx@gnu.org>
12448
12449         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12450         (tls-program, tls-success): Provide openssl alternative.
12451
12452         * starttls.el: Doc fixes.
12453         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12454         SERVICE to PORT.
12455
12456         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12457         port null or service name.
12458         (starttls-negotiate): Autoload.
12459
12460 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * message.el (message-kill-to-signature): Fix interactive spec.
12463
12464 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * pop3.el (pop3-open-server): Recognize a string as a service name.
12467
12468 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12469
12470         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12471
12472 2005-11-23  Dave Love  <fx@gnu.org>
12473
12474         Add pop3s, pop3/starttls.
12475
12476         * pop3.el (pop3-authentication-scheme): Clarify doc.
12477         (open-tls-stream, starttls-open-stream): Autoload.
12478         (pop3-stream-type): New.
12479         (pop3-open-server): Use it.
12480
12481         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12482         for POP.
12483         (mail-source-keyword-map): Add :stream for POP.
12484         (mail-source-fetch-pop): Use pop3-stream-type.
12485
12486 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12489         of current-time-string.
12490
12491 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12492
12493         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12494         date header.
12495
12496 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12497
12498         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12499         it can seriously impact performance as it bypasses the agent's
12500         local caches.
12501
12502 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12503
12504         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12505         must be explicitly online rather than "not explicitly offline" for
12506         its flags to be synchronized.
12507
12508         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12509         that gnus-uu-unmark-thread will function correctly.
12510
12511         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12512         1024K is instead displayed as 1M.
12513
12514 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12515
12516         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12517
12518 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12519
12520         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12521
12522 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12523
12524         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12525         error message to display actual error condition.
12526         (gnus-agent-save-local): Avoid saving symbols that are bound to
12527         nil as they simply result in a warning message in
12528         gnus-agent-read-local.
12529
12530 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12533         rather than make-variable-buffer-local for file-precious-flag.
12534
12535 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12536
12537         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12538         for duplicates which are removed.  The invalid sort check then
12539         triggers a rescan after the sort as sorting may have moved
12540         duplicate entries such that they can be cheaply detected.
12541
12542 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12545
12546 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12547
12548         * gnus-agent.el (gnus-agent-article-alist-save-format):
12549         Change internal variable to a custom variable.  Change default value
12550         from compressed(2) to uncompressed(1).
12551         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12552         support for uncompressed agentview files.  Taken together, reading
12553         the agentview file should now be 6-7 times faster.
12554
12555 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12556
12557         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12558         as a buffer-local variable.  This avoids creating truncated
12559         dribble files as a result of a hang up, eg.
12560
12561 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12562
12563         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12564         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12565         XEmacs.
12566
12567 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * gnus-start.el (gnus-start-draft-setup):
12570         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12571
12572         * gnus.el (gnus-splash): Change custom group.
12573         (gnus-group-get-parameter, gnus-group-parameter-value):
12574         Describe allow-list argument.
12575
12576         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12577         string.
12578
12579 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus-art.el (gnus-default-article-saver): Add user-defined
12582         `function' to custom type.
12583
12584 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12585
12586         * imap.el (imap-open): Handle case where buffer is a buffer
12587         object.
12588
12589 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12592         long lines.
12593         (gnus-cache-delete-group): Wrap doc strings.
12594
12595         * gnus-agent.el (gnus-agent-rename-group)
12596         (gnus-agent-delete-group): Wrap doc strings.
12597
12598 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * messagexmas.el (message-use-toolbar): Change the valid values
12601         into default, top, bottom, left, and right.
12602         (message-toolbar-thickness): New variable.
12603         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12604         well.
12605         (message-setup-toolbar): Make it work.
12606
12607         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12608         (gnus-use-toolbar): Change the valid values into default, top,
12609         bottom, left, and right.
12610         (gnus-toolbar-thickness): New variable.
12611         (gnus-xmas-setup-toolbar): New function.
12612         (gnus-xmas-setup-group-toolbar): Use it.
12613         (gnus-xmas-setup-summary-toolbar): Use it.
12614
12615 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * gnus-start.el (gnus-1): Add "native" to
12618         gnus-predefined-server-alist.
12619
12620         * gnus.el (gnus-method-to-server): Don't add "native" to the
12621         lists here, because that leads to problems when
12622         gnus-select-method is bound.
12623
12624 2005-11-09  Simon Josefsson  <jas@extundo.com>
12625
12626         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12627         use (not sort-by-date) instead.
12628
12629 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12630
12631         * gnus-delay.el (gnus-delay-group): Don't autoload.
12632         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12633         to be re-loaded when customizing the `gnus-delay' group.
12634
12635 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12636
12637         * message.el: Revert last changes.
12638         (message-insert-citation-line): Use newlines.
12639
12640 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12641
12642         * message.el (message-courtesy-message)
12643         (message-mark-insert-begin, message-mark-insert-end)
12644         (message-elide-ellipsis, message-cancel-message)
12645         (message-add-header, message-change-subject)
12646         (message-cross-post-followup-to-header)
12647         (message-cross-post-insert-note, message-reduce-to-to-cc)
12648         (message-widen-reply, message-delete-not-region)
12649         (message-kill-to-signature, message-insert-signature)
12650         (message-insert-importance-high, message-insert-importance-low)
12651         (message-insert-or-toggle-importance)
12652         (message-insert-disposition-notification-to)
12653         (message-indent-citation, message-yank-original)
12654         (message-cite-original-without-signature, message-cite-original)
12655         (message-insert-citation-line, message-position-on-field)
12656         (message-fix-before-sending, message-send-mail-partially)
12657         (message-send-mail, message-send-mail-with-sendmail)
12658         (message-send-mail-with-qmail, message-send-news)
12659         (message-check-news-header-syntax, message-generate-headers)
12660         (message-insert-courtesy-copy, message-fill-address)
12661         (message-fill-header, message-shorten-references)
12662         (message-setup-1, message-cancel-news)
12663         (message-forward-make-body-plain, message-forward-make-body-mime)
12664         (message-forward-make-body-mml, message-encode-message-body)
12665         (message-forward-make-body-digest-plain)
12666         (message-forward-make-body-digest-mime)
12667         (message-use-alternative-email-as-from): Insert `hard-newline'
12668         instead of ordinary newlines.
12669
12670 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * message.el (message-generate-headers): Downcase the argument
12673         given to message-check-element.
12674
12675 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12676
12677         * nntp.el (nntp-authinfo-rejected): New error condition.
12678         (nntp-wait-for): Use new error condition to signal authentication
12679         error.
12680         (nntp-retrieve-data): Rethrow new error condition to break out of
12681         recursive call to nntp-send-authinfo.
12682
12683 2005-11-08  Romain Francoise  <romain@orebokech.com>
12684
12685         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12686         (gnus-summary-exit-map): Bind to `Z p'.
12687         (gnus-summary-make-menu-bar): Add menu item.
12688
12689 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12692         (gnus-treat-*): Add `first' in all doc strings.
12693
12694         * gnus-group.el (gnus-group-compact-group): Fix typo.
12695
12696 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus.el (gnus-parameters-case-fold-search): New variable.
12699         (gnus-parameters-get-parameter): Use it.
12700
12701         * gnus-score.el (gnus-home-score-file): Doc fix.
12702
12703 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12704
12705         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12706
12707 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * mm-util.el (mm-special-display-p): New function.
12710
12711         * mml.el (mml-preview): Use it; doc fix.
12712
12713 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12714
12715         * imap.el (imap-open): Handle case where buffer is a buffer object.
12716
12717 2005-10-29  Romain Francoise  <romain@orebokech.com>
12718
12719         * message.el (message-fix-before-sending): Fix comment.
12720
12721 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12722
12723         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12724
12725 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12726
12727         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12728         Used in gnus-score.el.
12729
12730 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12733
12734 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12737         whitespace removed in revision 7.8.  Use concatenated string to
12738         protect trailing whitespace.
12739
12740 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12741
12742         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12743         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12744         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12745         Courier IMAP ("some version from 2004").  Mostly based on similar
12746         code in the same function.
12747
12748 2005-10-26  Didier Verna  <didier@xemacs.org>
12749
12750         * gnus-group.el (gnus-group-compact-group): Invalidate original
12751         article buffer.
12752         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12753         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12754         NOV database and in article itself.
12755         Invalidate article backlog.
12756
12757 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12760
12761 2005-10-26  Simon Josefsson  <jas@extundo.com>
12762
12763         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12764         part of 2004-07-25 change.
12765
12766 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * message.el (message-display-completion-list): New function.
12769         (message-expand-group): Use it; make sure the Completions buffer
12770         is modifiable.
12771 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12772
12773         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12774         user-mail-name is an empty string.
12775
12776 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12779         depending on gnus-score-decay-constant.
12780
12781         * encrypt.el (encrypt-insert-file-contents)
12782         (encrypt-write-file-contents): Don't use `gnus-message'.
12783
12784         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12785         arguments.
12786         (mm-uu-type-alist): Add message-marks and insert-marks.
12787         Pass arguments to mm-uu-verbatim-marks-extract.
12788         (mm-uu-hide-markers): New variable.
12789         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12790
12791         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12792         (gnus-convert-image-to-face-command): Use "convert" by default to
12793         allow other input image formats.
12794         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12795         accordingly.
12796
12797 2005-10-23  Simon Josefsson  <jas@extundo.com>
12798
12799         * imap.el (imap-gssapi-program): Align command line parameters
12800         with latest GNU SASL.
12801         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12802
12803 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12804
12805         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12806         HTML.
12807         (nnslashdot-request-article): Ditto.
12808
12809         * lpath.el (featurep): Add nobreak-char-display.
12810
12811 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12812
12813         * mail-source.el (mail-source-fetch-pop): Require pop3.
12814         (mail-source-check-pop): Ditto.
12815
12816 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12819         errors.
12820
12821 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12824         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12825
12826         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12827
12828         * mm-bodies.el (mm-decode-string):
12829         Call `mm-charset-to-coding-system' with allow-override argument.
12830
12831 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12834         (rfc2047-charset-to-coding-system): New function.
12835         (rfc2047-decode-encoded-words): New function.
12836         (rfc2047-decode-region): Use them.
12837         (rfc2047-decode-cte): Remove.
12838         (rfc2047-parse-and-decode): Remove.
12839         (rfc2047-decode): Remove.
12840
12841 2005-10-15  Kenichi Handa  <handa@m17n.org>
12842
12843         * rfc2047.el (rfc2047-decode-cte): New function.
12844         (rfc2047-decode-region): Change the way to decode successive
12845         encoded-words: decode B- or Q-encoding in each encoded-word,
12846         concatenate them, and decode it as charset.
12847
12848 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * lpath.el: Fbind codepage-setup for XEmacs.
12851
12852 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12853
12854         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12855         widget-move-and-invoke.
12856         (gnus-custom-mode): Use gnus-custom-map.
12857
12858 2005-10-15  Bill Wohler  <wohler@newt.com>
12859
12860         * message.el (message-tool-bar-map): Rename image file from
12861         mail_send to mail/send.
12862
12863 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12864
12865         * message.el (message-expand-group): Pass the common
12866         prefix substring of completion to `display-completion-list'.
12867
12868 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * mml-sec.el (mml-secure-method): New internal variable.
12871         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12872         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12873         New functions using mml-secure-method.
12874
12875         * mml.el (mml-mode-map): Add key bindings for those functions.
12876         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12877         Harder <harder@myrealbox.com>.
12878         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12879         Goto end of message if point is the headers of the message.
12880
12881         * message.el (message-in-body-p): New function.
12882
12883         * assistant.el: Autoload gnus-util and netrc.
12884
12885         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12886         Use `mm-charset-override-alist' only when decoding.
12887
12888         * mm-bodies.el (mm-decode-body):
12889         Call `mm-charset-to-coding-system' with allow-override argument.
12890
12891         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12892         `filename' from Content-Disposition if Content-Type doesn't
12893         provide `name'.
12894         (gnus-mime-view-part-as-type): Set default instead of
12895         initial-input.
12896
12897 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12898
12899         * format-spec.el (format-spec): Propagate text properties of % spec.
12900
12901 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-art.el (gnus-treat-predicate): Add `first'.
12904
12905 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12908         (mm-charset-override-alist): New variable.
12909         (mm-charset-to-coding-system): Use it.
12910         (mm-codepage-setup): New helper function.
12911         (mm-charset-eval-alist): New variable.
12912         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12913         Warn about unknown charsets.
12914
12915         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12916
12917 2005-10-04  David Hansen  <david.hansen@gmx.net>
12918
12919         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12920         (nnrss-check-group): Ditto.
12921
12922 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12925         Rename x-gnus-verbatim to x-verbatim.
12926         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12927
12928         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12929         x-verbatim.
12930
12931         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12932
12933         * gnus-util.el (gnus-remove-duplicates): Remove.
12934
12935         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12936         instead of gnus-remove-duplicates.
12937
12938         * message.el (message-remove-duplicates): Remove.
12939         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12940         message-remove-duplicates.
12941
12942         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12943         available, else use implementation from `delete-dups'.
12944
12945         * message.el (message-insert-expires): New function.
12946         (message-mode-map): Add key binding.
12947         (message-mode-field-menu): Add menu entry.
12948         (message-mode): Document it.
12949         (message-make-expires-date): Use `message-make-date'.
12950
12951 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12952
12953         * message.el (message-make-expires-date): New function.
12954
12955 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * Makefile.in (list-installed-shadows): New entry.
12958         (install): Use it.
12959         (remove-installed-shadows): New entry.
12960
12961         * dgnushack.el (dgnushack-default-load-path): New variable.
12962         (dgnushack-find-lisp-shadows): New function.
12963         (dgnushack-remove-lisp-shadows): New function.
12964
12965 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * Makefile.in (install-el-elc): New entry.
12968         (install): Use it so that .el files are necessarily installed.
12969
12970 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12973
12974 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12975
12976         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12977         function rather than the diff-mode.el package.
12978         (mm-display-external): Use with-current-buffer.
12979         (mm-viewer-completion-map, mm-viewer-completion-map):
12980         Move initialization inside declaration.
12981
12982 2005-09-29  Simon Josefsson  <jas@extundo.com>
12983
12984         * spam.el: Load hashcash when compiling, to avoid warnings.
12985         Don't autoload mail-check-payment.
12986         (spam-check-hashcash): Define unconditionally, since hashcash.el
12987         is part of Gnus now.  Ignore errors from payment checking.
12988
12989 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * message.el (message-bold-region, message-unbold-region):
12992         Rename from `bold-region' and `unbold-region'.
12993
12994         * message.el: Remove useless autoloads.
12995
12996 2005-09-28  Simon Josefsson  <jas@extundo.com>
12997
12998         * message.el (message-use-idna): Default to t.
12999         (message-use-idna): Test whether encoding works too.  Doc fix.
13000
13001 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * nntp.el (nntp-warn-about-losing-connection): Remove.
13004
13005 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13008         customizable.  Change default value.
13009         (mm-uu-diff-groups-regexp): Change default value.
13010         (mm-uu-type-alist): Add doc string.
13011         (mm-uu-configure): Add doc string.  Make it interactive.
13012         (mm-uu-tex-groups-regexp): New variable.
13013         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13014         (mm-uu-type-alist): Add LaTeX documents.
13015         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13016         of "text/verbatim".
13017         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13018
13019         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13020         instead of "text/verbatim".
13021
13022         * message.el (message-mark-inserted-region)
13023         (message-mark-insert-file): Use slrn style marks when called with
13024         prefix argument.
13025
13026 2005-09-27  Simon Josefsson  <jas@extundo.com>
13027
13028         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13029
13030 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13031
13032         * message.el (message-remove-duplicates): New function.
13033         Implementation borrowed from `gnus-remove-duplicates'.
13034         (message-idna-to-ascii-rhs): Also encode idna addresses in
13035         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13036         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13037         only ask about the same idna domain once per header and also tell
13038         in what header to replace the idna domain.
13039
13040         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13041         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13042         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13043         a header is decoded and not just the last one.
13044
13045 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13048         has been decoded.
13049
13050         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13051         (mm-insert-part): Don't modify text if it has been decoded.
13052
13053         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13054         decoded.
13055
13056         * mm-view.el (mm-inline-text): Don't strip text props unless
13057         decoding enriched or richtext parts.
13058
13059 2005-09-25  Romain Francoise  <romain@orebokech.com>
13060
13061         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13062         * gnus-start.el (gnus-subscribe-interactively):
13063         * gnus-uu.el (gnus-uu-grab-articles):
13064         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13065         space.
13066
13067 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13068
13069         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13070         * mm-view.el (mm-view-pkcs7-decrypt):
13071         * gnus-sum.el (gnus-summary-limit-to-extra)
13072         (gnus-summary-respool-article, gnus-read-move-group-name):
13073         * gnus-score.el (gnus-summary-increase-score):
13074         * gnus-util.el (gnus-completing-read-with-default):
13075         * gnus-art.el (gnus-read-save-file-name)
13076         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13077         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13078         * message.el (message-check-news-header-syntax):
13079         Follow convention for reading with the minibuffer.
13080
13081 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * spam-report.el (spam-report-url-ping-plain):
13084         Use gnus-extended-version as User-Agent.
13085
13086         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13087         default value is nil.
13088
13089         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13090         (mm-uu-verbatim-marks-extract): New function.
13091         (mm-uu-extract): New face.
13092         (mm-uu-copy-to-buffer): Use it.
13093
13094         * spam-report.el (spam-report-gmane-ham): Rename from
13095         `spam-report-gmane-unspam'.
13096         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13097         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13098
13099         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13100         Autoload.
13101         (spam-report-gmane-unregister-routine):
13102         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13103
13104 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13107         (spam-report-gmane-unregister-routine): Add support for gmane
13108         unregistration.
13109
13110         * spam-report.el (spam-report-gmane-unspam)
13111         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13112         (spam-report-gmane): Change to take a single article and do unspam
13113         registration.
13114
13115 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * mm-url.el (mm-url-decode-entities): Fix regexp.
13118
13119 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13120
13121         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13122         default to nil, to be able to use Gnus at all.  If the default
13123         switches to something else, then the function should be fixed not
13124         be exceedingly slow.
13125
13126 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13129         fail hard.
13130
13131         * spam-report.el: Add better Keywords line.
13132
13133         * spam.el: Add Maintainer and better Keywords line.
13134
13135 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-art.el (gnus-article-replace-part)
13138         (gnus-mime-replace-part): New functions.
13139         (gnus-mime-action-alist, gnus-mime-button-commands)
13140         (gnus-mime-save-part-and-strip): Add file argument.
13141         (gnus-article-part-wrapper): Add interactive argument.
13142
13143         * gnus-sum.el (gnus-summary-mime-map):
13144         Add `gnus-article-replace-part'.
13145
13146 2005-09-19  Didier Verna  <didier@xemacs.org>
13147
13148         The nnml compaction feature:
13149         * nnml.el (nnml-request-compact-group): New function.
13150         * nnml.el (nnml-request-compact): New function.
13151         * gnus-int.el (gnus-request-compact-group): New function.
13152         * gnus-int.el (gnus-request-compact): New function.
13153         * gnus-group.el (gnus-group-compact-group): New function.
13154         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13155         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13156         * gnus-srvr.el (gnus-server-compact-server): New function.
13157         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13158         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13159
13160 2005-09-18  Deepak Goel  <deego@gnufans.org>
13161
13162         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13163         format spec.
13164
13165 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13168
13169 2005-09-15  Romain Francoise  <romain@orebokech.com>
13170
13171         * message.el (message-fill-paragraph): Clarify docstring.
13172
13173 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-mime-display-part): Protect against broken
13176         MIME messages.
13177
13178 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13181         before parsing header.
13182
13183 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13184
13185         * html2text.el (html2text-replace-list): Add new entities.
13186
13187 2005-09-11  Romain Francoise  <romain@orebokech.com>
13188
13189         * message.el (message-alternative-emails): Improve docstring.
13190         (message-setup-1): Call `message-use-alternative-email-as-from'
13191         after `message-setup-hook' to give it precedence over posting
13192         styles, etc.
13193         (message-use-alternative-email-as-from): Add docstring.
13194         Remove the original From header if present.
13195
13196         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13197         (nnml-save-mail): Use it.
13198
13199         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13200         articles.  Add new argument `silent'.
13201         (gnus-uu-mark-all): Report the total number of marked articles.
13202
13203 2005-09-10  Romain Francoise  <romain@orebokech.com>
13204
13205         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13206         (gnus-uu-mark-series): Likewise.
13207
13208 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * spam-report.el (spam-report-gmane): Fix generation of spam
13211         report URL.
13212
13213 2005-09-10  Simon Josefsson  <jas@extundo.com>
13214
13215         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13216         t, based on discussion on the ding list with Robert Epprecht
13217         <epprecht@solnet.ch>.
13218
13219 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * spam-report.el (spam-report-gmane): Make it work without
13222         X-Report-Spam header.  Gmane now only provides Archived-At.
13223         This is only used if `spam-report-gmane-use-article-number' is nil.
13224         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13225
13226         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13227         make `gnus-summary-sort-by-recipient' work with threading.
13228
13229         * nnweb.el (nnweb-google-wash-article): Print a message if article
13230         is not available.
13231
13232 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13233
13234         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13235         change.  Decode text/* parts content before displaying.
13236
13237 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13240
13241 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13244
13245         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13246         url-package-name, url-package-version,
13247         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13248         w3m-display-inline-images, and w3m-minor-mode-map.
13249
13250 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * message.el (message-tab-body-function): Fix mismatched custom type.
13253
13254         * gnus.el (gnus-group-change-level-function): Ditto.
13255
13256         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13257
13258         * gnus-art.el (gnus-signature-limit)
13259         (gnus-article-mime-part-function): Ditto.
13260
13261 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * mml.el (mml-mode): Silence the byte compiler.
13264
13265         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13266         using `(sit-for 0)' before moving the point to the specified part;
13267         skip unbuttonized parts.
13268         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13269         return to the summary window if gnus-auto-select-part is non-nil.
13270
13271 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13274         New variables.
13275         (mml-dnd-attach-file, mml-mode): Use them.
13276
13277         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13278         Make fetching article by MID work again for Google Groups.
13279         Add FIXME concerning gnus-group-make-web-group.
13280
13281         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13282         Don't depend on Gnus by using mail-extract-address-components if
13283         gnus-extract-address-components is not bound.
13284
13285 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * gnus-art.el (gnus-mime-display-security): Don't display the
13288         signature, but only the signed part.
13289
13290 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13293
13294         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13295         list, not listp.
13296
13297 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13298
13299         * mm-encode.el (mm-encode-content-transfer-encoding):
13300         Likewise when encoding.
13301
13302         * mm-bodies.el (mm-decode-content-transfer-encoding):
13303         De-canonicalize CRLF for all text content types, not just
13304         text/plain.
13305
13306 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13309         valid article; point arrow and cursor at the MIME button.
13310
13311 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13314         Suggested by Dan Christensen <jdc@uwo.ca>.
13315
13316         * mm-decode.el (mm-save-part): Enable change of prompt.
13317
13318 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13319
13320         * gnus-msg.el (gnus-inews-add-send-actions):
13321         Make `message-post-method' lambda parameter ARG `&optional'.
13322
13323 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-sum.el (gnus-summary-mime-map):
13326         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13327         gnus-article-jump-to-part.
13328
13329         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13330         (gnus-article-edit-part): Use it.
13331         (gnus-article-part-wrapper): Add no-handle argument.
13332         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13333         New functions.
13334
13335 2005-08-29  Romain Francoise  <romain@orebokech.com>
13336
13337         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13338         docstring.
13339         (gnus-face-from-file): Likewise.
13340
13341 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13344         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13345         non-nil.
13346         (gnus-auto-select-part): New variable.
13347         (gnus-article-jump-to-part): New function.
13348         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13349         (gnus-mime-delete-part): Allow selecting specified part after
13350         deleting or stripping parts.
13351         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13352         part if argument is bogus.
13353
13354 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13355
13356         * gnus-art.el (w3m-minor-mode-map):
13357         * gnus-spec.el (gnus-newsrc-file-version):
13358         * gnus-util.el (nnmail-active-file-coding-system)
13359         (gnus-original-article-buffer, gnus-user-agent):
13360         * gnus.el (gnus-ham-process-destinations)
13361         (gnus-parameter-ham-marks-alist)
13362         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13363         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13364         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13365         * mm-decode.el (gnus-current-window-configuration):
13366         * mm-extern.el (gnus-article-mime-handles):
13367         * mm-url.el (url-current-object, url-package-name)
13368         (url-package-version):
13369         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13370         (smime-keys, w3m-cid-retrieve-function-alist)
13371         (w3m-current-buffer, w3m-display-inline-images)
13372         (w3m-minor-mode-map):
13373         * mml-smime.el (gnus-extract-address-components):
13374         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13375         (gnus-newsrc-hashtb, message-default-charset)
13376         (message-deletable-headers, message-options)
13377         (message-posting-charset, message-required-mail-headers)
13378         (message-required-news-headers):
13379         * mml1991.el (mc-pgp-always-sign):
13380         * mml2015.el (mc-pgp-always-sign):
13381         * nnheader.el (nnmail-extra-headers):
13382         * rfc1843.el (gnus-decode-encoded-word-function)
13383         (gnus-decode-header-function, gnus-newsgroup-name):
13384         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13385
13386 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13387
13388         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13389         the end of the date treatments.
13390
13391 2005-08-15  Simon Josefsson  <jas@extundo.com>
13392
13393         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13394         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13395         Capello and Romain Francoise.
13396         (pgg-fetch-key-function): Remove, not used?
13397         (pgg-insert-url-with-w3): Require url, to get
13398         url-insert-file-contents regardless of where it is defined.
13399
13400 2005-08-13  Romain Francoise  <romain@orebokech.com>
13401
13402         * message.el (message-cite-original-1): New function.
13403         (message-cite-original): Use it.
13404         (message-cite-original-without-signature): Ditto.
13405
13406 2005-08-08  Romain Francoise  <romain@orebokech.com>
13407
13408         * message.el (message-yank-empty-prefix): New variable.
13409         (message-indent-citation): Use it.
13410         (message-cite-original-without-signature): Respect X-No-Archive.
13411
13412 2005-08-08  Simon Josefsson  <jas@extundo.com>
13413
13414         * pgg.el: Autoload url-insert-file-contents instead of loading
13415         w3/url.
13416         (pgg-insert-url-with-w3): Don't load url here.
13417
13418 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13419
13420         * message.el (message-kill-to-signature): Don't insert newline at
13421         bol.
13422         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13423
13424 2005-08-06  Romain Francoise  <romain@orebokech.com>
13425
13426         * message.el (message-user-fqdn): Fix typo in docstring.
13427
13428 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13429
13430         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13431
13432         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13433
13434 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * mm-bodies.el (mm-encode-body): Use coding system rather than
13437         charset to encode text.
13438
13439         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13440         number of charsets if utf-8 is available (XEmacs).
13441
13442 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13445         taken from `gnus-button-mid-or-mail-regexp'.
13446         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13447         (gnus-button-alist): Improve regexp for domain part of the MIDs
13448         for news:localpart@domain buttons.
13449         (gnus-button-ctan-directory-regexp): Update.
13450
13451 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * sieve-manage.el (sieve-manage-interactive-login):
13454         Use make-local-variable rather than make-variable-buffer-local.
13455         (sieve-manage-open): Ditto.
13456         (sieve-manage-authenticate): Ditto.
13457
13458         * mml.el (mml-generate-mime-1): Make the content type default to
13459         text/plain if the filename is not specified.
13460
13461 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13464         instead of insert-buffer.
13465
13466         * message.el (message-yank-original): Ditto; set the mark at the
13467         end of the yanked message.
13468
13469 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13472         lines to scroll rather than to stop it.
13473
13474         * mml.el (mml-generate-default-type): Add doc string.
13475         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13476         default to application/octet-stream when determining the content
13477         type if it is not specified for the part or the mml contents; add
13478         a comment about mml-generate-default-type.
13479
13480 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13483         make it default to application/octet-stream when determining the
13484         content type if it is not specified for the external contents.
13485
13486 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13489         segmented parameter but also other parameters might be there.
13490
13491 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * mm-decode.el (mm-display-external): Delete temp file, directory
13494         and buffer immediately if the external process is exited.
13495
13496 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13499         fewer lines than that of scroll-margin.
13500         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13501
13502 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-art.el (gnus-article-next-page): Revert.
13505         (gnus-article-beginning-of-window): New macro.
13506         (gnus-article-next-page-1): Use it.
13507         (gnus-article-prev-page): Ditto.
13508         (gnus-article-edit-part): Use insert-buffer-substring instead of
13509         insert-buffer.
13510         (gnus-article-edit-exit): Ditto.
13511
13512         * gnus-util.el (gnus-beginning-of-window): Remove.
13513         (gnus-end-of-window): Remove.
13514
13515         * lpath.el: Don't bind header-line-format and scroll-margin.
13516
13517 2005-07-25  Simon Josefsson  <jas@extundo.com>
13518
13519         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13520         to have the url package without w3.  Reported by Daiki Ueno
13521         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13522
13523 2005-07-20  Didier Verna  <didier@xemacs.org>
13524
13525         * gnus-diary.el: Remove the description comment (nndiary is now
13526         properly documented in the Gnus manual).
13527         Fix the spelling of "Back End".
13528         * nndiary.el: Ditto.
13529         Fix the copyright notice.
13530
13531 2005-07-18  Romain Francoise  <romain@orebokech.com>
13532
13533         * gnus-sum.el (gnus-summary-to-prefix)
13534         (gnus-summary-newsgroup-prefix): New variables.
13535         (gnus-summary-from-or-to-or-newsgroups): Use them.
13536
13537 2005-07-17  Romain Francoise  <romain@orebokech.com>
13538
13539         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13540         space as it's generally not especially interesting to the user.
13541
13542 2005-07-16  Romain Francoise  <romain@orebokech.com>
13543
13544         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13545         nil to avoid prompting and file modification if one of the
13546         messages at the top of the nnfolder file contains a copyright
13547         notice.
13548         Update copyright notice.
13549
13550         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13551         instead of `current-time-string' as the latter creates a time
13552         string that is not RFC 2822 compliant (it lacks the zone).
13553         Update copyright notice.
13554
13555 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13556
13557         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13558         for text/rtf.  Display default in prompt.  Pass default for M-n.
13559
13560         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13561
13562 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13563
13564         * gnus-msg.el (gnus-button-mailto):
13565         Remove save-selected-window-window hackery because it relies on
13566         save-selected-window internals.
13567
13568 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13571         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13572         (gnus-article-prev-page): Ditto.
13573
13574         * gnus-util.el (gnus-beginning-of-window): New function.
13575         (gnus-end-of-window): New function.
13576
13577         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13578
13579 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13580
13581         * gnus-score.el (gnus-score-edit-all-score):
13582         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13583         gnus-message.
13584
13585 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13586
13587         * gnus-msg.el (gnus-button-mailto):
13588         Remove save-selected-window-window hackery because it relies on
13589         save-selected-window internals.
13590
13591 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13594         add-minor-mode.
13595         (gnus-binary-mode): Ditto.
13596
13597         * gnus-topic.el (gnus-topic-mode): Ditto.
13598
13599 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13600
13601         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13602         (gnus-article-prev-page): Take scroll-margin into consideration.
13603
13604 2005-07-04  Lute Kamstra  <lute@gnu.org>
13605
13606         Update FSF's address in GPL notices.
13607
13608 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13609
13610         * gnus.el (gnus-exit):
13611         * gnus-group.el (gnus-group-icons):
13612         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13613
13614         * gnus-nocem.el (gnus-nocem):
13615         * message.el (message-various, message-buffers, message-sending)
13616         (message-interface, message-forwarding, message-insertion)
13617         (message-headers, message-news, message-mail):
13618         * pgg-gpg.el (pgg-gpg):
13619         * pgg-parse.el (pgg-parse):
13620         * pgg-pgp.el (pgg-pgp):
13621         * pgg-pgp5.el (pgg-pgp5):
13622         * pop3.el (pop3): Finish `defgroup' description with period.
13623
13624 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-art.el (article-display-face): Improve the efficiency.
13627         (article-display-x-face): Ditto; remove grey x-face stuff.
13628
13629 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (article-display-face): Correct the position in
13632         which Faces are inserted.
13633
13634 2005-06-29  Didier Verna  <didier@xemacs.org>
13635
13636         * gnus-art.el (article-display-face): Display faces in correct
13637         order.
13638
13639 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13642         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13643         (gnus-nocem-check-article): Fetch the Type header.
13644         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13645         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13646         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13647         make sure gnus-nocem-hashtb is initialized.
13648         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13649         (gnus-nocem-unwanted-article-p): Ditto.
13650
13651         * pgg.el (pgg-verify): Return the verification result.
13652
13653 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13656         is ascii.
13657
13658 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13659
13660         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13661         `show-nonbreak-escape'.
13662
13663 2005-06-23  Lute Kamstra  <lute@gnu.org>
13664
13665         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13666
13667         * dig.el (dig-mode):
13668         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13669
13670 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13671
13672         * nnimap.el (nnimap-split-download-body): Fix spellings.
13673
13674 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13675
13676         * gnus-art.el (gnus-article-encrypt-body):
13677         * gnus-cus.el (gnus-score-customize):
13678         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13679         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13680
13681 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13682
13683         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13684         header by looking for magic "MII" at the beginnig.
13685
13686 2005-06-16  Miles Bader  <miles@gnu.org>
13687
13688         * gnus-xmas.el (gnus-xmas-group-startup-message):
13689         Use renamed gnus-splash face.
13690
13691         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13692         (assistant-field-face): New backward-compatibility alias for renamed
13693         face.
13694         (assistant-render-text): Use renamed assistant-field face.
13695
13696         * spam.el (spam): Remove "-face" suffix from face name.
13697         (spam-face): New backward-compatibility alias for renamed face.
13698         (spam-face, spam-initialize): Use renamed spam face.
13699
13700         * message.el (message-header-to, message-header-cc)
13701         (message-header-subject, message-header-newsgroups)
13702         (message-header-other, message-header-name)
13703         (message-header-xheader, message-separator, message-cited-text)
13704         (message-mml): Remove "-face" suffix from face names.
13705         (message-header-to-face, message-header-cc-face)
13706         (message-header-subject-face, message-header-newsgroups-face)
13707         (message-header-other-face, message-header-name-face)
13708         (message-header-xheader-face, message-separator-face)
13709         (message-cited-text-face, message-mml-face):
13710         New backward-compatibility aliases for renamed faces.
13711         (message-font-lock-keywords): Use renamed message faces.
13712
13713         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13714         (sieve-test-commands, sieve-tagged-arguments):
13715         Remove "-face" suffix from face names.
13716         (sieve-control-commands-face, sieve-action-commands-face)
13717         (sieve-test-commands-face, sieve-tagged-arguments-face):
13718         New backward-compatibility aliases for renamed faces.
13719         (sieve-control-commands-face, sieve-action-commands-face)
13720         (sieve-test-commands-face, sieve-tagged-arguments-face):
13721         Use renamed sieve faces.
13722
13723         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13724         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13725         (gnus-group-news-3-empty, gnus-group-news-4)
13726         (gnus-group-news-4-empty, gnus-group-news-5)
13727         (gnus-group-news-5-empty, gnus-group-news-6)
13728         (gnus-group-news-6-empty, gnus-group-news-low)
13729         (gnus-group-news-low-empty, gnus-group-mail-1)
13730         (gnus-group-mail-1-empty, gnus-group-mail-2)
13731         (gnus-group-mail-2-empty, gnus-group-mail-3)
13732         (gnus-group-mail-3-empty, gnus-group-mail-low)
13733         (gnus-group-mail-low-empty, gnus-summary-selected)
13734         (gnus-summary-cancelled, gnus-summary-high-ticked)
13735         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13736         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13737         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13738         (gnus-summary-low-undownloaded)
13739         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13740         (gnus-summary-low-unread, gnus-summary-normal-unread)
13741         (gnus-summary-high-read, gnus-summary-low-read)
13742         (gnus-summary-normal-read, gnus-splash):
13743         Remove "-face" suffix from face names.
13744         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13745         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13746         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13747         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13748         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13749         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13750         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13751         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13752         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13753         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13754         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13755         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13756         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13757         (gnus-summary-normal-ticked-face)
13758         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13759         (gnus-summary-normal-ancient-face)
13760         (gnus-summary-high-undownloaded-face)
13761         (gnus-summary-low-undownloaded-face)
13762         (gnus-summary-normal-undownloaded-face)
13763         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13764         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13765         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13766         (gnus-splash-face):
13767         New backward-compatibility aliases for renamed faces.
13768         (gnus-group-startup-message): Use renamed gnus faces.
13769
13770         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13771         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13772         (gnus-server-agent): Remove "-face" suffix from face names.
13773         (gnus-server-agent-face, gnus-server-opened-face)
13774         (gnus-server-closed-face, gnus-server-denied-face)
13775         (gnus-server-offline-face):
13776         New backward-compatibility aliases for renamed faces.
13777         (gnus-server-agent-face, gnus-server-opened-face)
13778         (gnus-server-closed-face, gnus-server-denied-face)
13779         (gnus-server-offline-face): Use renamed gnus faces.
13780
13781         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13782         Remove "-face" suffix from face names.
13783         (gnus-picon-xbm-face, gnus-picon-face):
13784         New backward-compatibility aliases for renamed faces.
13785
13786         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13787         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13788         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13789         (gnus-cite-11): Remove "-face" suffix from face names.
13790         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13791         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13792         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13793         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13794         New backward-compatibility aliases for renamed faces.
13795         (gnus-cite-attribution-face, gnus-cite-face-list)
13796         (gnus-article-boring-faces): Use renamed gnus faces.
13797
13798         * gnus-art.el (gnus-signature, gnus-header-from)
13799         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13800         (gnus-header-content): Remove "-face" suffix from face names.
13801         (gnus-signature-face, gnus-header-from-face)
13802         (gnus-header-subject-face, gnus-header-newsgroups-face)
13803         (gnus-header-name-face, gnus-header-content-face):
13804         New backward-compatibility aliases for renamed faces.
13805         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13806
13807         * gnus-sum.el (gnus-summary-selected-face)
13808         (gnus-summary-highlight): Use renamed gnus faces.
13809         * gnus-group.el (gnus-group-highlight): Likewise.
13810
13811 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13812
13813         * gnus-sieve.el (gnus-sieve-article-add-rule):
13814         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13815         * spam-stat.el (spam-stat-buffer-change-to-spam)
13816         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13817
13818         * message.el (message-is-yours-p):
13819         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13820
13821 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * mm-view.el (mm-inline-text): Withdraw the last change.
13824
13825 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13828         executing enriched-decode.
13829
13830 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13833         charset of tar files.
13834
13835 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13836
13837         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13838
13839 2005-06-04  Lute Kamstra  <lute@gnu.org>
13840
13841         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13842         information is never recorded.
13843
13844 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13845
13846         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13847
13848 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * pop3.el (pop3-apop): Run md5 in the binary mode.
13851
13852         * starttls.el (starttls-set-process-query-on-exit-flag):
13853         Use eval-and-compile.
13854
13855 2005-05-31  Simon Josefsson  <jas@extundo.com>
13856
13857         * smime.el (smime-replace-in-string): Define.
13858         (smime-cert-by-ldap-1): Use it.
13859
13860 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (article-display-x-face): Replace
13863         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13864
13865         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13866         set-process-query-on-exit-flag or process-kill-without-query.
13867
13868         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13869         loop instead of replace-regexp.
13870
13871         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13872         instead of process-kill-without-query if it is available.
13873
13874         * lpath.el: Fbind ldap-search-entries.
13875
13876         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13877         instead of find-file-hooks if it is available.
13878
13879         * mml1991.el: Bind pgg-default-user-id when compiling.
13880
13881         * mml2015.el: Bind pgg-default-user-id when compiling.
13882
13883         * nndraft.el (nndraft-request-associate-buffer):
13884         Use write-contents-functions instead of write-contents-hooks if it is
13885         available.
13886
13887         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13888         instead of find-file-hooks if it is available.
13889
13890         * nntp.el (nntp-open-connection): Replace
13891         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13892         (nntp-open-ssl-stream): Ditto.
13893         (nntp-open-tls-stream): Ditto.
13894
13895         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13896         set-process-query-on-exit-flag or process-kill-without-query.
13897         (starttls-open-stream-gnutls): Use it instead of
13898         process-kill-without-query.
13899         (starttls-open-stream): Ditto.
13900
13901 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13902
13903         * smime.el (smime-cert-by-ldap-1): Don't use
13904         replace-regexp-in-string.
13905
13906 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13907
13908         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13909
13910         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13911         in PEM format.  Adjust to the XEmacs compability.
13912
13913 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13914
13915         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13916         by `string-to-number'.
13917         * gnus-agent.el (gnus-agent-regenerate-group)
13918         (gnus-agent-fetch-articles): Ditto.
13919         * gnus-art.el (gnus-button-fetch-group): Ditto.
13920         * gnus-cache.el (gnus-cache-generate-active)
13921         (gnus-cache-articles-in-group): Ditto.
13922         * gnus-group.el (gnus-group-set-current-level)
13923         (gnus-group-insert-group-line): Ditto.
13924         * gnus-score.el (gnus-score-set-expunge-below)
13925         (gnus-score-set-mark-below, gnus-summary-score-effect)
13926         (gnus-summary-score-entry): Ditto.
13927         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13928         (gnus-soup-pack): Ditto.
13929         * gnus-spec.el (gnus-xmas-format): Ditto.
13930         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13931         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13932         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13933         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13934         * nndb.el (nndb-get-remote-expire-response): Ditto.
13935         * nndiary.el (nndiary-parse-schedule-value)
13936         (nndiary-string-to-number, nndiary-request-replace-article)
13937         (nndiary-request-article): Ditto.
13938         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13939         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13940         * nneething.el (nneething-make-head): Ditto.
13941         * nnfolder.el (nnfolder-request-article)
13942         (nnfolder-retrieve-headers): Ditto.
13943         * nnheader.el (nnheader-file-to-number): Ditto.
13944         * nnkiboze.el (nnkiboze-request-article): Ditto.
13945         * nnmail.el (nnmail-process-unix-mail-format)
13946         (nnmail-process-babyl-mail-format): Ditto.
13947         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13948         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13949         (nnmh-request-create-group, nnmh-request-list-1)
13950         (nnmh-request-group, nnmh-request-article): Ditto.
13951         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13952         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13953         * nnsoup.el (nnsoup-make-active): Ditto.
13954         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13955         * nntp.el (nntp-find-group-and-number)
13956         (nntp-retrieve-headers-with-xover): Ditto.
13957         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13958         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13959         (pgg-format-key-identifier): Ditto.
13960         * pop3.el (pop3-last, pop3-stat): Ditto.
13961         * qp.el (quoted-printable-decode-region): Ditto.
13962
13963         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13964         of concat.
13965
13966 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13969
13970         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13971
13972         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13973
13974         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13975
13976         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13977
13978         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13979
13980         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13981         (gnus-carpal-mode): Ditto.
13982
13983         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13984         (gnus-browse-mode): Ditto.
13985
13986         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13987
13988         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13989
13990 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13991
13992         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13993
13994 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-util.el (gnus-run-mode-hooks): New function.
13997
13998         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13999
14000         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14001         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14002
14003 2005-05-27  Lute Kamstra  <lute@gnu.org>
14004
14005         * dns-mode.el (dns-mode): Specify customization group.
14006
14007 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14008
14009         * gnus-agent.el (gnus-agent-make-mode-line-string):
14010         Use mode-line-highlight as mouse-face.
14011
14012 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * canlock.el (canlock): Change the parent group to news.
14015
14016         * deuglify.el (gnus-outlook-deuglify): Add :group.
14017
14018         * dig.el (dig): Add :group.
14019
14020         * dns-mode.el (dns-mode): Add :group.
14021
14022         * encrypt.el (encrypt): Add :group.
14023
14024         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14025         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14026         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14027         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14028         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14029
14030         * gnus-diary.el (gnus-diary): Add :group.
14031
14032         * gnus.el (gnus-group-news-1-face): Add :group.
14033         (gnus-group-news-1-empty-face): Ditto.
14034         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14035         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14036         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14037         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14038         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14039         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14040         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14041         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14042         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14043         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14044         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14045         (gnus-summary-high-ticked-face): Ditto.
14046         (gnus-summary-low-ticked-face): Ditto.
14047         (gnus-summary-normal-ticked-face): Ditto.
14048         (gnus-summary-high-ancient-face): Ditto.
14049         (gnus-summary-low-ancient-face): Ditto.
14050         (gnus-summary-normal-ancient-face): Ditto.
14051         (gnus-summary-high-undownloaded-face): Ditto.
14052         (gnus-summary-low-undownloaded-face): Ditto.
14053         (gnus-summary-normal-undownloaded-face): Ditto.
14054         (gnus-summary-high-unread-face): Ditto.
14055         (gnus-summary-low-unread-face): Ditto.
14056         (gnus-summary-normal-unread-face): Ditto.
14057         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14058         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14059
14060         * hashcash.el (hashcash): New custom group.
14061         (hashcash-default-payment): Add :group.
14062         (hashcash-payment-alist): Ditto.
14063         (hashcash-default-accept-payment): Ditto.
14064         (hashcash-accept-resources): Ditto.
14065         (hashcash-path): Ditto.
14066         (hashcash-extra-generate-parameters): Ditto.
14067         (hashcash-double-spend-database): Ditto.
14068         (hashcash-in-news): Ditto.
14069
14070         * message.el (message-minibuffer-local-map): Add :group.
14071
14072         * netrc.el (netrc): Add :group.
14073
14074         * sieve-manage.el (sieve-manage-log): Add :group.
14075         (sieve-manage-default-user): Diito.
14076         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14077         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14078         (sieve-manage-authenticators): Ditto.
14079         (sieve-manage-authenticator-alist): Ditto.
14080         (sieve-manage-default-port): Ditto.
14081
14082         * sieve-mode.el (sieve-control-commands-face): Add :group.
14083         (sieve-action-commands-face): Ditto.
14084         (sieve-test-commands-face): Ditto.
14085         (sieve-tagged-arguments-face): Ditto.
14086
14087         * smime.el (smime): Add :group.
14088
14089         * spam-report.el (spam-report): Add :group.
14090
14091         * spam.el (spam, spam-face): Add :group.
14092
14093 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14094
14095         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14096         return \n.\n.\n at the end of articles.  Protect against that.
14097         (nntp-with-open-group): Allow debugging.
14098
14099         * nnheader.el (mail-header-set-extra): Make into a function
14100         because I just could't understand how to quote the list properly.
14101
14102         * dns.el (query-dns-cached): New function.
14103
14104 2005-05-26  Lute Kamstra  <lute@gnu.org>
14105
14106         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14107
14108 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14111
14112         * gnus-art.el: Don't autoload mail-extract-address-components.
14113
14114         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14115         eval-and-compile to evaluate it.
14116
14117         * hashcash.el: Don't autoload executable-find.
14118
14119         * nndb.el: Don't declare the nndb back end two or more times; don't
14120         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14121
14122         * nntp.el: Autoload format-spec instead of format; use
14123         eval-and-compile to evaluate autoload forms.
14124
14125 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14126
14127         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14128
14129 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14130
14131         * gnus.el (gnus-version-number): Bump version.
14132
14133 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14134
14135         * gnus.el: No Gnus v0.3 is released.
14136
14137 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14138
14139         * lpath.el (featurep): Bind show-nonbreak-escape.
14140
14141 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-art.el (gnus-article-edit-part): Disable undo.
14144
14145 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14148         gnus-article-date-lapsed-new-header is t if date timer is active;
14149         skip headers in which the original date value is empty.
14150         (gnus-article-save-original-date): Redefine it as a macro.
14151         (gnus-display-mime): Use it.
14152
14153 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-art.el (article-date-ut): Support converting date in
14156         forwarded parts as well.
14157         (gnus-article-save-original-date): New function.
14158         (gnus-display-mime): Use it.
14159
14160 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14161
14162         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14163         enclosure element of <item>.
14164
14165 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * message.el (message-kill-buffer-query): Rename from
14168         `message-kill-buffer-query-if-modified'.  Add :version.
14169
14170 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14173         window layout.
14174
14175 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * mml.el: Autoload dnd when compiling.
14178
14179 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14182         x-dnd-*.
14183
14184 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * qp.el (quoted-printable-encode-region): Save excursion.
14187
14188 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * message.el (message-kill-buffer-query-if-modified): Add new variable
14191         so the user can kill a modified message buffer quickly.
14192         (message-kill-buffer): Use it.
14193
14194 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * lpath.el: Fbind display-time-event-handler; don't fbind
14197         string-to-multibyte.
14198
14199         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14200
14201 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14204         contained in text because xml.el decodes entities) with LFs.
14205
14206 2005-04-11  Lute Kamstra  <lute@gnu.org>
14207
14208         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14209         differently.
14210
14211 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14212
14213         * mm-util.el (mm-detect-coding-region): Typo.
14214
14215 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14218
14219 2005-04-06  Deepak Goel  <deego@gnufans.org>
14220
14221         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14222         user-function allow user modifications of the scores.
14223         (spam-stat-score-buffer-user): New function, to allow
14224         user-computed modifications to the score.
14225         (spam-stat-score-buffer-user-functions): List of additional
14226         scoring functions.
14227         (spam-stat-error-holder): Global temporary error holder.
14228         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14229         variable.
14230
14231 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14232
14233         * gnus-registry.el (gnus-registry-clean-empty-function)
14234         (gnus-registry-trim, gnus-registry-fetch-groups)
14235         (gnus-registry-delete-group): Groups that match
14236         `gnus-registry-ignored-groups' are removed from the registry
14237         entries, not just ignored for splitting.  This helps clean up the
14238         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14239         to get all the groups a message ID is in.
14240
14241         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14242         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14243         (spam-stat-score-buffer-user-functions): Add :number custom type.
14244
14245 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14248         argument in XEmacs.
14249
14250         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14251         (nnrss-request-group): Decode group name first.
14252         (nnrss-request-article): Make a text/plain article if mml-to-mime
14253         failed.
14254         (nnrss-get-encoding): Return a compatible encoding according to
14255         nnrss-compatible-encoding-alist.
14256         (nnrss-find-el): Use consp instead of listp.
14257         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14258
14259 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14262         which Emacs 20 doesn't support.
14263         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14264
14265 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14268         silence the byte compiler inside the defun.
14269
14270         * gnus-demon.el (parse-time-string): Add autoload.
14271
14272         * gnus-delay.el (parse-time-string): Add autoload.
14273
14274         * gnus-art.el (parse-time-string): Add autoload.
14275
14276         * nnultimate.el (parse-time): Require for `parse-time-string'.
14277
14278 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14281
14282         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14283
14284         * smime.el (smime-ldap-host-list): Add :version.
14285
14286 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14289         pass it to `gnus-browse-read-group'.
14290         (gnus-browse-read-group): Add NUMBER argument and pass it to
14291         `gnus-group-read-ephemeral-group'.
14292
14293         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14294         argument and pass it to `gnus-group-read-group'.
14295
14296 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14297
14298         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14299         mm-xemacs-find-mime-charset-1 if we have the mule feature
14300         available at runtime.
14301
14302 2005-03-25  Werner Lemberg  <wl@gnu.org>
14303
14304         * nnmaildir.el: Replace `illegal' with `invalid'.
14305
14306 2005-03-23  Lute Kamstra  <lute@gnu.org>
14307
14308         * time-date.el: Add comment on time value formats.
14309         Don't require parse-time.
14310         (with-decoded-time-value): New macro.
14311         (encode-time-value): New function.
14312         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14313         (days-to-time): Return a valid time value when arg is huge.
14314         (time-since): Use time-subtract.
14315         (time-to-number-of-days): Use time-to-seconds.
14316
14317 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14318
14319         * gnus-start.el (gnus-display-time-event-handler):
14320         Check display-time-timer at runtime rather than only at load time
14321         in case display-time-mode is turned off in the mean time.
14322
14323 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14326         used.
14327
14328         * nneething.el (nneething-map-file-directory): Derive from
14329         `gnus-directory'.
14330
14331         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14332         the To/Cc button.
14333
14334 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14335
14336         * nnmaildir.el (nnmaildir-request-accept-article):
14337         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14338
14339 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14340
14341         * gnus-async.el: Require timer-funcs at compile time when in
14342         XEmacs for `run-with-idle-timer'.
14343
14344 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14345
14346         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14347         autoloaded function.
14348
14349 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14352
14353 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14354
14355         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14356
14357 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14358
14359         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14360         Add gnus-expert-user to default.
14361
14362 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14363
14364         * nnimap.el (nnimap-open-server): Ditto.
14365
14366         * imap.el (imap-authenticate): Fix typo.
14367
14368 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14369
14370         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14371         buffer (since IMAP server might return FETCH response out of
14372         order, and the nntp buffer must be sorted).
14373
14374 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14375
14376         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14377         comparison on string.
14378
14379         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14380         (gnus-agent-score): Rename category keywords to match gnus-cus.
14381         (gnus-agent-summary-fetch-series): Modify to protect against
14382         gnus-agent-summary-fetch-group clearing processable flags.
14383         (gnus-agent-synchronize-group-flags): Update live group buffer as
14384         synchronization may occur due to the user toggle the plugged
14385         status.
14386         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14387         successfully downloaded.
14388         (gnus-agent-expire-group-1): Avoid using markers when the overview
14389         is in ascending order; greatly improves performance.
14390         (gnus-agent-regenerate-group):
14391         Use gnus-agent-synchronize-group-flags to reset read status in both
14392         gnus and server.
14393         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14394
14395 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * message.el: Don't autoload former message-utils variables.
14398         (message-strip-subject-trailing-was): Change doc string.
14399
14400         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14401         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14402         (nnweb-google-search): Add "hl=en" here.
14403         (nnweb-google-parse-1, nnweb-google-create-mapping):
14404         Don't hardcode URL.
14405
14406 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * message.el (message-get-reply-headers, message-followup):
14409         Mention related variables `message-use-followup-to' and
14410         `message-use-mail-followup-to', in the information buffer.
14411
14412         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14413         of broken groups(-beta).google.com.
14414
14415 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14416
14417         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14418         parameter to invoked gnus-request-move-article; remove the
14419         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14420         all at once instead of once per article.
14421         (gnus-summary-remove-process-mark): Accept a list of articles as
14422         well as a single article for processing.
14423
14424         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14425         parameter.
14426
14427         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14428
14429         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14430
14431         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14432         parameter.
14433
14434         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14435         parameter.
14436
14437         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14438         parameter and remove the gnus-sum-hint-move-is-internal variable.
14439
14440         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14441         parameter.
14442
14443         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14444         parameter.
14445
14446         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14447         parameter.
14448
14449         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14450
14451         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14452         parameter.
14453
14454         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14455         parameter.
14456
14457 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14458
14459         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14460         a more conservative way.
14461
14462 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14463
14464         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14465         buffer, so it moves the window's cursor.
14466
14467 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14468
14469         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14470         `mm-dissect-multipart' and receive the from field as an (optional)
14471         argument from `mm-dissect-multipart'.
14472         (mm-dissect-multipart): Receive the from field as an argument and
14473         pass it on when we call `mm-dissect-buffer' on MIME parts.
14474         Fixes verification/decryption of signed/encrypted MIME parts.
14475
14476 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14477
14478         * gnus-sum.el (gnus-summary-move-article):
14479         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14480         whatever it calls (right now, only nnimap-request-move article
14481         respects it).
14482
14483         * nnimap.el (nnimap-request-move-article):
14484         When gnus-sum-hint-move-is-internal is set, don't do the extra
14485         nnimap-request-article.
14486
14487 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14490
14491         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14492         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14493
14494         * gnus-sum.el (gnus-summary-caesar-message):
14495         Apply `gnus-treat-article' after rotation.
14496
14497         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14498         doc string.
14499
14500 2005-02-22  Simon Josefsson  <jas@extundo.com>
14501
14502         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14503         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14504         <arne@arnested.dk>.
14505         (encrypt): Add password-cache and password-cache-expiry as group
14506         members.
14507
14508 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14509
14510         * smime.el (smime-ldap-host-list): Doc fix.
14511         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14512         cache) password.
14513         (smime-sign-region): Use it.
14514         (smime-decrypt-region): Use it.
14515         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14516         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14517         fails.
14518         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14519         certificate from DER to PEM format rather than calling openssl.
14520
14521         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14522
14523         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14524         for signing/encryption.
14525
14526         * mml.el (mml-parse-1): Use them.
14527
14528 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14529
14530         * nnrss.el (nnrss-verbose): Remove.
14531         (nnrss-request-group): Use `nnheader-message' instead.
14532
14533 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14534
14535         * nnrss.el (nnrss-verbose): New variable.
14536         (nnrss-request-group): Make it say nnrss is requesting a group.
14537
14538 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14541         Handle news URL with given port correctly.
14542
14543 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14546         containing special characters.
14547
14548         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14549
14550         * mml.el (mime-to-mml): Ditto.
14551
14552         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14553         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14554         (rfc2047-decode-region): Quote decoded words containing special
14555         characters when rfc2047-quote-decoded-words-containing-tspecials
14556         is non-nil.
14557
14558 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14559
14560         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14561
14562         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14563
14564 2005-02-15  Simon Josefsson  <jas@extundo.com>
14565
14566         * nnimap.el (nnimap-debug): Doc fix.
14567
14568         * imap.el (imap-debug): Doc fix.
14569
14570 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14573
14574 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14575
14576         * gnus.el (spam-contents): Improve docs for spam-contents
14577         parameter in its variable incarnation.
14578
14579 2005-02-14  Simon Josefsson  <jas@extundo.com>
14580
14581         * smime-ldap.el: Use require instead of load-library for ldap.
14582         (smime-ldap-search): Indent.
14583         (smime-ldap-search-internal): Shorten line.
14584
14585         * smime.el (smime-cert-by-dns): Add doc-string.
14586         (smime-cert-by-ldap-1): Indent.
14587
14588         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14589         mml-smime-get-dns-ldap.
14590         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14591
14592 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14593
14594         * smime.el: Require smime-ldap.
14595         (smime-ldap-host-list): New variable.
14596         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14597
14598         * mml-smime.el (mml-smime-encrypt-query): New function.
14599         (mml-smime-encrypt-query): Use it.
14600
14601         * smime-ldap.el: New file.
14602
14603 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14606
14607 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14610         argument in doc string.  Make query for type more clear.
14611
14612 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * gnus.el (gnus-group-startup-message): Search for gnus images in
14615         etc/images/gnus.
14616         * mm-util.el (mm-image-load-path): Likewise.
14617         * smiley.el (smiley-data-directory): Search for smilies in
14618         etc/images/smilies.
14619
14620 2005-02-09  Kim F. Storm  <storm@cua.dk>
14621
14622         Change Emacs release version from 21.4 to 22.1 throughout.
14623         Change Emacs development version from 21.3.50 to 22.0.50.
14624
14625 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14628
14629         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14630         non-Mule XEmacs as well.
14631         (mm-decompress-buffer): Signal an error intentionally if it does
14632         not decompress compressed data because auto-compression-mode is
14633         disabled.
14634
14635 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14636
14637         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14638         an ID in the registry even if it has no groups.
14639
14640 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14643         merge it into mm-decompress-buffer.
14644         (gnus-mime-copy-part): Use the MIME part charset, the value which
14645         a user specified or gnus-newsgroup-charset for decoding, like
14646         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14647         save-buffer what was used.  Suggested by Kevin Ryde
14648         <user42@zip.com.au>.
14649         (gnus-mime-inline-part): Allow the name parameter as well as the
14650         filename parameter; force decompressing of compressed data; always
14651         display contents being not decoded as unibyte.
14652
14653         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14654         as well as the filename parameter.
14655
14656         * mm-util.el (mm-decompress-buffer):
14657         Merge gnus-mime-jka-compr-maybe-uncompress.
14658         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14659         of compressed data.
14660
14661 2005-02-08  Simon Josefsson  <jas@extundo.com>
14662
14663         * imap.el (imap-log): Doc fix.
14664
14665 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14668         the coding cookies; decompress compressed parts.
14669
14670         * mml.el (mml-generate-mime-1): Add the charset parameter according
14671         to the value which a user specified manually or the coding cookie.
14672
14673         * mm-util.el (mm-string-to-multibyte): New function.
14674         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14675         (mm-coding-system-to-mime-charset): New function.
14676         (mm-decompress-buffer): New function.
14677         (mm-find-buffer-file-coding-system): New function.
14678
14679         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14680         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14681         parts.
14682
14683 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14684
14685         * mm-view.el (mm-display-inline-fontify): Decode a part according
14686         to the charset parameter.
14687
14688 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14691         prefix arg is neither nil nor a number, as info specifies.
14692
14693 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14696         timestamps.
14697
14698 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14699
14700         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14701         groups error checking and notify user.
14702
14703 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14704
14705         * message.el (message-send-mail-function): Check existence of
14706         sendmail-program first before using default value
14707         `message-send-mail-with-sendmail'.  Otherwise use more generic
14708         `smtpmail-send-it'.
14709
14710 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * nntp.el (nntp-request-update-info): Always return nil.
14713
14714 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14715
14716         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14717
14718 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14719
14720         * message.el (message-beginning-of-line): Change the behavior when
14721         invoked between BOL and : so that it first moves backward.
14722
14723 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14726         article buffer when editing of the article is discarded.
14727         (gnus-article-prepare): Revert.
14728
14729 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-art.el (gnus-article-prepare):
14732         Remove message-strip-forbidden-properties from the local hook.
14733
14734 2005-01-27  Simon Josefsson  <jas@extundo.com>
14735
14736         * password.el (password-cache-add): Only start one timer per key.
14737         Reported by Derek Atkins <warlord@MIT.EDU>.
14738
14739 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14740
14741         * run-at-time.el: Remove.  It is no longer needed as
14742         timer-funcs.el in the xemacs-base package has a working version of
14743         `run-at-time'.
14744
14745         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14746
14747         * password.el: Require timer-funcs instead of run-at-time in
14748         XEmacs.
14749         Remove `password-run-at-time' macro.
14750         (password-cache-add): Use `run-at-time' instead of
14751         `password-run-at-time'.
14752
14753         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14754         Remove `nnheader-cancel-function-timers' alias,
14755         `cancel-function-timers' exists in XEmacs in timer-funcs.
14756
14757         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14758         for `run-with-idle-timer'.
14759
14760         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14761         for `run-at-time'.
14762
14763         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14764         for `with-timeout'.
14765
14766         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14767         the same as for XEmacs 21.4.
14768         No need to ignore `run-with-idle-timer', this function exists in
14769         XEmacs now in timer-funcs.el in the xemacs-base package.
14770         (dgnushack-compile): No need to delete
14771         run-at-time.el from the list of files to compile because it
14772         doesn't exist anymore.
14773
14774 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14777         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14778
14779 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14780
14781         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14782         sensitively.
14783
14784 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14785
14786         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14787
14788 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14791         which will be inserted according to the multibyteness of a buffer
14792         rather than the type of contents.  Suggested by ARISAWA Akihiro
14793         <ari@mbf.ocn.ne.jp>.
14794
14795         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14796         of string which old xml.el may return rather than a string.
14797
14798 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14801
14802 2005-01-16  Simon Josefsson  <jas@extundo.com>
14803
14804         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14805         idn/idna.el isn't available.
14806         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14807         <michael@waxrat.com>.
14808
14809         * hashcash.el: Remove non-FSF copyright header.
14810
14811         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14812         (hashcash-generate-payment): Use it.
14813         (hashcash-generate-payment-async): Use it.
14814
14815 2005-01-15  Simon Josefsson  <jas@extundo.com>
14816
14817         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14818         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14819
14820         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14821         gnus-summary-idna-message.
14822         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14823         (gnus-summary-idna-message): New function.
14824
14825 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14828         gnus-novice-user.
14829
14830 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * nnrss.el (nnrss-request-delete-group): Delete entries in
14833         nnrss-group-alist as well.
14834         (nnrss-save-server-data): Insert newline.
14835
14836 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * gnus.el (gnus-user-agent): Use list of symbols instead of
14839         symbols.  Display full version number for (S)XEmacs.
14840         Optionally display (S)XEmacs codename.
14841
14842         * gnus-util.el (gnus-emacs-version): Update for new
14843         `gnus-user-agent'.
14844
14845         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14846         Gnus version.
14847
14848 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14851         which is unreadable in some setups.
14852
14853 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-spec.el (gnus-update-format-specifications): Flush the
14856         group format spec cache if it doesn't support decoded group names.
14857
14858 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14861         Allow to apply decay on score files matching a regexp.
14862
14863 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14866         compatibility in %g and %c.
14867
14868 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14871         name for only %g and %c.
14872         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14873         of gnus-tmp-group to decoded group name.
14874         (gnus-group-make-rss-group): Exclude `/'s from group names.
14875
14876 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * nnrss.el (nnrss-get-encoding): Fix regexp.
14879
14880 2004-12-27  Simon Josefsson  <jas@extundo.com>
14881
14882         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14883         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14884         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14885
14886 2004-12-17  Kim F. Storm  <storm@cua.dk>
14887
14888         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14889
14890         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14891
14892 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14893
14894         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14895
14896 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * nnrss.el: Require rfc2047 and mml.
14899         (nnrss-file-coding-system): New variable.
14900         (nnrss-format-string): Redefine it as an inline function.
14901         (nnrss-decode-group-name): New function.
14902         (nnrss-string-as-multibyte): Remove.
14903         (nnrss-retrieve-headers): Decode group name; don't use
14904         nnrss-format-string.
14905         (nnrss-request-group): Decode group name.
14906         (nnrss-request-article): Decode group name; allow a Message-ID as
14907         well as an article number; don't use nnrss-format-string; encode a
14908         Message-ID string which may contain non-ASCII characters; use
14909         mml-to-mime to compose a MIME article.
14910         (nnrss-request-expire-articles): Decode group name.
14911         (nnrss-request-delete-group): Decode group name.
14912         (nnrss-fetch): Clarify error message.
14913         (nnrss-read-server-data): Use insert-file-contents instead of load;
14914         bind file-name-coding-system; use multibyte buffer.
14915         (nnrss-save-server-data): Bind coding-system-for-write to the
14916         value of nnrss-file-coding-system; bind file-name-coding-system;
14917         add coding cookie.
14918         (nnrss-read-group-data): Use insert-file-contents instead of load;
14919         bind file-name-coding-system; use multibyte buffer.
14920         (nnrss-save-group-data): Bind coding-system-for-write to the
14921         value of nnrss-file-coding-system; bind file-name-coding-system.
14922         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14923         make it work with non-ASCII text.
14924         (nnrss-find-el): Make it work with old xml.el as well.
14925
14926 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14927
14928         * nnrss.el (nnrss-get-encoding): New function.
14929         (nnrss-fetch): Use unibyte buffer initially; bind
14930         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14931         decode contents according to the encoding attribute.
14932         (nnrss-save-group-data): Add coding cookie.
14933         (nnrss-mime-encode-string): New function.
14934         (nnrss-check-group): Use it to encode subject and author.
14935
14936 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14937
14938         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14939         imaginary variable.
14940
14941 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14944         correctly even if there are wide characters.
14945
14946 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14947
14948         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14949         downcased symbol names; make a new cache instead of reusing
14950         bbdb-hashtable.
14951
14952 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14955         concatenating segments rather than before concatenating them.
14956         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14957
14958         * message.el (message-get-reply-headers): Bind `extra'.
14959
14960 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14961
14962         * message.el (message-extra-wide-headers): New variable.
14963         (message-get-reply-headers): Use it.
14964
14965 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14968         (gnus-agent-group-pathname): Ditto.
14969
14970         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14971
14972         * gnus-group.el (gnus-group-make-group): Decode group name.
14973         (gnus-group-make-rss-group): Register the group data after opening
14974         the nnrss group.
14975
14976 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14977
14978         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14979         by expiry now get marked as read.
14980
14981 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14984
14985 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14986
14987         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14988         unify Latin characters in XEmacs.
14989         (mm-find-mime-charset-region): Use it.
14990
14991 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * gnus-util.el (gnus-delete-directory): New function.
14994
14995         * gnus-agent.el (gnus-agent-delete-group): Use it.
14996
14997         * gnus-cache.el (gnus-cache-delete-group): Use it.
14998
14999 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15002         names.
15003
15004 2004-12-16  Simon Josefsson  <jas@extundo.com>
15005
15006         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15007
15008 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15011
15012         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15013         (gnus-group-set-current-level): Decode group name.
15014
15015 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15016
15017         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15018         failed.
15019
15020 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * gnus-group.el (gnus-group-delete-group): Decode group name.
15023         (gnus-group-make-rss-group): Encode group name.
15024         (gnus-group-catchup-current): Decode group name.
15025         (gnus-group-kill-group): Decode group name.
15026
15027 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15028
15029         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15030
15031 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-group.el (gnus-group-make-rss-group):
15034         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15035
15036         * gnus-start.el (gnus-setup-news): Honor user's setting to
15037         gnus-message-archive-method.  Suggested by Lute Kamstra
15038         <lute@gnu.org>.
15039
15040 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15041
15042         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15043         global counterparts of the buffer-local variables.
15044
15045 2004-11-16  Romain Francoise  <romain@orebokech.com>
15046
15047         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15048         counterparts of the buffer-local variables.
15049
15050 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * message.el (message-forbidden-properties): Fix typo in doc
15053         string.
15054
15055 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * gnus-util.el (gnus-replace-in-string): Add doc string.
15058
15059         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15060         to avoid problems when splitting mails with many recipients.
15061
15062 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15063
15064         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15065         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15066
15067 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15068
15069         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15070         if there is no hashtable in memory or file modification time is
15071         newer than cached timestamp.
15072
15073 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * gnus-sum.el (gnus-summary-limit-to-recipient):
15076         Implement not-matching option.
15077
15078 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15081         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15082         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15083         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15084         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15085         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15086
15087 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * message.el (message-forward-make-body-mml): Remove headers
15090         according to message-forward-ignored-headers if a message is decoded.
15091
15092 2004-12-02  Romain Francoise  <romain@orebokech.com>
15093
15094         * message.el (message-forward-make-body-plain): Always remove
15095         headers according to message-forward-ignored-headers.
15096
15097 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15098
15099         * spam.el (spam-summary-prepare-exit): Remove the
15100         gnus-summary-limit pop for now, it has problems with ham marks for
15101         me.
15102
15103 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15104
15105         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15106         correctly.
15107
15108 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15109
15110         * format-spec.el (format-spec): Message the char.
15111
15112 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * gnus-art.el (gnus-split-methods): Reformat comments.
15115
15116         * spam.el (spam-summary-prepare-exit): Remove article limits
15117         before exiting the summary buffer.
15118
15119 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15122         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15123
15124         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15125         order to silence the byte compiler.
15126
15127         * spam.el: Fix the way to silence the byte compiler, which
15128         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15129         bbdb-search-simple, spam-BBDB-register-routine,
15130         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15131         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15132         spam-stat-buffer-is-spam, spam-stat-load,
15133         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15134         spam-stat-save and spam-stat-split-fancy.
15135
15136 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15139         which may confuse users.
15140         (canlock-password-for-verify): Ditto.
15141
15142         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15143
15144         * gnus-art.el (gnus-emphasis-alist): Ditto.
15145
15146         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15147
15148         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15149
15150         * gnus-start.el (gnus-save-killed-list): Ditto.
15151
15152         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15153         (gnus-sum-thread-tree-root): Ditto.
15154         (gnus-sum-thread-tree-false-root): Ditto.
15155         (gnus-sum-thread-tree-single-indent): Ditto.
15156
15157         * message.el (message-courtesy-message): Ditto.
15158         (message-archive-note): Ditto.
15159         (message-subscribed-address-file): Ditto.
15160         (message-user-fqdn): Ditto.
15161
15162         * spam-report.el (spam-report-gmane-regex): Ditto.
15163
15164         * spam.el (spam-blackhole-good-server-regex): Ditto.
15165
15166 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * mml.el (mml-preview): Widen the message buffer before copying
15169         the contents to the preview buffer; sort headers before previewing.
15170
15171         * message.el (message-hidden-headers): Fix the way to avoid a bug
15172         in the `repeat' widget in Emacs 21.3 or earlier.
15173
15174 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * message.el (message-hidden-headers): Default to "^References:".
15177         Improve customization type.  Suggested by Reiner Steib
15178         <Reiner.Steib@gmx.de>.
15179
15180 2004-11-25  Romain Francoise  <romain@orebokech.com>
15181
15182         * message.el (message-strip-forbidden-properties): Remove check for
15183         obsolete `message-hidden' text property, hidden headers are not
15184         accessible in the buffer anymore.
15185
15186 2004-11-22  Romain Francoise  <romain@orebokech.com>
15187
15188         * message.el (message-header-format-alist): Add `From' in list
15189         so that it can be sorted.
15190         (message-fix-before-sending): Widen and sort headers before
15191         sending.
15192         (message-hide-headers): Use narrowing to hide headers by moving
15193         them to the top of the buffer and narrowing to the region
15194         underneath.
15195
15196 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15197
15198         * message.el (message-strip-forbidden-properties):
15199         Bind buffer-read-only (etc) to nil.
15200
15201 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15204         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15205
15206 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15207
15208         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15209
15210 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15211
15212         * dns.el (query-dns): Use sit-for to time instead of
15213         accept-process-output, since that doesn't seem to work on udp
15214         sockets.
15215
15216 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15219
15220 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15221
15222         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15223         doc string.  Improve doc string.
15224
15225 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * nntp.el (nntp-request-update-info): Return nil if
15228         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15229         may not call gnus-activate-group which uselessly issues the GROUP
15230         commands for all nntp groups and wastes time.  Reported by Romain
15231         Francoise <romain@orebokech.com>.
15232
15233         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15234
15235 2004-11-15  Simon Josefsson  <jas@extundo.com>
15236
15237         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15238         headers separately.
15239         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15240         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15241
15242 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-start.el (gnus-convert-old-newsrc):
15245         Assign legacy-gnus-agent to 5.10.7.
15246
15247 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15250         start of the lines.
15251
15252 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15253
15254         * hashcash.el (hashcash-default-payment): Change default to 20.
15255         (hashcash-default-accept-payment): Change default to 20.
15256         (hashcash-process-alist): New variable.
15257         (hashcash-generate-payment-async): Add.
15258         (hashcash-already-paid-p): Add.
15259         (hashcash-insert-payment): Don't generate payments twice.
15260         (hashcash-insert-payment-async): Add.
15261         (hashcash-insert-payment-async-2): Add.
15262         (hashcash-cancel-async): Add.
15263         (hashcash-wait-async): Add.
15264         (hashcash-processes-running-p): Add.
15265         (hashcash-wait-or-cancel): Add.
15266         (mail-add-payment): New optional argument.  Conditionally start
15267         asynchronous calculation.
15268         (mail-add-payment-async): Add.
15269
15270         * message.el (message-send-mail): Wait for asynchronous hashcash
15271         results.  Don't clobber existing X-Hashcash headers.
15272         (message-setup-1): Call mail-add-payment-async when
15273         message-generate-hashcash is non-nil.
15274
15275 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15276
15277         * message.el (message-use-alternative-email-as-from): Examine the
15278         From header as well; use message-make-from in order to include a
15279         user's full name.
15280
15281 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15284         default; improve customization type.
15285         (gnus-emphasis-custom-with-format): New macro.
15286         (gnus-emphasis-custom-value-to-external): New function.
15287         (gnus-emphasis-custom-value-to-internal): New function.
15288
15289 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15290
15291         * dns.el (query-dns): Resolve reverse addresses.
15292
15293 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * gnus-group.el (gnus-group-get-new-news): Use it.
15296
15297         * gnus-start.el (gnus-check-reasonable-setup): New function.
15298
15299 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15302         "Args out of range" error.  Reported by Arnaud Giersch
15303         <arnaud.giersch@free.fr>.
15304
15305 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15306
15307         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15308
15309 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15310
15311         * spam.el (spam group): Add :version.
15312
15313         * pgg-def.el (pgg group): Add :version.
15314
15315 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-art.el (gnus-article-edit-article): Don't associate the
15318         article buffer with a draft file.  This is a temporary measure
15319         against the 2004-08-22 change to gnus-article-edit-mode.
15320
15321 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15324         (html2text-format-tags): Remove unused variable `attr'.
15325
15326 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15327
15328         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15329
15330         * tls.el (tls-process-connection-type, tls-success)
15331         (tls-certtool-program): Add :version.
15332
15333         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15334         (starttls-extra-arguments, starttls-process-connection-type)
15335         (starttls-connect, starttls-failure, starttls-success): Add :version.
15336
15337         * spam-stat.el (spam-stat): Add :version.
15338
15339         * sieve.el (sieve): Add :version.
15340
15341         * sha1.el (sha1): Add :version.
15342         (sha1-use-external): Remove redundant version.
15343
15344         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15345         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15346         (nnmail-split-fancy-match-partial-words)
15347         (nnmail-split-lowercase-expanded): Add :version.
15348
15349         * nndiary.el (nndiary): Add :version.
15350
15351         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15352
15353         * mml-sec.el (mml-default-sign-method)
15354         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15355         Add :version.
15356
15357         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15358
15359         * mm-url.el (mm-url-use-external, mm-url-program)
15360         (mm-url-arguments): Add :version.
15361
15362         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15363         (mm-attachment-file-modes, mm-decrypt-option)
15364         (mm-w3m-safe-url-regexp): Add :version.
15365
15366         * message.el (message-cite-prefix-regexp)
15367         (message-sendmail-envelope-from, message-minibuffer-local-map)
15368         (message-user-fqdn, message-completion-alist): Add :version.
15369
15370         * gnus-win.el (gnus-configure-windows-hook)
15371         (gnus-use-frames-on-any-display): Add :version.
15372
15373         * gnus-art.el (gnus-article-address-banner-alist)
15374         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15375         (gnus-treat-from-picon, gnus-treat-mail-picon)
15376         (gnus-treat-x-pgp-sig): Add :version.
15377
15378         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15379         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15380         (gnus-summary-article-delete-hook)
15381         (gnus-summary-display-while-building): Add :version.
15382
15383         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15384         (gnus-get-top-new-news-hook): Add :version.
15385
15386         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15387         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15388
15389         * gnus-registry.el (gnus-registry): Add :version.
15390
15391         * gnus-spec.el (gnus-use-correct-string-widths)
15392         (gnus-make-format-preserve-properties): Add :version.
15393
15394         * gnus.el (gnus-group-charter-alist)
15395         (gnus-group-fetch-control-use-browse-url)
15396         (gnus-install-group-spam-parameters): Add :version.
15397
15398         * gnus-diary.el (gnus-diary): Add :version.
15399
15400         * gnus-delay.el (gnus-delay): Add :version.
15401
15402         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15403         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15404         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15405         Add :version.
15406
15407         * gnus-agent.el (gnus-agent-max-fetch-size)
15408         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15409         (gnus-agent-prompt-send-queue): Add :version.
15410
15411         * deuglify.el (gnus-outlook-deuglify): Add :version.
15412
15413         * html2text.el: Beautify code.  Improve doc strings.
15414         Some checkdoc cleanup.
15415         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15416
15417 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15418
15419         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15420
15421 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15424         when package is loaded.
15425
15426         * spam.el (spam-summary-score-preferred-header): Add global preference
15427         for people who want to override the default SpamAssassin over
15428         Bogofilter preference (when both are set).
15429         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15430         (spam-user-format-function-S):
15431         Check spam-summary-score-preferred-header.
15432         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15433         (spam-user-format-function-S): Format the score correctly.
15434
15435 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15438         signature file.  Suggested by Manoj Srivastava
15439         <srivasta@golden-gryphon.com>.
15440
15441         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15442         iso-2022-jp even in the Japanese language environment.
15443         Suggested by Jason Rumney <jasonr@gnu.org>.
15444
15445 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15448         use the same characters as the dummy marks; make it free from
15449         getting affected by the language environment.
15450         (gnus-summary-read-group-1): Update mark positions only when the
15451         format spec is updated.
15452
15453         * gnus-spec.el (gnus-update-format-specifications): Return a list
15454         of updated types.
15455
15456 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15459         of boundp to check if display-warning is available.
15460
15461 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15462
15463         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15464
15465 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * nnspool.el (nnspool-spool-directory): Use news-path if the
15468         news-directory variable is not bound.
15469
15470         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15471         function instead of display-warning if it is not available.
15472
15473 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15476         v5-10: Use `point-at-bol'.
15477
15478 2004-10-26  Simon Josefsson  <jas@extundo.com>
15479
15480         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15481         <chenggao@gmail.com>.
15482
15483 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15484
15485         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15486         instead.
15487
15488 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15489
15490         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15491         to remove a server from the nnimap-server-buffer-alist.
15492         (nnimap-open-connection, nnimap-close-server): Use it.
15493
15494         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15495
15496 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15499         running the major-mode function.
15500
15501 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15504         dummy marks in the right way.
15505
15506 2004-10-18  David Edmondson  <dme@dme.org>
15507
15508         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15509         excessively.
15510
15511 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15512
15513         * gnus-util.el (gnus-split-references): Accept a nil references
15514         string and go on blissfully.
15515
15516         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15517         cases where the references string is non-nil but has no references.
15518
15519         * encrypt.el: Add autoload tags.
15520
15521         * spam.el (spam-resolve-registrations-routine): Remove article
15522         from unregistration list too.  Reported by David Hanak
15523         <dhanak@isis.vanderbilt.edu>
15524
15525 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15528         nil.  Change custom type.
15529
15530 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15533
15534         * gnus-sum.el (gnus-summary-move-article): Use it.
15535
15536 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15537
15538         * encrypt.el: Add autoload cookies.
15539
15540         * spam.el (spam-backend-article-list-property)
15541         (spam-backend-get-article-todo-list)
15542         (spam-backend-put-article-todo-list)
15543         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15544         Resolve registrations separately.
15545         (spam-register-routine): Format comments.
15546         (spam-unregister-routine, spam-register-routine): Always call with
15547         specific-articles, no default list.
15548         (spam-summary-prepare-exit): Use the spam-classifications function.
15549
15550         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15551         gnus-encrypt.el.
15552
15553         * encrypt.el: Copied from gnus-encrypt.el.
15554
15555         * gnus-encrypt.el: Commented that it's obsolete.
15556
15557 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15560         (gnus-score-save): Use it.
15561
15562         * message.el (message-bury): Use `window-dedicated-p'.
15563
15564 2004-10-15  Simon Josefsson  <jas@extundo.com>
15565
15566         * pop3.el (top-level): Don't require nnheader.
15567         (pop3-read-timeout): Add.
15568         (pop3-accept-process-output): Add.
15569         (pop3-read-response, pop3-retr): Use it.
15570
15571 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15572
15573         * spam.el (spam-register-routine): Move comment.
15574         (spam-verify-bogofilter): Use 'unknown for the initial
15575         spam-bogofilter-valid state, not 'never.
15576
15577         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15578         for netrc-machine.
15579
15580         * nnimap.el (nnimap-open-connection):
15581         Use netrc-machine-user-or-password.
15582
15583 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15584
15585         * gnus-registry.el (gnus-registry-unload-hook):
15586         Set as a variable with add-hook.
15587
15588         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15589         of news-path.
15590
15591         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15592
15593         * spam.el: Delete duplicate `provide'.
15594         (spam-unload-hook): Set as a variable with add-hook.
15595
15596 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15599         in the doc string.
15600
15601         * message.el (message-ignored-news-headers)
15602         (message-ignored-supersedes-headers)
15603         (message-ignored-resent-headers)
15604         (message-forward-ignored-headers): Improve custom type.
15605
15606 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * message.el (message-tokenize-header): Fix 2004-09-06 change
15609         which used point-min in the wrong place.
15610
15611 2004-10-12  Simon Josefsson  <jas@extundo.com>
15612
15613         * tls.el (tls-certtool-program): New variable.
15614         (tls-certificate-information): New function, based on
15615         ssl-certificate-information.
15616
15617 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * compface.el: Move the version of ELisp-based uncompface program
15620         to the contrib directory because of the copyright problem.
15621
15622 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * message.el (message-kill-buffer): Raise the current frame.
15625
15626 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15629
15630         * gnus.el (message-y-or-n-p): Autoload.
15631
15632         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15633         (pop3-password-required, pop3-authentication-scheme)
15634         (pop3-leave-mail-on-server): Make customizable.
15635         (pop3): New custom group.
15636         (pop3-retr): Remove `sleep-for' statements.
15637         Suggested by Dave Love <fx@gnu.org>.
15638
15639         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15640         Windows/DOS.
15641
15642         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15643         (imap-parse-body): Fix incorrect use of `assert'.
15644         Suggested by Dave Love <fx@gnu.org>.
15645
15646         * mml.el (mml-minibuffer-read-disposition): Require match.
15647         Suggested by Dave Love <fx@gnu.org>.
15648
15649 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15652         doc string.
15653
15654 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15657
15658 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15659
15660         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15661         instead of calling `mm-insert-inline', to decode text/* parts
15662         before displaying them.
15663
15664 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * mm-uu.el (mm-uu-text-plain-type): New variable.
15667         (mm-uu-pgp-signed-extract-1): Use it.
15668         (mm-uu-pgp-encrypted-extract-1): Use it.
15669         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15670         bind mm-uu-text-plain-type with that value.
15671         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15672         mm-uu-dissect.
15673
15674 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * gnus-group.el (gnus-update-group-mark-positions):
15677         * gnus-sum.el (gnus-update-summary-mark-positions):
15678         * message.el (message-check-news-body-syntax):
15679         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15680         of string-as-multibyte.
15681
15682 2004-10-05  Juri Linkov  <juri@jurta.org>
15683
15684         * gnus-group.el (gnus-update-group-mark-positions):
15685         * gnus-sum.el (gnus-update-summary-mark-positions):
15686         * message.el (message-check-news-body-syntax):
15687         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15688         8-bit unibyte values to a multibyte string for search functions.
15689
15690 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15693         (mm-uu-dissect-text-parts): New function.
15694
15695         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15696         dissect text parts.
15697
15698         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15699         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15700
15701         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15702
15703         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15704         Use gnus-current-topics instead of gnus-current-topic.
15705
15706 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15707
15708         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15709
15710 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15711
15712         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15713         where approriate.
15714
15715         * nnml.el (nnml-generate-active-info): do.
15716
15717         * nndiary.el (nndiary-generate-active-info): do.
15718
15719         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15720         (gnus-topic-move): do.
15721
15722         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15723         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15724
15725         * gnus-srvr.el (gnus-server-prepare)
15726         (gnus-server-open-all-servers): do.
15727
15728         * gnus-msg.el (gnus-summary-cancel-article)
15729         (gnus-summary-resend-message)
15730         (gnus-summary-mail-crosspost-complaint): do.
15731
15732         * gnus-move.el (gnus-change-server): do.
15733
15734         * gnus-group.el (gnus-group-unmark-all-groups)
15735         (gnus-group-set-current-level): do.
15736
15737 2004-10-04  Simon Josefsson  <jas@extundo.com>
15738
15739         * message.el (message-generate-hashcash): Doc fix.
15740
15741 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15742
15743         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15744         avoid infinite recursion via gnus-get-function.
15745
15746 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15749
15750         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15751
15752         * nnmail.el (nnmail-split-history): do.
15753
15754         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15755         (nnml-request-delete-group): do.
15756
15757         * nnslashdot.el (nnslashdot-read-groups): do.
15758
15759         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15760         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15761
15762         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15763         (nnspool-sift-nov-with-sed): Use last.
15764         (nnspool-retrieve-headers-with-nov): Use mapc.
15765         (nnspool-request-newgroups): Use dolist.
15766         (nnspool-request-group): Use last.
15767
15768         * nntp.el (nntp-read-server-type): Use dolist.
15769
15770         * nnvirtual.el (nnvirtual-create-mapping)
15771         (nnvirtual-update-read-and-marked): Use dolist.
15772         (nnvirtual-convert-headers): Simplify.
15773
15774 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15775
15776         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15777         Add support for sync'ing tick marks.
15778
15779 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15782         there's no visible header.
15783
15784 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15785
15786         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15787         When necessary, pass full group name to gnus-request-set-marks.
15788
15789 2004-10-01  Simon Josefsson  <jas@extundo.com>
15790
15791         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15792         acroread.
15793
15794 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * spam-report.el (spam-report-gmane): Fix interactive.
15797
15798         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15799
15800         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15801         when writing file.
15802         (gnus-agent-synchronize-flags): Don't default to being
15803         interactive.
15804
15805 2004-09-30  Simon Josefsson  <jas@extundo.com>
15806
15807         * message.el (message-generate-hashcash): Add.
15808         (message-send-mail): Use it, call mail-add-payment.
15809
15810 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15811
15812         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15813
15814 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15815
15816         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15817         gnus-requst-update-info with explicit code to sync the in-memory
15818         info read flags with the marks being sync'd to the backend.
15819
15820         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15821
15822 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * spam.el (spam-verify-bogofilter): Add new function.
15825         (spam-check-bogofilter)
15826         (spam-bogofilter-register-with-bogofilter): Use it.
15827         (spam-verify-bogofilter): Add small fixes.
15828
15829 2004-09-28  Simon Josefsson  <jas@extundo.com>
15830
15831         * hashcash.el (hashcash-generate-payment): Revert.
15832
15833 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15834
15835         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15836         Use gnus-extract-references instead of gnus-split-references.
15837
15838         * gnus-util.el (gnus-extract-references): Add new function, analogous
15839         to gnus-split-references but extracts only the message-ID without
15840         anything extra.
15841
15842         * hashcash.el (hashcash-generate-payment)
15843         (hashcash-check-payment): Do the right thing if hashcash-path is
15844         nil (because the hashcash program could not be found).
15845
15846         * spam.el (spam-use-hashcash): Remove comment.
15847
15848 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15849
15850         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15851         (gnus-cache-enter-article, gnus-cache-remove-article)
15852         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15853
15854         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15855
15856         * gnus-art.el (article-hide-boring-headers)
15857         (article-translate-strings, article-display-face)
15858         (gnus-article-mime-match-handle-first)
15859         (gnus-article-highlight-headers)
15860         (gnus-article-add-buttons-to-head): do.
15861
15862 2004-09-27  Simon Josefsson  <jas@extundo.com>
15863
15864         * hashcash.el: New version, from
15865         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15866         ../contrib/.
15867
15868 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15871
15872 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15873
15874         * gnus-dup.el (gnus-dup-open): Use mapc.
15875         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15876
15877         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15878         Reported by Stefan Wiens <s.wi@gmx.net>.
15879
15880         * gnus.el (gnus-shutdown): Use dolist.
15881
15882         * gnus-undo.el (gnus-undo): Use mapc.
15883
15884         * nnrss.el (nnrss-generate-active): do.
15885
15886         * message.el (message-cite-original-without-signature)
15887         (message-cite-original): Use mapc.
15888         (message-do-actions, message-make-forward-subject): Use dolist.
15889
15890 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15891
15892         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15893         deletion to remove entire duplicate line.  Fixes merged article
15894         number bug.
15895
15896 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15897
15898         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15899         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15900         first ask if you want to open a server and then, even when you
15901         responded with no, asking if you want to synchronize the server's
15902         flags.
15903         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15904         multi-line expressions.
15905         (gnus-agent-synchronize-group-flags): New internal function.
15906         Updates marks in memory (in the info structure) AND in the
15907         backend.
15908
15909         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15910
15911         * nnagent.el (nnagent-request-set-mark):
15912         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15913         method, to ensure that synchronization updates marks in the
15914         backend and in the info (in memory) structure.
15915
15916 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15919         convention fully; don't miss the root article of a thread; make
15920         the X-Draft-From header with correct article numbers.
15921
15922 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15923
15924         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15925         unless plugged.  Disable the agent so that an open failure causes
15926         an error.
15927
15928         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15929         Revert 2004-09-21 change.  The backend must be opened while
15930         synchronizing flags even when the backend stores the flags
15931         locally.
15932
15933 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15936         in `header' match.  Reported by Svend Tollak Munkejord.
15937
15938         * message.el (message-cite-original): Fix use of
15939         `message-cite-articles-with-x-no-archive'.
15940
15941 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15944         (gnus-window-to-buffer): Ditto.
15945
15946         * mml.el (mml-preview-buffer): New variable.
15947         (mml-preview): Manage window layout with gnus-buffer-configuration.
15948
15949         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15950         X-Draft-From header even if those articles aren't quoted.
15951
15952 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15953
15954         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15955         (gnus-request-set-mark, gnus-request-update-mark): Use new
15956         g-s-t-u-l-m to decide to use backend even when unplugged.
15957
15958 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15961         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15962
15963 2004-09-20  Simon Josefsson  <jas@extundo.com>
15964
15965         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15966         "utf-16-le".
15967
15968 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15969
15970         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15971
15972 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * uudecode.el (uudecode-use-external): Add :version.
15975
15976         * smime.el (smime-CA-file, smime-encrypt-cipher)
15977         (smime-dns-server): Add :version.
15978
15979         * smiley.el (gnus-smiley-file-types): Add :version.
15980
15981         * sha1.el (sha1-use-external): Add :version.
15982
15983         * pgg-def.el (pgg-query-keyserver): Add :version.
15984
15985         * nnmail.el (nnmail-fancy-expiry-targets)
15986         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15987         Add :version.
15988
15989         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15990         (nnimap-retrieve-groups-asynchronous): Add :version.
15991         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15992
15993         * mml.el (mml-content-disposition-parameters)
15994         (mml-insert-mime-headers-always): Add :version.
15995
15996         * mm-util.el (mm-coding-system-priorities): Add :version.
15997
15998         * mm-decode.el (mm-inline-text-html-with-images)
15999         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16000         (mm-verify-option): Add :version.
16001         (mm-text-html-renderer): Change :version.
16002
16003         * message.el (message-fcc-externalize-attachments)
16004         (message-required-headers, message-draft-headers)
16005         (message-subject-trailing-was-query)
16006         (message-subject-trailing-was-ask-regexp)
16007         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16008         (message-mark-insert-end, message-archive-header)
16009         (message-archive-note, message-cross-post-default)
16010         (message-cross-post-note, message-followup-to-note)
16011         (message-cross-post-note-function, message-use-mail-followup-to)
16012         (message-subscribed-address-functions)
16013         (message-subscribed-address-file, message-subscribed-addresses)
16014         (message-subscribed-regexps, message-allow-no-recipients)
16015         (message-yank-cited-prefix, message-signature-insert-empty-line)
16016         (message-hidden-headers, message-hierarchical-addresses)
16017         (message-mail-user-agent, message-use-idna)
16018         (message-valid-fqdn-regexp)
16019         (message-strip-special-text-properties, message-header-synonyms)
16020         (message-beginning-of-line, message-tab-body-function): Add :version.
16021         (message-insert-canlock, message-wide-reply-confirm-recipients):
16022         Change :version.
16023
16024         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16025         and :version.
16026         (mail-source-delete-old-incoming-confirm)
16027         (mail-source-movemail-program): Add :version.
16028
16029         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16030         (gnus-agent-cache, gnus-agent): Change :version.
16031
16032         * gnus-util.el (gnus-use-byte-compile): Change :version.
16033
16034         * gnus-sum.el (gnus-summary-make-false-root-always)
16035         (gnus-summary-default-high-score)
16036         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16037         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16038         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16039         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16040         (gnus-sum-thread-tree-single-indent)
16041         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16042         (gnus-sum-thread-tree-leaf-with-other)
16043         (gnus-sum-thread-tree-single-leaf): Add :version.
16044         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16045         (gnus-article-loose-mime): Change :version.
16046
16047         * gnus-start.el (gnus-backup-startup-file)
16048         (gnus-save-startup-file-via-temp-buffer): Add :version.
16049
16050         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16051         (gnus-server-offline-face): Add :version.
16052
16053         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16054
16055         * gnus-msg.el (gnus-gcc-externalize-attachments)
16056         (gnus-debug-files, gnus-debug-exclude-variables)
16057         (gnus-discouraged-post-methods): Change :version.
16058         (gnus-confirm-mail-reply-to-news)
16059         (gnus-confirm-treat-mail-like-news): Add :version.
16060
16061         * gnus-int.el (gnus-server-unopen-status): Add :version.
16062
16063         * gnus-group.el (gnus-group-jump-to-group-prompt)
16064         (gnus-large-ephemeral-newsgroup)
16065         (gnus-fetch-old-ephemeral-headers): Add :version.
16066
16067         * gnus-fun.el (gnus-x-face-directory)
16068         (gnus-convert-pbm-to-x-face-command)
16069         (gnus-convert-image-to-x-face-command)
16070         (gnus-convert-image-to-face-command): Add :version.
16071
16072         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16073
16074         * gnus-cite.el (gnus-cite-blank-line-after-header)
16075         (gnus-article-boring-faces): Add :version.
16076
16077         * gnus-art.el (gnus-buttonized-mime-types)
16078         (gnus-inhibit-mime-unbuttonizing)
16079         (gnus-treat-display-face)
16080         (gnus-treat-body-boundary): Change :version.
16081         (gnus-body-boundary-delimiter, gnus-picon-databases)
16082         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16083         (gnus-treat-date-english, gnus-treat-fold-headers)
16084         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16085         (gnus-treat-mail-picon, gnus-treat-wash-html)
16086         (gnus-article-encrypt-protocol)
16087         (gnus-use-idna, gnus-article-over-scroll)
16088         (gnus-mime-display-multipart-alternative-as-mixed)
16089         (gnus-mime-display-multipart-related-as-mixed)
16090         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16091         (gnus-ctan-url, gnus-button-ctan-handler)
16092         (gnus-button-handle-ctan-bogus-regexp)
16093         (gnus-button-ctan-directory-regexp)
16094         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16095         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16096         (gnus-button-man-level, gnus-button-emacs-level)
16097         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16098
16099         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16100         (gnus-agent-go-online): Change :version.
16101         (gnus-agent-expire-unagentized-dirs)
16102         (gnus-agent-auto-agentize-methods): Add :version.
16103
16104         * flow-fill.el (fill-flowed-display-column)
16105         (fill-flowed-encode-column): Add :version.
16106
16107         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16108         (gnus-outlook-deuglify-unwrap-max)
16109         (gnus-outlook-deuglify-cite-marks)
16110         (gnus-outlook-deuglify-unwrap-stop-chars)
16111         (gnus-outlook-deuglify-no-wrap-chars)
16112         (gnus-outlook-deuglify-attrib-cut-regexp)
16113         (gnus-outlook-deuglify-attrib-verb-regexp)
16114         (gnus-outlook-deuglify-attrib-end-regexp)
16115         (gnus-outlook-display-hook): Add :version.
16116
16117         * binhex.el (binhex-use-external): Add :version.
16118
16119 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16122         and `invisible'.
16123
16124 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16127         in gnus-registry-trim.
16128
16129 2004-09-13  Simon Josefsson  <jas@extundo.com>
16130
16131         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16132
16133         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16134
16135         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16136         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16137         <yamaoka@jpl.org>.
16138         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16139         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16140         <yamaoka@jpl.org>.
16141
16142         * sieve.el (sieve-manage-mode): Ditto.
16143
16144 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16145
16146         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16147
16148 2004-09-11  Simon Josefsson  <jas@extundo.com>
16149
16150         * dns-mode.el: Add.
16151
16152         * mm-view.el (mm-display-dns-inline): Add.
16153
16154         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16155         (mm-automatic-display): Ditto.
16156
16157         * mailcap.el (mailcap-mime-data): Add text/dns.
16158         (mailcap-mime-extensions): Map .soa to text/dns.
16159
16160 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16161
16162         * gnus-art.el (article-decode-mime-words, article-babel)
16163         (gnus-article-highlight-signature, gnus-article-add-buttons)
16164         (gnus-signature-toggle): Remove unnecessary bindings of
16165         `inhibit-read-only' inherited from v5.10 merge.
16166
16167 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * nntp.el (nntp): New customization group.
16170         (nntp-authinfo-file): Add customization group.
16171
16172         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16173
16174         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16175
16176         * gnus.el (to-address, to-list, subscribed)
16177         (large-newsgroup-initial): Ditto.
16178
16179         * flow-fill.el (fill-flowed-display-column)
16180         (fill-flowed-encode-column): Ditto.
16181
16182 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16183
16184         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16185         Use point-min rather than 1.
16186         (message-send-mail): Use buffer-size rather than point-max.
16187
16188         * gnus-sum.el (gnus-summary-search-article-forward):
16189         Signal a specific `search-failed' rather than a generic `error'.
16190
16191         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16192         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16193         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16194
16195 2004-09-10  Simon Josefsson  <jas@extundo.com>
16196
16197         * nndb.el (require): Remove tcp and duplicate cl.
16198
16199 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-agent.el (directory-files-and-attributes): Move forward.
16202
16203 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16204
16205         * gnus-agent.el (directory-files-and-attributes):
16206         Optionally defined to support XEmacs.
16207
16208 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16209
16210         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16211         to avoid run-time CL dependencies.
16212         (gnus-agent-unfetch-articles): New function.
16213         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16214         article numbers even when local .overview file is missing.
16215         (gnus-agent-read-article-number): New function.  Only accepts
16216         27-bit article numbers.
16217         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16218         Use gnus-agent-read-article-number.
16219         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16220         from backend while recognizing that article numbers in .overview
16221         must be valid.
16222         (gnus-agent-update-files-total-fetched-for):
16223         Use directory-files-and-attributes to improve performance.
16224         * gnus-int.el (gnus-request-move-article):
16225         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16226         improve performance.
16227
16228         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16229         some users confused by references to .newsrc when they only have a
16230         .newsrc.eld file.
16231         (gnus-convert-mark-converter-prompt)
16232         (gnus-convert-converter-needs-prompt): Fix use of property list.
16233         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16234         New function.  Used internally to only display 'gnus converting
16235         files' message when actually necessary.
16236
16237         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16238         methods now autoloaded.
16239
16240 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16243         identifiers.
16244
16245 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * gnus-picon.el: Fix indentation and closing parenthesis.
16248
16249 2004-09-01  Simon Josefsson  <jas@extundo.com>
16250
16251         * message.el (message-canlock-generate): Require sha1, not
16252         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16253         to require within a function.  Sadly, if sha1.el isn't loaded, the
16254         let binding in m-c-g will hide the defcustom definition, which is
16255         bad.)
16256
16257         * canlock.el: Require sha1, not sha1-el.
16258
16259         * message.el: Don't autoload sha1 (there is a autoload cookie in
16260         sha1.el).
16261
16262         * sha1-el.el: Rename to sha1.el.
16263
16264 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16265
16266         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16267
16268 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16269
16270         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16271
16272 2004-08-30  Kim F. Storm  <storm@cua.dk>
16273
16274         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16275
16276         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16277         Add :group 'nnimap.
16278
16279 2004-08-30  Andreas Schwab  <schwab@suse.de>
16280
16281         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16282         ?* and ?\;.
16283
16284         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16285         and ?\' to symbol instead of whitespace.
16286
16287 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16290
16291         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16292         instead of re-search-forward.
16293
16294         * gnus-uu.el (gnus-uu-save-article): Ditto.
16295         (gnus-uu-post-encode-uuencode): Ditto.
16296
16297         * html2text.el (html2text-clean-list-items): Ditto.
16298         (html2text-clean-dtdd): Ditto.
16299         (html2text-format-tags): Ditto.
16300
16301         * message.el (message-send-mail-with-sendmail): Fix regexp.
16302         (message-fill-field-general): Use search-forward instead of
16303         re-search-forward.
16304         (unbold-region): Ditto.
16305
16306         * nnrss.el (nnrss-request-article): Ditto.
16307
16308         * nnslashdot.el (nnslashdot-request-article): Ditto.
16309
16310         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16311
16312         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16313         "Unrecognized menu descriptor" error in XEmacs.
16314
16315 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16316
16317         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16318         parent article of a sparse article in the thread hashtb.
16319
16320 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16321
16322         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16323         (nnmail-expand-newtext): Lowercase expanded entries if
16324         nnmail-split-lowercase-expanded is non-nil.
16325
16326 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16329
16330         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16331         of gnus-tmp-news-method into string under XEmacs.  It will be
16332         passed to gnus-correct-length which takes only a string argument.
16333
16334 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-util.el (gnus-bind-print-variables): New macro.
16337         (gnus-prin1): Use it.
16338         (gnus-prin1-to-string): Use it.
16339         (gnus-pp): New function.
16340         (gnus-pp-to-string): New function.
16341
16342         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16343         Replace pp-to-string with gnus-pp-to-string.
16344         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16345         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16346         * gnus-msg.el (gnus-debug): Ditto.
16347         * gnus-score.el (gnus-score-save): Ditto.
16348         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16349         gnus-pp-to-string.
16350         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16351         with gnus-pp.
16352         * score-mode.el (gnus-score-pretty-print): Ditto.
16353         * webmail.el (webmail-debug): Ditto.
16354
16355 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-art.el (article-display-face, article-display-x-face):
16358         Use buffer-read-only.
16359
16360 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-art.el (article-hide-list-identifiers):
16363         Bind inhibit-read-only as t.
16364
16365 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16368
16369 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16370
16371         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16372         (gnus-narrow-to-page): Don't assume point-min == 1.
16373         (gnus-article-edit-mode): Derive from message-mode.
16374
16375         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16376         point-min == 1.
16377
16378         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16379         Disable incorrect use of `assert'.
16380
16381         * message.el (message-mode): Set comment-start-skip.
16382
16383
16384 2004-08-22  Sam Steingold  <sds@gnu.org>
16385
16386         * pop3.el (pop3-leave-mail-on-server): New user variable.
16387         (pop3-movemail): Delete mail only when it is nil.
16388
16389 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16392
16393         * mml.el (mml-preview): Use `pop-to-buffer'.
16394
16395         * message.el (message-goto-mail-followup-to): Insert after "To".
16396         (message-carefully-insert-headers): Add comment.
16397
16398         * gnus.el: Remove unused variable `gnus-article-check-size'.
16399
16400         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16401
16402         * gnus-art.el (gnus-button-alist):
16403         Improve `gnus-button-handle-library' entry.
16404
16405 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16406
16407         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16408         Use downcase, since XEmacs capitalizes error messages differently.
16409
16410 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16411
16412         * nntp.el: Add (require 'gnus) due to reference to
16413         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16414
16415 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16416
16417         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16418         Bind `mm-fill-flowed'.
16419
16420         * mm-decode.el (mm-dissect-singlepart): Check it.
16421
16422 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16423
16424         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16425         'imap' for netrc parsing.
16426
16427 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16428
16429         * mailcap.el (mailcap-mime-data): Mark as risky.
16430
16431 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16434         may be included in the encoded word.
16435         (rfc2047-encode): Don't append a space if the encoded word
16436         includes close parenthesis.
16437
16438 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16441         of text within parentheses.
16442
16443 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16446         (gnus-encrypt-write-file-contents): Make the password key the file
16447         name PLUS the cipher, not just the cipher.  Also remove failed
16448         passwords from the cache.
16449
16450 2004-08-06  Simon Josefsson  <jas@extundo.com>
16451
16452         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16453         Doc fix.
16454
16455 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16458         LWSP.
16459
16460 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16463         Try to append in-reply-to: data to the references: header.
16464
16465         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16466         (netrc-parse): Use gnus-encrypt.el functions.
16467
16468         * gnus-encrypt.el: Add new file for encryption support; currently
16469         does only a few GPG ciphers and an internal XOR cipher.
16470
16471         * password.el: Add comments on using password-read-and-add.
16472         (password-read-and-add): Add function to read and add the
16473         password to the cache at once.
16474
16475 2004-07-28  Simon Josefsson  <jas@extundo.com>
16476
16477         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16478         parameter (but don't use it, for now).
16479
16480         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16481         instead of hard coding to nil.
16482
16483 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16486         as mm-inline-image-xemacs does.
16487
16488 2004-07-26  Simon Josefsson  <jas@extundo.com>
16489
16490         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16491         Revert part of 2004-07-17 change below.
16492
16493 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16496         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16497
16498 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16499
16500         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16501         quotes that actually start with ">" at the beginning of the
16502         lines.
16503
16504 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * rfc2047.el (rfc2047-encode-region): Fix last change.
16507         (rfc2047-encode-parameter): Remove useless concat.
16508
16509 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16512         encode special characters; fix some kind of misconfigured headers;
16513         signal a real error if debug-on-quit or debug-on-error is non-nil.
16514         (rfc2047-encode-max-chars): New variable.
16515         (rfc2047-encode-1): Use it.
16516         (rfc2047-encode-parameter): New function.
16517
16518         * mml.el (mml-insert-parameter): Remove an excessive space.
16519
16520 2004-07-17  Simon Josefsson  <jas@extundo.com>
16521
16522         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16523         Kai Grossjohann <kai@emptydomain.de>.
16524         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16525         (gnus-group-make-menu-bar): Ditto.
16526
16527         * gnus-util.el (gnus-group-server): Add.
16528
16529 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16530
16531         * message.el (message-clone-locals): Clone sendmail and smtp
16532         variables.
16533
16534 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * rfc2047.el (rfc2047-encode-region): Fix last change.
16537
16538 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16541         characters as non-special.
16542
16543 2004-07-09  Simon Josefsson  <jas@extundo.com>
16544
16545         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16546         Users will lose all flag changes made while unplugged with
16547         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16548         good default.  See numerous reports on ding mailing list.
16549
16550 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16553         add generate-head-function and generate-article-function to the
16554         rfc822-forward entry.
16555         (nndoc-rfc822-forward-generate-article): New function.
16556         (nndoc-rfc822-forward-generate-head): New function.
16557
16558         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16559
16560 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16561
16562         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16563         respect display group parameter and gnus-summary-expunge-below.
16564         (gnus-articles-to-read): Remove unused reference to display group
16565         parameter.
16566
16567 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16568
16569         * nnheader.el (nnheader-uniquify-message-id): New experimental
16570         variable.
16571         (nnheader-nov-read-message-id): Use it.
16572
16573         * spam-report.el (spam-report-gmane): Add interactive.
16574
16575 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * mm-encode.el (mm-content-transfer-encoding-defaults):
16578         Use qp-or-base64 for the application/* types.
16579
16580 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16581
16582         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16583
16584 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16585
16586         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16587         trim value.
16588
16589 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16590
16591         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16592         New macro and function.
16593         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16594
16595 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16598         after-load-alist.
16599
16600 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16601
16602         * gnus-group.el (gnus-group-get-new-news-this-group):
16603         Don't update info that isn't there.
16604
16605 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16606
16607         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16608         entry.
16609
16610 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * mm-view.el (mm-inline-render-with-function): Use multibyte
16613         buffer; decode html source by charset.
16614
16615         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16616
16617         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16618         Mule-UCS is loaded under XEmacs.
16619         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16620
16621 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16622
16623         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16624
16625 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * mm-util.el (mm-coding-system-p): Return a coding-system.
16628         (mm-mime-mule-charset-alist): Use shift_jis instead of
16629         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16630         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16631         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16632         instead of japanese-shift-jis and iso-latin-1 respectively in
16633         order to share the default value with both Emacs and XEmacs-mule.
16634         (mm-mule-charset-to-mime-charset):
16635         Make mm-coding-system-priorities effective.
16636         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16637         while predicating of candidates upon the priorities.
16638
16639 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16640
16641         * gnus-sum.el (gnus-summary-make-menu-bar):
16642         Add gnus-uu-invert-processable.
16643
16644         * gnus.el: Autoload gnus-uu-invert-processable.
16645
16646 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * mm-util.el (mm-with-multibyte-buffer): New macro.
16649
16650         * rfc2047.el (rfc2047-encode-string): Use it.
16651         (rfc2047-encode-region): Move point to the end of the region after
16652         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16653
16654 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16657         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16658
16659 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16662         (gnus-cite-parse): Ignore quoted envelope From_.
16663         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16664
16665 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16666
16667         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16668         invalid addresses.
16669
16670 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el: Change section markers, revise TODO list.
16673         (spam-backends): Make new master list of all installed backends.
16674         (spam-summary-exit-behavior): Add new variable to determine how
16675         messages moves are done at summary exit.
16676         (spam-move-spam-nonspam-groups-only)
16677         (spam-process-ham-in-nonham-groups)
16678         (spam-process-ham-in-spam-groups): Remove variables, the
16679         spam-summary-exit-behavior variable should be used to manage this
16680         behavior.
16681         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16682         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16683         and spam-old-spam-articles.
16684         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16685         Add empty variables, placeholders for the backends they represent.
16686         (spam-set-difference): Move, unchanged.
16687         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16688         unless the user has a processor variable.
16689         (spam-classifications, spam-classification-valid-p)
16690         (spam-backend-properties, spam-backend-property-valid-p)
16691         (spam-backend-function-type-valid-p)
16692         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16693         (spam-report-articles-gmane, spam-report-articles-resend):
16694         Remove functions, they are not needed.
16695         (spam-install-backend-super, spam-backend-list)
16696         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16697         (spam-backend-function, spam-backend-ham-registration-function)
16698         (spam-backend-spam-registration-function)
16699         (spam-backend-ham-unregistration-function)
16700         (spam-backend-spam-unregistration-function)
16701         (spam-backend-statistical-p, spam-backend-mover-p)
16702         (spam-install-backend-alias, spam-install-checkonly-backend)
16703         (spam-install-mover-backend, spam-install-nocheck-backend)
16704         (spam-install-backend, spam-install-statistical-backend)
16705         (spam-install-statistical-checkonly-backend): Add backend installation
16706         support.
16707         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16708         (spam-group-processor-p): Use the new backend code and respect the
16709         summary exit behavior.
16710         (spam-mark-spam-as-expired-and-move-routine): Remove.
16711         (spam-summary-prepare): Change to use the new spam-old-articles
16712         variable.
16713         (spam-copy-or-move-routine, spam-copy-spam-routine)
16714         (spam-move-spam-routine, spam-copy-ham-routine)
16715         (spam-move-ham-routine): Add code to copy/move ham or spam.
16716         (spam-fetch-field-fast): Improve doc and code, plus allow the
16717         'number request.
16718         (spam-list-of-checks, spam-list-of-statistical-checks):
16719         Remove variables.
16720         (spam-split, spam-find-spam): Use the new backend code.
16721         (spam-registration-functions): Remove variable.
16722         (spam-unregister-routine): Add convenience wrapper.
16723         (spam-log-undo-registration, spam-register-routine)
16724         (spam-log-processing-to-registry)
16725         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16726         where possible.
16727         (spam-check-gmane-xref, spam-check-regex-headers)
16728         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16729         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16730         (spam-check-bogofilter-headers, spam-check-spamoracle)
16731         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16732         (spam-check-crm114-headers): Use the spam-split-group that
16733         spam-split prepares, no need to determine it every time.
16734
16735         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16736         to the nnheader-parse-naked-head call.
16737
16738         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16739
16740         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16741         the nnheader-nov-read-message-id call.
16742
16743 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16746         gnus-activate-group twice.  Suggested by Markus Peter
16747         <warp@spin.de>.
16748
16749 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-art.el (gnus-article-time-format): Exchange the order of
16752         day and month in the default value; fix customization type.
16753         (article-date-ut): Use add-text-properties.
16754         (article-make-date-line): Use message-make-date instead of
16755         current-time-string.
16756
16757         * message.el (message-fetch-field): Don't use set-text-properties.
16758         (message-make-date): Simplify.
16759
16760         * messagexmas.el (message-xmas-make-date): New function.
16761         (message-xmas-redefine): Defalias message-make-date to it.
16762
16763 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16766         (rfc2047-encode-region): Treat text within parentheses as special;
16767         show the original text when error has occurred.
16768
16769         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16770         already-computed method to gnus-activate-group.
16771
16772         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16773         same select-methods identical Lisp objects.
16774
16775         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16776         object when modifying the info.
16777
16778 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16781         gnus-opened-servers since it has never been opened with the new
16782         configuration yet.
16783
16784 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16787         arg to nnheader-generate-fake-message-id.
16788
16789 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16792         number and build a fake message ID localized to a group and
16793         article number (so it's repeatable from that point on).
16794         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16795         ID format.
16796
16797         * gnus-sum.el (gnus-get-newsgroup-headers):
16798         Call nnheader-generate-fake-message-id with the article number.
16799
16800 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16801
16802         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16803         end-of-buffer.
16804
16805 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16806
16807         * message.el (message-ignored-supersedes-headers): Add Approved.
16808
16809 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16812         goto-char.
16813         (rfc2047-encode): Fold the line before encoding.
16814
16815 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16816
16817         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16818         folding -- not all headers can be folded, and this should be done
16819         by the message composition mode.  Probably.  I think.
16820
16821 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16824         fast.
16825
16826         * gnus-ems.el (gnus-remove-image): Don't use
16827         message-text-with-property; remove only the image found first.
16828
16829         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16830         found first.
16831
16832 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16833
16834         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16835
16836 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * message.el (message-text-with-property): Make it fast and accept
16839         optional arguments.
16840         (message-strip-forbidden-properties): Use it.
16841         (message-fix-before-sending): Follow the m-t-w-p change.
16842
16843         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16844
16845 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * gnus-art.el (article-hide-headers): Don't change the buffer
16848         mistakenly when performing mml-preview even if
16849         gnus-single-article-buffer is nil.
16850
16851 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16852
16853         * message.el (message-expand-name-databases): New user option.
16854         (message-expand-name): Use it.
16855
16856 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16857
16858         * spam.el (spam-report-articles-resend)
16859         (spam-report-resend-register-routine): Allow ham reporting.
16860         (spam-report-resend-register-ham-routine): Add wrapper.
16861         (spam-registration-functions): Add ham resending functions.
16862         (spam-list-of-processors): Add ham resend processor.
16863
16864         * gnus.el (ham-resend-to): Add new group parameter.
16865         (spam-process): Add ham resend option.
16866
16867         * spam-report.el (spam-report-resend): Allow reporting ham.
16868         (spam-report-resend-ham): Add wrapper.
16869
16870 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16871
16872         * message.el (message-cite-articles-with-x-no-archive):
16873         New variable.
16874         (message-cite-original): Use it.
16875
16876 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * message.el (message-cite-original): Respect X-No-Archive.
16879
16880 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-art.el (article-hide-headers): Refer to the values for
16883         gnus-ignored-headers and gnus-visible-headers in the summary
16884         buffer since a user may have set them as group parameters.
16885
16886 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * assistant.el (assistant-node-name): Add convenience function.
16889         (assistant-render-text, assistant-render-node): Add error handling,
16890         plus handle multiple next nodes.
16891         (assistant-find-next-node): Comment out for now.
16892         (assistant-find-next-nodes): Add function, returns list of next
16893         nodes.
16894
16895 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16896
16897         * mail-source.el (mail-source-directory): Fix doc-string.
16898
16899 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16900
16901         * assistant.el (assistant-render-text, assistant-eval): Add :set
16902         widget type, which is different because it takes and returns a
16903         list.  Much hilarity ensues.
16904
16905 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16908
16909         * gnus-group.el (gnus-group-get-new-news-this-group):
16910         Add doc-string.
16911
16912         * gnus-start.el (gnus-activate-group): Add doc-string.
16913
16914 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16917
16918 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16919
16920         * assistant.el (assistant-render-text): Try to add a :set
16921         widget, more to come.
16922
16923         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16924         strings.
16925         (spam-report-articles-resend)
16926         (spam-register-routine): Do registration iff any articles warrant
16927         it.
16928         (spam-summary-prepare-exit): Change log message for nil group
16929         destinations.
16930
16931 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16932
16933         * spam.el (spam-report-resend-register-routine):
16934         Allow spam-report-resend-to to be a group parameter or a global value.
16935
16936 2004-05-26  Simon Josefsson  <jas@extundo.com>
16937
16938         * starttls.el: Merge with my GNUTLS based starttls.el.
16939         (starttls-gnutls-program, starttls-use-gnutls)
16940         (starttls-extra-arguments, starttls-process-connection-type)
16941         (starttls-connect, starttls-failure, starttls-success):
16942         New variables.
16943         (starttls-program, starttls-extra-args): Doc fix.
16944         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16945         New functions.
16946         (starttls-negotiate, starttls-open-stream):
16947         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16948         function if it is set.
16949
16950 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16953         structured fields.
16954
16955 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16958
16959 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16960
16961         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16962         Add variable.
16963         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16964         assigning the spam-mark to new messages.
16965
16966 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16967
16968         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16969
16970 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16973
16974         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16975         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16976         default.
16977
16978 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16979
16980         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16981         correct data.
16982
16983 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16984
16985         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16986         (spam-group-processor-p): Fix function.
16987         (spam-group-processor-multiple-p)
16988         (spam-group-spam-processor-report-gmane-p)
16989         (spam-group-spam-processor-report-resend-p)
16990         (spam-group-spam-processor-bogofilter-p)
16991         (spam-group-spam-processor-blacklist-p)
16992         (spam-group-spam-processor-ifile-p)
16993         (spam-group-ham-processor-ifile-p)
16994         (spam-group-spam-processor-spamoracle-p)
16995         (spam-group-spam-processor-crm114-p)
16996         (spam-group-ham-processor-bogofilter-p)
16997         (spam-group-spam-processor-stat-p)
16998         (spam-group-ham-processor-stat-p)
16999         (spam-group-ham-processor-whitelist-p)
17000         (spam-group-ham-processor-BBDB-p)
17001         (spam-group-ham-processor-spamoracle-p)
17002         (spam-group-ham-processor-copy-p): Remove functions with some
17003         prejudice against unneeded code.
17004         (spam-report-articles-resend)
17005         (spam-report-resend-register-routine): Allow the group/topic
17006         spam-resend-to value to override spam-report-resend-to.
17007         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17008         properly now.
17009
17010         * gnus.el (spam-resend-to): Add group/topic parameter.
17011         (spam-process): Move the OBSOLETE processors to the end of the
17012         choices.
17013
17014 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17015
17016         * spam-report.el (spam-report-resend-to, spam-report-resend):
17017         Start with resend-to set to nil, and then ask the user if necessary.
17018         (spam-report-resend): spam-report-resend takes a list of articles, not
17019         separate article numbers.
17020
17021 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17024         addition to emacs-w3m.
17025
17026 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027
17028         * assistant.el (assistant-authinfo-data): New function.
17029         (assistant-eval): Eval for entire assistant.
17030
17031         * netrc.el (netrc-services-file): New variable.
17032         (netrc-parse-services): New function.
17033         (netrc-find-service-name): New function.
17034         (netrc-find-service-number): New function.
17035         (netrc-port-equal): New function.
17036         (netrc-machine): Use it.
17037
17038         * nnimap.el (nnimap-open-connection): Use netrc.
17039
17040         * gnus-util.el (gnus-netrc-get): Remove aliases.
17041
17042         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17043
17044         * assistant.el (wid-edit): Fix compilation.
17045
17046         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17047
17048 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17049
17050         * gnus-util.el (gnus-set-file-modes): New function.  (small
17051         patch).
17052
17053 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17054
17055         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17056
17057         * assistant.el (assistant-render-node): Fix up rendering and
17058         read-only text.
17059         (assistant-render-node): Reset.
17060         (assistant-make-read-only): Not sticky.
17061
17062 2004-05-20  Danny Siu  <dsiu@adobe.com>
17063
17064         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17065         centered even when gnus-auto-center-summary is t.
17066
17067 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17068
17069         * dns.el (dns-get-txt-answer): New function.
17070         (dns-read-txt): Ditto.
17071         (query-dns): Use it.
17072
17073 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17076         active for foreign groups even if the group level is higher than
17077         the specified value.
17078
17079 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17080
17081         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17082         non-active groups.
17083
17084         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17085
17086 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17087
17088         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17089
17090 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17093         (spam-crm114-header, spam-crm114-spam-switch)
17094         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17095         (spam-crm114-positive-spam-header)
17096         (spam-crm114-database-directory, spam-list-of-processors)
17097         (spam-group-spam-processor-crm114-p)
17098         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17099         (spam-generic-score, spam-list-of-checks)
17100         (spam-list-of-statistical-checks, spam-registration-functions)
17101         (spam-check-crm114-headers, spam-crm114-score)
17102         (spam-check-crm114, spam-crm114-register-with-crm114)
17103         (spam-crm114-register-spam-routine)
17104         (spam-crm114-unregister-spam-routine)
17105         (spam-crm114-register-ham-routine)
17106         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17107         From asjo@koldfront.dk (Adam Sjøgren).
17108
17109         * gnus.el: Add spam-use-crm114.
17110
17111         * spam.el (spam-list-of-processors, spam-registration-functions):
17112         Add spam-use-resend.
17113         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17114         (spam-report-articles-gmane): Add doc fix.
17115         (spam-report-articles-resend, spam-report-resend-register-routine):
17116         Add wrappers around spam-report-resend-to.
17117
17118         * spam-report.el (spam-report-resend-to, spam-report-resend):
17119         Add support for resending spam.
17120         (spam-report-gmane): Fix line length >80.
17121
17122         * gnus.el (spam-process): Add spam-use-resend.
17123
17124 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17125
17126         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17127         number of processed spam messages.
17128         (spam-ham-copy-or-move-routine): Return the number of processed
17129         ham messages.
17130         (spam-summary-prepare-exit): Use the above values to decide
17131         whether status messages shouled be displayed.
17132
17133 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17136         `rfc2047-encoding-function-alist' in order to avoid conflicting
17137         with the old version.
17138         (rfc2047-encode-region): Concatenate words containing non-ASCII
17139         characters in structured fields; don't encode space-delimited
17140         ASCII words even in unstructured fields; don't break words at
17141         char-category boundaries.
17142         (rfc2047-encode-1): New function.
17143         (rfc2047-encode): Use it; encode text so that it occupies the
17144         maximum width within 76-column; work correctly on Q encoding for
17145         iso-2022-* charsets.
17146         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17147         sure not to break a line just after the header name.
17148         (rfc2047-b-encode-region): Remove.
17149         (rfc2047-b-encode-string): New function.
17150         (rfc2047-q-encode-region): Remove.
17151         (rfc2047-q-encode-string): New function.
17152
17153         * mm-util.el (mm-replace-in-string): New function.
17154
17155 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17156
17157         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17158         Really get it right.
17159         (gnus-inews-make-draft): Really.
17160
17161 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17162
17163         * nnmh.el (nnmh-request-list-1): Don't check the link count
17164         before descending.  (small patch)
17165
17166 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17167
17168         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17169         stuff.
17170
17171         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17172         Match on real group name.
17173
17174         * gnus-art.el (gnus-signature-limit): Doc fix.
17175
17176         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17177
17178         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17179
17180 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17181
17182         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17183         isn't a string.
17184
17185 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186
17187         * gnus-draft.el (gnus-draft-send):
17188         Bind rfc2047-encode-encoded-words.
17189
17190         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17191         (rfc2047-encodable-p): Say that =? needs encoding.
17192         (rfc2047-encode-encoded-words): New variable.
17193
17194         * gnus-group.el (gnus-group-select-group): Doc fix.
17195
17196         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17197
17198         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17199         to nil.
17200
17201         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17202
17203         * nnheader.el (nnheader-get-lines-and-char): New function.
17204
17205 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * gnus-msg.el (gnus-summary-followup-with-original):
17208         Document yanking of region when active.
17209
17210 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17213         groups if the group level is higher than the specified value.
17214
17215 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17216
17217         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17218         (gnus-group-jump-to-group): Add prefix argument using
17219         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17220         non-active group.
17221
17222         * compface.el (uncompface): Be verbose when changing
17223         `uncompface-use-external'.
17224
17225         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17226         handle manual section.
17227
17228 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17229
17230         * gnus-art.el (gnus-button-alist): Revert previous change.
17231
17232 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17233
17234         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17235
17236 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17239         whether backend can accept message.
17240
17241         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17242
17243 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17244
17245         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17246         Avoid creating directory when nntp-marks-is-evil is true.
17247         Reported by Reiner Steib.
17248
17249 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17250
17251         * gnus-picon.el (gnus-picon-style): New variable.
17252         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17253         (gnus-picon-transform-address): Support `gnus-picon-style'.
17254         From Jesper Harder <harder@ifa.au.dk>.
17255
17256 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * message.el (message-fill-field): Return point.
17259         (message-generate-headers): Go to end of field.
17260
17261         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17262         stuff for non-living groups.
17263
17264 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17265
17266         * gnus-art.el (gnus-article-followup-with-original)
17267         (gnus-article-reply-with-original): gnus-mark-active-p ->
17268         gnus-region-active-p.
17269
17270 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17273         only when there is spam or ham to be processed.
17274
17275 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17276
17277         * mail-source.el (mail-source-delete-crash-box): Refactor.
17278         (mail-source-fetch): Use it.
17279         (mail-source-fetch-file): Ditto.
17280         (mail-source-fetch-directory): Run postscript in loop.
17281         (mail-source-fetch-pop): Delete.
17282         (mail-source-fetch-maildir): Ditto.
17283         (mail-source-fetch-imap): Ditto.
17284
17285         * imap.el (imap-authenticators): Comment out sasl.
17286
17287         * message.el (message-skip-to-next-address): New function.
17288         (message-fill-header-address): Refactor.
17289         (message-fill-address): Use it.
17290         (message-delete-address): Use it.
17291         (message-fill-header-general): Refactor.
17292         (message-fill-field-address): Rename.
17293         (message-narrow-to-field): Find the start of the header.
17294         (message-header-format-alist): Don't pre-fill.
17295         (message-fill-header): Remove.
17296         (message-insert-header): New function.
17297         (message-shorten-references): Use it.
17298
17299         * rfc2047.el (rfc2047-field-value): Strip props.
17300
17301         * mail-parse.el (mail-header-make-address): New alias.
17302
17303         * ietf-drums.el (ietf-drums-make-address): New function.
17304
17305         * imap.el: Add compiler directives.
17306
17307         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17308
17309         * gnus-art.el (article-decode-idna-rhs): Don't use
17310         message-idna-inside-rhs-p.
17311
17312 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17313
17314         * message.el (message-idna-inside-rhs-p): Remove.
17315         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17316
17317         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17318         false positives.
17319
17320 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17321
17322         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17323
17324 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17325
17326         * nneething.el (nneething-file-name): Don't create spurious
17327         files.
17328
17329         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17330         (gnus-inews-do-gcc): Remove sleep.
17331
17332         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17333         part under point.
17334
17335         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17336         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17337
17338 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17339
17340         * spam.el (spam-summary-prepare-exit): Fix (length).
17341
17342 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17343
17344         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17345         as expired without moving it" message when there are spam
17346         messages left.
17347
17348 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17349
17350         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17351         header is not nil.
17352
17353 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17354
17355         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17356         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17357         (nntp-marks-changed-p): New arg SERVER.
17358         (nntp-request-update-info): Adjust caller.
17359
17360 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17361
17362         * nntp.el (nntp-save-marks): Pass missing arg.
17363
17364 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17365
17366         * nntp.el: Support marks.
17367         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17368         (nntp-marks-modtime, nntp-marks-directory): New variables.
17369         (nntp-request-set-mark, nntp-request-update-info)
17370         (nntp-possibly-create-directory, nntp-marks-changed-p)
17371         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17372         New functions.
17373
17374 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17375
17376         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17377         (gnus-xmas-redefine): Rename.
17378
17379         * gnus-score.el (gnus-score-insert-help):
17380         Use gnus-select-lowest-window.
17381
17382         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17383         appt-select-lowest-window and rename to gnus-select-lowest-window.
17384
17385         * gnus.el: do.
17386
17387 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17388
17389         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17390         encodings of MIME-encoded words, in order to improve
17391         interoperability with several broken MUAs.
17392
17393 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17394
17395         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17396         tags, only when charsets are not specified in headers.
17397         (mm-inline-text-html-render-with-w3m): Ditto.
17398
17399         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17400         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17401
17402 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17403
17404         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17405         instead of MIME-decoded from fields when checking
17406         `gnus-article-address-banner-alist'.
17407
17408 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17409
17410         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17411         description rather than subject.
17412
17413 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17414
17415         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17416
17417 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17418
17419         * gnus.el (gnus-version-number): Bump.
17420
17421 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17422
17423         * gnus.el: No Gnus v0.2 is released.
17424
17425 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17426
17427         * gnus-agent.el (gnus-agent-read-agentview):
17428         Inline gnus-uncompress-range.
17429
17430 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17431
17432         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17433         `exec-installed-p'.
17434
17435 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17436
17437         * gnus.el (spam-process, spam-autodetect-methods):
17438         Add bsfilter and bsfilter-headers.
17439
17440         * spam.el (spam-bsfilter): New customize group.
17441         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17442         (spam-bsfilter-header, spam-bsfilter-probability-header)
17443         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17444         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17445         (spam-bsfilter-database-directory): New options.
17446         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17447         (spam-list-of-statistical-checks, spam-registration-functions):
17448         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17449         (spam-bsfilter-score): New command.
17450         (spam-check-bsfilter-headers, spam-check-bsfilter)
17451         (spam-bsfilter-register-with-bsfilter)
17452         (spam-bsfilter-register-spam-routine)
17453         (spam-bsfilter-unregister-spam-routine)
17454         (spam-bsfilter-register-ham-routine)
17455         (spam-bsfilter-unregister-ham-routine): New functions.
17456         (spam-generic-score): Support bsfilter; Accept an optional argument
17457         to recalcurate spam score even if scoring header has already been
17458         added.
17459         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17460         optional argument to recalcurate spam score even if scoring header
17461         has already been added.
17462
17463 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17466         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17467         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17468         link is missing.
17469
17470 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17473         (html2text-get-attr): Rewrite.
17474
17475         * message.el (message-setup-1): Remove redundant put-text-property
17476         on mail-header-separator.
17477
17478 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17479
17480         * gnus-registry.el (gnus-registry-cache-whitespace)
17481         (gnus-registry-action, gnus-registry-spool-action)
17482         (gnus-registry-split-fancy-with-parent): Change message levels
17483         from 5 to 3 or 7, as needed.
17484
17485         * spam.el (spam-summary-prepare-exit)
17486         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17487         (spam-split, spam-find-spam, spam-log-undo-registration)
17488         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17489         level from 5 to 6.
17490
17491 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17494         2004-03-04 change).
17495
17496 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17497
17498         * sieve-manage.el (sieve-manage-open):
17499         * nnweb.el (nnweb-insert-html):
17500         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17501         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17502         * nnspool.el (nnspool-request-group):
17503         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17504         * nnml.el (nnml-request-update-info):
17505         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17506         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17507         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17508         (nnimap-request-set-mark):
17509         * nnfolder.el (nnfolder-request-update-info):
17510         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17511         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17512         * gnus-uu.el (gnus-uu-find-articles-matching):
17513         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17514         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17515         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17516         * gnus-nocem.el (gnus-nocem-scan-groups):
17517         * gnus-int.el (gnus-start-news-server):
17518         * gnus-group.el (gnus-group-make-kiboze-group)
17519         (gnus-group-browse-foreign-server):
17520         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17521         Use mapc when appropriate.
17522
17523 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17524
17525         FIXME: Make separate entries for each person.
17526
17527         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17528         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17529         <shields@msrl.com>:
17530
17531         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17532         may need for spam sorting and scoring.
17533         (spam-user-format-function-S): Add user format function suitable for
17534         general use.
17535         (spam-article-sort-by-spam-status): Add sorting function for summary
17536         sorting.
17537         (spam-extra-header-to-number): Add function to get a score from a
17538         header.
17539         (spam-summary-score): Add function to get a numeric score from the
17540         headers.
17541         (spam-generic-score): Fix function doc, was in wrong place.
17542         (spam-initialize): Take symbols when it's run, and install the
17543         extra headers that spam-necessary-extra-headers thinks we need.
17544
17545 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17546
17547         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17548         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17549
17550 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17551
17552         * gnus-sum.el (gnus-set-global-variables)
17553         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17554         (gnus-article-get-xrefs, gnus-summary-best-group)
17555         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17556         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17557         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17558         Use with-current-buffer.
17559
17560 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17561
17562         * spam.el (spam-summary-prepare-exit): Simplify logic.
17563         (spam-fetch-article-header): Read the article header if it's not
17564         available.
17565         (spam-list-articles): Simplify logic.
17566         (spam-filelist-register-routine): Fix bug with unregister-list.
17567
17568         * gnus-registry.el: Fix comments at beginning.
17569
17570 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * message.el (message-cater-to-broken-inn): Remove.
17573         (message-shorten-references): Make sure the total folded length of
17574         References is shorter than 998 characters to cater to a bug in INN
17575         2.3.  Also, don't pretend that references aren't folded -- this
17576         hasn't worked for a while.
17577
17578 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17579
17580         * gnus-agent.el (gnus-agentize):
17581         gnus-agent-send-mail-real-function no longer set to current value
17582         of message-send-mail-function but rather a lambda that calls
17583         message-send-mail-function.  The change makes the agent real-time
17584         responsive to user changes to message-send-mail-function.
17585
17586 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17587
17588         * legacy-gnus-agent.el
17589         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17590         help from Florian Weimer <fw@deneb.enyo.de>
17591
17592 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * nnmail.el (nnmail-cache-insert): Revert last change.
17595
17596 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * nnmail.el (nnmail-cache-insert): Always check whether
17599         nnmail-cache-ignore-groups matches a group name.
17600
17601 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17602
17603         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17604         (spam-find-spam, spam-log-processing-to-registry)
17605         (spam-log-registered-p, spam-log-unregistration-needed-p)
17606         (spam-log-undo-registration): Use gnus-message instead of
17607         gnus-error, none of these errors are fatal.
17608
17609         * gnus-registry.el (gnus-registry-clean-empty-function)
17610         (gnus-registry-clean-empty): Remove only empty entries without
17611         extra data.
17612
17613 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17614
17615         * spam-stat.el (spam-stat-buffer-change-to-spam)
17616         (spam-stat-buffer-change-to-non-spam): Change (error) to
17617         (gnus-message 8) invocation.
17618
17619 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * nntp.el (nntp-via-netcat-command): New variable.
17622         (nntp-via-netcat-switches): New variable.
17623         (nntp-open-via-rlogin-and-netcat): New function.
17624         (nntp-open-connection-function): Doc fix.
17625         (nntp-telnet-command): Doc fix.
17626         (nntp-end-of-line): Doc fix.
17627         (nntp-via-rlogin-command): Doc fix.
17628         (nntp-via-user-name): Doc fix.
17629         (nntp-via-address): Doc fix.
17630
17631 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17634         error in Emacs 21.1.
17635
17636 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17639
17640 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17641
17642         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17643         (gnus-agent-with-refreshed-group): New macro.
17644         (gnus-agent-rename-group): New function.
17645         (gnus-agent-delete-group): New function.
17646         (gnus-agent-save-group-info): Use gnus-command-method when
17647         `method' parameter is nil.  Don't write nil entries into the
17648         active file.
17649         (gnus-agent-get-group-info): New function.
17650         (gnus-agent-fetch-articles):
17651         Use gnus-agent-update-files-total-fetched-for to increment disk space
17652         used.
17653         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17654         Use gnus-agent-update-view-total-fetched-for to increment disk space
17655         used.
17656         (gnus-agent-get-local): Add optional parameters to avoid calling
17657         gnus-group-real-name and gnus-find-method-for-group.
17658         (gnus-agent-set-local): Delete stored entry if either min, or max,
17659         are nil.
17660         (gnus-agent-fetch-session): Reworded error/quit messages.
17661         On quit, use gnus-agent-regenerate-group to record existance of any
17662         articles fetched to disk before the quit occurred.
17663         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17664         gnus-agent-update-view-total-fetched-for, and
17665         gnus-agent-update-files-total-fetched-for to decrement disk space
17666         used.
17667         (gnus-agent-retrieve-headers):
17668         Use gnus-agent-update-view-total-fetched-for to increment disk space
17669         used.
17670         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17671         with gnus-agent-update-files-total-fetched-for to decrement disk
17672         space and fresh group buffer.
17673         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17674         (gnus-agent-need-update-total-fetched-for): New variable.
17675         (gnus-agent-update-files-total-fetched-for): New function.
17676         (gnus-agent-update-view-total-fetched-for): New function.
17677         (gnus-agent-total-fetched-for): New function.
17678
17679         * gnus-cache.el (gnus-cache-save-buffers):
17680         Use gnus-cache-update-overview-total-fetched-for to change disk space
17681         used by this group.
17682         (gnus-cache-possibly-enter-article):
17683         Use gnus-cache-update-file-total-fetched-for to increment disk space
17684         used by this group.
17685         (gnus-cache-possibly-remove-article):
17686         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17687         used by this group.
17688         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17689         (gnus-cache-rename-group): New function.
17690         (gnus-cache-delete-group): New function.
17691         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17692         (gnus-cache-need-update-total-fetched-for): New variable.
17693         (gnus-cache-with-refreshed-group): New macro.
17694         (gnus-cache-update-file-total-fetched-for): New function.
17695         (gnus-cache-update-overview-total-fetched-for): New function.
17696         (gnus-cache-rename-group-total-fetched-for): New function.
17697         (gnus-cache-delete-group-total-fetched-for): New function.
17698         (gnus-cache-total-fetched-for): New function.
17699
17700         * gnus-group.el: Require gnus-sum and autoload functions to
17701         resolve warnings when gnus-group.el compiled alone.
17702         (gnus-group-line-format): Documented new %F.
17703         (size of Fetched data) group line format; identifies disk space
17704         used by agent and cache.
17705         (gnus-group-line-format-alist): Defined new F format.
17706         (gnus-total-fetched-for): New function.
17707         (gnus-group-delete-group): No longer update
17708         gnus-cache-active-altered as gnus-request-delete-group now keeps
17709         the cache in sync.
17710         (gnus-group-list-active): Let the agent store a server's active
17711         list if currently plugged.
17712
17713         * gnus-int.el (gnus-request-delete-group):
17714         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17715         local disk in sync with the server.
17716         (gnus-request-rename-group):
17717         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17718         local disk in sync with the server.
17719
17720         * gnus-start.el (gnus-get-unread-articles):
17721         Cosmetic simplification to logic.
17722
17723         * gnus-util.el (gnus-rename-file): New function.
17724
17725 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17726
17727         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17728
17729 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17732         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17733
17734 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17735
17736         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17737         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17738
17739 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17742
17743 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * spam.el (spam-set-difference): Add function to replace
17746         gnus-set-difference in spam.el.
17747         (spam-summary-prepare-exit): Use spam-set-difference.
17748
17749 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17750
17751         * gnus-registry.el (gnus-registry-cache-file): Update to use
17752         gnus-dribble-directory OR gnus-home-directory OR ~.
17753         (gnus-registry-split-fancy-with-parent): Fix doc.
17754
17755 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * message.el (message-exchange-point-and-mark):
17758         Use message-mark-active-p.  Suggested by Jesper Harder
17759         <harder@ifa.au.dk>.
17760
17761 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * message.el (message-exchange-point-and-mark): Don't activate
17764         region if it was inactive.  Suggested by Hiroshi Fujishima
17765         <pooh@nature.tsukuba.ac.jp>.
17766
17767 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * gnus-art.el (article-display-face): Display Faces in the same
17770         order as X-Faces.
17771
17772 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17775
17776 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17779         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17780         (gnus-article-mime-hierarchy): Remove.
17781         (gnus-article-mime-hierarchy-next): Remove.
17782         (gnus-article-mode): Revert 2004-03-19 change.
17783         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17784         (gnus-insert-mime-button): Revert 2004-03-19 change.
17785         (gnus-mime-accumulate-hierarchy): Remove.
17786         (gnus-mime-enter-multipart): Remove.
17787         (gnus-mime-leave-multipart): Remove.
17788         (gnus-mime-display-part): Revert 2004-03-19 change.
17789         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17790
17791         * mml.el (mml-preview): Revert 2004-03-19 change.
17792
17793 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17794
17795         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17796
17797 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17800         t while entering a file name using the mm-with-multibyte macro.
17801         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17802
17803         * mm-util.el (mm-with-multibyte): New macro.
17804
17805 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17808         New user option.
17809         (gnus-mime-multipart-functions): Doc and customization fix.
17810         (gnus-article-mime-hierarchy): New variable.
17811         (gnus-article-mime-hierarchy-next): New variable.
17812         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17813         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17814         gnus-article-mime-hierarchy-next to nil.
17815         (gnus-insert-mime-button): Show hierarchy numbers.
17816         (gnus-mime-accumulate-hierarchy): New function.
17817         (gnus-mime-enter-multipart): New function.
17818         (gnus-mime-leave-multipart): New function.
17819         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17820         (gnus-mime-display-alternative): Show hierarchy numbers.
17821
17822         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17823         gnus-article-mime-hierarchy-next to nil.
17824
17825 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17826
17827         * dns.el: Don't require gnus-xmas.
17828
17829 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17830
17831         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17832         inline PGP.
17833         (mml-menu): Disable mml-quote-region if mark is inactive.
17834
17835 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17838         when the group's active is not available.
17839
17840 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17843         error.
17844
17845 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17846
17847         * imap.el (imap-store-password): New variable.
17848         (imap-interactive-login): Use it.
17849         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17850
17851 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17854         window-start and hscroll to summary window.
17855
17856 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17857
17858         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17859         conversion message to newsrc-dribble when an actual conversion is
17860         performed.
17861
17862 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17863
17864         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17865
17866 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * mm-decode.el (mm-complicated-handles): New function reviving
17869         former definition of mm-multiple-handles.
17870
17871         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17872         (gnus-mime-delete-part): Use it.
17873
17874 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17875
17876         * gnus-agent.el (gnus-agent-read-local):
17877         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17878         avoid the implicit assumption that they will always be equal.
17879         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17880         coding-system-for-write, as the with-temp-file macro first prints
17881         to a buffer then saves the buffer.
17882
17883 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-art.el (gnus-article-edit-part): New function.
17886         (gnus-mime-save-part-and-strip): Use it; do query instead of
17887         signaling an error; don't use mm-multiple-handles.
17888         (gnus-mime-delete-part): Ditto.
17889
17890 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17891
17892         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17893         old file versions.
17894         (gnus-group-prepare-hook): Remove function that converted list
17895         form of gnus-agent-expire-days to group properties.
17896
17897         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17898         (gnus-request-accept-article): Re-indented.
17899
17900         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17901         converters to handle old agent file formats.  Add logic for a
17902         "backup before upgrading warning".
17903         (gnus-convert-mark-converter-prompt): Developers can mark
17904         functions as needing (default), or not needing,
17905         gnus-convert-old-newsrc's "backup before upgrading warning".
17906         (gnus-convert-converter-needs-prompt): Tests whether the user
17907         should be protected from potentially irreversable changes by the
17908         function.
17909
17910         * legacy-gnus-agent.el: New.  Provides converters that are only
17911         loaded when gnus-convert-old-newsrc needs to call them.
17912
17913 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * mail-source.el (mail-source-touch-pop): Doc fix.
17916
17917         * message.el (message-smtpmail-send-it): Doc fix.
17918
17919 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17920
17921         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17922
17923         * nnmail.el (nnmail-split-fancy): do.
17924
17925         * gnus-kill.el (gnus-kill, gnus-execute): do.
17926
17927 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17928
17929         * gnus-sum.el (gnus-widget-reversible-match)
17930         (gnus-widget-reversible-to-internal)
17931         (gnus-widget-reversible-to-external): New functions.
17932         (gnus-widget-reversible): New widget.
17933         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17934
17935 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17936
17937         * gnus-sum.el (gnus-thread-sort-functions)
17938         (gnus-article-sort-functions): Document `(not F)' items.
17939
17940 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17941
17942         * spam.el (spam-use-gmane-xref): Add new backend.
17943         (spam-gmane-xref-spam-group): Add variable to control the name of the
17944         Gmane spam group.
17945         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17946         (spam-regex-headers-spam, spam-regex-headers-ham)
17947         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17948         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17949         backends and checks.
17950         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17951
17952         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17953         an autodetect method.
17954
17955 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17956
17957         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17958         articles are being added to a group.
17959         (gnus-request-replace-article): Inform the agent that articles
17960         need to be uncached as the cached contents are no longer valid.
17961
17962 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * binhex.el: Don't autoload executable-find.
17965
17966         * canlock.el: Don't autoload mail-fetch-field.
17967
17968         * dgnushack.el: Autoload c-mode for XEmacs.
17969
17970         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17971
17972         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17973         rmail-dont-reply-to and rmail-output.
17974
17975         * gnus-score.el: Don't autoload ffap-string-at-point.
17976
17977         * gnus-setup.el: Don't autoload sc-cite-original.
17978
17979         * imap.el: Don't autoload base64-decode-string,
17980         base64-encode-string and md5.
17981
17982         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17983         and rmail-msg-restore-non-pruned-header.
17984
17985         * mm-decode.el: Don't autoload executable-find.
17986
17987         * mm-url.el: Don't autoload executable-find.
17988
17989         * mm-view.el: Don't autoload diff-mode.
17990
17991         * nndb.el: Don't autoload news-reply-mode, news-setup,
17992         cancel-timer and telnet.
17993
17994         * password.el: Don't autoload run-at-time for Emacs.
17995
17996         * sha1-el.el: Don't autoload executable-find.
17997
17998         * sieve-mode.el: Don't autoload c-mode.
17999
18000         * uudecode.el: Don't autoload executable-find.
18001
18002 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18003
18004         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18005         (gnus-agent-possibly-alter-active): Avoid null in numeric
18006         comparison.
18007         (gnus-agent-set-local): Refuse to save null in local object table.
18008         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18009         list of articles that will be marked as unread.
18010
18011 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18014
18015 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18016
18017         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18018         language tags.
18019
18020 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18021
18022         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18023         Don't bind "obarray".
18024
18025         * gnus-sum.el (gnus-thread-sort-functions):
18026         Add `gnus-thread-sort-by-most-recent-number' and
18027         `gnus-thread-sort-by-most-recent-date'.
18028         Reported by Kai Grossjohann <kai@emptydomain.de>.
18029
18030 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18033
18034 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18035
18036         * gnus-cus.el (gnus-agent-customize-category):
18037         Remove ignore-errors macro reference that required cl to be loaded at
18038         run-time.
18039
18040         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18041         single-interval range of the form (min . max).  Previously the
18042         range had to look like ((min . max)).  Likewise, return
18043         (min . max) rather than ((min . max)).
18044         (gnus-range-map): Use gnus-range-normalize to accept
18045         single-interval range.
18046
18047         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18048         the cache, but not the agent, now appear with their usual face.
18049
18050         * dgnushack.el (loaddir): New variable that is bound to the
18051         directory containing the dgnushack.el file. Use loaddir, rather
18052         than srcdir, to update load-path. Change lets dgnushack compile
18053         code in directories other than GNUS/lisp.
18054
18055 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * lpath.el: Don't bind w3m-safe-url-regexp.
18058
18059         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18060         w3m-safe-url-regexp variable buffer-local.
18061
18062         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18063
18064 2004-02-27  Simon Josefsson  <jas@extundo.com>
18065
18066         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18067         gnus-group-real-prefix.
18068         (gnus-summary-move-article): Use it, instead of
18069         gnus-group-real-prefix.
18070
18071 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * lpath.el: Bind w3m-safe-url-regexp.
18074
18075         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18076         w3m-safe-url-regexp variable buffer-local and set it as the value
18077         of mm-w3m-safe-url-regexp.
18078
18079         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18080
18081         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18082         parsing gnus-posting-styles when the message is not for replying.
18083
18084         * dgnushack.el: Autoload sgml-mode for XEmacs.
18085
18086         * nnrss.el (nnrss-opml-export):
18087         Use mm-set-buffer-file-coding-system instead of
18088         set-buffer-file-coding-system.
18089
18090 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18091
18092         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18093         of checkdoc.el).
18094         * nnrss.el: do.
18095         * gnus-mlspl.el: do.
18096         * gnus-ml.el: do.
18097         * gnus-srvr.el: do.
18098
18099         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18100
18101 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18102
18103         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18104         Corrections to custom-manual links.
18105
18106         * gnus-art.el (gnus-article): Ditto.
18107
18108         * mm-decode.el (mime-display, mime-security): Ditto.
18109
18110 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18111
18112         * flow-fill.el: Typo.
18113
18114 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18115
18116         * spam-wash.el: New file.
18117
18118 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18119
18120         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18121
18122 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18123
18124         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18125         to be run with new-articles as LIST1, not LIST2.
18126         (spam-registration-functions): Add spam-use-ham-copy as a nil
18127         registration backend.
18128
18129 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * spam-stat.el (spam-stat-washing-hook): New option.
18132         (spam-stat-buffer-words): Use it.
18133         (spam-stat-process-directory, spam-stat-test-directory):
18134         Use insert-file-contents-literally.
18135         (spam-stat-coding-system): New variable.
18136         (spam-stat-load, spam-stat-save): Use it.
18137
18138 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * spam-report.el (spam-report-plug-agent):
18141         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18142
18143 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18144
18145         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18146         Allow / in mailto URLs.
18147
18148 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18149
18150         * spam-report.el (spam-report-process-queue): Fix interactive use.
18151         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18152         (spam-report-unplug-agent): Doc fixes.
18153         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18154         (spam-report-agentize, spam-report-deagentize): Autoload.
18155
18156 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18159
18160         * message.el (message-setup-fill-variables): Add mml tags to
18161         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18162         <ajk@iu.edu>.
18163         (message-mode): Don't modify paragraph-separate there.
18164
18165 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * compface.el (uncompface-use-external): Default to undecided.
18168         (uncompface-use-external-threshold): New variable.
18169         (uncompface-float-time): New macro.
18170         (uncompface): Determine whether to use the external decoder if
18171         uncompface-use-external is undecided.
18172
18173 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18176         after images.
18177
18178         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18179
18180 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18183
18184         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18185
18186         * gnus-sum.el (gnus-summary-limit-to-age)
18187         (gnus-summary-limit-children): do.
18188
18189         * gnus-int.el (gnus-request-scan): do.
18190
18191         * gnus-group.el (gnus-group-suspend): do.
18192
18193         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18194
18195         * gnus-cite.el (gnus-cite-parse-attributions): do.
18196
18197         * gnus-agent.el (gnus-summary-set-agent-mark)
18198         (gnus-agent-regenerate-group): do.
18199
18200         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18201
18202         * binhex.el (binhex-decode-region-internal): do.
18203
18204 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-fun.el (gnus-face-properties-alist): New user option.
18207         (gnus-display-x-face-in-from): Use it.
18208
18209         * gnus-art.el (article-display-face): Ditto.
18210
18211         * compface.el (uncompface-use-external): Default to nil.
18212
18213 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18214
18215         * nntp.el (nntp-erase-buffer): New function.
18216         (nntp-retrieve-data, nntp-send-command)
18217         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18218         (nntp-possibly-change-group): Use it.
18219
18220         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18221         Use with-current-buffer.
18222
18223 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18224
18225         * compface.el: Merge the ELisp-based uncompface program.
18226         (compface): New customization group.
18227         (uncompface-use-external): New user option.
18228         (uncompface): Call uncompface-internal if uncompface-use-external
18229         is nil.
18230         (uncompface-internal): New function.  Note that there are also
18231         some other functions and variables added for this function.
18232
18233 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18234
18235         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18236         if necessary.
18237
18238 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18239
18240         * spam-report.el (spam-report-unplug-agent)
18241         (spam-report-plug-agent, spam-report-deagentize)
18242         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18243         Add support for the Agent in spam-report: when unplugged, report to a
18244         file; when plugged, submit all the requests.
18245
18246         * spam.el (spam-register-routine): Fix message about
18247         registration.
18248
18249 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18250
18251         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18252         dependencies.
18253         (rfc2047-encode): Use it.
18254
18255         * gnus-art.el (gnus-button-marker-list): Move before first
18256         reference.
18257
18258         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18259         (imap-parse-body): Fix format string mismatch.
18260
18261         * gnus-score.el (gnus-summary-increase-score): do.
18262
18263         * nnrss.el (nnrss-close): New function.
18264
18265 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18266
18267         * nnrss.el (nnrss-make-filename): New function.
18268         (nnrss-request-delete-group, nnrss-read-server-data)
18269         (nnrss-save-server-data, nnrss-read-group-data)
18270         (nnrss-save-group-data): Use it.
18271         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18272         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18273         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18274
18275 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18276
18277         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18278
18279 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18280
18281         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18282         files.
18283
18284         * message.el (message-generate-headers-first): Don't quote nil
18285         and t in docstrings.
18286
18287         * imap.el (imap-id): do.
18288
18289         * gnus-agent.el (gnus-agent-consider-all-articles)
18290         (gnus-agent-queue-mail): do.
18291
18292 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * spam-report.el (spam-report-process-queue): New function.
18295         Process requests from `spam-report-requests-file'.
18296         (spam-report-process-queue): Doc fix.
18297
18298 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18299
18300         * spam.el (spam-register-routine)
18301         (spam-log-processing-to-registry, spam-log-registered-p)
18302         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18303         Change "check" to "spam-check" for semi-clarity.
18304
18305 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18306
18307         * pop3.el: Require nnheader.
18308
18309         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18310
18311         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18312
18313         * gnus-picon.el: Require cl.
18314
18315         * gnus-fun.el: Require gnus-ems and gnus-util.
18316
18317         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18318
18319         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18320
18321         * gnus-art.el (gnus-article-edit-mode): Define before first
18322         reference.
18323
18324 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18325
18326         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18327         (gnus-uu-post-encoded): Use point-at-bol.
18328
18329         * gnus-topic.el (gnus-group-active-topic-p): do.
18330
18331         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18332
18333         * gnus-group.el (gnus-group-kill-region): do.
18334
18335         * gnus-art.el (article-date-ut): do.
18336
18337         * message.el (message-fetch-field): Remove redundant
18338         case-fold-search binding.
18339         (message-narrow-to-field): Simplify.
18340
18341 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * spam.el (spam-directory): Derive from `gnus-directory'.
18344
18345         * spam-report.el (spam-report-url-to-file)
18346         (spam-report-requests-file): New function and variable for offline
18347         reporting.
18348         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18349         and user defined function.
18350         (spam-report-url-ping-mm-url): Remove doubled slash.
18351
18352 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18353
18354         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18355
18356 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18359         Fix format string mismatch.
18360
18361         * sieve.el (sieve-deactivate-all): do.
18362
18363         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18364
18365         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18366
18367         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18368
18369         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18370
18371 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18372
18373         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18374         the list of checks.
18375
18376 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18379         padding.
18380
18381 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18382
18383         * mm-view.el (mm-fill-flowed): New variable.
18384         (mm-inline-text): Use it.
18385
18386 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18387
18388         * spam.el (spam-spamassassin-register-ham-routine)
18389         (spam-spamassassin-register-spam-routine): Fix function names.
18390
18391 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus.el (gnus-tmp-grouplens): Remove.
18394         (gnus-summary-line-format): Remove grouplens.
18395
18396         * gnus-group.el (gnus-group-line-format): Ditto.
18397
18398         * gnus-spec.el (gnus-format-specs): Ditto.
18399         (gnus-update-format-specifications): Flush the group format spec
18400         cache if there's the grouplens stuff.
18401         (gnus-parse-simple-format): Replace %l with the empty string.
18402
18403 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18404
18405         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18406         omission.
18407
18408 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18411         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18412
18413 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18414
18415         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18416         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18417         New macros and functions.
18418         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18419         Handle > NLINK_MAX messages.
18420         * nnmaildir.el (nnmaildir-request-set-mark):
18421         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18422
18423 2004-01-25  Alex Schroeder  <alex@gnu.org>
18424
18425         * spam-stat.el (spam-stat-process-directory-age): New option.
18426         (spam-stat-process-directory): Use it.
18427
18428 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18429
18430         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18431         (spam-stat-save): Accept prefix argument.
18432
18433 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18434
18435         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18436         links" error.
18437
18438 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18441         the rest of the and/or forms.
18442
18443 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18444
18445         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18446         compatibility with old .newsrc.eld files.
18447
18448         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18449
18450         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18451
18452         * gnus-start.el (gnus-1): do.
18453
18454         * gnus-group.el (gnus-group-line-format-alist): do.
18455
18456         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18457
18458         * gnus-gl.el: Remove.
18459
18460 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18461
18462         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18463         marks consisting of a single range {for example, (3 . 5)} rather
18464         than a list of a single range { ((3 . 5)) }.
18465
18466 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18467
18468         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18469         Use with-current-buffer.
18470         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18471         avoid consing a string.
18472
18473         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18474         Remove obsolete entries for big5 and gb2312.
18475
18476 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18477
18478         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18479         uncompressed list.
18480
18481 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18482
18483         * spam-stat.el (spam-stat-strip-xref): New function.
18484         (spam-stat-process-directory): Use it.
18485
18486         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18487         here -- it's done in message-fetch-field.
18488
18489 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18490
18491         * gnus-agent.el (gnus-agent-queue-mail)
18492         (gnus-agent-prompt-send-queue): New variables.
18493         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18494         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18495         "nndraft:queue" along to gnus-draft-send.
18496         Use gnus-agent-prompt-send-queue.
18497         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18498         is "nndraft:queue".  Suggested by Gaute Strokkenes
18499         <gs234@srcf.ucam.org>
18500
18501         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18502         (agent-enable-undownloaded-faces): Add.
18503         (gnus-agent-cat-groups): Use eval-and-compile, not
18504         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18505         method of gnus-agent-cat-groups even when the buffer has been
18506         evaled.
18507         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18508         delete gnus-agent-save-active-1.
18509         (gnus-agent-save-groups): Delete.  Identical to
18510         gnus-agent-save-active.
18511         (gnus-agent-write-active): No longer adjust agent's copy of active
18512         file as agent's adjustments are now stored in their own
18513         file.  Remove optional parameter.
18514         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18515         servers.  Add use of min/max range limits from server's local
18516         file.
18517         (gnus-agent-save-alist): Remove unused optional argument.
18518         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18519         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18520         (gnus-agent-set-local): A per-server file that keeps min/max range
18521         limits for articles known to the agent.  Provides a fast mechanism
18522         for altering many active ranges.
18523         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18524         active file (local makes it unnecessary).
18525         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18526
18527         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18528         (agent-enable-undownloaded-faces): Add.
18529
18530         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18531         disable it when sending to "nndraft:queue".
18532         (gnus-group-send-queue): Add safety check to avoid sending queue
18533         when unplugged.
18534
18535         * gnus-group.el (gnus-group-catchup): Use new
18536         gnus-sequence-of-unread-articles, not
18537         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18538         numbers of articles.  Use gnus-range-map to avoid having to
18539         uncompress the unread list.
18540         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18541         Fix invalid ange-ftp reference.
18542
18543         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18544         (gnus-sorted-range-intersection): Intersection of two ranges
18545         without requiring that they first be uncompressed.
18546
18547         * gnus-start.el (gnus-activate-group): Unless blocked by the
18548         caller, possibly expand the active range to include both cached
18549         and agentized articles.
18550         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18551         multiple version-dependent converters.
18552         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18553         gnus-agent-save-active.
18554         (gnus-save-newsrc-file): Save dirty agent range limits.
18555
18556         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18557         gnus-agent-possibly-alter-active.
18558         (gnus-adjust-marked-articles): Faster handling of simple lists.
18559
18560 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18561
18562         * spam-stat.el (spam-stat-test-directory): New optional argument
18563         displays a list of files detected.  Suggested by Andrew Cohen
18564         <cohen@andy.bu.edu>.
18565         (spam-stat-buffer-words-with-scores): Don't narrow and change
18566         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18567
18568 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18569
18570         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18571         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18572         (spam-spamassassin-arguments)
18573         (spam-spamassassin-spam-flag-header)
18574         (spam-spamassassin-positive-spam-flag-header)
18575         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18576         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18577         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18578         (spam-list-of-processors, spam-list-of-checks)
18579         (spam-list-of-statistical-checks, spam-registration-functions)
18580         (spam-check-spamassassin-headers, spam-check-spamassassin)
18581         (spam-spamassassin-score)
18582         (spam-spamassassin-register-with-sa-learn)
18583         (spam-spamassassin-register-spam-routine)
18584         (spam-spamassassin-register-ham-routine)
18585         (spam-assassin-register-spam-routine)
18586         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18587         (spam-bogofilter-score): Fix to show article before scoring.
18588
18589 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18590
18591         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18592         default scoring function.
18593         (spam-generic-score): Call spam-spamassassin-score if
18594         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18595         spam-bogofilter-score otherwise.
18596
18597         * gnus.el (spam-process, spam-autodetect-methods):
18598         Add spamassassin and spamassassin-headers.
18599
18600 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18601
18602         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18603         Suppress unnecessary messages.
18604
18605 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18606
18607         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18608         make-hash-table.
18609
18610 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * canlock.el (base64-encode-string): Don't autoload it.
18613
18614 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * run-at-time.el: Remove useless (require 'itimer),
18617         eval-and-compile and (featurep 'xemacs).
18618
18619 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18620
18621         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18622         GROUP is a virtual group.
18623
18624 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18625
18626         * gnus.el: Autoload `message-y-or-n-p'.
18627
18628 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18629
18630         * pgg-parse.el: Remove unnecessary (require 'custom).
18631
18632         * pgg-def.el: do.
18633
18634         * nnmail.el: do.
18635
18636         * gnus-undo.el: do.
18637
18638         * gnus-picon.el: do.
18639
18640         * gnus-util.el: do.
18641
18642 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18643
18644         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18645
18646 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18649         handle, as well as a list.
18650
18651         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18652         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18653         (mm-w3m-cid-retrieve): Simplify.
18654
18655 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18656
18657         * message.el (message-kill-to-signature): Allow prefix arg to
18658         specify number of lines to keep before signature.
18659
18660 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18661
18662         * message.el (message-kill-to-signature): Change docstring.
18663
18664 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * canlock.el: Always require sha1-el.
18667         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18668
18669         * message.el: Autoload sha1 only when compiling.
18670
18671         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18672         eudc-expand-inline for XEmacs.
18673
18674 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * message.el (message-canlock-generate): Require sha1-el.
18677
18678 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18679
18680         * message.el (message-expand-name): Silence the byte compiler.
18681
18682         * lpath.el: Add detect-coding-system.
18683
18684         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18685         cus-edit.
18686
18687 2004-01-13  Simon Josefsson  <jas@extundo.com>
18688
18689         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18690         Invoke gnus-score-mode.
18691         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18692
18693         * gnus-range.el (gnus-compress-sequence): Doc fix.
18694         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18695
18696 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18697
18698         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18699
18700 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * spam.el (spam-get-article-as-string): Update to use
18703         gnus-request-article-this-buffer, much simpler.
18704         (spam-get-article-as-buffer): Remove.
18705
18706 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18707
18708         * message.el (message-expand-name): Use EUDC if the user uses that.
18709
18710 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18711
18712         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18713         character for the encoding to avoid consing a string.
18714
18715         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18716         unnecessarily.
18717
18718         * mm-util.el (mm-replace-chars-in-string): Remove.
18719
18720         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18721         of mm-replace-chars-in-string.
18722
18723 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18724
18725         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18726
18727         * mm-util.el (mm-subst-char-in-string): Support inplace.
18728
18729         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18730         a new string in every iteration.  Use shy groups.
18731
18732 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18733
18734         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18735         * gnus-soup.el (gnus-soup-group-brew):
18736         * gnus-msg.el (gnus-put-message):
18737         * gnus-move.el (gnus-group-move-group-to-server):
18738         * gnus-kill.el (gnus-batch-score):
18739         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18740         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18741         (gnus-group-update-group, gnus-group-read-group)
18742         (gnus-group-make-group, gnus-group-make-help-group)
18743         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18744         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18745         (gnus-group-sort-by-unread, gnus-group-catchup)
18746         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18747         (gnus-group-yank-group, gnus-group-set-info)
18748         (gnus-group-list-groups):
18749         * gnus.el (gnus-generate-new-group-name):
18750         * gnus-delay.el (gnus-delay-send-queue):
18751         * nnvirtual.el (nnvirtual-catchup-group):
18752         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18753         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18754         (gnus-group-prepare-topics, gnus-topic-check-topology):
18755         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18756         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18757         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18758         (gnus-group-make-articles-read):
18759         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18760         (gnus-group-change-level, gnus-kill-newsgroup)
18761         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18762         (gnus-get-unread-articles, gnus-make-articles-unread)
18763         (gnus-make-ascending-articles-unread): Use accessor
18764         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18765         to get group information for improved readability.
18766
18767
18768 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * gnus-art.el (article-decode-mime-words, article-babel)
18771         (gnus-article-highlight-signature, gnus-article-add-buttons)
18772         (gnus-signature-toggle): Use gnus-with-article-buffer.
18773
18774         * gnus-art.el (gnus-article-highlight-headers)
18775         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18776
18777         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18778         (gnus-article-set-globals, gnus-request-article-this-buffer)
18779         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18780         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18781         (gnus-mime-display-alternative): Use with-current-buffer.
18782
18783 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18784
18785         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18786         also under 80 char limit, and call gnus-error if needed.
18787         (spam-fetch-article-header): Fix - it was a
18788         buffer-local variable (gnus-newsgroup-data).
18789         (spam-find-spam): Use spam-generate-fake-headers, forget about
18790         spam-insert-fake-headers.
18791         (spam-insert-fake-headers): Remove.
18792
18793 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18794
18795         * deuglify.el (gnus-article-outlook-unwrap-lines)
18796         (gnus-outlook-rearrange-article)
18797         (gnus-outlook-repair-attribution-outlook)
18798         (gnus-outlook-repair-attribution-block)
18799         (gnus-outlook-repair-attribution-other): Remove redundant
18800         save-excursion.
18801
18802 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18803
18804         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18805         (spam-fetch-field-subject-fast)
18806         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18807         (spam-fetch-article-header): Add functions to deal with Gnus
18808         internals for fast retrieval of article header data.
18809         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18810
18811 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18812
18813         * pop3.el (pop3-md5): Remove.
18814         (pop3-apop): Replace pop3-md5 with md5.
18815
18816         * mm-bodies.el: base64 is always built-in.
18817
18818         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18819         Use with-current-buffer.
18820
18821 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * canlock.el (canlock-insert-header): Remove excessive grouping in
18824         regexp.
18825
18826         * gnus-sum.el (gnus-summary-read-document): Ditto.
18827
18828         * gnus-uu.el (gnus-uu-part-number): Ditto.
18829
18830         * html2text.el (html2text-remove-tags): Ditto.
18831         (html2text-format-tags): Ditto.
18832         (html2text-format-single-elements): Ditto.
18833
18834         * mml.el (mml-parse-1): Ditto.
18835
18836 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18837
18838         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18839
18840         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18841
18842         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18843
18844         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18845
18846 2003-11-15  Simon Josefsson  <jas@extundo.com>
18847
18848         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18849         (pgg-gpg-lookup-key): Use regexp match instead of
18850         split-string (split-string is different between emacs 21.2 and
18851         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18852
18853 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18854
18855         * gnus-art.el (gnus-mime-view-all-parts)
18856         (gnus-article-part-wrapper, gnus-article-view-part):
18857         Use with-current-buffer.
18858
18859 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18860
18861         * spam.el (spam-disable-spam-split-during-ham-respool)
18862         (spam-spamoracle-database, spam-cache-lookups)
18863         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18864         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18865         (spam-group-ham-marks, spam-group-spam-marks)
18866         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18867         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18868         also add spam-use-blackholes to the statistical checks.
18869         (spam-fetch-field-fast): Add interface to fetching fields, may
18870         become a macro.
18871         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18872         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18873         (spam-insert-fake-headers): Fake an article when needed.
18874         (spam-find-spam): Fake article when possible.
18875         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18876         (spam-check-bogofilter-headers): Use message-fetch-field instead
18877         of nnmail-fetch-field.
18878
18879 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18880
18881         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18882
18883 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18884
18885         * spam.el (spam-split): Do not require spam-use-CHECK to be
18886         enabled if that check is passed to spam-split explicitly; also
18887         fix so 'spam doesn't get converted to spam-split-group when
18888         spam-split-symbolic-return is t.
18889         (spam-find-spam): Find registrations of the article and use those
18890         instead of re-running spam-split to find the spam/ham
18891         classification of the article.
18892         (spam-log-processing-to-registry, spam-log-registered-p)
18893         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18894         Use gnus-error instead of gnus-message.
18895         (spam-log-registration-type): Add function to determine the
18896         classification of a message based on registry entries; will
18897         return nil if both 'spam and 'ham are found.
18898         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18899         a reasonably fast local cache without the loading errors.
18900         (spam-cache-lookups): Set to t by default.
18901         (spam-find-spam): Don't try to guess spam-cache-lookups.
18902         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18903         spam-caches entry.
18904         (spam-filelist-build-cache, spam-filelist-check-cache):
18905         Fix caching of whitelist/blacklist entries.
18906         (spam-check-whitelist, spam-check-blacklist):
18907         Invoke spam-from-listed-p with a type, not a cache variable.
18908         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18909
18910 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18911
18912         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18913
18914         * nnmail.el (nnmail-split-fancy): do.
18915
18916         * mml.el (mml-parse): do.
18917
18918         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18919         (gnus-score-adaptive): do.
18920
18921 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18924         (gnus-mime-button-map): Don't set keymap parent.
18925         (gnus-button-ctan-directory-regexp): Use shy grouping.
18926         (gnus-prev-page-map): Don't set keymap parent.
18927         (gnus-prev-page-map): Remove duplicated one.
18928         (gnus-next-page-map): Don't set keymap parent.
18929         (gnus-mime-security-button-map): Ditto.
18930
18931         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18932         version number.
18933
18934         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18935
18936 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * canlock.el (canlock-sha1-function): Remove.
18939         (canlock-sha1-function-for-verify): Remove.
18940         (canlock-openssl-program): Remove.
18941         (canlock-openssl-args): Remove.
18942         (canlock-ignore-errors): Remove.
18943         (canlock-sha1-with-openssl): Remove.
18944         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18945         (canlock-verify): Don't use canlock-ignore-errors.
18946
18947         * sha1-el.el (sha1-string-external): Make it can return a string
18948         in binary form.
18949         (sha1-region-external): Ditto.
18950         (sha1-string-internal): Ditto.
18951         (sha1-region-internal): Ditto.
18952         (sha1-region): Ditto.
18953         (sha1-string): Ditto.
18954         (sha1): Ditto.
18955
18956 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * spam.el (spam-report-articles-gmane): New command.
18959
18960 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18963
18964         * run-at-time.el (run-at-time-saved): Remove.
18965         (run-at-time): Doc fix.
18966
18967 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18968
18969         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18970         (gnus-summary-limit-map): Add it.
18971         (gnus-summary-make-menu-bar): do.
18972
18973 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18974
18975         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18976         Make attempt at some caching support (done for BBDB only now).
18977         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18978         addresses to be checked.
18979         (spam-clear-cache-BBDB): Add function, to be invoked by
18980         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18981         (spam-check-BBDB): Check and use the caches, if
18982         spam-cache-lookups is on, remove superfluous (provide).
18983
18984 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18987
18988 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18989
18990         * run-at-time.el (run-at-time-saved): Move to after the definition
18991         of `run-at-time'.
18992
18993         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18994
18995 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18998         mm-w3m-local-map-property.
18999
19000         * mm-view.el (mm-w3m-mode-map): Remove.
19001         (mm-w3m-local-map-property): Remove.
19002         (mm-inline-text-html-render-with-w3m): Don't use
19003         mm-w3m-local-map-property.
19004
19005 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * run-at-time.el: New file.
19008
19009         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19010         under Emacs.
19011
19012         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19013         of gnus-set-text-properties.
19014
19015         * gnus-uu.el (gnus-uu-save-article): Ditto.
19016
19017         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19018
19019         * gnus-cite.el (gnus-cite-parse): Ditto.
19020
19021         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19022         of gnus-.
19023
19024         * gnus-xmas.el (run-at-time): Require run-at-time.
19025
19026         * gnus.el: Change calls to nnheader-run-at-time and
19027         password-run-at-time throughout to use run-at-time directly.
19028
19029         * password.el: Remove definition of run-at-time.
19030
19031         * nnheaderxm.el: Remove definition of run-at-time.
19032
19033 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19034
19035         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19036         in prompt.
19037
19038 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19039
19040         * messagexmas.el (message-xmas-redefine): Alias
19041         `message-make-caesar-translation-table' to
19042         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19043         version.
19044
19045         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19046         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19047         `gnus-xmas-set-text-properties'.
19048         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19049         `gnus-xmas-completing-read'.
19050         (gnus-xmas-completing-read): Removed.
19051         (gnus-xmas-open-network-stream): Removed.
19052
19053         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19054         XEmacs version.
19055
19056         * dns.el (dns-make-network-process): Use `open-network-stream'
19057         instead of `gnus-xmas-open-network-stream'.
19058
19059         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19060
19061         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19062
19063 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19064
19065         * gnus-art.el (gnus-mime-display-alternative)
19066         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19067         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19068         Don't use gnus-local-map-property.
19069
19070         * gnus-util.el (gnus-local-map-property): Remove.
19071
19072         * mm-view.el (mm-view-pkcs7-decrypt):
19073         Replace gnus-completing-read-maybe-default with completing-read.
19074
19075         * gnus-util.el (gnus-completing-read): do.
19076         (gnus-completing-read-maybe-default): Remove.
19077
19078 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19079
19080         * password.el: Only autoload `run-at-time' if not XEmacs.
19081         Only autoload the itimer functions if XEmacs.
19082
19083 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19086         XEmacsen.
19087
19088         * dgnushack.el: Autoload executable-find for XEmacs.
19089
19090 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19091
19092         * gnus-art.el (gnus-read-string): Remove.
19093         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19094         read-string.
19095
19096 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19097
19098         * netrc.el: Autoload password-read.
19099         (netrc): Add configuration group.
19100         (netrc-encoding-method, netrc-openssl-path):
19101         Add variables for encoding and decoding of files with symmetric
19102         ciphers.
19103         (netrc-encode): Add assistant function to encode a file with
19104         netrc-encoding-method.
19105         (netrc-parse): Add interactive parameter, added optional
19106         decoding if netrc-encoding-method is non-nil but otherwise
19107         behavior is standard.
19108         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19109         Do s/encode/encrypt/ everywhere.
19110
19111         * spam.el: Remove executable-find autoload.
19112
19113 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19114
19115         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19116
19117         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19118
19119 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * gnus-art.el (gnus-treat-ansi-sequences)
19122         (article-treat-ansi-sequences): New variable and function.
19123         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19124
19125         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19126         Use it.
19127
19128 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19129
19130         * mm-util.el (mm-quote-arg): Remove.
19131
19132         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19133         shell-quote-argument.
19134
19135         * gnus-uu.el (gnus-uu-command): do.
19136
19137         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19138
19139         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19140         with make-char.
19141
19142         * mm-util.el (mm-make-char): Remove.
19143
19144         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19145         add-minor-mode.
19146
19147         * gnus-undo.el (gnus-undo-mode): do.
19148
19149         * gnus-topic.el (gnus-topic-mode): do.
19150
19151         * gnus-sum.el (gnus-dead-summary-mode): do.
19152
19153         * gnus-start.el (gnus-slave-mode): do.
19154
19155         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19156
19157         * gnus-ml.el (gnus-mailing-list-mode): do.
19158
19159         * gnus-gl.el (gnus-grouplens-mode): do.
19160
19161         * gnus-draft.el (gnus-draft-mode): do.
19162
19163         * gnus-dired.el (gnus-dired-mode): do.
19164
19165         * gnus-ems.el (gnus-add-minor-mode): Remove.
19166
19167         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19168         Replace gnus-char-width with char-width.
19169
19170         * gnus-ems.el (gnus-char-width): Remove.
19171
19172         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19173         Replace gnus-char-width with char-width.
19174
19175         * gnus-ems.el (gnus-char-width): Remove.
19176
19177         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19178         definition.
19179         Remove Emacs 20 hash table compatibility code.
19180
19181         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19182         20 compatibility code.
19183
19184         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19185
19186         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19187
19188         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19189         Replace with point-at-{eol,bol}.
19190
19191         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19192
19193         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19194
19195         * flow-fill.el (fill-flowed-point-at-bol)
19196         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19197
19198         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19199         Replace with point-at-{eol,bol} throughout all files.
19200
19201 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * ntlm.el (ntlm-string-as-unibyte): New macro.
19204         (ntlm-build-auth-response): Use it.
19205
19206         Remove Emacs 20 stuff:
19207         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19208         (butlast, mapc, remove): Remove the compiler macros.
19209         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19210         of delq and copy-sequence.
19211         * gnus-art.el (popup-menu): Remove the compiler macro.
19212         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19213         Emacs 20.
19214
19215 2004-01-05  Simon Josefsson  <jas@extundo.com>
19216
19217         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19218         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19219         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19220         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19221         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19222         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19223         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19224         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19225         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19226         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19227         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19228         string-xor into ntlm-string-xor.
19229         Suggested by Jesper Harder <harder@myrealbox.com>.
19230
19231         * ntlm.el: Don't include poem.
19232
19233         * md4.el (print-int32, print-string-hexa): Remove.
19234         Suggested by Jesper Harder <harder@myrealbox.com>.
19235
19236         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19237
19238         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19239         probably breaks emacs with DL patch, but do we care? Is anyone
19240         still using the DL stuff?)
19241
19242         * sieve-manage.el: Use the password package.
19243         (sieve-manage-read-passwd): Remove.
19244         (sieve-manage-interactive-login): Use password.  Re-add
19245         condition-case around loop.
19246
19247         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19248         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19249         Use the password package.
19250
19251 2003-02-19  Simon Josefsson  <jas@extundo.com>
19252
19253         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19254         token.
19255
19256 2002-08-07  Simon Josefsson  <jas@extundo.com>
19257
19258         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19259         (sieve-manage-authenticators):
19260         (sieve-manage-authenticator-alist): Add some SASL mechs.
19261         (sieve-sasl-auth): New function.
19262         (sieve-manage-cram-md5-auth):
19263         (sieve-manage-plain-auth): Rewrite using SASL library.
19264         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19265         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19266         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19267         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19268
19269 2004-01-05  Simon Josefsson  <jas@extundo.com>
19270
19271         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19272         New files.
19273
19274 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275
19276         * gnus-group.el (gnus-no-groups-message): Update.
19277
19278         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19279
19280 2003-11-09  Simon Josefsson  <jas@extundo.com>
19281
19282         * imap.el: Support for ID IMAP extension (RFC 2971).
19283         (imap-local-variables): Add imap-id.
19284         (imap-id): New variable.
19285         (imap-id): New function.
19286         (imap-parse-response): Parse untagged ID response.
19287         * nnimap.el (nnimap-id): New variable.
19288         (nnimap-open-connection): Use it.
19289
19290 2003-12-28  Simon Josefsson  <jas@extundo.com>
19291
19292         * gnus-score.el (gnus-score-edit-all-score): New.
19293         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19294
19295 2004-01-04  Simon Josefsson  <jas@extundo.com>
19296
19297         * password.el: Add.
19298
19299 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19300
19301         * dns.el (dns-query-types): Fix typo.
19302         (dns-query-types): New function.
19303         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19304         PTR and SOA replies, see RFC 1035.
19305
19306 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19307
19308         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19309
19310         * Move to Changelog.2.
19311
19312 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19313
19314         * gnus.el (gnus-version-number): Bump version.
19315
19316 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19317
19318         * gnus.el: No Gnus v0.1 is released.
19319
19320 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19321
19322         * gnus.el: No Gnus v0.0 is released.
19323
19324 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19325
19326         * gnus.el (gnus-version-number): Bump.
19327         (gnus-version): No.
19328
19329 See ChangeLog.2 for earlier changes.
19330
19331     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19332       Free Software Foundation, Inc.
19333
19334   This file is part of GNU Emacs.
19335
19336   GNU Emacs is free software: you can redistribute it and/or modify
19337   it under the terms of the GNU General Public License as published by
19338   the Free Software Foundation, either version 3 of the License, or
19339   (at your option) any later version.
19340
19341   GNU Emacs is distributed in the hope that it will be useful,
19342   but WITHOUT ANY WARRANTY; without even the implied warranty of
19343   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19344   GNU General Public License for more details.
19345
19346   You should have received a copy of the GNU General Public License
19347   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19348
19349 ;; Local Variables:
19350 ;; coding: utf-8
19351 ;; fill-column: 79
19352 ;; add-log-time-zone-rule: t
19353 ;; End: