(nnimap-last-response-string): Unfold quoted lines, if they exist.
[gnus] / lisp / ChangeLog
1 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5
6 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * shr.el (shr-insert): Fix the way to fold lines.
9
10 2010-11-25  Julien Danjou  <julien@danjou.info>
11
12         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
13
14         * color.el: Rename from color-lab.el
15         (color-rgb->hex): Add.
16         (color-complement): Add.
17         (color-complement-hex): Add.
18
19         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
20
21 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * shr-color.el (shr-color-visible): Don't bug out if the colour names
24         don't exist.
25
26 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
29         assuming that article displaying or another mml-preview may be
30         interrupted for an error or for the like.
31
32         * shr.el (shr-get-background): Fix argument name.
33
34 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
37
38         * gnus-sum.el (gnus-summary-include-articles): New function.
39
40         * message.el (message-goto-body): called-interactively-p needs a
41         parameter, so use `any'.
42
43         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
44         clear marks before moving, since they're synced from the Gnus side
45         first.
46
47         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
48         (gnus-summary-move-article): Copy over all marks before moving, so that
49         IMAP doesn't think a new article has arrived.
50
51 2010-11-24  Julien Danjou  <julien@danjou.info>
52
53         * shr.el (shr-insert-background-overlay): Fix typo.
54         (shr-render-td): Copy the background before rendering.
55
56         * shr-color.el (shr-color-visible): Fix docstring.
57
58         * shr.el (shr-tag-table): Add bgcolor support.
59         (shr-render-td): Add bgcolor support.
60         (shr-get-background): Add.
61         (shr-insert-foreground-overlay): Use shr-get-background.
62
63         * message.el (message-goto-body): Use called-interactively-p.
64         (message-in-body-p): message-goto-body returns point.
65
66 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
69         Fixes something or other in Emacs 23, and is backwards compatible.
70
71         * message.el (message-goto-body): Remove the <#secure special-casing,
72         which is too special.
73
74         * shr.el (shr-parse-style): Drop !important from styles.
75
76 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
77
78         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
79         this function to return incorrect results when calling it with an
80         explicit article argument different from
81         (gnus-summary-article-number).
82
83 2010-11-24  Julien Danjou  <julien@danjou.info>
84
85         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
86         (shr-tag-body): Add background support.
87         (shr-descend): Add background support.
88         (shr-tag-title): Add.
89
90         * shr-color.el (shr-color-visible): Really return original background
91         if fixed.
92
93 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * shr.el (shr-color-check): Protect against non-existant colour names.
96
97 2010-11-24  Julien Danjou  <julien@danjou.info>
98
99         * color-lab.el: Require 'cl when compiling.
100
101         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
102
103         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
104         matched part.
105
106         * color-lab.el: Fix all expt calls to use float type.
107
108 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
111         expression to shr-color-check as is.
112
113         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
114
115         * color-lab.el: Add coding cookie.
116         (float-pi): Use eval-and-compile.
117
118         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
119         compiled for Emacsen having no `libxml-parse-html-region' support.
120
121 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * shr.el (shr-insert-color-overlay): Split stuff like
124         "#444444 !important" to find the real colour.
125         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
126         parse <font color="red"> entries.
127
128 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
129
130         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
131         point when parsing headers.
132
133         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
134         is positioned properly when parsing headers.
135
136 2010-11-23  Julien Danjou  <julien@danjou.info>
137
138         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
139
140         * shr-color.el (shr-color->hexadecimal): Add support for color names.
141
142         * shr.el (shr-parse-style): Replace \n with space in style parsing.
143
144         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
145         shr-color-hue-to-rgb.
146         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
147
148 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * shr.el (shr-color->hexadecimal): Autoload.
151         (shr-descend): Add color to all tags.
152
153 2010-11-22  Julien Danjou  <julien@danjou.info>
154
155         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
156         shr-color->hexadecimal.
157
158         * shr-color.el (shr-color->hexadecimal): Add converting functions for
159         RGB() or HSL() color representation.
160
161         * shr.el (shr-tag-font): Add.
162         (shr-tag-color-check): New function to get better colors.
163         (shr-tag-insert-color-overlay): Factorize code between tag-font and
164         tag-span.
165
166         * shr-color.el: New file.
167
168         * color-lab.el: New file.
169
170         * gnus-art.el (gnus-url-mailto): Do not downcase args.
171
172 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
173
174         * nnir.el: Fix typo in comments.
175         (nnir-run-imap): Simplify code. No need to reverse artlist.
176         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
177
178 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
181
182         * nnimap.el (nnimap-get-capabilities): Refactor out.
183         (nnimap-open-connection): Re-request capabilities after STARTTLS.
184
185 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
186
187         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
188         appearing when `mm-uu-hide-markers' is nil.
189
190 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * nnimap.el (nnimap-unselect-group): Make into its own function.
193         (nnimap-request-rename-group): Unselect group before renaming.
194         This had gotten lost somewhere.
195         (nnimap-request-accept-article): Keep track of examined groups, and
196         unselect the group before APPENDing to read-only groups.
197         (nnimap-request-move-article): Clear flags before moving so that they
198         can be re-set later.
199
200 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
203         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
204
205 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-art.el (gnus-mime-display-single)
208         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
209         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
210         parameter.
211
212 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
215         (shr-table-vertical-line): New variable.
216         (shr-insert-table): Use it.
217
218 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-html.el (gnus-html-wash-images): Don't display images if
221         gnus-inhibit-images is non-nil; register displayer for cid images.
222         (gnus-html-display-image): Work for cid image.
223         (gnus-html-insert-image): Allow arguments.
224         (gnus-html-put-image): Inhibit read-only.
225         (gnus-html-prefetch-images): Don't prefetch images if
226         gnus-inhibit-images is non-nil.
227
228 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * shr.el (shr-put-image): Break lines when inserting big pictures.
231
232 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
233
234         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
235         sender, thanks Katsumi Yamaoka.
236
237 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
238
239         * nnir.el (nnir-run-imap): Reverse the article list for each group
240         rather than the whole list.
241
242 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * shr.el (shr-image-displayer): Protect function against non-existent
245         image source.
246
247         * gnus-art.el (gnus-inhibit-images): New user option.
248         (gnus-mime-display-single): Don't display image if it is non-nil.
249
250         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
251         gnus-inhibit-images.
252
253         * shr.el (shr-image-displayer): New function.
254         (shr-tag-img): Use it.
255
256 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
257
258         * mml2015.el (mml2015-epg-sign): Use From header.
259
260 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-html.el (gnus-html-wash-images): Register a displayer.
263
264         * gnus-util.el (gnus-find-text-property-region): Return markers.
265
266         * shr.el (shr-tag-img): Put a displayer in the text property.
267
268         * gnus-util.el (gnus-find-text-property-region): New utility function.
269
270         * gnus-html.el (gnus-html-display-image): Make the alt optional.
271         (gnus-html-show-images): Remove.
272
273         * gnus-art.el (gnus-article-show-images): New, more general function.
274
275         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
276         image url text properties.
277
278         * shr.el: Ditto.
279
280         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
281         gnus-agent-auto-agentize-methods is set.  Which it isn't.
282
283 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
286         work for two or more articles.
287
288 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
291         divide an image that's in an html article to two or more when washing
292         non-ASCII characters in alt text of it.
293
294 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
297         smime-decrypt-region using function argument.
298         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
299
300         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
301
302         * smime.el (smime-decrypt-region): Catch it.
303
304 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
305
306         * smime.el (smime-mode-map): Move initialization into declaration.
307         (gnus-run-mode-hooks): Don't autoload.
308         (smime-mode): Use define-derived-mode.
309
310 2010-11-11  Glenn Morris  <rgm@gnu.org>
311
312         * smime.el (from): Restrict declaration to XEmacs.
313
314         * nnir.el (gnus-group-topic-name): Autoload.
315
316 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * shr.el (shr-insert): Don't break long line if it is because of
319         kinsoku-bol characters in the line end.
320
321 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el (nnir-request-move-article): Fix to provide original group
324         and subject.
325         (nnir-warp-to-article): Don't fail on articles whose headers haven't
326         been retrieved.
327
328         * gnus-sum.el (gnus-summary-move-article): Use original group and
329         subject for virtual articles such as those in an nnir summary buffer.
330
331 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
334         least 21.5).
335
336         * smime.el (from): Declare it again for XEmacs.
337
338 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * message.el (message-resend): Don't disable encoding unless it's
341         already encoded.
342
343         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
344         low-numbered articles.
345
346 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * rfc2047.el (rfc2047-syntax-table): Simplify.
349
350         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
351
352         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
353         set-char-table-range for XEmacs.
354
355 2010-11-10  Glenn Morris  <rgm@gnu.org>
356
357         * time-date.el (time-to-seconds): Always an alias on Emacs,
358         never a real function.
359         (with-no-warnings): Remove compat stub, now unused.
360         (time-less-p): Doc fix.
361         (time-to-number-of-days): Simplify.
362
363         * smime.el (from): Remove unused declaration.
364
365         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
366         (gnus-float-time): On Emacs, always an alias.
367
368         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
369         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
370
371 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * dgnushack.el: Don't use ignore-errors in the top level form since it
374         is unavailable in XEmacs even if cl is loaded.
375
376         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
377
378 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * shr.el (browse-url-mailto): Autoload.
381
382         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
383
384         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
385         regexp doesn't need quoting.
386
387 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
388
389         * message.el (message-subject-trailing-was-ask-regexp)
390         (message-subject-trailing-was-regexp): Match was: in addition to was.
391
392 2010-11-09  Glenn Morris  <rgm@gnu.org>
393
394         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
395         (nnbabyl-check-mbox): Use point-at-bol.
396
397 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
400
401         * message.el (message-mailto): New function.
402         (message-mailto): Should accept other parameters.
403         (message-mailto): Remove since it duplicates browse-url-mailto
404         functionality.
405
406 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
409         methods.
410         (gnus-read-active-file): Ditto.
411
412         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
413         ": " from the prompt.
414         (gnus-group-make-group): Ditto.
415
416 2010-11-07  Glenn Morris  <rgm@gnu.org>
417
418         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
419         (gnus-bookmark-kill-line): Use point-at-eol.
420
421 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
424         asterisks in From header.
425
426 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
429         string to avoid making the From headers syntactically invalid.
430
431         * message.el (message-send-mail): Don't insert courtesy messages if the
432         message already has List-Post and List-ID messages.
433
434 2010-11-06  Glenn Morris  <rgm@gnu.org>
435
436         * gnus-art.el (gnus-treat-article): Give dynamic local variables
437         `condition', `type', `length' a prefix.
438         (gnus-treat-predicate): Update for above name changes.
439
440 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
441
442         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
443         binding.  Handled by `gnus-summary-refer-thread' instead.
444         (nnir-warp-to-article): New backend function.
445
446         * nnimap.el (nnimap-request-thread): Force dependency updating.
447
448         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
449         (gnus-summary-refer-thread): Rework to improve thread-referral.
450
451         * gnus-int.el (gnus-warp-to-article): New function.
452
453         * gnus-sum.el (gnus-summary-article-map): Bind it.
454
455 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
456
457         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
458         gnus-summary-refer-thread.
459
460         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
461         headers.
462         (gnus-summary-limit-include-thread): Prevent articles in thread from
463         being cut in gnus-cut-threads.
464         (gnus-summary-refer-thread): Limit retrieved headers to those in
465         thread.
466
467 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * message.el (message-send-mail): Use the value of
470         message-courtesy-message from the message buffer.
471
472         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
473
474         * shr.el (shr-browse-url): Implement mailto: URLs.
475
476         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
477         "raw".
478
479         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
480         if it's already selected.
481
482         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
483
484 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
487         to measure the length and truncate alt text.
488
489 2010-11-03  Glenn Morris  <rgm@gnu.org>
490
491         * nndiary.el (nndiary-generate-nov-databases-1)
492         (nndiary-generate-active-info): Rename dynamic variable `files' to
493         something less generic.
494
495 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
496
497         * nnir.el (nnir-request-move-article): Call the underlying backend to
498         move articles from nnir.
499
500 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
503
504 2010-11-02  Julien Danjou  <julien@danjou.info>
505
506         * nnir.el: Remove wais support.
507
508 2010-11-02  Glenn Morris  <rgm@gnu.org>
509
510         * gnus-html.el: Reorder requirements to quieten compiler.
511
512 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
515         properly for XEmacs as well.
516         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
517         (gnus-article-natural-long-line-p): Use window-width rather than
518         frame-width.
519
520 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
521
522         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
523         (nnir-read-parms): Don't modify query.
524         (nnir-run-query): Add ability to search topic on current line.
525         (nnir-get-active): Clean up.
526
527 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
530         degenerate articles.
531
532         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
533         (gnus-print-buffer): Just print the buffer as is, without any copying
534         to a buffer and then re-highlighting.
535
536         * nnimap.el (nnimap-request-group): Store the new updated info.
537         (nnimap-request-group): Select the group when we don't know whether it
538         exists or not.
539
540         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
541         groups.
542
543         * gnus-group.el (gnus-group-find-new-groups): Display all the new
544         groups.
545
546         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
547         groups.
548
549         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
550         long-lines case by only filling the long lines.
551
552         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
553         (bug #7311).
554
555 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * shr.el: No need to declare `declare-function' since shr.el is for
558         only Emacsen that provide `libxml-parse-html-region'.
559
560         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
561         effective only in a file it is referred to.
562
563 2010-11-01  Glenn Morris  <rgm@gnu.org>
564
565         * mm-util.el (gnus-completing-read): Autoload.
566         (mm-read-coding-system): Simplify Emacs definition.
567
568         * nnmail.el (gnus-activate-group):
569         * nnimap.el (gnutls-negotiate):
570         * nntp.el (netrc-parse): Fix declarations.
571
572 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
575         string-match-p in Emacs >=23.
576
577         * gnus-msg.el (gnus-configure-posting-styles)
578         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
579
580 2010-11-01  Glenn Morris  <rgm@gnu.org>
581
582         * nnir.el (declare-function): Add compat stub.
583         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
584         (nnir-run-gmane): Require 'mm-url.
585
586         * mm-util.el (mm-string-to-multibyte): Simplify.
587
588         * shr.el (declare-function): Add compat stub.
589         (url-cache-create-filename): Declare.
590         (mm-disable-multibyte, widget-convert-button): Autoload.
591
592         * smime.el (ldap-search): Declare.
593         (smime-cert-by-ldap-1): Require ldap on Emacs.
594
595         * nnimap.el: Require nnmail, and gnus-sum when compiling.
596         (nnimap-keepalive): Use gnus-float-time.
597
598         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
599         (mail-source-delete-crash-box): Use gnus-float-time.
600
601         * gnus-dired.el (gnus-completing-read): Autoload.
602
603         * mm-view.el (gnus-rescale-image): Autoload.
604
605         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
606
607         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
608
609         * sieve-manage.el: Require 'cl when compiling.
610
611         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
612         (gnus-iswitchb-completing-read): Require iswitchb.
613         (gnus-select-frame-set-input-focus): Silence compiler.
614
615 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * message.el (message-subject-trailing-was-query): Change default to t,
618         since I think that's what most people want.
619
620         * nnimap.el (nnimap-request-accept-article): Erase buffer before
621         appending for easier debugging.
622         (nnimap-wait-for-connection): Take a regexp.
623         (nnimap-request-accept-article): Wait for the continuation line before
624         sending anything unless we're streaming.
625
626         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
627         leave the header washing to take place.
628
629 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
630
631         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
632         regular expression match and replace in posting styles.
633
634 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
637         an entire server.
638         (nnir-get-active): New function.
639         (nnir-run-imap): Use it.
640         (nnir-run-gmane): Who knew, gmane search returns an article score!
641
642         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
643         server on the current line with nnir.
644
645 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
648         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
649         left edge.
650         (gnus-article-foldable-buffer): Skip past the prefix when determining
651         raggedness.
652
653         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
654         the raw article, and change `C-u g' to show the article without doing
655         treatments.
656
657         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
658         on to `gnus-treat-article'.
659         (gnus-inhibit-article-treatments): New variable.
660
661         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
662
663         * gnus-art.el (gnus-treatment-function-alist): Have
664         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
665         (gnus-treat-fill-long-lines): Change default to fill all text/plain
666         sections.
667
668         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
669         parameter.
670         (gnus-article-fill-cited-long-lines): New function.
671         (gnus-article-fill-cited-article): Allow filling only long sections.
672
673         * shr.el (shr-find-fill-point): Don't break lines between punctuation
674         and non-punctuation (like after the apostrophe in "'We").
675
676         * gnus-sum.el (gnus-summary-select-article): Make sure
677         gnus-original-article-buffer is alive.
678
679         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
680         reflect the order they're in in the digest.
681
682         * gnus.el (gnus-group-startup-message): Move point to the start of the
683         buffer.
684
685         * nnimap.el (nnimap-capability): New function.
686         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
687         is set.
688
689 2010-10-31  David Engster  <dengste@eml.cc>
690
691         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
692         conform with changes to gnus-completing-read.
693
694 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * shr.el (shr-tag-img): Output "*" instead of "[img]".
697
698 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
699
700         * nnir.el: Move defvar, defcustom around to keep file organized
701         and keep byte-compiler quiet.
702         (nnir-read-parms): Accept search-engine as arg.
703         (nnir-run-query): Pass search-engine as arg.
704         (nnir-search-engine): Remove.
705
706 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * shr.el (shr-generic): The text nodes should be text, not :text.
709
710         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
711         later in the file.
712
713 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
714
715         * nnir.el: General clean up.  Allow searching with multiple engines.
716         Allow separate extra-parameters for each engine.
717         Batch queries when possible.
718         (nnir-imap-default-search-key,nnir-method-default-engines):
719         Add customize interface.
720         (nnir-run-gmane): New engine.
721         (nnir-engines): Use it.  Qualify all prompts with engine name.
722         (nnir-search-engine): Remove global variable.
723         (nnir-run-hyrex): Restore for now.
724         (nnir-extra-parms,nnir-search-history): New variables.
725         (gnus-group-make-nnir-group): Use them.
726         (nnir-group-server): Remove in favor of gnus-group-server.
727         (nnir-request-group): Avoid searching twice.
728         (nnir-sort-groups-by-server): New function.
729
730 2010-10-30  Julien Danjou  <julien@danjou.info>
731
732         * gnus-group.el: Remove gnus-group-fetch-control.
733
734         * gnus-start.el (gnus-find-new-newsgroups):
735         Remove gnus-check-first-time-used.
736
737         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
738
739 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
740
741         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
742         set on groups that don't have \* permanentflags.
743
744 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
747         control the background color.
748         (shr-tag-img): Ignore very small web bug type images.
749         (shr-put-image): Add help-echo alt texts to the images.
750         (shr-tag-video): Show the video poster image.
751
752 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * shr.el (shr-table-depth): New variable.
755         (shr-tag-table-1): Only insert the images after the top-level table.
756
757         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
758
759         * gnus-util.el (gnus-list-memq-of-list): New function.
760
761         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
762         selected.
763         (nnimap-unsplittable-articles): New slot.
764         (nnimap-new-articles): Use it.
765
766 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
767
768         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
769         move to the previous line on `M-g'.
770
771 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
774         *-request-group, which seems unnecessary.
775
776         * nnimap.el (nnimap-quote-specials): Function copied over from
777         imap.el.
778         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
779         they support that.  Suggested by Tom Regner.
780
781 2010-10-29  Julien Danjou  <julien@danjou.info>
782
783         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
784         defalias.
785         (gnus-summary-delete-marked-with): Remove obsolete defalias.
786
787         * gnus.el: Remove `gnus-nntp-service' variable.
788         (gnus-secondary-servers): Make obsolete.
789         (gnus-nntp-server): Make obsolete.
790
791         * gnus-start.el (gnus-1): Remove x-splash calls.
792
793         * gnus-ems.el (gnus-x-splash): Remove.
794
795         * gnus.el (gnus-group-startup-message): Simplify/update code.
796
797         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
798         definition.
799
800         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
801         capability before doing anything.
802         (gnus-group-insert-group-line): Remove useless
803         gnus-group-remove-excess-properties.
804
805 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
808
809 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
812         config after reselecting.
813
814 2010-10-28  Julien Danjou  <julien@danjou.info>
815
816         * shr.el (shr-put-image): Use point even if only inserting text.
817         (shr-put-image): Save excursion when inserting alt text on non-graphic
818         display, so the behaviour is the same when we are on a graphic display.
819
820         * nnir.el (nnir-run-swish-e): Remove hyrex support.
821
822 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
825         (gnus-mime-copy-part): Check coding system, not charset.
826         (gnus-mime-view-part-externally): Never remove part.
827         (gnus-mime-view-part-internally): Don't remove part here.
828         (gnus-article-part-wrapper): Make sure MIME tag is visible.
829         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
830         multipart/alternative.
831
832         * mm-decode.el (mm-display-part): Take optional arg `force'.
833
834 2010-10-26  Julien Danjou  <julien@danjou.info>
835
836         * gnus-group.el (gnus-group-default-list-level): Add this function to
837         compute the default list level.
838         (gnus-group-default-list-level): Add possibility to use a function.
839
840 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
843
844         * gnus-group.el (gnus-group-completing-read)
845         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
846         gnus-replace-in-string.
847
848 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * shr.el (shr-tag-div): Add.
851
852         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
853
854 2010-10-25  Julien Danjou  <julien@danjou.info>
855
856         * gnus-util.el: Remove `gnus-with-local-quit'.
857
858         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
859
860 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
863         the original article buffer.
864
865 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-request-head): New function.
868         (nnimap-request-move-article): Try to be slighly faster by not
869         requesting the entire message when moving.
870         (nnimap-transform-headers): Don't bug out on bodiless articles.
871         (nnimap-send-command): Have no outstanding messages if the IMAP server
872         doesn't support streaming.
873         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
874
875 2010-10-24  Julien Danjou  <julien@danjou.info>
876
877         * message.el (message-default-headers): Fix type.
878
879 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
882         prefetching images.
883
884         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
885         backend for unknown groups.  This is mainly useful for nnimap groups.
886
887         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
888         group isn't covered by the agent.
889
890 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
891
892         * nnir.el (nnir-method-default-engines): New variable.
893         (nnir-run-query): Use it.
894         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
895         (gnus-summary-nnir-goto-thread): Change group if needed.
896
897         * gnus-group.el (gnus-group-group-map): Add key binding for
898         gnus-group-make-nnir-group.
899
900 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * shr.el (shr-tag-object): Add.
903
904         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
905         original article buffer live.
906         (gnus-summary-select-article-buffer):
907         Mention gnus-widen-article-buffer.
908
909 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * shr.el (shr-tag-strong): Add.
912
913 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
916         group names.  They mess up the group buffer badly.
917
918         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
919
920         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
921         instead of the summary one.
922
923 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * mml.el (mml-preview): Work properly when editing article.
926
927         * gnus-start.el (gnus-read-active-file-1): Don't add method to
928         gnus-have-read-active-file if it's already been in.
929
930 2010-10-22  Tom Tromey  <tromey@redhat.com>
931
932         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
933         gnus-group-completing-read.
934
935 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * message.el (message-mode-map): Don't bind M-; to comment region, to
938         allow the global comment-dwim to work.
939
940 2010-10-21  Julien Danjou  <julien@danjou.info>
941
942         * message.el (message-setup-1): Allow message-default-headers to be a
943         function.
944
945 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * shr.el (shr-tag-table): Simplify.
948
949 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
952         to avoid trying to snarf invalid stuff.
953
954         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
955
956         * gnus.el (gnus-message-archive-group): Quote value.
957         (gnus-message-archive-group): Mark as changed.
958
959         * shr.el (shr-add-font): Don't put the font properties on the newline
960         or the indentation.
961
962         * message.el (message-fix-before-sending): Change options when sending
963         non-printable characters.
964
965         * gnus.el (gnus-message-archive-method): Change the default to
966         monthly outgoing groups.
967
968         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
969         that have gotten new numbers.
970
971         * nnimap.el (nnimap-request-replace-article): New function.
972
973 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
976         (nnrss-request-article): Don't use special html washing code.
977
978 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * shr.el (shr-tag-table): Remove useless nconc.
981
982 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-art.el (article-wash-html): Simplify and remove the charset
985         stuff.  Use the normal html rendering code instead of the special html
986         washing code.
987
988         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
989         `gnus-w3m' symbols.
990         (mm-text-html-washer-alist): Remove.
991
992         * mm-decode.el (mm-inline-text-html-renderer): Remove.
993         (mm-inline-media-tests): Remove use.
994         (mm-text-html-renderer): Change default to the `shr' symbol.
995
996         * mm-view.el (mm-inline-text-html): Remove use.
997
998         * gnus-art.el (gnus-blocked-images): New function.  Allow the
999         `gnus-blocked-images' to be a function.
1000         (gnus-article-wash-function): Remove.
1001
1002 2010-10-20  Julien Danjou  <julien@danjou.info>
1003
1004         * spam.el (spam-list-of-processors): Mark as obsolete.
1005
1006         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1007         (nnimap-insert-partial-structure): Fix boundary detection.
1008
1009 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1010
1011         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1012         run file-truename on remote files.  This can be expensive and even
1013         prevent one from editing drafts if some unrelated buffer has a stale
1014         connection.
1015
1016 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1019         kinsoku-eol regardless of shr-kinsoku-shorten.
1020         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1021         (shr-tag-table): Support caption, thead, and tfoot.
1022
1023 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1026         lines.
1027         (shr-save-contents): New command and keystroke.
1028
1029         * nndoc.el (nndoc-type-alist): Add git support.
1030         (nndoc-git-type-p): New function.
1031         (nndoc-transform-git-article): Ditto.
1032         (nndoc-transform-git-headers): Ditto.
1033         (nndoc-transform-git-headers): Generate Subject headers.
1034
1035         * shr.el (shr-parse-style): New function.
1036         (shr-tag-span): Ditto.
1037
1038         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1039         to `G G' to avoid collisions.
1040
1041 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * shr.el: Load kinsoku if necessary.
1044         (shr-kinsoku-shorten): New internal variable.
1045         (shr-find-fill-point): Make kinsoku shorten text line if
1046         shr-kinsoku-shorten is bound to non-nil.
1047         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1048         shr-indentation too when testing if table is wider than frame width.
1049         (shr-insert-table): Use `string-width' instead of `length' to measure
1050         text width.
1051         (shr-insert-table-ruler): Make sure indentation is done at bol.
1052
1053 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1054
1055         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1056         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1057         undecoded network data.
1058
1059 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1062         name in the mode line spec so that the mode line menu works
1063         (bug #2431).
1064
1065         * message.el (message-get-reply-headers): If we're fed `to-address',
1066         then always use that.
1067
1068         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1069         aren't so wide as to need to switch off the edit menu.
1070
1071         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1072         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1073
1074         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1075         `M-g'.
1076         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1077         the permanent marks.
1078
1079 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1080
1081         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1082         Splitting according to references/in-reply-to obeys the ignore-groups
1083         variable, while splitting by sender and subject do not.
1084
1085 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1088         alist, so that we can look for non-Unicode chars.
1089         (article-translate-strings): Allow both character and string maps.
1090
1091 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * shr.el (shr-insert): Don't insert space behind a wide character
1094         categorized as kinsoku-bol, or between characters both categorized as
1095         nospace.
1096
1097 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1098
1099         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1100         headers to gnus-newsgroup-headers.
1101
1102 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * shr.el (shr-tag-img): Don't align images -- since we're not
1105         rescaling, this often leads to ugly displays.
1106
1107 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1110         duplicates.
1111
1112 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1113
1114         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1115         call.
1116
1117 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * gnus.el: Autoload gnus-html-show-images.
1120
1121         * nnimap.el: Use nnheader-message throughout.
1122
1123         * shr.el (shr-tag-img): Ignore images with no data.
1124
1125 2010-10-15  Julien Danjou  <julien@danjou.info>
1126
1127         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1128         a possibility to disable format=flow encoding when using hard newlines.
1129
1130 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * shr.el (shr-insert): Remove space inserted before or after a
1133         breakable character or at the beginning or the end of a line.
1134         (shr-find-fill-point): Do kinsoku; find the second best point or give
1135         it up if there's no breakable point.
1136
1137 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * nnimap.el (nnimap-open-connection): Message when opening connection
1140         for debugging purposes.
1141
1142         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1143         on every setup buffer call to allow this to change from article to
1144         article.
1145
1146         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1147         buffers where we have a wide table.
1148
1149 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1150
1151         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1152         uses *-request-thread.
1153
1154 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1157         incantation, which is no longer valid.
1158
1159 2010-10-14  Julien Danjou  <julien@danjou.info>
1160
1161         * shr.el: Fix defcustom type (char -> character).
1162
1163 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1166         programs.
1167
1168 2010-10-14  Julien Danjou  <julien@danjou.info>
1169
1170         * shr.el (shr-tag-a): Use url-link as widget type.
1171
1172         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1173         `gnus-group-get-icon'.
1174
1175 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1178         This should make server editing work better.
1179
1180         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1181
1182         * tls.el (tls-program): Remove spurious %s from openssl.
1183
1184         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1185         (nnimap-parse-flags): Fix regexp.
1186
1187         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1188         probably work for CJVK text, too.
1189
1190         * nnimap.el (nnimap-extend-tls-programs): Remove.
1191         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1192
1193         * tls.el (tls-starttls-switches): Remove starttls hack.
1194         (open-tls-stream): Ditto.
1195         (tls-find-starttls-argument): Ditto.
1196
1197 2010-10-13  Julien Danjou  <julien@danjou.info>
1198
1199         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1200         responses.
1201
1202 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1205
1206         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1207         anything in Emacs.
1208
1209         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1210
1211 2010-10-13  Julien Danjou  <julien@danjou.info>
1212
1213         * shr.el (shr-width): Make shr-width a defcustom with default to
1214         fill-column.
1215         (shr-tag-img): Use shr-width rather than fill-column.
1216
1217 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * dgnushack.el (byte-optimize-apply)
1220         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1221
1222         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1223         position when (X-)Faces exist.
1224         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1225         avatars when called interactively.
1226
1227 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1230         gnus-article-x-face-too-ugly is bound.
1231
1232 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1235
1236         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1237         mailbox that doesn't exist.
1238
1239 2010-10-12  Julien Danjou  <julien@danjou.info>
1240
1241         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1242         (shr-get-image-data): Encode URL properly when fetching from cache.
1243         (shr-tag-img): Use aligned-to spaces to align correctly images.
1244
1245         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1246         before inserting the Gravatar.
1247
1248         * shr.el (shr-tag-img): Add align attribute support for <img>.
1249
1250 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-gravatar.el (gnus-art): Require.
1253
1254         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1255         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1256         Remove long obsoleted functions.
1257
1258 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1261
1262         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1263
1264         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1265         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1266         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1267         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1268         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1269         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1270         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1271
1272 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * nnimap.el (nnimap-request-rename-group): Select group read-only
1275         before renaming it.
1276
1277         * shr.el (shr-insert): Fix up the white space only regexp.
1278
1279         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1280         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1281
1282         * shr.el (shr-current-column): New function.
1283         (shr-find-fill-point): New function.
1284
1285 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1286
1287         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1288         numbers.
1289
1290 2010-10-11  Julien Danjou  <julien@danjou.info>
1291
1292         * shr.el (shr-hr-line): Add.
1293         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1294         display hr lines.
1295         (shr-max-columns): Do not change state to nil if we just inserting
1296         spaces.
1297
1298 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1301         select the last group.
1302
1303 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1306
1307 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1308
1309         * dig.el (dig-mode-map): Declare and define in one step.
1310
1311 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1314         for Gnus.
1315         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1316         (nnimap-update-qresync-info): Mark \Seen articles as read.
1317
1318         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1319         non-variable, too.
1320
1321         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1322         available.
1323         (nnimap-update-info): Rely more on the current active than the param
1324         active to avoid marking articles as read too much.
1325
1326         * auth-source.el (auth-source-create): Use (user-login-name) for the
1327         user name default.
1328
1329         * nnimap.el (nnimap-update-info): If the server doesn't return any
1330         useful info, just use the previous info.
1331         (nnimap-update-info): Prefer old info over start-article.
1332         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1333
1334 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1335
1336         * nnir.el (autoload): Clean up autoloads.
1337         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1338         Use key rather than value.
1339         (nnir-imap-search-other): New variable.
1340         (nnir-read-parm): Use it.
1341         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1342         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1343
1344 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1345
1346         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1347         the process, too.
1348
1349 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * spam.el (gnus-summary-mode-map): Bind to "$".
1352         Suggested by Russ Allbery.
1353
1354         * shr.el: Rework the way things are indented by <li> slightly.
1355
1356         * gnus.el (gnus-group-set-parameter): Fix typo.
1357
1358         * nnimap.el: Start implementing QRESYNC support.
1359
1360 2010-10-09  Julien Danjou  <julien@danjou.info>
1361
1362         * nnir.el (nnir-engines): Fix too many arguments.
1363
1364 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1367         group is the "last", so that the backends like nnfolder actually save
1368         their folders.
1369
1370         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1371         try to use that for the tls stream.
1372         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1373         UIDVALIDITY and find out which groups are read-only and not.
1374         (nnimap-get-flags): Use the same marks parsing code as the rest of
1375         nnimap.
1376
1377 2010-10-09  Julien Danjou  <julien@danjou.info>
1378
1379         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1380
1381         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1382         retrieving gravatars.
1383
1384         * shr.el (shr-table-corner): Add.
1385         (shr-table-line): Add.
1386         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1387
1388 2010-10-08  Julien Danjou  <julien@danjou.info>
1389
1390         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1391
1392 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1395
1396         * gnus-sum.el (gnus-mark-article-as-unread)
1397         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1398         (gnus-summary-set-bookmark): Use it.
1399
1400         * gnus-msg.el (gnus-setup-message): Use it.
1401
1402         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1403
1404         * gnus.el (gnus-group-remove-parameter): Use it.
1405
1406         * gnus-group.el (gnus-group-make-web-group): Use it.
1407
1408         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1409
1410         * nnregistry.el: Update docs to mention manual.
1411
1412         * gnus-registry.el: Update docs to mention nnregistry.el.
1413         (gnus-registry-initialize): Don't install nnregistry refer method
1414         automatically.
1415         (gnus-registry-install-nnregistry): Remove it.
1416
1417 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * shr.el (shr-insert): Don't insert double spaces.
1420
1421 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-gravatar.el (gnus-treat-from-gravatar)
1424         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1425         called interactively.
1426
1427         * gnus-art.el (gnus-mime-view-part-externally)
1428         (gnus-mime-view-part-internally): Make predicate function passed to
1429         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1430         of a mime type.
1431
1432         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1433
1434 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * shr.el (require): Require cl when compiling.
1437         (shr-tag-hr): New function.
1438
1439         * nnimap.el (nnimap-update-info): Remove double setting of high.
1440         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1441         This makes nnimap work properly on Courier again.
1442
1443         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1444         the variable for backwards compatability.
1445
1446         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1447         the file name before using to avoid setting mm-default-directory to
1448         nil.
1449
1450         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1451         bidning gnus-agent variables.
1452
1453         * shr.el (shr-render-td): Use a cache for the table rendering function
1454         to avoid getting an exponential rendering behaviour in nested tables.
1455         (shr-insert): Rework the line-breaking algorithm.
1456         (shr-insert): Don't leave trailing spaces.
1457         (shr-insert-table): Also insert empty TDs.
1458         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1459
1460 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1461
1462         * gnus-sum.el (gnus-number): Rename from `number'.
1463         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1464         (gnus-summary-limit-children): Update uses correspondingly.
1465
1466 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1469         (gnus-gravatar-transform-address): Don't show avatars of people of
1470         which mail addresses match gnus-gravatar-too-ugly.
1471
1472 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * shr.el (shr-table-widths): Expand TD elements to fill available
1475         space.
1476
1477 2010-10-07  Julien Danjou  <julien@danjou.info>
1478
1479         * nnimap.el (nnimap-request-rename-group): Add this method.
1480
1481 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1484         name from XEmacs' function-arglist.
1485
1486         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1487         gravatar under XEmacs.
1488
1489 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1490
1491         * auth-source.el: Update docs with TODO items.
1492
1493         * gnus-sync.el: Update docs to explain state and plans.
1494
1495         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1496         Hooks for mark updates.
1497         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1498
1499         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1500         hooks with arguments, which is needed for mark update hooks.
1501
1502 2010-10-06  Julien Danjou  <julien@danjou.info>
1503
1504         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1505         was matched.
1506
1507         * sieve-manage.el: Update example in `Commentary'.
1508
1509         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1510
1511         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1512         not 2000.
1513         (sieve-manage-authenticate): Re-add function.
1514
1515 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * shr.el (shr-insert): Get 'space transition right.
1518         (shr-render-td): Only delete space at the end of the TD.
1519
1520         * nnimap.el (nnimap-open-connection): Prepare to support
1521         open-gnutls-stream.
1522
1523         * shr.el: Rearrange function order to be more logical.
1524
1525 2010-10-06  Julien Danjou  <julien@danjou.info>
1526
1527         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1528         (nnrss-discover-feed): Remove 404 URL in docstring.
1529
1530         * nnir.el: Fix Swish-E URL.
1531         Fix Namazu URL.
1532
1533         * message.el (message-change-subject): Remove 404 URL in a comment.
1534
1535 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1538         called interactively.
1539
1540         * gnus-util.el (gnus-remove-if): Allow hash table.
1541         (gnus-remove-if-not): New function.
1542
1543         * gnus-art.el (gnus-mime-view-part-as-type)
1544         * gnus-score.el (gnus-summary-score-effect)
1545         * gnus-sum.el (gnus-read-move-group-name):
1546         Replace remove-if-not with gnus-remove-if-not.
1547
1548         * gnus-group.el (gnus-group-completing-read):
1549         Regard collection as a hash table if it is not a list.
1550
1551 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1554
1555         * shr.el: Document the table-rendering algorithm.
1556
1557 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1560         for Emacsen having no `libxml-parse-html-region' support.
1561
1562 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1565         invalid URLs.
1566
1567         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1568         line-broken.
1569         (shr-tag-img): Ignore image fetching errors.
1570         (shr-overlays-in-region): Compute overlay positions correctly.
1571
1572         * mm-decode.el (mm-shr): Require shr.
1573
1574         * gnus-art.el (gnus-blocked-images): Move variable here.
1575
1576         * shr.el (shr-insert-table): Bind free variable.
1577
1578         * mm-decode.el (mm-shr): Bind shr-content-function.
1579
1580         * shr.el (shr-content-function): New variable.
1581
1582         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1583         added for symmetry.
1584
1585         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1586
1587         * gnus-group.el (gnus-group-make-group): Doc fix.
1588
1589         * nnimap.el (nnimap-request-newgroups): Return success.
1590
1591         * shr.el (shr-find-elements): New function.
1592         (shr-tag-table): Put all the images after the table.
1593         (shr-tag-table): Really inhibit images inside the table.
1594         (shr-collect-overlays): Copy over overlays from the TD elements to the
1595         main document.
1596
1597         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1598         gnus-blocked-images.
1599
1600 2010-10-05  Julien Danjou  <julien@danjou.info>
1601
1602         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1603
1604         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1605         (gnus-html-maximum-image-size): Add this function.
1606         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1607
1608         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1609         server-value of the capability is nil.
1610
1611 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * shr.el (shr-tag-em): Add <EM> tag.
1614
1615 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1616
1617         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1618         customizable.
1619
1620         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1621         handing broken links to browse-url.
1622
1623 2010-10-05  Julien Danjou  <julien@danjou.info>
1624
1625         * gnus-util.el (gnus-emacs-completing-read)
1626         (gnus-iswitchb-completing-read): Use autoload rather than require.
1627
1628 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1631         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1632         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1633         iswitchb-temp-buflist for XEmacs.
1634
1635         * gnus-util.el (gnus-completing-read-function): Exclude
1636         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1637         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1638         XEmacs.
1639
1640         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1641         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1642
1643         * gnus-html.el: Don't require help-fns under XEmacs.
1644         (gnus-html-schedule-image-fetching): Work for XEmacs.
1645
1646         * mm-decode.el (mm-shr): Decode contents by charset.
1647
1648 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1651         unknown.
1652
1653         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1654         (shr-get-image-data): Ensure against the cache file missing.
1655
1656         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1657         for data.
1658
1659         * spam-report.el (spam-report-url-ping-plain): Don't query about
1660         killing the process.
1661
1662         * shr.el (shr-render-td): Protect against too-wide text.
1663
1664 2010-10-04  Julien Danjou  <julien@danjou.info>
1665
1666         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1667         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1668
1669         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1670         retrieved.
1671
1672 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * shr.el (browse-url): Require.
1675         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1676         lines.
1677         (shr-show-alt-text, shr-browse-image): New commands.
1678         (shr-browse-url, shr-copy-url): New commands.
1679
1680         * gnus-sum.el (gnus-widen-article-window): New variable.
1681         (gnus-summary-select-article-buffer): Use it.
1682
1683         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1684         without @ signs.
1685
1686 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1687
1688         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1689
1690 2010-10-04  Julien Danjou  <julien@danjou.info>
1691
1692         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1693         for XEmacs.
1694
1695 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1698
1699         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1700         (nnimap-close-server): Implement.
1701
1702         * dgnushack.el (iswitchb): Require to shut up the compiler.
1703
1704         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1705         (shr-insert): Tweak line breaking.
1706         (shr-insert): Handle <pre> better.
1707         (shr-tag-li): Get <li> indentation right.
1708         (shr-tag-li): Get <li> indentation even righter.
1709         (shr-tag-blockquote): Ensure paragraph start.
1710         (shr-make-table): Tweak table generation.
1711         (shr-make-table): Fix typo.
1712
1713         * shr.el: Implement table rendering.
1714
1715 2010-10-04  Julien Danjou  <julien@danjou.info>
1716
1717         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1718
1719 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * shr.el (shr-insert): Use string anchors instead of line anchors.
1722
1723 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * shr.el: Add headings.
1726         (shr-ensure-paragraph): Actually work.
1727         (shr-tag-li): Make <ul> prettier.
1728         (shr-insert): Get white space at the beginning/end of elements right.
1729         (shr-tag-p): Collapse subsequent <p>s.
1730         (shr-ensure-paragraph): Don't insert double line feeds after blank
1731         lines.
1732         (shr-insert): \t is also space.
1733         (shr-tag-s): Fix "s" tag name function.
1734         (shr-tag-s): Fix face prop name.
1735
1736 2010-10-03  Julien Danjou  <julien@danjou.info>
1737
1738         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1739
1740         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1741         gnus-window-inside-pixel-edges.
1742
1743         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1744         gnus-ems.
1745
1746         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1747
1748         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1749         function.
1750
1751         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1752         resize choice.
1753
1754 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1757         beginning of the buffer.
1758
1759         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1760         article buffer again.
1761
1762         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1763
1764         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1765         when it's at the start of the buffer.
1766
1767         * shr.el (shr-tag-blockquote): Convert name.
1768         (shr-rescale-image): Use the right image-size variant.
1769
1770         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1771         buffer isn't shown, then select the current article first instead of
1772         bugging out.
1773         (gnus-summary-select-article-buffer): Show both the article and summary
1774         buffers again.
1775
1776         * shr.el (shr-fontize-cont): Protect against regions with no text.
1777         Rename tag functions to shr-tag-* for enhanced security.
1778         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1779
1780 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1781
1782         * shr.el (shr-insert):
1783         * pop3.el (pop3-movemail):
1784         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1785         loaded.
1786
1787 2010-10-03  Glenn Morris  <rgm@gnu.org>
1788
1789         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1790
1791         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1792
1793         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1794
1795         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1796
1797         * gnus-util.el (gnus-make-local-hook): Simplify.
1798
1799 2010-10-02  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1802         (gnus-ido-completing-read): New function.
1803         (gnus-emacs-completing-read): New function.
1804         (gnus-completing-read): Use gnus-completing-read-function.
1805         Add gnus-completing-read-function.
1806
1807 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * shr.el (shr-insert-document): Autoload.
1810         (shr-img): Be silent.
1811         (shr-insert): Add a newline after every picture before text.
1812         (shr-add-font): Use overlays for combining faces.
1813         (shr-insert): Pass upwards the text start point.
1814
1815         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1816         possible.
1817         (mm-shr): New function.
1818
1819 2010-10-02  Julien Danjou  <julien@danjou.info>
1820
1821         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1822         should go backward.
1823
1824 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1825
1826         * shr.el (shr): Fix typo in provide call.
1827
1828 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * shr.el: New file.
1831
1832         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1833
1834         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1835         completing read.
1836
1837 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1840         we're being queried about.  Suggested by Dan Jacobson.
1841
1842         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1843         Suggested by Jason Eisner.
1844
1845         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1846         table, too.  Suggested by Stefan Wiens.
1847         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1848         the table unnecessary.  Suggested by Stefan Wiens.
1849
1850         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1851         longer needed, and probably doesn't work either, as pointed out by
1852         Stefan Wiens.
1853         (gnus-summary-exit): Remove call to the clearing function.
1854         (gnus-summary-exit-no-update): Ditto.
1855
1856         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1857         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1858         Reported by Stefan Monnier.
1859         (gnus-summary-save-in-rmail): Ditto.
1860
1861         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1862         article buffer, instead of both the article buffer and the summary
1863         buffer.  Sort of suggested by Dan Jacobson.
1864
1865         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1866
1867         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1868         Suggested by Dan Jacobson.
1869
1870         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1871         documentation clearer.
1872
1873         * message.el (message-shorten-references): Comment on the number "21".
1874         Suggested by Stefan Monnier.
1875
1876         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1877         Suggested by Dan Jacobson.
1878
1879         * gnus.el (gnus-large-newsgroup):
1880         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1881
1882         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1883         externalize attachments.  Bug reported by Steve Wen.
1884
1885         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1886         really message anything to the user.
1887
1888         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1889         directly.
1890
1891         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1892         messages in empty groups.
1893
1894 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1895
1896         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1897         non-UIDNEXT group.
1898
1899 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1902         not the value from the collection.
1903
1904         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1905         values.  This sometimes happens on some groups that have no info.
1906         (nnimap-request-newgroups): New function.
1907
1908 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1909
1910         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1911         check into `gnus-registry-initialize'.
1912         (gnus-registry-initialize): Ditto.
1913         Fix and extend header docs.
1914
1915 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1918         regexp backtrace overflows.
1919
1920         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1921         for starttls that tls.el implements; i.e. openssl.
1922
1923         * tls.el (tls-starttls-switches): Give up on using starttls with
1924         gnutls-cli.
1925         (tls-program): Add --insecure to be consistent with the defaults from
1926         openssl s_client.  Now all three commands are insecure.
1927
1928 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * lpath.el: Bind completion-styles-alist for XEmacs.
1931
1932         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1933         (gravatar-create-image): New function that's an alias to
1934         gnus-xmas-create-image, gnus-create-image, or create-image.
1935         (gravatar-data->image): Use it.
1936
1937 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1940         install the nnregistry refer method.
1941         (gnus-registry-install-hooks): Use it.
1942         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1943         unfollowed groups.
1944
1945 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1946
1947         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1948         expanding threads.
1949
1950 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * nnir.el: Use the server names without suffixes (bug #7009).
1953
1954         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1955         unencrypted to STARTTLS, if possible.
1956
1957 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1958
1959         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1960         headers before superseding.
1961
1962 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * nnrss.el (nnrss-use-local): Add documentation.
1965
1966         * nnimap.el (nnimap-extend-tls-programs): New function.
1967         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1968         (nnimap-wait-for-connection): Accept the greeting from the stupid
1969         output from openssl s_client -starttls, too.
1970
1971         * tls.el (tls-starttls-switches): New variable.
1972         (tls-find-starttls-argument): Use it.
1973         (open-tls-stream): Ditto.
1974
1975         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1976         (netrc-machine): Ditto.
1977
1978         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1979         article number.
1980         (nnimap-split-fancy): New variable.
1981         (nnimap-split-incoming-mail): Use it.
1982
1983         * nntp.el (nntp-server-list-active-group): Document.
1984
1985         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1986         SELECT to get the message-id.
1987
1988         * mail-source.el (mail-sources): Remove webmail support.
1989         (defvar): Ditto.
1990         (mail-source-fetcher-alist): Ditto.
1991         (mail-source-fetch-webmail): Remove.
1992
1993         * webmail.el: Remove -- doesn't seem relevant any more.
1994
1995         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1996
1997         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1998         the \r.
1999
2000 2010-09-30  Julien Danjou  <julien@danjou.info>
2001
2002         * gnus-agent.el (gnus-agent-add-group): Fix call to
2003         gnus-completing-read.
2004
2005 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * nndoc.el (nndoc-retrieve-groups): New function.
2008
2009         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2010         `default', use nnmail-split-methods.
2011         (nnimap-request-article): Downcase the NILs so that they are nil.
2012
2013         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2014         symbol.
2015
2016         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2017         code, since if the user has requested network, that's what they ought
2018         to get.
2019         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2020         (nnimap-split-rule): Mark as obsolete.
2021
2022         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2023         New variable.
2024
2025         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2026         correct slot, too.
2027
2028 2010-09-29  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus.el (gnus-local-domain): Declare variable obsolete.
2031
2032         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2033         Fix history computing.
2034         (gnus-ido-completing-read): Require ido.
2035
2036 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2039         build Gnus.
2040
2041         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2042         when interpreting the structures.
2043         (nnimap-request-accept-article): Add \r\n to the lines to make this
2044         work with Cyrus.
2045
2046         * nndraft.el (nndraft-request-expire-articles): Use the group name
2047         instead if "nndraft".  Fix found by Nils Ackermann.
2048
2049 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2050
2051         * nnregistry.el: Add.
2052
2053 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2054
2055         * nnmail.el (group, group-art-list, group-art):
2056         Remove unneeded directives.
2057
2058 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2061         (mm-mime-charset)
2062         * rfc2047.el (rfc2047-syntax-table)
2063         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2064
2065         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2066         rather than `insert-file-contents' and `eval-region'.
2067
2068         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2069         construction.
2070
2071         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2072
2073         * time-date.el: No need to require cl for Emacs 21.
2074
2075 2010-09-29  Julien Danjou  <julien@danjou.info>
2076
2077         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2078         replacement of `gnus-gravatar-relief' to mimic
2079         `gnus-faces-properties-alist'.
2080         Add :version property.
2081
2082 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * mail-source.el (mail-source-report-new-mail)
2085         * message.el (message-default-mail-headers)
2086         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2087
2088         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2089
2090 2010-09-28  Julien Danjou  <julien@danjou.info>
2091
2092         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2093         mail-address contains the same string as real-name.
2094
2095         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2096         non-blank in header, otherwise it'll get stripped.
2097
2098         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2099         real-name, and then for mail address rather than doing : or , search.
2100
2101 2010-09-27  Julien Danjou  <julien@danjou.info>
2102
2103         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2104         right completing-read function.
2105         (gnus-use-ido): New variable
2106         (gnus-completing-read-with-default): Remove.
2107         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2108         (gnus-agent-add-group):
2109         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2110         * mm-view.el (mm-view-pkcs7-decrypt):
2111         * mm-util.el (mm-codepage-setup):
2112         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2113         * mml-smime.el (mml-smime-openssl-sign-query):
2114         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2115         (mml-insert-multipart):
2116         * gnus-msg.el (gnus-summary-yank-message):
2117         * gnus-int.el (gnus-start-news-server):
2118         * mm-decode.el (mm-interactively-view-part):
2119         * gnus-dired.el (gnus-dired-attach):
2120         * gnus.el (gnus-read-method):
2121         * gnus-bookmark.el (gnus-bookmark-jump):
2122         * gnus-art.el (gnus-mime-view-part-as-type)
2123         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2124         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2125         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2126         * nnmairix.el (nnmairix-create-server-and-default-group)
2127         (nnmairix-update-groups, nnmairix-get-server)
2128         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2129         (nnmairix-get-group-from-file-path):
2130         * nnrss.el (nnrss-find-rss-via-syndic8):
2131         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2132         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2133         (gnus-group-browse-foreign-server):
2134         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2135         (gnus-summary-execute-command, gnus-summary-respool-article)
2136         (gnus-read-move-group-name):
2137         * gnus-score.el (gnus-summary-increase-score)
2138         (gnus-summary-score-effect):
2139         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2140
2141 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2144         x-focus-frame.
2145
2146         * nnimap.el (auth-source-forget-user-or-password)
2147         (auth-source-user-or-password): Autoload.
2148
2149         * message.el (message-from-style, message-interactive)
2150         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2151         (message-yank-prefix, message-indentation-spaces, message-signature)
2152         (message-signature-file): Add comment.
2153
2154 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2157         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2158         new articles.
2159
2160         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2161         parts.
2162         (nnimap-request-article): Work with the t setting, too.
2163
2164         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2165         that you don't get flashes of other buffers.
2166         (gnus-summary-show-complete-article): Intern before setting.
2167
2168 2010-09-27  David Engster  <dengste@eml.cc>
2169
2170         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2171         well as HEADERS.
2172         (nnmairix-retrieve-headers): Provide new argument for the above.
2173
2174 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * gnus-sum.el (gnus-summary-move-article): Don't alter
2177         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2178         group.
2179
2180         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2181
2182         * message.el (message-cite-prefix-regexp): Revert my last edit.
2183
2184         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2185         variable instead of the Gnus variable.
2186
2187         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2188
2189         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2190
2191         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2192         since some servers don't like it.
2193         (nnimap-open-connection): Forget credentials if the server says the
2194         password was wrong.
2195         (nnimap-parse-line): Protect against invalid data.
2196
2197         * gnus-sum.el (gnus-summary-move-article): Add comment.
2198         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2199         nothing alters it while scanning for new messages.
2200
2201         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2202         which may or may not help.
2203         (nnimap-open-connection): If we're doing a stream connection, and then
2204         discover we're on a STARTTLS-capable server, then open a STARTTLS
2205         connection instead.
2206
2207 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * nnimap.el (utf7): Require.
2210
2211         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2212         prefix.
2213
2214 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2215
2216         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2217
2218 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * nnimap.el (nnimap-request-accept-article): Message the error on
2221         error.
2222
2223 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2226
2227 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nndoc.el (nndoc-request-list): Return success always.
2230
2231         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2232         `fetch-old' -- we only want to fetch the articles we've requested.
2233         The rest are in the agent, probably.
2234         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2235         disappeared server" to something low.  It's not important.
2236
2237         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2238         arrived before the FETCH data.
2239
2240         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2241         target here, because we don't know the Gnus name of the group.
2242
2243         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2244         for the correct group.
2245
2246         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2247
2248         * gnus.el (gnus): Give a final warning after startup.
2249
2250         * gnus-util.el (gnus-action-message-log): New variable.
2251         (gnus-message): Use it.
2252         (gnus-final-warning): New function.
2253
2254         * nnimap.el (nnimap-open-connection): Record the greeting.
2255         (nnimap): Add greeting.
2256
2257 2010-09-26  Julien Danjou  <julien@danjou.info>
2258
2259         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2260         arguments.
2261         (gnus-html-wash-images): Fix spec computing to include start/end.
2262
2263         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2264
2265 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2268         deletion.
2269         (nnimap-retrieve-headers): Don't select the group, because that's
2270         already done by nnimap-possibly-change-group.
2271
2272         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2273         (gnus-picon-transform-address): Use it.
2274
2275         * mail-source.el (mail-source-value): Revert previous patch.
2276
2277         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2278         on failure.
2279         (nnimap-open-connection): Look up both virtual and physical server name
2280         credentials.
2281
2282         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2283
2284 2009-02-07  Dave Love  <fx@gnu.org>
2285
2286         * tls.el (open-tls-stream): Don't query killing process.
2287
2288 2009-02-08  Dave Love  <fx@gnu.org>
2289
2290         * gnus-win.el (gnus-window-to-buffer-helper)
2291         (gnus-all-windows-visible-p): Function needn't be a symbol.
2292
2293         * mail-source.el (mail-source-value): Function needn't be a symbol.
2294
2295 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * message.el (message-cite-prefix-regexp): Remove } from the cite
2298         prefix.
2299
2300         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2301         highlight again, so that the highlight is correct.
2302
2303         * gnus-picon.el (gnus-picon): Remove again.
2304         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2305
2306         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2307         doing the header highlightling, so that the background colour of the
2308         picon is correct.
2309
2310         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2311         (gnus-picon): Ditto.
2312         (gnus-picon): Reinstate.  The background colour for picons is white.
2313         (gnus-picon-insert-glyph): Make the background white.
2314
2315         * nnml.el (nnml-open-nov): Don't return dead buffers.
2316
2317         * auth-source.el (auth-source-create): Query the user for whether to
2318         store the credentials.
2319
2320         * netrc.el (netrc-store-data): New function.
2321
2322         * auth-source.el (auth-source-user-or-password): Use the existing auth
2323         sources, if any, for creation.
2324
2325         * gnus.el (gnus-group-fast-parameter): Return the last matching
2326         parameter instead of the first matching parameter.
2327
2328 2010-09-26  Julien Danjou  <julien@danjou.info>
2329
2330         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2331
2332 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * mml2015.el (mml2015-use): Remove gpg support.
2335
2336         * mml1991.el (mml1991-function-alist): Remove gpg function.
2337         (mml1991-gpg-sign): Remove.
2338
2339 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2340
2341         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2342         (gnus-browse-unsubscribe-current-group): Document it.
2343         (gnus-browse-unsubscribe-group): Use it.
2344
2345 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2348         address to the To list for easier response.
2349
2350         * gnus.el (gnus-play-startup-jingle): Remove.
2351         (gnus-splash): Don't play jingle.
2352         (gnus): Silence gnus-load message.
2353
2354         * gnus-art.el (gnus-treat-play-sounds): Remove.
2355
2356         * gnus.el (gnus-play-jingle): Remove audio support.
2357
2358         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2359
2360         * earcon.el: Remove -- no users.
2361
2362         * gnus-audio.el: Remove -- no users of this package.
2363
2364         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2365
2366         * gnus-start.el (gnus-setup-news): Remove nocem support.
2367
2368         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2369
2370         * gnus.el (gnus-use-nocem): Remove.
2371
2372         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2373         Remove.
2374
2375         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2376         uses NoCeM any more.
2377
2378         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2379         (gnus-button-ctan-handler): Ditto.
2380         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2381         (gnus-button-ctan-directory-regexp): Ditto.
2382         (gnus-button-handle-ctan): Ditto.
2383         (gnus-button-tex-level): Ditto.
2384         (gnus-button-alist): Remove CTAN stuff.
2385
2386 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2389         nnimap-streaming test.
2390
2391         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2392         servers twice.
2393
2394         * nnimap.el (nnimap-open-connection): Add more error reporting when
2395         nnimap fails early.
2396
2397         * nnheader.el (nnheader-get-report-string): New function.
2398         (nnheader-get-report): Use it.
2399
2400         * gnus-int.el (gnus-check-server): Say what the error was when opening
2401         failed.
2402
2403         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2404         using streaming.
2405
2406 2010-09-25  Julien Danjou  <julien@danjou.info>
2407
2408         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2409         gnus-window-inside-pixel-edges.
2410
2411 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2414
2415         * mm-decode.el (mm-save-part): Allow saving to other directories the
2416         normal Emacs way.
2417
2418         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2419         Suggested by Jay Berkenbilt.
2420
2421         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2422         there isn't a single byte.
2423
2424         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2425         just do it.  It doesn't really seem to matter what the user responds
2426         here, I think, so it's just a confusing question.
2427
2428         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2429         non-streaming case.
2430
2431         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2432         (gnus-article-encrypt-body): Use it.
2433
2434         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2435         keystroke.
2436
2437         * nnimap.el (nnimap-find-wanted-parts-1):
2438         Use gnus-fetch-partial-articles.
2439
2440         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2441
2442         * nnimap.el (nnimap-insert-partial-structure): New function.
2443         (nnimap-get-partial-article): New function.
2444         (nnimap-request-article): Use it.
2445         (nnimap-wait-for-response): Return whether the wait was successful.
2446         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2447         retrieval wasn't successful.
2448         (nnimap-retrieve-group-data-early): Allow throttling servers.
2449         (nnimap-streaming): New variable.
2450         (nnimap-fetch-partial-articles): Remove.
2451
2452         * mm-decode.el (mm-with-part): Protect against killed buffers.
2453
2454         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2455         for prettier summary display.
2456
2457 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2458
2459         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2460
2461 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2464         apparently third-party libraries depend on it.
2465
2466         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2467         before starting negotiation.
2468
2469         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2470         privacy reasons.
2471         (gnus-treat-mail-gravatar): Ditto.
2472
2473         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2474         buffer when inserting images.  Inserting text into the headers, for
2475         instance, can make them invalid.
2476
2477 2010-09-25  Julien Danjou  <julien@danjou.info>
2478
2479         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2480         variables.
2481
2482         * nnheader.el: Remove useless variables news-reply-yank-from and
2483         news-reply-yank-message-id.
2484
2485         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2486         variables.
2487
2488         * mml1991.el: Remove useless mml1991-verbose.
2489
2490         * gnus.el: Remove useless variable gnus-use-generic-from.
2491         Remove obsolete variable gnus-topic-indentation.
2492
2493         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2494
2495         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2496
2497         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2498
2499         * gnus-group.el: Remove useless gnus-group-icon-cache.
2500         Remove useless gnus-ephemeral-group-server.
2501
2502         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2503
2504         * mml2015.el: Remove useless mml2015-verbose.
2505
2506         * mml-smime.el: Remove useless mml-smime-verbose.
2507
2508         * gnus.el: Remove useless gnus-local-domain.
2509
2510         * gnus-gravatar.el (gnus-gravatar-transform-address):
2511         Use gnus-gravatar-size.
2512
2513         * gnus-art.el: Remove useless gnus-treat-translate.
2514
2515 2010-09-24  Julien Danjou  <julien@danjou.info>
2516
2517         * gnus-sum.el: Add support for Gravatars.
2518
2519         * gnus-art.el: Add support for Gravatars.
2520
2521         * gnus-gravatar.el: Add this file.
2522
2523         * gravatar.el: Add this file.
2524
2525 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2528
2529         * gnus-group.el (gnus-group-fetch-faq): Remove.
2530
2531         * gnus.el (gnus-group-faq-directory): Remove.
2532
2533         * gnus-group.el (gnus-group-fetch-charter): Remove.
2534
2535         * gnus.el (gnus-group-charter-alist): Remove.
2536
2537         * gnus-group.el (gnus-group-archive-directory): Remove.
2538         (gnus-group-recent-archive-directory): Ditto.
2539         (gnus-group-make-archive-group): Remove.
2540
2541         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2542
2543         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2544         use the same article number for all the cached articles.
2545
2546         * nnimap.el (nnimap-command): Register the last command time so
2547         that we can use it for idling NOOPs.
2548         (nnimap-open-connection): Start the keeplive timer.
2549         (nnimap-make-process-buffer): Store all the process buffers.
2550         (nnimap-keepalive): New function.
2551
2552         * starttls.el (starttls-open-stream): Add autoload cookie.
2553
2554 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2555
2556         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2557         handling.
2558
2559 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2562         its data structures.
2563
2564         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2565         instead of the cl.el copy-list.
2566         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2567         equalp.
2568
2569 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2572         and tool-bar-local-item-from-menu.
2573
2574         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2575         mode-line-highlight face for Emacs.
2576
2577         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2578         loading gnus-sum.elc; fix comment for canlock-verify.
2579         (gnus-article-jump-to-part): Use read-number.
2580         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2581         Remove Emacs pre-21 compatible code for help-echo.
2582         (gnus-article-next-page-1): No need to adjust the number of lines.
2583         (gnus-article-describe-bindings): Always use help-buffer.
2584
2585         * gnus-audio.el (gnus-audio-inline-sound)
2586         * gnus-cus.el (gnus-custom-mode)
2587         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2588
2589         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2590
2591         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2592         compatible code.
2593
2594 2010-09-24  Glenn Morris  <rgm@gnu.org>
2595
2596         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2597         visiting the fcc file in rmail-mode.
2598
2599         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2600
2601 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * nnir.el: Silence the byte compiler.
2604
2605         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2606         alias to browse-url-url-encode-chars if any.
2607         (gnus-html-encode-url): Use it.
2608
2609 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-start.el (gnus-use-backend-marks): New variable.
2612         (gnus-get-unread-articles-in-group): Use it.
2613
2614         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2615         makeover.
2616
2617 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2618
2619         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2620
2621 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2624         Remove.
2625         (gnus-setup-news-hook):
2626         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2627
2628         * gnus-int.el (gnus-request-update-info): Protect against backends not
2629         having the function.
2630
2631         * nnimap.el (nnimap-stream): Mention starttls.
2632         (nnimap-open-connection): Add starttls support.
2633
2634 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2635
2636         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2637
2638 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2641         BODYSTRUCTUREs.
2642         (nnimap-transform-headers): Unfold quoted {42} headers.
2643
2644         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2645         the info.
2646         (gnus-get-unread-articles): Only call updatep on backends that support
2647         it.
2648
2649         * nnweb.el (nnweb-request-update-info): NOOP.
2650
2651         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2652
2653         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2654         since it only deals with marks.
2655
2656         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2657         gnus-request-marks, and make a new gnus-request-update-info.
2658
2659         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2660         the active instead of the high number, which is usually too low.
2661
2662 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2665         * encrypt.el: Remove.
2666
2667 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2670         server in symbolic form.
2671
2672         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2673
2674 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2677         (nnimap-update-info): Fix up code slightly.
2678
2679         * gnus-int.el (gnus-open-server): Add tracing for performance
2680         debugging.
2681
2682         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2683         (gnus-group-insert-group-line): Pass the real group name so that it
2684         gets the right data.
2685
2686         * gnus-start.el (gnus-get-unread-articles): Don't have
2687         `gnus-get-unread-articles-in-group' update info, since that can be
2688         really slow and doesn't seem to be needed?
2689
2690 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2691
2692         * time-date.el (date-to-time): Try using parse-time-string first before
2693         using the slower timezone-make-date-arpa-standard.
2694
2695 2010-09-22  Julien Danjou  <julien@danjou.info>
2696
2697         * gnus-group.el (gnus-group-insert-group-line):
2698         Call gnus-group-highlight-line.
2699         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2700         default hook list.
2701         (gnus-group-update-eval-form): Add new function.
2702         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2703         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2704
2705 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2708         immediate, then expire all articles.
2709         (nnimap-update-info): Fix off-by-one errors.
2710         (nnimap-flags-to-marks): Would return no marks lists for group with no
2711         flags.  Instead return the other data.
2712
2713 2010-09-22  Julien Danjou  <julien@danjou.info>
2714
2715         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2716         Only return an icon.
2717         (gnus-group-insert-group-line): Compute icon to return.
2718
2719         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2720         (gnus-html-image-fetched): Only cache if
2721         gnus-html-image-automatic-caching is set.
2722         (gnus-html-image-fetched): Check for errors.
2723
2724 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2727         once per method on `g'.  This ensures that backends like nnfolder don't
2728         open all their folders.
2729
2730         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2731         (nnimap-request-list): Nix out group in the correct buffer.
2732         (nnimap-parse-flags): Implement by using `read' instead of
2733         hand-parsing.
2734         (nnimap-flags-to-marks): Pass on permanent-flags.
2735         (nnimap-make-process-buffer): Record the server name.
2736         (nnimap-parse-flags): Fix typo.
2737         (nnimap-request-scan): Run split on the server in general, not just a
2738         single group.
2739
2740         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2741         parameter, and propagate this downwards.
2742
2743         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2744         since EXAMINE changes it on the server.
2745
2746         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2747         this command might take a while.
2748
2749 2010-09-22  Julien Danjou  <julien@danjou.info>
2750
2751         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2752         harmful if you have 2 images side-by-side, they can't be properly
2753         update on text deletion.  Using text-property is safer here.
2754         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2755         data.
2756
2757 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * nnimap.el (nnimap-expunge-inbox): Remove.
2760         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2761         (nnimap-expunge): Flip default to t.
2762
2763         * gnus.el (gnus-method-to-server): Don't push things to the cache
2764         unless it's unique.
2765         (gnus-server-to-method): Ditto.
2766
2767 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2768
2769         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2770
2771 2010-09-22  Julien Danjou  <julien@danjou.info>
2772
2773         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2774         get the start of data.
2775         (gnus-html-encode-url): Add this function to encode special chars in
2776         URL.
2777         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2778         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2779
2780         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2781         default.
2782         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2783
2784         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2785         images alt-text.
2786         (gnus-html-put-image): Put alt-text as help-echo.
2787
2788 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2791         * mm-util.el (mm-decompress-buffer)
2792         * nnir.el (nnir-run-find-grep)
2793         * pop3.el (pop3-list): Use 3rd arg of split-string.
2794
2795         * time-date.el (format-seconds): Comment fix.
2796
2797         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2798         and byte-optimize-form-code-walker.
2799         (dgnushack-make-auto-load): Don't advise make-autoload.
2800
2801         * lpath.el: Remove Emacs 21 stuff.
2802
2803 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2806         outside the active range.  Suggested by Dan Christensen.
2807
2808         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2809         slightly later to avoid double-getting it.
2810
2811         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2812         previous patch.
2813
2814         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2815
2816 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2817
2818         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2819
2820 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus-int.el (gnus-open-server): Give a better error message in the
2823         "go offline" case.
2824
2825         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2826         marks for nnimap, which is seldom the right thing to do.
2827
2828         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2829         (gnus-same-method-different-name): New function.
2830
2831         * nnimap.el (parse-time): Require.
2832
2833         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2834         method in the presence of many similar methods.
2835
2836         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2837
2838         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2839         nnml-inhibit-expiry.
2840
2841         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2842         find out whether methods are equal.
2843
2844         * nnimap.el (nnimap-find-expired-articles): New function.
2845         (nnimap-process-expiry-targets): New function.
2846         (nnimap-request-move-article): Request the article before looking at
2847         what the Message-ID is.  Fix found by Andrew Cohen.
2848         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2849
2850         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2851         for oldness in addition to being a predicate.
2852
2853         * nnimap.el (nnimap-request-group): When we have zero articles, return
2854         the right data to Gnus.
2855         (nnimap-request-expire-articles): Only delete articles immediately if
2856         the target is 'delete.
2857
2858         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2859         method, this would bug out.
2860
2861         * gnus-group.el (gnus-group-expunge-group): Rename from
2862         gnus-group-nnimap-expunge, and implemented as a normal interface
2863         function.
2864
2865         * gnus-int.el (gnus-request-expunge-group): New function.
2866
2867         * nnimap.el (nnimap-request-create-group): Implement.
2868         (nnimap-request-expunge-group): New function.
2869
2870 2010-09-21  Julien Danjou  <julien@danjou.info>
2871
2872         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2873         (gnus-html-cache-expired): Add new function.
2874         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2875         wethever we should display image for fetch it.
2876         Compute alt-text earlier to pass it to the fetching function too.
2877         (gnus-html-schedule-image-fetching): Change function argument to only
2878         get one image at a time, not a list.
2879         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2880         cache.
2881         (gnus-html-get-image-data): New function to retrieve image data from
2882         cache.
2883         (gnus-html-put-image): Change buffer argument to use image data rather
2884         than file, and place image above region rather than inserting a new
2885         one.  Do not take alt-text as argument, since it's useless now: we place
2886         the image above alt-text.
2887         (gnus-html-prune-cache): Remove.
2888         (gnus-html-show-images): Start to fetch image when we find one, do not
2889         push into a temporary list.
2890         (gnus-html-prefetch-images): Only fetch image if they have expired.
2891         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2892         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2893
2894 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2897
2898 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2901         spec inser "*" if the group isn't active instead of 0.
2902
2903         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2904         opening the server.
2905         (nnimap-request-delete-group): Implement group deletion.
2906         (nnimap-transform-headers): Return the size of the entire message in
2907         the Bytes header, not just the size of the first part.
2908         (nnimap-request-move-article): When moving an article from nnimap,
2909         request the article first so the accepting form has an article to
2910         accept.  Reported by Dan Christensen.
2911         (nnimap-command): Make sure that the error message doesn't error out.
2912
2913 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2914
2915         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2916         we haven't requested anything.
2917
2918 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2921         "".  Fix found by Andrew Cohen.
2922
2923         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2924         instead of -encode-string.
2925
2926 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2929
2930         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2931         by mm-subst-char-in-string.
2932
2933 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2936         waiting for the connection string.
2937
2938         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2939         arriving.
2940
2941         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2942         bogus characters.  This allows selecting certain Gmail groups.
2943
2944         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2945         (nnimap-fetch-partial-articles): New variable.
2946         (nnimap-open-connection): When looking for credentials, also use the
2947         nnimap-server-port.
2948         (nnimap-request-article): Return the group/article number, so that Gnus
2949         `^' works as expected.
2950         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2951
2952         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2953         comments.
2954         (gnus-methods-sloppily-equal): New function.
2955         (gnus): When using the development version of Gnus, load the gnus-load
2956         file.
2957
2958         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2959         `gnus-open-server' on each method before trying to scan them etc.
2960         This ensures that all the backend parameters are set correctly.
2961
2962         * nnimap.el (nnimap-authenticator): New variable.
2963         (nnimap-open-connection): Allow anonymous login.
2964         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2965         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2966
2967         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2968         patch, found by Knut Anders Hatlen.
2969
2970 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2971
2972         * gnus-agent.el (gnus-agent-batch-confirmation)
2973         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2974         to gnus-message.
2975         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2976         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2977         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2978         * gnus-int.el (gnus-open-server): Likewise.
2979         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2980         (gnus-score-check-syntax): Likewise.
2981         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2982         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2983         Likewise.
2984         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2985
2986 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2989         calling conventions so that prefetch doesn't bug out.
2990
2991 2010-09-19  Julien Danjou  <julien@danjou.info>
2992
2993         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2994         rather than `subst-char-in-region' in order to be able to replace ASCII
2995         char by UTF-8 ones.
2996
2997         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2998         than curl.
2999         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3000         the right URL and ALT text on images.
3001         (gnus-html-wash-tags): Fix tag case.
3002         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3003         (gnus-article-html): Add -o display_ins_del=2 option.
3004         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3005
3006 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3009         the extra mail headers, which sometimes seem to happen for unknown
3010         reasons.
3011
3012         * mail-parse.el (mail-header-encode-parameter): Define as
3013         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3014         (or most, perhaps?) mail readers don't understand the latter, but do
3015         understand the former.
3016
3017         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3018         to nil, so that no methods are automatically agentized.  I think this
3019         is probably what most users want.
3020
3021         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3022         from url-retrieve, for instance about invalid URLs.
3023
3024         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3025         groups that have no articles.
3026         (nnimap-request-article): Check that we really got an article when we
3027         requested one.
3028
3029         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3030         doesn't exist.
3031
3032         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3033         nntp buffer so the agent can save it.
3034         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3035         that CRLF doesn't get translated to \n.
3036         (nnimap-open-connection): Don't make 'shell commands only send \n.
3037
3038 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3039
3040         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3041         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3042         Update var name.
3043         (nnml-generate-nov-file): Use dolist.
3044         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3045         Use with-current-buffer.
3046
3047 2010-09-18  Julien Danjou  <julien@danjou.info>
3048
3049         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3050         parallel.
3051
3052 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3055         the range update right.
3056         (nnimap-request-group): Don't make `M-g' bug out on group with no
3057         marks.
3058         (nnoo): Require, so that other packages can require nnimap.
3059         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3060         command we're looking for.  This helps when the server sends more
3061         responses after we've gotten everything we expected.
3062         (nnimap): Add a `newlinep' field to keep track of end-of-line
3063         conventions.
3064         Don't send CRLF to things that don't want it.
3065         (nnimap-request-accept-article): Ditto.
3066
3067 2010-09-18  Julien Danjou  <julien@danjou.info>
3068
3069         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3070         than curl to retrieve images.
3071
3072 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3075         the marks.
3076         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3077         (nnimap-wait-for-connection): New function.
3078         (nnimap-open-connection): If we have PREAUTH, don't query for login
3079         credentials.
3080         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3081         when doing a partial update.
3082
3083 2010-09-18  Julien Danjou  <julien@danjou.info>
3084
3085         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3086         tags.
3087
3088 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * nnimap.el (nnimap-credentials): New function.
3091         (nnimap-open-connection): Use the new function to look for credentials
3092         also on the numeric equivalents of "imap" and "imaps".
3093
3094         * gnus-start.el (gnus-activate-group): Send the info to
3095         gnus-request-group.
3096
3097         * nnimap.el (nnimap-request-group): Have the "check" version of the
3098         function parse flags and update the info, so that a `M-g' get a total
3099         resync of all flags from the group.
3100
3101         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3102         to allow backends to alter the info on group selection.  Also alter all
3103         the backend -request-group functions to take the parameter.
3104
3105         * nnimap.el (nnimap-store-info): New function.
3106         (nnimap-update-info): Store the info for later usage.
3107         (nnimap-request-group): Use the stored info for the dont-check case, so
3108         that we don't retrieve all marks when we enter a group.
3109
3110         * nnimap.el: Use deffoo instead of defun for interface functions.
3111
3112         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3113         update the group info.  This makes the nndraft groups, for instance, go
3114         back to their old behaviour.
3115
3116         * gnus-sum.el (gnus-select-newsgroup): Indent.
3117
3118         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3119         in.
3120         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3121         nothing.
3122
3123         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3124         from methods that are denied.
3125
3126         * gnus-int.el (gnus-method-denied-p): New function.
3127
3128         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3129         store the password instead of netrc.
3130         (nnimap-open-connection): Don't error out when we can't make a
3131         connections.
3132
3133         * auth-source.el (auth-source-create): In the password prompt, say what
3134         we're querying for.  Also prompt for user name if that hasn't been
3135         given.
3136
3137         * nnimap.el (nnimap-with-process-buffer): Remove.
3138
3139 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3142         method when we're reading from the agent.
3143
3144         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3145
3146         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3147         that's probably most useful for users.
3148
3149         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3150         "failed" all the time.
3151
3152         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3153         ...)) with (with-current-buffer ... ).
3154
3155         * nntp.el (nntp-open-server): Return whether the open was successful or
3156         not.
3157
3158         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3159         select an unread unseen article first.
3160
3161         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3162         /etc/services, supply some sensible port defaults.
3163
3164         * dgnushack.el: Define netrc-credentials.
3165
3166 2010-09-17  Julien Danjou  <julien@danjou.info>
3167
3168         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3169
3170 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3171
3172         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3173         doesn't have any parameters.
3174
3175 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3178         only upcased checks.
3179
3180         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3181
3182         * nnimap.el (nnimap-open-shell-stream): New function.
3183         (nnimap-open-connection): Use it.
3184         (nnimap-transform-headers): Get the number of lines in each message.
3185         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3186         number of lines.
3187         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3188         problem.
3189
3190         * utf7.el (utf7-encode): Autoload.
3191
3192         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3193         to allow the mail splitting to not return a default group.  This is
3194         useful for nnimap, which will leave unmatched mail in the inbox.
3195
3196         * nnimap.el: Rewritten.
3197
3198         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3199         nnimap usage.
3200
3201         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3202         if the move is internal, so that nnimap can do fast internal moves.
3203
3204         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3205         data.
3206         (gnus-read-active-for-groups): Support finishing the early retrieval of
3207         data.
3208
3209         * gnus-range.el (gnus-range-nconcat): New function.
3210
3211         * gnus-int.el (gnus-finish-retrieve-group-infos)
3212         (gnus-retrieve-group-data-early): New functions.
3213
3214 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3215
3216         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3217         (nnrss-retrieve-groups):
3218         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3219         (pop3-quit): Use with-current-buffer.
3220
3221 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3224         instead of nnheader-accept-process-output.
3225
3226         * dgnushack.el (dgnushack-compile): Add comment.
3227
3228         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3229
3230         * gnus-html.el (gnus-html-schedule-image-fetching)
3231         (gnus-html-prefetch-images): Replace process-kill-without-query by
3232         gnus-set-process-query-on-exit-flag.
3233
3234 2010-09-16  Romain Francoise  <romain@orebokech.com>
3235
3236         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3237
3238 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3241         parameter to unintern is mandatory-ish in Emacs 24.
3242
3243         * gnus-html.el (gnus-html-schedule-image-fetching)
3244         (gnus-html-prefetch-images): Check for curl before using it.
3245
3246         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3247         depend on curl, which isn't essential.
3248
3249         * imap.el: Revert back to version
3250         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3251         seem problematic.
3252
3253 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3254
3255         * gnus-registry.el (gnus-registry-install-shortcuts):
3256         Explicitly pass `obarray' to `unintern' to avoid a warning.
3257
3258 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3261         change.
3262
3263         * nnrss.el (nnrss-request-list): Remove this function and related
3264         functions, including the moreover stuff.
3265
3266 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * nnrss.el (nnrss-retrieve-groups): New function.
3269
3270 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3271
3272         * .dir-locals.el: Add no-byte-compile cookie.
3273
3274 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * time-date.el (format-seconds): Comment fix.
3277
3278         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3279         for back end that doesn't support request-scan.
3280
3281 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3284         then do request scans from the backends.
3285
3286         * netrc.el (netrc-credentials): New conveniency function.
3287
3288         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3289         avoid running a hook per line, since this takes a lot of time,
3290         profiling shows.
3291         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3292         directly if gnus-visual-p is true.
3293
3294 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3297         groups; replace mapcar with dolist which is a bit faster; pass groups
3298         info to gnus-read-active-file-1.
3299         (gnus-read-active-file-1): Scan only specified groups if the new
3300         optional arg `infos' is given.
3301
3302 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3305
3306         * pop3.el (pop3-movemail): Remove.
3307         (pop3-streaming-movemail): Rename to pop3-movemail.
3308
3309         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3310         don't restrict end-tag searches to the end of the line.
3311
3312 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3315         articles of every unchecked group to t, which means unknown since the
3316         server has never been opened.
3317
3318 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-html.el (gnus-html-show-alt-text): New command.
3321         (gnus-html-browse-image): Ditto.
3322         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3323         to browse the image directly.
3324         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3325         better.
3326
3327         * gnus-async.el (gnus-async-article-callback):
3328         Call `gnus-html-prefetch-images' unconditionally.
3329
3330         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3331         before feeding URLs to curl.
3332
3333 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3336         internal images as deletable by `W D D'.
3337
3338         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3339         (gnus-async-article-callback): Fix typo.
3340
3341 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3344         current line to work around bugs in the output from w3m.
3345
3346         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3347         for groups that want that.
3348
3349         * nntp.el (nntp-wait-for-string): Supply a timeout for
3350         accept-process-output to ensure progress.
3351
3352         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3353         level to get unread articles from, then use that for foreign groups,
3354         too.
3355
3356         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3357         confuses the rest of the function.
3358
3359         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3360         for the methods that support -retrieve-groups, too.
3361
3362         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3363
3364 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3367         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3368
3369         * pop3.el: Require cl when compiling.
3370         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3371
3372 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3375         that aren't going to be activated.
3376         (gnus-get-unread-articles): Fix up the last commit.
3377
3378         * gnus-html.el (gnus-article-html): Allow calling without specifying
3379         the handle.  In that case, dissect the buffer first.
3380
3381         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3382
3383         * nnimap.el (nnimap-open-connection): Revert the change that would look
3384         into authinfo for imaps instead of imap.
3385
3386         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3387         say that you don't want to call gnus-request-group with don-check, but
3388         do check the reponse.  This is for virtual groups only.
3389         (gnus-get-unread-articles): Count the archive groups as secondary, so
3390         that they're activated the same way as before.
3391
3392         * imap.el (imap-message-map): Removed optional buffer parameter, since
3393         no callers use it.
3394         (imap-message-get): Ditto.
3395         (imap-message-put): Ditto.
3396         (imap-mailbox-map): Ditto.
3397         (imap-mailbox-put): Ditto.
3398         (imap-mailbox-get): Ditto.
3399         (imap-mailbox-get): Revert last change for this function.
3400
3401         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3402         case-insensitively.
3403         (nnimap-debug): Remove.
3404
3405         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3406         to use `imap-fetch' instead.  According to the comments, this should be
3407         safe, since all other IMAP clients use the 1:* syntax.
3408         (imap-enable-exchange-bug-workaround): Removed.
3409         (imap-debug): Removed -- doesn't seem very useful.
3410
3411         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3412         mail from a file, and the file doesn't exist.
3413
3414         * imap.el (imap-log): New convenience function used throughout instead
3415         of repeating the same code all over the place.
3416
3417         * pop3.el (pop3-streaming-movemail): Return t for success.
3418
3419         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3420         .authinfo if we're using ssl connection.
3421
3422         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3423         already have if we're in a main Gnus `g' run.
3424
3425         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3426
3427 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3430
3431         * nnmh.el (nnmh-request-list-1): Bind `file'.
3432
3433         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3434         alias to set-process-query-on-exit-flag or process-kill-without-query.
3435         (pop3-open-server): Use it.
3436
3437 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3440         box to the Incoming file.  Fixes mistake in previous checkin.
3441
3442         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3443         request loop (for debugging purposes) removed.
3444
3445         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3446         culprit is more visible.
3447         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3448         (nnml-add-incremental-nov): New functions to do "incremental" nov
3449         updates, where we just append to the end of the existing nov files
3450         without reading/writing them in full.
3451
3452         * mail-source.el (mail-source-delete-crash-box): Really only check the
3453         incoming files once in a while.
3454
3455         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3456
3457         * mail-source.el (mail-source-delete-crash-box): Only check the
3458         incoming files for deletion once per day to save a lot of file
3459         accesses.
3460
3461         * pop3.el (pop3-logon): Fix up unbound variable typo.
3462
3463         * mail-source.el (pop3-streaming-movemail): Autoload.
3464
3465         * pop3.el (pop3-streaming-movemail):
3466         Respect pop3-leave-mail-on-server.
3467
3468         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3469         retrieval.
3470
3471         * pop3.el (pop3-process-filter): Remove unused function.
3472         (pop3-streaming-movemail, pop3-send-streaming-command)
3473         (pop3-wait-for-messages, pop3-write-to-file)
3474         (pop3-number-of-responses): New functions for streaming pop3
3475         retrieval.
3476
3477         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3478         come from no known methods.
3479         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3480         list.
3481
3482         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3483         message sizes.
3484         (pop3-movemail): Use erase-buffer instead of looping and deleting
3485         regions, which seems rather odd.
3486
3487         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3488         file once per `g' run.
3489
3490         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3491         directories.  This makes the draft queue directory work.
3492
3493         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3494         data from the backends, so that we only request the list of groups from
3495         each method once.  This should speed things up considerably.
3496
3497         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3498         detect that it's not implemented.
3499
3500         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3501         we actually do recurse down into the tree, but don't stat all leaf
3502         nodes.
3503
3504         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3505         then say so instead of bugging out.
3506
3507         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3508         files exist before trying to read them.
3509
3510         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3511         around <pre_int>.
3512
3513         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3514
3515         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3516
3517 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * mm-util.el (mm-image-load-path): Just return the image directories,
3520         not all directories in the path in addition to the image directories.
3521         (mm-image-load-path): Maintain a cache of the image directories so that
3522         the `g' command in Gnus doesn't have to stat dozens of directories each
3523         time.
3524
3525         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3526         (gnus-html-wash-tags): Add a new `i' command to insert images.
3527         (gnus-html-insert-image): New command and keystroke.
3528         (gnus-html-redisplay-with-images): New command and keystroke.
3529         (gnus-html-show-images): Rename command.
3530         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3531         spacers.
3532         (gnus-html-wash-tags): Decode entities at the end, so that entities
3533         inside the tags don't mess up the rest of the "parsing".
3534
3535         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3536         so that nnimap methods aren't agentized by default.  There's apparently
3537         many problems related to agent/imap behaviour.
3538
3539         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3540
3541         * gnus-html.el: Doc fix.
3542
3543 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3546         specifier-spec-list for Emacs 21.
3547
3548         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3549         glyph-width and glyph-height instead of display-graphic-p and
3550         image-size; make avoidance of displaying small images work for XEmacs.
3551
3552         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3553         for XEmacs.
3554
3555         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3556         of symbol that holds plist data.
3557         (gnus-process-plist): Remove plist of process after getting it.
3558
3559 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * message.el (message-generate-hashcash): Change default to
3562         'opportunistic if hashcash is installed.
3563
3564         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3565         (gnus-html-put-image): Only call image-size once, since it's somewhat
3566         time-consuming on remote X servers.
3567
3568 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3571         type on data, not a file name.
3572
3573         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3574         window-pixel-edges for Emacs 21.
3575
3576         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3577         decoded contents.
3578         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3579
3580 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3583         group line format, since it isn't very interesting.
3584
3585         * gnus-agent.el (gnus-agent-short-article),
3586         (gnus-agent-long-article): Increase values for these two variables,
3587         since most people are likely to have more network connection and
3588         storage than before.
3589
3590         * gnus.el (gnus-refer-article-method): Change default to 'current.
3591         When referring an article, the common behaviour is to refer it from the
3592         current select method, not the native select method.  The chances of
3593         the native select method having the message in question is rather slim
3594         these days.
3595
3596         * gnus-sum.el (gnus-auto-select-subject): Change default to
3597         `unseen-or-unread'.  I think it's likely that most people want to
3598         select an unseen article over a previously seen, but unread one.
3599
3600         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3601         means that in the article buffer none of the minor mode elements will
3602         be shown, usually, and this is not desirable in most cases.
3603
3604         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3605         that commands like `d' (and the like) go to the next line in the
3606         buffer, instead of the next unread article.  I think this is the
3607         behaviour that is most natural for most users.
3608         (gnus-single-article-buffer): Change default to nil, so that people can
3609         have as many article buffers open as they have summary buffer.  I think
3610         this is the most natural way for the groups to behave.
3611
3612         * message.el (message-generate-new-buffers): Change default to
3613         `unsent', so that all new message buffers start their names with the
3614         string "*unsent", and it's easier to find the buffers if you move from
3615         them.
3616
3617 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3620         small.  They're probably tracking images.
3621         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3622         (gnus-html-rescale-image): Yet another try at getting the image sizing
3623         right.
3624
3625         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3626         nntp-marks-file-name is nil.
3627
3628 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3629
3630         * gnus-html.el (gnus-html-wash-tags)
3631         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3632         Better logging.
3633
3634 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3637
3638         * gnus-html.el (gnus-html-wash-tags): Check the value of
3639         gnus-blocked-images in the summary buffer.
3640
3641 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3642
3643         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3644
3645 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3648         like "a", it seems like.
3649         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3650         since it needs to be picked from the correct buffer.
3651
3652         * nnwfm.el: Remove.
3653
3654         * nnlistserv.el: Remove.
3655
3656 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3657
3658         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3659         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3660
3661 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnkiboze.el: Remove.
3664
3665         * nndb.el: Remove.
3666
3667         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3668         alt text.
3669         (gnus-html-rescale-image): Try to get the rescaling logic right for
3670         images that are just wide and not tall.
3671
3672         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3673         overshadow variable bindings.
3674
3675 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3676
3677         * gnus-html.el (gnus-html-wash-tags)
3678         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3679         Add extra logging.
3680
3681 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3684         (gnus-max-image-proportion): New variable.
3685         (gnus-html-rescale-image): New function.
3686         (gnus-html-put-image): Rescale images.
3687
3688 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3689
3690         Fix up some byte-compiler warnings.
3691         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3692         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3693         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3694         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3695         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3696         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3697         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3698
3699 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-html.el (gnus-article-html): Decode contents by charset.
3702
3703 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3706         (gnus-html-frame-width, gnus-blocked-images)
3707         * message.el (message-prune-recipient-rules): Add custom version.
3708         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3709
3710         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3711         functions.
3712
3713         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3714         gnus-process-get.
3715
3716 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3717
3718         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3719         instead of lsub directly.
3720
3721 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * nnwarchive.el: Remove.
3724
3725         * gnus-soup.el: Remove.
3726
3727         * nnsoup.el: Remove.
3728
3729         * nnultimate.el: Remove.
3730
3731         * gnus-html.el (gnus-blocked-images): New variable.
3732
3733         * message.el (message-prune-recipients): New function.
3734         (message-prune-recipient-rules): New variable.
3735
3736         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3737         guess whether a long line is natural text or not.
3738
3739         * gnus-html.el (gnus-html-schedule-image-fetching):
3740         Use gnus-process-plist and friends for compatibility.
3741
3742 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * gnus-html.el: Require packages that define macros used in this file.
3745         (gnus-article-mouse-face): Declare to silence byte-compiler.
3746         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3747         process-get.
3748         (gnus-html-put-image): Use plist-get to avoid getf.
3749         (gnus-html-prefetch-images): Use with-current-buffer.
3750
3751 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-ems.el: Provide compatibility functions for
3754         gnus-set-process-plist.
3755
3756         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3757         header-line-format for XEmacs 21.4.
3758
3759         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3760         * gnus.el (gnus-valid-select-methods)
3761         * message.el (message-send-mail-partially-limit)
3762         * mm-decode.el (mm-text-html-renderer)
3763         * mml.el (mml-insert-mime-headers-always)
3764         * smiley.el (smiley-regexp-alist): Bump custom version.
3765
3766 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-html.el: require mm-url.
3769         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3770         with the url to `url'.
3771         (gnus-html-wash-tags): Support cid: URLs/images.
3772
3773 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3776         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3777         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3778
3779         * gnus-move.el: Remove file, since it doesn't really work.
3780
3781         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3782         UTF-8.  This seems to fix problems with some German web feeds.
3783
3784         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3785         at the top so that the proper colours are applied.
3786
3787         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3788         don't have dots in their names.
3789
3790         * gnus-art.el (gnus-article-view-part): Doc fix.
3791
3792         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3793         XEmacs-compatible.
3794         (gnus-html-put-image): Don't do images on non-graphic displays.
3795
3796         * nnslashdot.el: Remove this unused backend.
3797
3798         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3799         actions.
3800         (gnus-undo-register-1): Revert last change.
3801
3802         * gnus-group.el (gnus-group-completing-read): Protect against not
3803         having completion-styles bound.
3804
3805         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3806         make broken recipients happier.
3807
3808         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3809
3810         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3811         point parameter.
3812
3813         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3814
3815         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3816         completion-styles for group selection.
3817
3818 2009-02-04  Andreas Schwab  <schwab@suse.de>
3819
3820         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3821         headers and regexp-quote the match if necessary.
3822
3823 2009-03-24  Miles Bader  <miles@gnu.org>
3824
3825         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3826         the blinking smiley.
3827
3828 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3829
3830         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3831         blink smiley.
3832
3833 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3836         where the dribbel file lives exists.
3837
3838         * message.el (message-send-mail-partially-limit): Change the default to
3839         nil, since most people don't want this.
3840
3841         * mm-url.el (mm-url-decode-entities): Also decode entities like
3842         &#x3212.
3843
3844 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3845
3846         * gnus-sum.el (gnus-summary-idna-message):
3847         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3848         Hyperlink urls in docstrings with URL `...'.
3849
3850 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3851
3852         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3853         functions.
3854
3855 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3858         say what the mouseover text should be.
3859
3860         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3861         version of the mm-w3m-safe-url-regexp variable to only download images
3862         in the groups where we want that to happen.
3863
3864         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3865
3866         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3867         easier debugging.
3868         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3869         big pictures in the article buffer.
3870
3871         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3872         gnus-article-html.
3873         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3874         w3m.
3875
3876         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3877
3878 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3881         which doesn't exist.
3882
3883         * message.el (message-inhibit-ecomplete): New variable to allow some
3884         function to inhibit ecomplete address storage.
3885         (message-resend): Disable ecomplete message storage when resending
3886         messages.
3887
3888         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3889
3890 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3893         Save excursion while copying, moving, and deleting articles in order to
3894         prevent the cursor from jumping to unforeseen place.
3895
3896 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * lpath.el: No need to bind bookmark-current-buffer,
3899         bookmark-yank-point and bookmark-make-record-function.
3900
3901 2010-08-17  Glenn Morris  <rgm@gnu.org>
3902
3903         * gnus-sync.el: Require gnus components whose functions are used.
3904
3905         * gnus-art.el (bookmark-make-record-function):
3906         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3907         Declare for compiler.
3908
3909         * mm-url.el (mml-compute-boundary): Autoload.
3910
3911 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3914
3915 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         Typo fix "hoo4a" -> "hook".
3918
3919         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3920
3921 2010-08-14  Glenn Morris  <rgm@gnu.org>
3922
3923         * gnus-sync.el (gnus-sync): Fix defgroup version.
3924
3925 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3926
3927         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3928
3929         * gnus-sync.el: Fix docs.
3930         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3931         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3932
3933 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         Optimizations for gnus-sync.el.
3936
3937         * gnus-sync.el: Add docs about gnus-sync-backend
3938         possibilities.
3939         (gnus-sync-save): Remove unnecessary message.
3940         (gnus-sync-read): Optimize and show what groups were skipped.
3941
3942 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3943
3944         Minor bug fixes for gnus-sync.el.
3945
3946         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3947         Don't read the sync on get-new-news.
3948
3949         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3950         quiet.
3951
3952         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3953         (fix typo).
3954
3955 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3956
3957         Make saving and restoring of hidden threads work with overlays.
3958         Patch applied by Ted Zlatanov.
3959
3960         * gnus-sum.el (gnus-hidden-threads-configuration)
3961         (gnus-restore-hidden-threads-configuration): Update to deal with text
3962         properties, rather than searching for a magic character.
3963
3964 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3965
3966         New gnus-sync.el library for synchronization of marks.
3967
3968         * gnus-sync.el: New library for synchronization of marks.
3969
3970         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3971         renamed from `gnus-registry-grep-in-list'.
3972
3973         * gnus-registry.el (gnus-registry-follow-group-p):
3974         Use `gnus-grep-in-list'.
3975
3976         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3977
3978 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3981         determining charset of text fails.
3982
3983 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * nnmail.el (nnmail-get-new-mail-1): Revert.
3986
3987         * nnml.el (nnml-active-number): Make sure names of newly created groups
3988         in nnml-group-alist are encoded.
3989
3990 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3993         containing non-ASCII characters in active file for nnml back end.
3994
3995 2010-07-24  David Engster  <dengste@eml.cc>
3996
3997         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3998         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3999
4000 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4001
4002         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4003         tag (Bug#6654).
4004
4005 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4008         the article buffer, not the summary buffer.
4009
4010 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4013         Emacs 23 as well.
4014
4015 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4018         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4019
4020 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4021
4022         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4023         Patch applied by Karl Fogel.
4024
4025         * gnus-sum.el (gnus-summary-bookmark-make-record):
4026         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4027
4028 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4029
4030         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4031         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4032         C-w still not working correctly from Article buffers; Thierry's
4033         patch to fix that will be applied after this.
4034
4035         * gnus-art.el (bookmark-make-record-function): New local variable.
4036
4037         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4038         article buffer.
4039         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4040
4041 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4042
4043         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4044         on changes in bookmark.el.
4045
4046 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4049         `no-log' instead of message not to log prompt string.
4050
4051 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4052
4053         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4054         the *other* type of HTML form submission.
4055
4056 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4057
4058         * auth-source.el (auth-source-pick): If choice does not contain a
4059         questioned keyword, set the check to t.
4060
4061 2010-06-12  Romain Francoise  <romain@orebokech.com>
4062
4063         * gnus-util.el (gnus-date-get-time): Move up before first use.
4064
4065 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4068         (gnus-article-edit-part): Bind it to make last part that is substituted
4069         or deleted visible.
4070         (gnus-mime-display-single): Buttonize part of which id equals to
4071         gnus-mime-buttonized-part-id.
4072
4073 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4074
4075         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4076         (gnus-dd-mmm): Use gnus-date-get-time.
4077         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4078         simplify logic.
4079         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4080         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4081
4082 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4083
4084         * auth-source.el (top): Autoload `secrets-list-collections',
4085         `secrets-create-item', `secrets-delete-item'.
4086         (auth-sources): Fix tag string.
4087         (auth-get-source, auth-source-retrieve, auth-source-create)
4088         (auth-source-delete): New defuns.
4089         (auth-source-pick): Rewrite in order to avoid 2 passes.
4090         (auth-source-forget-user-or-password): New parameter USERNAME.
4091         (auth-source-user-or-password): New parameters CREATE-MISSING and
4092         DELETE-EXISTING.  Retrieve password interactively, if needed.
4093
4094 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4095
4096         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4097         deleting unused directories when gnus-expert-user is t.
4098
4099 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4102         for each temp file when gnus-article-browse-delete-temp is ask.
4103
4104 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4105
4106         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4107         Lisp calls to delete-backward-char by calls to delete-char.
4108
4109 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4110
4111         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4112
4113 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4114
4115         * password-cache.el (password-cache-remove): Fix docstring.
4116
4117 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4120         article unless decoding article to be saved.
4121
4122 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4125         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4126         generated within the mm-with-unibyte-current-buffer macro.
4127
4128 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4131         to nil when we're in a mml-preview buffer and no group is selected.
4132
4133 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4134
4135         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4136         when catching the `C-g'.  Reported by "Leo".
4137
4138 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * message.el (message-forward-make-body-plain)
4141         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4142         multibyte-string-p.
4143
4144         * lpath.el: Revert.
4145
4146 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * message.el (message-forward-make-body-mml): Assume original message
4149         is multibyte string; error on unibyte.
4150         (message-forward-make-body-plain): Ditto; don't add excessive newline
4151         in body end.
4152
4153         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4154
4155 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4156
4157         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4158         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4159
4160 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * mm-extern.el (mm-extern-url): Don't use
4163         mm-with-unibyte-current-buffer.
4164         (mm-extern-cache-contents): Use with-current-buffer instead of
4165         save-excursion + set-buffer.
4166
4167 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-util.el (mm-emacs-mule): Remove.
4170
4171 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4172
4173         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4174         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4175         change.
4176
4177 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4180         bind the default value of enable-multibyte-characters to nil.
4181
4182 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * message.el (message-forward-make-body-plain)
4185         (message-forward-make-body-mml):
4186         Don't use mm-with-unibyte-current-buffer.
4187
4188 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4189
4190         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4191
4192 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4193
4194         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4195         (Bug#5592).
4196
4197 2010-05-07  Julien Danjou  <julien@danjou.info>
4198
4199         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4200         it to mm-pipe-part.
4201
4202         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4203         it is given.
4204
4205 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * binhex.el (binhex-decode-region-internal)
4208         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4209         (dns-query)
4210         * nnweb.el (nnweb-gmane-search)
4211         * pgg-parse.el (pgg-parse-armor)
4212         * pgg.el (pgg-verify-region)
4213         * sha1.el (sha1-string-external)
4214         * uudecode.el (uudecode-decode-region-internal)
4215         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4216         XEmacs.
4217
4218         * gnus-art.el (gnus-article-browse-html-parts)
4219         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4220         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4221         make-temp-file.
4222
4223         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4224         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4225         compiling.
4226
4227         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4228         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4229         XEmacs when compiling.
4230
4231         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4232         gnus-pick-mode-off-hook for XEmacs when compiling.
4233         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4234         gnus-binary-mode-off-hook for XEmacs when compiling.
4235
4236         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4237         Return nil if char-charset is not available.
4238
4239         * imap.el (imap-disable-multibyte)
4240         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4241         macros.
4242
4243         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4244         instead of encode-coding-string.
4245
4246         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4247         'xemacs) instead of mm-emacs-mule to switch function definitions.
4248         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4249
4250         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4251         bind temporary-file-directory for XEmacs;
4252         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4253         timer-set-function for XEmacs 21.4 and SXEmacs;
4254         bind timer-list for XEmacs 21.4 and SXEmacs;
4255         fbind char-charset and find-charset-region for non-Mule XEmacs;
4256         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4257         encode-coding-region and encode-coding-string for XEmacs having no
4258         file-coding feature.
4259
4260 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4261
4262         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4263
4264 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4267         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4268
4269 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4270
4271         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4272         alias `jka-compr-delete-temp-file' no longer exists.
4273
4274 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4275
4276         Use define-minor-mode in Gnus where applicable.
4277         * mml.el (mml-mode): Use define-minor-mode.
4278         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4279         (gnus-undo-mode): Use define-minor-mode.
4280         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4281         (gnus-dead-summary-mode): Use define-minor-mode.
4282         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4283         Initialize in declaration.
4284         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4285         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4286         (gnus-mailing-list-mode): Use define-minor-mode.
4287         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4288         (gnus-draft-mode): Use define-minor-mode.
4289         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4290         (gnus-dired-mode): Use define-minor-mode.
4291
4292 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4293
4294         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4295         handles on recursive mml-to-mime translation and check them for
4296         boundary delimiter collisions.  Reported by Greg Troxel.
4297
4298 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4301
4302 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4303
4304         * mm-util.el (mm-find-buffer-file-coding-system):
4305         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4306
4307 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4308
4309         * message.el (message-generate-headers): Record insertion of optional
4310         headers as well.  Otherwise the check to prevent repeated insertion of
4311         optional headers is a no-op.
4312
4313 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4314
4315         * smime.el: Don't mention CVS.
4316
4317         * nnrss.el (nnrss-fetch): Don't mention CVS.
4318
4319         * nnir.el: Don't mention CVS.
4320
4321 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4322
4323         * gnus-sum.el (gnus-summary-bookmark-make-record):
4324         Add `location' field.
4325
4326 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * lpath.el: Fbind bookmark-default-handler,
4329         bookmark-get-bookmark-record, bookmark-make-record-default,
4330         bookmark-prop-get for Emacs <23 and XEmacs.
4331
4332 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4333
4334         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4335         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4336         Use with-current-buffer to silence the byte-compiler.
4337         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4338         bother to require `gnus'.
4339         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4340
4341 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4342
4343         * gnus-sum.el (gnus-summary-bookmark-make-record)
4344         (gnus-summary-bookmark-jump): New functions.
4345         (gnus-summary-mode): Setup bookmark support.
4346
4347 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4348
4349         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4350         if set.
4351
4352 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4355         gnus-article-browse-html-save-cid-image; make it work recursively for
4356         forwarded messages as well.
4357         (gnus-article-browse-html-parts): Work when prefix arg is given.
4358         (gnus-article-browse-html-article): Doc fix.
4359
4360 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4361
4362         * message.el (message-default-mail-headers):
4363         (message-default-headers): Carry the value mail-default-headers over
4364         into message-default-mail-headers, rather than message-default-headers.
4365
4366 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4367
4368         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4369         charset.
4370
4371         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4372         charset into the <meta> tag when the article is encoded to utf-8.
4373
4374 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-art.el (gnus-article-browse-delete-temp-files):
4377         Delete directories as well.
4378         (gnus-article-browse-html-parts): Work for images that do not specify
4379         file names; delete temp directory when quitting; insert header at the
4380         right place; use file: scheme for image files.
4381
4382 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4383
4384         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4385         (gnus-article-browse-html-parts): Use it to make temporary cid image
4386         files in addition to html file so that browser may display them.
4387
4388 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4391
4392 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4395
4396 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * auth-source.el (auth-sources): Change default to be simpler.
4399         Explain about Secret Service API sources.  Improve Customize options.
4400         (auth-source-pick): Change to accept any number of search parameters.
4401         Implement fallbacks iteratively, not recursively.  Add scoring on the
4402         second pass and sort by score.  Call Secret Service API when needed.
4403         (auth-source-user-or-password): Use it.  Call Secret Service API
4404         directly when needed to get the user name and the password.
4405
4406 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4407
4408         * message.el (message-interactive): Doc fix.
4409         (message-qmail-inject-args): Reflow.
4410         (message-kill-to-signature): Fix typo in docstring.
4411
4412         * smiley.el (smiley-buffer): Fix typo in docstring.
4413
4414 2010-03-24  Glenn Morris  <rgm@gnu.org>
4415
4416         * mail-source.el (gnus-message): Declare.
4417         (mail-source-delete-old-incoming): Require gnus-util.
4418
4419 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4422
4423         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4424
4425         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4426         password-cache's default if it is not bound.
4427         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4428         password-cache-expiry's default if it is not bound.
4429
4430         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4431         available in Emacs 21.
4432
4433         * lpath.el: Suppress compiler warnings for:
4434         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4435         XEmacs;
4436         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4437         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4438         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4439
4440 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         * auth-source.el (auth-sources): Fix up definition so extra parameters
4443         are always inline.
4444
4445 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4446
4447         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4448         wasn't updated after mismatch.  Clear cached mailbox info correctly
4449         when uidvalidity changes.
4450         (nnimap-group-prefixed-name): New function to avoid some code
4451         duplication.
4452         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4453         (nnimap-request-group): Use it.
4454         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4455         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4456         with many imap folders.  This is done by caching the group status from
4457         the imap server persistently in a group parameter `imap-status'.  (This
4458         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4459         but not persistently, so every Gnus startup was still very slow.)
4460
4461 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4462
4463         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4464         delete the extra newline.  Otherwise editing of :string and :number
4465         types don't work.
4466
4467 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4468
4469         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4470         secrets.el dependency.
4471         (auth-sources): Add optional user name.  Add secrets.el configuration
4472         choice (unused right now).
4473
4474 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4475
4476         * gnus-sum.el (gnus-summary-make-menu-bar):
4477         Let `gnus-registry-install-shortcuts' fill in the functions.
4478
4479         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4480         warnings.
4481         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4482         (gnus-registry-install-shortcuts): Populate and use it in a
4483         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4484
4485 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4486
4487         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4488         In-place substitutions for the group name encoding/decoding.
4489         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4490         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4491         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4492         (nnimap-update-unseen, nnimap-request-list)
4493         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4494         (nnimap-request-set-mark, nnimap-split-to-groups)
4495         (nnimap-split-articles, nnimap-request-newgroups)
4496         (nnimap-request-create-group, nnimap-request-accept-article)
4497         (nnimap-request-delete-group, nnimap-request-rename-group)
4498         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4499         `encoded-mbx' for consistency.
4500         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4501         variable `imap-current-mailbox'.
4502
4503         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4504         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4505
4506 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4507
4508         * pop3.el (pop3-display-message-size-flag): Display message size byte
4509         counts during POP3 download.
4510         (pop3-movemail): Use it.
4511         (pop3-list): Implement listing of available messages.
4512
4513 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4514
4515         * nnir.el (nnir-get-article-nov-override-function): New function to
4516         override the normal NOV retrieval.
4517         (nnir-retrieve-headers): Use it.
4518
4519 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4520
4521         * auth-source.el (netrc-machine-user-or-password): Autoload.
4522
4523 2010-03-19  Glenn Morris  <rgm@gnu.org>
4524
4525         Stop message.el from loading about 40 libraries it doesn't always need.
4526         The general approach is to autoload rather than require, and to
4527         require in the specific functions rather than the file.  (Bug#5642)
4528
4529         * gmm-utils.el: Don't require wid-edit.
4530         (widget-create-child-value, widget-convert, widget-default-get):
4531         Autoload.
4532
4533         * gnus-util.el: Don't require time-date, netrc.
4534         (message-fetch-field, gnus-group-name-decode): Declare rather than
4535         autoloading.
4536         (gnus-fetch-field): Require message.
4537         (gnus-decode-newsgroups): Require gnus-group.
4538
4539         * ietf-drums.el: Don't require time-date.
4540
4541         * message.el: Don't require hashcash, canlock, ecomplete.
4542         Do require mail-utils.  Require nnheader only when compiling.
4543         (smtpmail-default-smtp-server): Remove declaration.
4544         (message-send-mail-function): Check smtpmail-default-smtp-server
4545         is bound rather than requiring smtpmail.
4546         (message-auto-save-directory, message-insert-signature):
4547         Use expand-file-name rather than nnheader-concat.
4548         (nnheader-insert-file-contents): Autoload.
4549         (hashcash-wait-async): Declare.
4550         (message-send-mail): Only call gnus-setup-posting-charset if
4551         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4552         (message-send-mail-with-sendmail): Require sendmail.
4553         (canlock-password, canlock-password-for-verify): Declare.
4554         (message-canlock-password): Require canlock.
4555         (nnheader-get-report): Autoload.
4556         (gnus-setup-posting-charset): Declare.
4557         (message-send-news): Require gnus-msg.
4558         (message-make-references, message-make-in-reply-to): Use mail-header-id
4559         rather than the alias mail-header-message-id.
4560         (ecomplete-add-item, ecomplete-save): Declare.
4561         (message-put-addresses-in-ecomplete): Require ecomplete.
4562         (ecomplete-display-matches): Autoload.
4563
4564         * mm-decode.el: Don't require mailcap, gnus-util.
4565         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4566         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4567         Autoload.
4568         (mailcap-mime-extensions): Declare.
4569
4570         * mm-encode.el: Don't require mailcap.
4571         (mailcap-extension-to-mime): Autoload.
4572
4573         * mml-sec.el: Don't require password-cache.
4574
4575         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4576         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4577         (mml-minibuffer-read-type): Require mailcap.
4578         (mml-preview): Require gnus-msg.
4579
4580         * mml1991.el: Require password-cache.
4581         (password-cache-expiry): Remove declaration.
4582
4583         * mml2015.el: Require password-cache.
4584         (password-cache-expiry): Remove declaration.
4585
4586         * nneething.el (mailcap): Require mailcap.
4587
4588         * nnheader.el (declare-function): Add compatibility stub.
4589         (message-remove-header): Declare rather than autoload.
4590         (nnheader-replace-header): Require message.
4591
4592         * nnimap.el (declare-function): Add compatibility stub.
4593         (netrc-parse, netrc-machine-user-or-password): Declare.
4594         (nnimap-open-connection): Require netrc.
4595
4596         * nntp.el (declare-function): Add compatibility stub.
4597         (netrc-parse, netrc-machine, netrc-get): Declare.
4598         (nntp-send-authinfo): Require netrc.
4599
4600         * rfc2047.el: Don't require qp.
4601         (quoted-printable-encode-region, quoted-printable-decode-string):
4602         Autoload.
4603
4604         * sieve-mode.el: Don't require easymenu.
4605         (easy-menu-add-item): Autoload it.
4606
4607         * spam-stat.el (time-to-number-of-days): Autoload it.
4608
4609 2010-03-19  Glenn Morris  <rgm@gnu.org>
4610
4611         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4612
4613 2010-03-18  Glenn Morris  <rgm@gnu.org>
4614
4615         * hashcash.el (declare-function): Remove duplicate definition.
4616
4617 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4618
4619         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4620         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4621         value if any backslash escapes).
4622
4623 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4626         if it is available.  (bug#5647)
4627
4628         * lpath.el: Suppress compiler warning for coding-system-from-name for
4629         Emacs 21 and XEmacs.
4630
4631 2010-03-14  Juri Linkov  <juri@jurta.org>
4632
4633         * hmac-def.el:
4634         * hmac-md5.el:
4635         * netrc.el: Fix keywords.
4636
4637 2010-02-26  Glenn Morris  <rgm@gnu.org>
4638
4639         * message.el (message-send-mail-function): Change the default, so that
4640         it inherits from a customized send-mail-function.  (Bug#5643)
4641
4642 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4643
4644         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4645         shell-command-to-string signals an error (bug#5299).
4646
4647 2010-02-24  Glenn Morris  <rgm@gnu.org>
4648
4649         * message.el (message-smtpmail-send-it)
4650         (message-send-mail-with-mailclient): Doc fixes.
4651
4652 2010-02-16  Glenn Morris  <rgm@gnu.org>
4653
4654         * message.el (message-default-mail-headers): Change the default value
4655         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4656
4657 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4660         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4661
4662 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4663
4664         * time-date.el (date-to-time): Doc fix (Bug#5408).
4665
4666 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4667
4668         * message.el (message-mail): Just pass yank-action on to message-setup.
4669         (message-setup): Handle (FUN . ARGS) form of yank-action.
4670         (message-with-reply-buffer, message-widen-reply)
4671         (message-yank-original): Handle non-buffer values of
4672         message-reply-buffer (Bug#4080).
4673         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4674
4675 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4676
4677         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4678         Fix typo in docstring.
4679
4680 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4681
4682         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4683         response.
4684
4685 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4688
4689         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4690
4691         * message.el (message-check-news-header-syntax): Protect against a
4692         string that `rfc822-addresses' returns when parsing fails.
4693
4694 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4697         (gnus-previous-char-property-change): New functions.
4698
4699         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4700
4701 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4702
4703         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4704         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4705
4706 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4707
4708         * message.el (message-exchange-point-and-mark): Rework last change to
4709         avoid using optional arg of exchange-point-and-mark, for backward
4710         compatibility.
4711
4712 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4713
4714         * message.el (message-exchange-point-and-mark):
4715         Call exchange-point-and-mark with an argument rather than setting
4716         mark-active by hand (Bug#5175).
4717
4718 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * nntp.el (nntp-service-to-port): Work for service expressed with
4721         numeric string; replace [:digit:] with [0-9] for XEmacs.
4722
4723 2009-12-17  Glenn Morris  <rgm@gnu.org>
4724
4725         * gnus-group.el (gnus-bug-group-download-format-alist):
4726         Change emacs entry to debbugs.gnu.org.  Bump :version.
4727
4728 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4731
4732 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * message.el (message-info): Explain why we use `Info-goto-node'.
4735
4736 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4739
4740 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4741
4742         * message.el (message-completion-in-region): New compatibility function.
4743         (message-expand-group): Use it.
4744
4745 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4748         with no unread article should be listed if the 2nd arg `predicate' is
4749         given.
4750
4751 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4754
4755 2009-11-29  Juri Linkov  <juri@jurta.org>
4756
4757         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4758         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4759         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4760
4761 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4762
4763         * sha1.el (sha1-string-external): default-directory "/" in case
4764         otherwise non-existent.  process-connection-type pipe for touch of
4765         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4766
4767 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4768
4769         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4770         it's comms related and sgml-mode.el has "comm" on that basis too.
4771
4772 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4775         containing tspecial characters if they have been already quoted.
4776
4777 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4778
4779         * dns-mode.el (auto-mode-alist): Purecopy string.
4780
4781 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4782
4783         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4784
4785 2009-10-24  Glenn Morris  <rgm@gnu.org>
4786
4787         * gnus-art.el (help-xref-stack-item): Define for compiler.
4788
4789 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4790
4791         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4792
4793 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4796
4797 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4800         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4801
4802 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4805         (gnus-overlays-in): New alias to overlays-in.
4806
4807         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4808         gnus-overlay-get, and gnus-delete-overlay.
4809         (gnus-summary-show-thread): Make it work as well for systems in which
4810         next-single-char-property-change is not available.
4811         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4812
4813         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4814         (gnus-overlay-get): New alias to extent-property.
4815         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4816
4817         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4818         SXEmacs.
4819
4820         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4821         SXEmacs.
4822
4823 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4824
4825         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4826
4827 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4828
4829         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4830         and XEmacs that don't have `remove-overlays'.
4831
4832 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4833
4834         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4835         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4836         selective display.  Use overlays instead.
4837
4838 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4839
4840         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4841
4842 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4843
4844         * spam-stat.el (spam-stat-load): Fix typo in message.
4845
4846 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4847
4848         * dig.el (dig-invoke): Fix typo in docstring.
4849         (query-dig): Reflow docstring.
4850
4851 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4852
4853         * gnus-art.el (gnus-article-encrypt-body):
4854         * message.el (message-check-recipients):
4855         * mm-util.el (mm-codepage-setup):
4856         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4857         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4858
4859 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4860
4861         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4862         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4863         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4864         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4865         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4866
4867 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4868
4869         * dig.el: Add "Keywords: comm", as per net-utils.el.
4870
4871 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4872
4873         * dig.el (dig-mode): Use define-derived-mode.
4874
4875 2009-09-19  Glenn Morris  <rgm@gnu.org>
4876
4877         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4878
4879 2009-09-18  Glenn Morris  <rgm@gnu.org>
4880
4881         * gnus-diary.el (gnus-diary-check-message):
4882         * message.el (message-insert-formatted-citation-line):
4883         * nnbabyl.el (top-level):
4884         * nndiary.el (nndiary-schedule):
4885         Fix typos in condition-case handlers.
4886
4887 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4890         configuration that provides the sole article window in a frame;
4891         position point correctly after deleting a part.
4892
4893 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4894
4895         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4896         (spam-resolve-registrations-routine): Use it to unregister articles
4897         that change status.
4898
4899 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4902         with XEmacs.
4903         (parse-time-string-chars): Use it.
4904
4905 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * imap.el (imap-interactive-login): Better messages.
4908         (imap-open): Fix bug with renamed buffer on reconnect.
4909         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4910         for easier debugging and cleaner code.  On successful (guessed based on
4911         server capabilities) secondary authentication, set imap-state
4912         correctly.
4913         (imap-last-authenticator): Define imap-last-authenticator as a variable
4914         to avoid warnings.
4915
4916 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * nnrss.el (nnrss-request-article): Remove binding of
4919         default-enable-multibyte-characters that has gotten needless by
4920         the 2007-07-13 change in rfc2047-encode-message-header.
4921
4922         * mml.el (mml-insert-multipart): Error on the message header.
4923         (mml-insert-part): Error on the message header; position point at
4924         the end of a MIME tag.
4925
4926 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * time-date.el (autoload): Expand define-obsolete-function-alias into
4929         defalias and make-obsolete for old Emacsen that Gnus supports.
4930         (with-no-warnings): Define it for old Emacsen.
4931         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4932         is available.
4933         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4934         float-time is available; suppress compile warning for time-to-seconds.
4935
4936         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4937         (gnus-float-time): Alias to float-time if it exists.
4938
4939         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4940         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4941         float-time is available; suppress compile warning for time-to-seconds.
4942
4943         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4944         XEmacs.
4945
4946 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * imap.el (imap-message-map): Docstring fix.
4949
4950 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4953         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4954         Add the optional argument `encoding' that overrides the default.
4955
4956         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4957         mm-encode-buffer.
4958
4959 2009-09-04  Glenn Morris  <rgm@gnu.org>
4960
4961         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4962         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4963         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4964         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4965         * mm-util.el (mm-with-unibyte-current-buffer)
4966         (mm-find-buffer-file-coding-system):
4967         * yenc.el (yenc-decode-region): Use default-value rather than
4968         default-enable-multibyte-characters.
4969
4970 2009-09-03  Glenn Morris  <rgm@gnu.org>
4971
4972         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4973         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4974         than default-enable-multibyte-characters.
4975
4976 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4977
4978         * gnus-art.el (gnus-article-read-summary-keys):
4979         Fix gnus-buffer-configuration's value temporarily used.
4980
4981 2009-09-02  Glenn Morris  <rgm@gnu.org>
4982
4983         * gnus-util.el (gnus-float-time): New function.
4984         * gnus-delay.el (gnus-delay-article):
4985         * gnus-sum.el (gnus-thread-latest-date):
4986         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4987         * nnspool.el (nnspool-request-newgroups):
4988         Use gnus-float-time rather than time-to-seconds.
4989         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4990
4991         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4992         (gnus-header-subject-face, gnus-header-newsgroups-face)
4993         (gnus-header-name-face, gnus-header-content-face):
4994         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4995         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4996         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4997         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4998         (gnus-cite-face-11):
4999         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5000         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5001         (gnus-server-closed-face, gnus-server-denied-face)
5002         (gnus-server-offline-face):
5003         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5004         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5005         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5006         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5007         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5008         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5009         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5010         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5011         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5012         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5013         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5014         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5015         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5016         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5017         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5018         (gnus-summary-high-undownloaded-face)
5019         (gnus-summary-low-undownloaded-face)
5020         (gnus-summary-normal-undownloaded-face)
5021         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5022         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5023         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5024         (gnus-splash-face):
5025         * message.el (message-header-to-face, message-header-cc-face)
5026         (message-header-subject-face, message-header-newsgroups-face)
5027         (message-header-other-face, message-header-name-face)
5028         (message-header-xheader-face, message-separator-face)
5029         (message-cited-text-face, message-mml-face):
5030         * sieve-mode.el (sieve-control-commands-face)
5031         (sieve-action-commands-face, sieve-test-commands-face)
5032         (sieve-tagged-arguments-face):
5033         * spam.el (spam-face):
5034         Mark face aliases with "-face" in the name as obsolete.
5035
5036 2009-09-01  Glenn Morris  <rgm@gnu.org>
5037
5038         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5039         than goto-line.
5040
5041 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5044         Don't move point if the command is invoked inside the message header.
5045
5046 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5047
5048         * imap.el (imap-send-command): Simplify.
5049         (imap-wait-for-tag): point-max -> buffer-size.
5050
5051 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5052
5053         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5054         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5055         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5056         * nnir.el (nnir-swish-e-index-file):
5057         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5058         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5059         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5060         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5061         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5062         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5063
5064 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5067         Don't save excursion.
5068
5069 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5070
5071         * nnheader.el (nnheader-find-file-noselect):
5072         * mm-util.el (mm-insert-file-contents):
5073         Use (default-value 'major-mode) instead of default-major-mode.
5074
5075 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5076
5077         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5078
5079 2009-08-26  Glenn Morris  <rgm@gnu.org>
5080
5081         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5082         than placing in files.el.
5083
5084 2009-08-25  Glenn Morris  <rgm@gnu.org>
5085
5086         * nnir.el (top-level): Don't require cl at run-time.
5087         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5088         Replace cl-function substitute with gnus-replace-in-string.
5089         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5090         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5091         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5092         simplified expansions.
5093
5094 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5095
5096         * dig.el (dig): Add autoload cookie.
5097
5098 2009-08-22  Glenn Morris  <rgm@gnu.org>
5099
5100         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5101         goto-line.
5102
5103 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5104
5105         * parse-time.el (parse-time-string-chars): Save match data.
5106
5107 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5108
5109         * parse-time.el (parse-time-string-chars): Compute using character
5110         classes, to handle non-ascii characters (Bug#3190).
5111
5112 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5115
5116         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5117         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5118         (gnus-mm-display-part, gnus-mime-display-single)
5119         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5120         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5121
5122         * gnus-sum.el
5123         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5124         (gnus-summary-move-article): Add expirable mark to articles copied or
5125         moved to group that has auto-expire turned on if the option is non-nil.
5126
5127 2009-07-24  Glenn Morris  <rgm@gnu.org>
5128
5129         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5130         Fix typo.  (Bug#3903)
5131
5132 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5135         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5136         that should not be used for draft articles.
5137         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5138         that has no concern in minor mode keys.
5139         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5140         Abolish.
5141
5142 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5145         article without making inquiry to a user for unknown encoding.
5146
5147         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5148         (nnmaildir--scan): Assume i-node and device number that file-attributes
5149         returns might be cons-cell.
5150
5151         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5152
5153         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5154
5155 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5156
5157         * auth-source.el: Remove docs now in auth.texi.  Don't use
5158         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5159         `auth-source-hide-passwords' and use them.
5160
5161 2009-07-15  Glenn Morris  <rgm@gnu.org>
5162
5163         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5164
5165 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5168         excessive whitespace from the default values of title and description.
5169
5170 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5173         mail-fetch-field to fetch Content-Description header in order to
5174         exclude newlines.
5175
5176 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5177
5178         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5179         format used by GnuPG 2.0.11.
5180
5181 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5184         to deleted part.
5185
5186 2009-05-30  David Engster  <dengste@eml.cc>
5187
5188         * nnmairix.el: Remove old documentation in the commentary block.
5189         (nnmairix-request-group): Do not update active file for nnml back ends.
5190         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5191         end so that overview files are ignored.
5192         (nnmairix-update-groups): Make updating the groups more robust by using
5193         marks.
5194         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5195         with dollar characters in message-id.
5196
5197 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5200         2008-12-25 in dns.el.
5201
5202 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5203
5204         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5205         could happen if the text is only composed of spaces and/or tabs.
5206
5207 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5208
5209         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5210         when sending a queued message to avoid extra mml tags.
5211
5212 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5215
5216 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5219         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5220         rmail-toggle-header for XEmacs;
5221         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5222
5223 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-dired.el: Remove autoload for gnus-setup-message.
5226         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5227         displaying Gnus logo; always use compose-mail.
5228
5229 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5232
5233 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5236         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5237         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5238         available.
5239         (gnus-nocem-epg-verify): New function.
5240
5241 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5242
5243         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5244
5245 2009-02-15  Glenn Morris  <rgm@gnu.org>
5246
5247         * gnus-util.el (rmail-insert-rmail-file-header)
5248         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5249         autoloads.
5250         (rmail-default-rmail-file): Remove unnecessary declaration.
5251         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5252
5253 2009-02-14  Glenn Morris  <rgm@gnu.org>
5254
5255         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5256         variable (only used in gnus-util, which declares it anyway).
5257         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5258         which was only needed by gnus-art (changed to not use it any more).
5259         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5260         only used in gnus-util, which autoloads it itself.
5261         (rmail-update-summary): Fix autoload.
5262
5263         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5264         rather than rmail-output-to-rmail-file.
5265
5266 2009-02-07  Glenn Morris  <rgm@gnu.org>
5267
5268         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5269         autoload of function that no longer exists.
5270         (rmail-toggle-header): Declare.
5271         (message-forward-rmail-make-body): Handle mbox Rmail.
5272
5273 2009-01-31  Glenn Morris  <rgm@gnu.org>
5274
5275         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5276         2009-01-09 change.
5277
5278 2009-01-31  Dave Love  <fx@gnu.org>
5279
5280         * imap.el (imap-fetch-safe): Bind debug-on-error.
5281         (imap-debug): Add imap-fetch-safe.
5282
5283 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5284
5285         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5286         (auth-source-forget-all-cached): New convenience function.
5287         (auth-source-user-or-password): Accept list of modes or a single mode.
5288
5289         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5290         auth-source modes.
5291
5292         * netrc.el (netrc-machine-user-or-password): Use list of
5293         auth-source modes.
5294
5295         * nnimap.el (nnimap-open-connection): Use list of
5296         auth-source modes.
5297
5298         * nntp.el (nntp-send-authinfo): Use list of
5299         auth-source modes.
5300
5301 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5302
5303         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5304         now.
5305
5306 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5309         coding system in XEmacs; add a workaround for XEmacs.
5310
5311         * lpath.el: Fbind coding-system-aliasee.
5312
5313 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5316         of current-language-environment.
5317
5318 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5321         available at runtime.
5322
5323 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5326
5327 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5328
5329         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5330         the greatest positive fixnum value doesn't work under an XEmacs with
5331         bignum support; use the most-positive-fixnum constant instead,
5332         available since Emacs 21.1 with cl and XEmacs 21.1.
5333
5334 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5337         XEmacs gets not to work.
5338
5339 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * mm-util.el (mm-coding-system-priorities): Allow the value like
5342         "Japanese (UTF-8)" of current-language-environment.
5343
5344 2009-01-09  Glenn Morris  <rgm@gnu.org>
5345
5346         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5347         with last-command-event.
5348
5349 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5352         in the doc string.
5353
5354         * message.el (message-fix-before-sending): Amend comment.
5355
5356 2009-01-08  Dave Love  <fx@gnu.org>
5357
5358         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5359
5360 2009-01-07  David Engster  <dengste@eml.cc>
5361
5362         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5363         simplified server definitions by converting it via
5364         gnus-server-to-method.
5365
5366 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5369         parameter's operands.
5370
5371 2009-01-06  David Engster  <dengste@eml.cc>
5372
5373         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5374         primary select method (for gnus-group-mark-article-as-read).
5375
5376 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5377
5378         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5379         `(gnus)Face', not `(gnus)X-Face'.
5380
5381 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * mm-util.el (mm-ucs-to-char): New function.
5384
5385         * mm-url.el (mm-url-decode-entities): Use it.
5386
5387         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5388         unicode-to-char.
5389
5390 2009-01-05  Dave Love  <fx@gnu.org>
5391
5392         * time-date.el: Require cl for `declare'.
5393
5394 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5397         Dave Love.
5398
5399 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * message.el (message-fix-before-sending): Add `eight-bit' to
5402         illegible-text check.
5403
5404 2009-01-03  Michael Olson  <mwolson@gnu.org>
5405
5406         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5407         `headers' is nil.  This can occur if the IMAP server does not have
5408         permissions to read messages from a folder, but can write new messages
5409         to the folder.
5410         (nnimap-request-article-part): Do not insert `data' if it is nil.
5411
5412         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5413         characters which will confuse `read', so skip past them.
5414
5415 2009-01-01  Dave Love  <fx@gnu.org>
5416
5417         * imap.el (imap-string-to-integer): Fix typo.
5418         (imap-fetch-safe): New function.
5419         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5420
5421         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5422
5423         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5424         (imap-parse-greeting): Fix doc strings.
5425         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5426         (imap-parse-flag-list): Make messages unique.
5427         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5428
5429         * nnimap.el: Fix author email.
5430         (nnimap-split-rule): Add FIXME comment.
5431         (nnimap-debug): Fix doc string.
5432
5433 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5436
5437 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5440         nslookup if resolv.conf isn't available.
5441         (dns-query): Rename from query-dns.
5442         (dns-query-cached): Rename from query-dns-cached.
5443
5444 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5447         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5448         to check if those variables exist (first appeared in Emacs 18.50).
5449
5450 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * mm-util.el (mm-line-number-at-pos): New function.
5453
5454         * spam-report.el (spam-report-process-queue): Use it.
5455
5456 2008-12-24  David Engster  <dengste@eml.cc>
5457
5458         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5459         parameters that haven't existed as variables as buffer-local variables.
5460
5461 2008-12-23  Dave Love  <fx@gnu.org>
5462
5463         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5464         cadar.
5465
5466         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5467         imap-starttls-p.
5468         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5469
5470 2008-12-22  Dave Love  <fx@gnu.org>
5471
5472         * imap.el: Fix author email.  Doc fixes.
5473         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5474         reply.
5475
5476 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * spam-report.el (spam-report-gmane-max-requests): New constant.
5479         (spam-report-gmane-wait): New variable.
5480         (spam-report-gmane-ham, spam-report-gmane-spam)
5481         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5482         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5483         the server.
5484
5485         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5486         Add explanations.
5487
5488         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5489         nnheader-accept-process-output and nnheader-read-timeout if available.
5490         (pop3-movemail): Use it.
5491
5492         * message.el (message-check-news-body-syntax): Fix signature check if
5493         there's an attachment.
5494
5495 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mm-util.el: Add comments to the mm- emulating functions.
5498
5499 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5502         Reported by Stephen Berman <stephen.berman@gmx.net>.
5503
5504 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * mm-util.el (mm-substring-no-properties): New function.
5507         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5508         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5509         (mm-string-to-multibyte): Doc fix.
5510
5511         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5512
5513 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * mml.el (mml-attach-file): Strip text properties from file name.
5516         (Bug#1574)
5517
5518 2008-12-16  Glenn Morris  <rgm@gnu.org>
5519
5520         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5521
5522 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5525         knows since the charset specified might be a bogus alias that
5526         mm-charset-synonym-alist provides.
5527
5528 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5531         "ISO_8859-1".
5532
5533         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5534
5535 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mm-util.el (mm-charset-eval-alist):
5538         Define it before mm-charset-to-coding-system.
5539         (mm-charset-to-coding-system): Add optional argument `silent';
5540         define it before mm-charset-override-alist.
5541         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5542         default value if it can be used in Emacs currently running;
5543         silence mm-charset-to-coding-system.
5544
5545 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5548         `allow-override' which says whether to use `mm-charset-override-alist'.
5549         (rfc2047-decode-encoded-words): Use it.
5550
5551         * mm-util.el (mm-charset-override-alist): Fix custom type;
5552         add `(gb2312 . gbk)' to choices.
5553
5554 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5557         fast.
5558
5559         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5560
5561         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5562
5563 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5564
5565         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5566         on links.
5567
5568         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5569
5570 2008-12-03  Lute Kamstra  <lute@gnu.org>
5571
5572         * sha1.el: Remove leading * from docstrings of defcustoms,
5573         deffaces, defconsts and defuns.
5574
5575 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5578         users' addresses that don't have domain parts.
5579         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5580         rather than message-narrow-to-head since there will be the message
5581         header separator.
5582
5583 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5584
5585         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5586         since the result is inserted in a unibyte buffer anyway.
5587         (nnimap-demule-use-string-to-multibyte): Remove.
5588         (nnimap-demule): Alias it to mm-string-to-multibyte.
5589
5590 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5593         variable for debugging bug#464 and bug#1174.
5594         (nnimap-demule): Use it.
5595
5596 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5597
5598         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5599         score calculation correctly.
5600
5601 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5602
5603         * message.el (message-send-mail): Just set the buffer to unibyte
5604         rather than use mm-with-unibyte-current-buffer which does a lot more.
5605         (message-send-mail-partially): Don't bother with
5606         mm-with-unibyte-current-buffer since it's already been made unibyte by
5607         message-send-mail.
5608
5609 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5612
5613 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5614
5615         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5616
5617 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5620         require itself and to remove `with-no-warnings'.
5621
5622 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * starttls.el (starttls-any-program-available): Get the name of the
5625         available TLS layer program.
5626         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5627         well as the host name in the "opening" message.
5628
5629         * auth-source.el (auth-source-cache, auth-source-do-cache)
5630         (auth-source-user-or-password): Cache passwords and logins by default,
5631         allow override with `auth-source-do-cache'.
5632         (auth-source-forget-user-or-password): Allow users to remove cache
5633         entries if needed.
5634
5635 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5636
5637         * md4.el (md4-buffer): Fix typo in docstring.
5638         (md4, md4-64): Doc fixes.
5639         (md4-pack-int32): Reflow docstring.
5640
5641 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5644         condition-case to only the forward-sexp call.
5645
5646 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5649         quotes contained.  Make it more robust regardless by an extra
5650         condition-case wrapper.
5651
5652 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5655
5656 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * nnml.el (nnml-request-expire-articles): Check if the function set to
5659         `nnmail-expiry-target' returns the symbol `delete'.
5660
5661         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5662
5663         * nnmail.el (nnmail-expiry-target): Fix custom type.
5664
5665 2008-10-02  Glenn Morris  <rgm@gnu.org>
5666
5667         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5668         Silence compiler warning.
5669
5670 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5671
5672         * tls.el (open-tls-stream): Show the actual command being
5673         executed, instead of the format string.
5674
5675 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * lpath.el: Fbind codepage-setup for Emacs 23.
5678
5679 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5680
5681         * mml.el (mml-menu): Don't assume mml2015 is bound.
5682
5683 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5686         exists.
5687
5688 2008-09-27  Glenn Morris  <rgm@gnu.org>
5689
5690         * gnus-util.el (mail-header-remove-comments): Autoload it.
5691
5692 2008-09-27  Andreas Schwab  <schwab@suse.de>
5693
5694         * gnus-util.el (gnus-split-references): Strip comments.
5695         (gnus-parent-id): Likewise.
5696
5697 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * message.el (message-confirm-send): Fix version.
5700
5701 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * message.el (message-idna-to-ascii-rhs-1): Use
5704         mail-extract-address-components rather than mail-header-parse-addresses
5705         that is an alias by default to ietf-drums-parse-addresses that does not
5706         support non-ASCII names in headers' contents.
5707
5708 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * message.el (message-confirm-send): Fix variable documentation to
5711         avoid the "y/n" wording.
5712
5713 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5714
5715         * message.el (message-set-auto-save-file-name): Save to a different
5716         filename so multiple messages (especially drafts) can be recovered.
5717
5718 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * message.el (message-confirm-send): Add appropriate version.
5721
5722 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5725         defvar.
5726
5727 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5728
5729         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5730         (mm-pkcs7-enveloped-magic): Ditto.
5731
5732 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5733
5734         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5735         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5736
5737 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5740         default, it's better.
5741
5742 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5745         summary line gnus-number property and ignore them (with a warning
5746         message).
5747
5748 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5751         macro caddr in the interactive form since it won't be expanded.
5752
5753 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5756         `charset'; fix name of function called recursively.
5757         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5758
5759 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5762         (gnus-mime-set-charset-parameters): New function.
5763         (gnus-mime-view-part-as-charset): Use it to correctly display part
5764         specifying wrong charset.
5765
5766 2008-09-08  David Engster  <dengste@eml.cc>
5767
5768         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5769         in completing-read for back end server.
5770
5771 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * message.el (message-confirm-send): New variable to confirm sending a
5774         message.
5775         (message-send): Use it.
5776
5777 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5780
5781 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5784
5785 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5788         prevent tracking too many groups.
5789         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5790         Use it.
5791
5792 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5793
5794         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5795         moving point to the bottom of the window in order to avoid recentering.
5796
5797 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5800
5801         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5802         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5803         (gnus-article-beginning-of-window): Fix calculation.
5804
5805 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-msg.el (gnus-summary-supersede-article)
5808         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5809         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5810         message header.
5811
5812 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5813
5814         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5815         pending output coming after the status change.
5816
5817 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5818
5819         * message.el:
5820         * gnus-start.el:
5821         * gnus-registry.el: Remove VMS support.
5822
5823 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5826         macro.
5827         (rfc2104-hash): Use it.
5828
5829 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5832         (gnus-summary-sort-by-most-recent-date): New commands.
5833         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5834         and menu entries.
5835
5836 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5839         don't redisplay article for raw contents; remove plural articles stuff.
5840
5841         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5842         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5843         on gnus-summary-save-article; display results properly.
5844
5845 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * lpath.el: No need to fbind ns-focus-frame.
5848
5849 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5852
5853 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-art.el (gnus-summary-save-in-pipe):
5856         Consider gnus-save-all-headers.
5857
5858 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5859
5860         * gnus-util.el (ns-focus-frame): Remove declaration.
5861         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5862         like x.
5863
5864 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5865
5866         * rfc2104.el (rfc2104-zero): Delete defconst.
5867         (rfc2104-hex-alist): Likewise.
5868         (rfc2104-hex-to-int): Delete func.
5869         (rfc2104-hexstring-to-bitstring): Likewise.
5870         (rfc2104-nybbles): New defconst.
5871         (rfc2104-hash): Rewrite for speed.
5872
5873 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * tls.el (open-tls-stream): Make it work with the 2nd argument
5876         BUFFER that is a string but does not exist as a buffer object, as
5877         mentioned in the doc-string.
5878
5879 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5882         SXEmacs.
5883
5884 2008-07-16  Glenn Morris  <rgm@gnu.org>
5885
5886         * gnus-util.el (ns-focus-frame): Declare for compiler.
5887
5888 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5891         set as a group parameter.
5892         (gnus-summary-save-in-pipe): Work when it is called independently.
5893         (gnus-summary-pipe-to-muttprint): Don't modify
5894         gnus-summary-pipe-output-default-command.
5895
5896 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * message.el (message-send-mail-with-sendmail):
5899         Display the error message.
5900
5901 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * gnus-art.el (gnus-default-article-saver):
5904         Add gnus-summary-save-in-pipe to choices.
5905         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5906         gnus-summary-pipe-output-default-command as the default command.
5907         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5908         instead of gnus-last-shell-command.
5909
5910         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5911         New user option.
5912         (gnus-summary-muttprint-program): Mention the value will be changed.
5913         (gnus-summary-save-article): Force showing of all headers.
5914         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5915
5916 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5917
5918         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5919
5920 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5921
5922         * nnimap.el (nnimap-id):
5923         * sieve-manage.el (sieve-manage-open): Doc fixes.
5924
5925 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5926
5927         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5928         if available.
5929
5930 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5931
5932         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5933
5934         * nnkiboze.el (nnkiboze-generate-group):
5935         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5936
5937         * nnmairix.el: Require CL.
5938
5939 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * dgnushack.el: Autoload get-display-table and put-display-table for
5942         XEmacs 21.5.
5943
5944         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5945         21.4 and SXEmacs.
5946
5947 2008-06-15  David Engster  <dengste@eml.cc>
5948
5949         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5950
5951 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5952
5953         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5954         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5955         runtime choice under XEmacs.
5956
5957         * gnus-sum.el (gnus-summary-set-display-table):
5958         Use `gnus-put-display-table', `gnus-get-display-table',
5959         `gnus-set-display-table' for the display table, instead of `aset'.
5960
5961         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5962         Use `gnus-put-display-table', `gnus-get-display-table',
5963         `gnus-set-display-table' for the display table.
5964
5965 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * nnmairix.el: Add autoloads.
5968
5969 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * nnmairix.el (nnmairix-delete-recreate-group)
5972         (nnmairix-update-and-clear-marks): Fix error messages.
5973
5974 2008-06-14  David Engster  <dengste@eml.cc>
5975
5976         * nnmairix.el: Upgrade to version 0.6.
5977         (nnmairix-group-toggle-propmarks-this-group)
5978         (nnmairix-group-toggle-readmarks-this-group)
5979         (nnmairix-group-delete-recreate-this-group)
5980         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5981         (nnmairix-remove-tick-mark-original-article): New commands.
5982         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5983         (nnmairix-propagate-marks-to-nnmairix-groups)
5984         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5985         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5986         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5987         functions needed for marks propagation and manipulation of read marks.
5988         (nnmairix-update-groups): New function.
5989         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5990         (nnmairix-determine-original-group-from-registry)
5991         (nnmairix-determine-original-group-from-path)
5992         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5993         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5994         New helper functions.
5995         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5996         keystrokes for new commands.
5997         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5998         (nnmairix-request-group): Check allow-fast group parameter.
5999         (nnmairix-request-create-group): Set allow-fast group parameter if
6000         nnmairix-allowfast-default is set.
6001         (nnmairix-close-group): Propagate marks upon closing if needed.
6002         (nnmairix-group-toggle-threads-this-group): Use new.
6003         nnmairix-group-toggle-parameter helper function.
6004         (nnmairix-search): Better check for empty search result.
6005         (nnmairix-goto-original-article): Use new helper functions for
6006         determining original article.
6007         (nnmairix-show-original-article): Make sure message-id is in brackets.
6008         (nnmairix-call-mairix-binary): Change variable name.
6009         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6010         helper function.
6011         (nnmairix-widget-toggle-activate): Fix doc string.
6012
6013 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * nnir.el: Require edmacro when compiling with XEmacs.
6016         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6017         available in Emacs 21.
6018
6019 2008-06-11  Glenn Morris  <rgm@gnu.org>
6020
6021         * gnus-util.el (x-focus-frame):
6022         * gnus.el (image-size):
6023         * mm-decode.el (image-size): Declare.
6024
6025         * gnus-picon.el (declare-function): Add compat definition.
6026         (image-size): Declare.
6027
6028         * gnus-group.el (tool-bar-map):
6029         * gnus-sum.el (tool-bar-map): Define for compiler.
6030
6031         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6032
6033         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6034
6035         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6036         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6037         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6038         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6039         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6040         * sieve-manage.el, spam-report.el, spam.el:
6041         Remove unnecessary eval-and-compile of autoloads.
6042
6043 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6044
6045         * auth-source.el: Precise Tramp doc.
6046
6047 2008-06-07  Glenn Morris  <rgm@gnu.org>
6048
6049         * nnmairix.el: Remove unnecessary eval-when-compile.
6050
6051 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * lpath.el: Fbind propertize for XEmacs 21.4.
6054
6055 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * nnir.el: Move here from ../contrib.
6058
6059 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6060
6061         * gnus-util.el (gnus-read-shell-command): New function.
6062         * mm-decode.el (mm-pipe-part):
6063         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6064
6065 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6068
6069 2008-06-03  Glenn Morris  <rgm@gnu.org>
6070
6071         * pop3.el (nnheader-accept-process-output): Autoload it.
6072
6073 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6076         are not 2-digit hexadecimal characters that follow `%'s.
6077
6078 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * message.el (message-bogus-recipient-p): Fix type in doc string.
6081         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6082         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6083         Improve custom options.
6084         (message-bogus-recipient-p): Adjust accordingly.
6085
6086 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6087
6088         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6089         long-form month and day names.
6090
6091 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * dgnushack.el: Autoload debug, eudc-expand-inline and
6094         pgg-snarf-keys-region for XEmacs.
6095
6096         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6097
6098         * nnmairix.el: Require edmacro when compiling with XEmacs.
6099
6100 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6103         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6104
6105 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * auth-source.el: Add more docs.
6108
6109         * netrc.el (netrc-machine): Always match if the port is not given.
6110
6111 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6114         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6115         retrieval faster in some cases, but might make CPU usage larger.
6116         If this has any bad side effects, we might revert this change.
6117
6118         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6119         seems to make mail retrieval much, much faster.
6120         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6121         unconditionally.
6122
6123         * gnus-draft.el (gnus-group-send-queue):
6124         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6125
6126 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6127
6128         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6129
6130         * message.el (message-bogus-address-regexp): Fix and improve custom
6131         type.
6132         (message-setup-hook): Add message-check-recipients as custom option.
6133
6134 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * message.el (message-cite-function): Remove bogus autoload which crept
6137         in during merge from v5-10.
6138
6139 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6142
6143         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6144
6145         * auth-source.el: Preliminary Tramp docs.
6146         (auth-sources): Change the default auth-sources to use
6147         EPA .gpg files.
6148
6149 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * nntp.el: Autoload `auth-source-user-or-password'.
6152         (nntp-send-authinfo): Use it.
6153
6154         * nnimap.el: Autoload `auth-source-user-or-password'.
6155         (nnimap-open-connection): Use it.
6156
6157         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6158         for the gnus-message function.
6159         (auth-source-user-or-password): Use it.
6160
6161 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6162
6163         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6164         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6165         (rfc2104-hash): Use it.
6166
6167 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6168
6169         * gnus-art.el (gnus-article-toggle-truncate-lines):
6170         Don't use `iff' in docstring.
6171
6172 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6175
6176         * gnus-util.el (gnus-extract-address-component-name)
6177         (gnus-extract-address-component-email): Convenience functions around
6178         `gnus-extract-address-components'.
6179
6180         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6181         Use `gnus-extract-address-component-email' to fix bug of comparing full
6182         sender name to `user-mail-address'.
6183
6184 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6187         catch/throw to optimize.
6188         (gnus-registry-find-keywords): Just use member to find a keyword.
6189
6190 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6193         is current before calling gnus-server-prepare.
6194         (gnus-server-setup-buffer, gnus-server-update-server)
6195         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6196
6197 2008-05-04  Juri Linkov  <juri@jurta.org>
6198
6199         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6200         (mailcap-file-default-commands): Use mailcap-replace-in-string
6201         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6202         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6203
6204 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6205
6206         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6207
6208 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6209
6210         * gnus.el: Bump version to 0.11.
6211
6212 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6213
6214         * gnus.el: No Gnus v0.10 is released.
6215
6216 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6219         hooks.
6220         (gnus-update-read-articles): Speed up non-marks-using users.
6221         (gnus-use-marks): Define gnus-use-marks.
6222         (gnus-propagate-marks): Rename variable to something more sensible.
6223
6224 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6225
6226         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6227         (gmm-image-load-path-for-library): Fix typos in docstrings.
6228         (gmm-message): Reflow docstring.
6229
6230 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         * mail-source.el (mail-source-set-1, mail-source-bind):
6233         Move auth-source code out of the macro to clean it up and fix bugs.
6234
6235 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6236
6237         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6238         by sender if it's equal to user-mail-address, it's likely to be
6239         useless.
6240
6241         * mail-source.el (mail-source-bind): Don't use user or password if they
6242         are not bound.  Unintern them if they are nil.  Don't use server unless
6243         it's bound, and default it to empty string otherwise.
6244
6245 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * mail-source.el: Load auth-source.el.
6248         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6249         get user name or password, if auth-sources is set up.
6250
6251         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6252         strategy of splitting with parent.
6253         (gnus-registry-split-fancy-with-parent)
6254         (gnus-registry-post-process-groups): Use it and fix prior
6255         bug (returning a list as the split result).
6256
6257         * auth-source.el (auth-sources): Remove server parameter.
6258         (auth-source-pick, auth-source-user-or-password)
6259         (auth-source-user-or-password-imap)
6260         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6261         (auth-source-user-or-password-sftp)
6262         (auth-source-user-or-password-smtp): Remove server parameter.
6263
6264 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6265
6266         * smime.el (smime-sign-region, smime-encrypt-region)
6267         (smime-decrypt-region):
6268         Remove redundant calls to `generate-new-buffer-name'.
6269
6270 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6271
6272         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6273         Don't use QP for message/rfc822.
6274         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6275
6276 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6277
6278         * sieve-manage.el (sieve-string-bytes): Remove.
6279         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6280         correct byte-length only if the process's coding-system is the same as
6281         the one used internally by Emacs to represent strings.
6282
6283 2008-04-22  Juri Linkov  <juri@jurta.org>
6284
6285         * mailcap.el (mailcap-file-default-commands): New function.
6286
6287 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * message.el (message-signature-separator, message-cite-function):
6290         Change custom version.
6291
6292 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6293
6294         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6295         commands.
6296         (tls-checktrust): Ditto.
6297
6298 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * mm-decode.el (mm-display-external): Make temp file read-only.
6301
6302 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6305         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6306         `C-c C-f d'.
6307
6308 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6309
6310         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6311
6312 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * gnus.el: Bump version to 0.9.
6315
6316 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus.el: No Gnus v0.8 is released.
6319
6320 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * mail-source.el (mail-source-value):
6323         Prefer fboundp to functionp so it works with macros as well.
6324
6325 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6326
6327         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6328         Fix last change in case the element is not even a symbol.
6329
6330 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6331
6332         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6333         Prefer fboundp to functionp so it works with macros as well.
6334
6335 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * auth-source.el: Add docs.
6338         (auth-sources): Modify format to support server.
6339         (auth-source-pick, auth-source-user-or-password)
6340         (auth-source-user-or-password-imap)
6341         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6342         (auth-source-user-or-password-sftp)
6343         (auth-source-user-or-password-smtp): Add server parameter.
6344
6345 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6346
6347         * gnus-registry.el: Initialize the registry when gnus-registry-install
6348         is t.
6349
6350 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * compface.el (uncompface): Make buffer unibyte.
6353
6354 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6355
6356         * mail-source.el (mail-source-value):
6357         Prefer fboundp to functionp so it works with macros as well.
6358
6359 2008-04-05  Glenn Morris  <rgm@gnu.org>
6360
6361         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6362
6363 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6364
6365         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6366         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6367
6368         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6369         multibyteness after rather than before erasing it.
6370
6371         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6372         mm-with-multibyte.
6373         (gnus-request-article-this-buffer): Make sure the proper decoding is
6374         used if gnus-original-article-buffer happens to be unibyte.
6375
6376         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6377         default-enable-multibyte-characters.
6378
6379         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6380         default-enable-multibyte-characters.
6381
6382         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6383
6384         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6385
6386 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6387
6388         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6389         Fix last change in case the element is not even a symbol.
6390
6391 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6392
6393         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6394         (imap-message-copyuid-1): Use it.
6395         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6396         J. Williams in
6397         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6398
6399         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6400         imap-enable-exchange-bug-workaround.
6401         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6402
6403 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6404
6405         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6406         a 100 byte status-checks into a 2-3MB transfer for each group.
6407         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6408         to enable bug workaround or not.
6409         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6410
6411 2008-03-31  Glenn Morris  <rgm@gnu.org>
6412
6413         * message.el (mml2015-use): Declare for compiler.
6414         (message-info): Require mml2015 when appropriate.
6415
6416 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6419         whitespace.
6420
6421 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6422
6423         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6424         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6425         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6426         (nntp-service-to-port): New function.
6427         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6428         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6429         (nntp-open-netcat-stream): New function.
6430         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6431
6432 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6433
6434         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6435
6436 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6437
6438         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6439
6440 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6441
6442         * dns.el (dns-write): Use set-buffer-multibyte.
6443
6444 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6445
6446         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6447
6448 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * message.el (message-signature-separator): Change default.
6451         Improve custom type.
6452         (message-cite-function): Change default to
6453         message-cite-original-without-signature.
6454
6455         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6456         toggle.
6457
6458         * message.el (message-check-news-body-syntax): Fix signature check.
6459         (message-setup-1): Mark buffer as unmodified _after_ running
6460         message-setup-hook and handling message-alternative-emails.
6461         (message-shorten-references): Be more strict when building list of
6462         valid references to comply with GNKSA.
6463
6464         * gnus-group.el (gnus-read-ephemeral-bug-group)
6465         (gnus-read-ephemeral-debian-bug-group)
6466         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6467
6468         * message.el (message-info): Don't use booleanp which isn't supported
6469         in Emacs 21 and XEmacs.
6470
6471 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6474         gnus-group-gmane-group-download-format.
6475         (gnus-group-read-ephemeral-gmane-group): Rename from
6476         gnus-group-read-ephemeral-gmane-group.
6477         (gnus-read-ephemeral-gmane-group-url): Rename from
6478         gnus-group-read-ephemeral-gmane-group-url.
6479         (gnus-bug-group-download-format-alist): New variable.
6480         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6481         (gnus-read-ephemeral-emacs-bug-group): New commands.
6482
6483 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6486         (gnus-visible-headers): Improve custom type.
6487
6488 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * mml.el (mml-menu): Add workarounds for XEmacs.
6491
6492         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6493         X-Boundary header.
6494
6495         * message.el (message-simplify-recipients): Fix previous commit.
6496
6497 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6498
6499         * mm-util.el (mm-set-buffer-multibyte): New function.
6500         * mm-decode.el (mm-copy-to-buffer): Use it.
6501
6502         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6503         Prefer fboundp to functionp so it works with macros as well.
6504
6505 2008-03-19  Glenn Morris  <rgm@gnu.org>
6506
6507         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6508         Accidentally removed in the sync process with Emacs.
6509
6510 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * message.el (message-alter-recipients-discard-bogus-full-name):
6513         New function.
6514         (message-alter-recipients-function): New variable.
6515         (message-get-reply-headers): Use it.
6516         (message-replace-header): New helper function.
6517         (message-recipients-without-full-name): New variable.
6518         (message-simplify-recipients): New command.
6519
6520         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6521
6522         * message.el (message-info): Handle EasyPG manual.
6523
6524         * mml.el (mml-menu): Add entry for EasyPG.
6525
6526 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6527
6528         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6529         parameter.
6530
6531         * message.el (message-disassociate-draft): Specify drafts group name
6532         fully.
6533
6534 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6535
6536         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6537         Eliminate unnecessary duplicates from the match list.
6538
6539 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6542
6543         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6544
6545         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6546         args of `how-many' of which the XEmacs version doesn't take; declare
6547         Info-index-next as function.
6548
6549 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * gnus-score.el (gnus-score-headers): Fix handling of
6552         gnus-inhibit-slow-scoring.
6553
6554         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6555         string.
6556         (gnus-button-url-regexp): Improve handling of parenthesis.
6557         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6558         (gnus-button-handle-info-keystrokes): Handle index entries.
6559
6560 2008-03-15  Glenn Morris  <rgm@gnu.org>
6561
6562         * parse-time.el (parse-time-string): Simplify.
6563
6564 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6567         Incoming* files.
6568
6569 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * auth-source.el (auth-sources): Rename from auth-source-choices.
6572         (auth-source-pick): Use it.
6573
6574 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6575
6576         * binhex.el (binhex-decode-region-internal):
6577         * uudecode.el (uudecode-decode-region-internal):
6578         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6579         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6580         setting default-enable-multibyte-characters.
6581
6582 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * auth-source.el (auth-source-protocols)
6585         (auth-source-protocols-customize, auth-source-choices): Add and
6586         modified variable customizations and defaults.
6587         (auth-source-pick, auth-source-user-or-password)
6588         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6589         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6590         (auth-source-user-or-password-sftp)
6591         (auth-source-user-or-password-smtp): Use new variables and provide an
6592         interface to netrc.el.
6593
6594 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6597         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6598         Make sure the nntp port to specify is a string.
6599
6600 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6601
6602         * nntp.el: Use with-current-buffer.
6603         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6604         dubious mm-with-unibyte-current-buffer.
6605         (nntp-with-open-group-function): New function extracted from
6606         nntp-with-open-group macro.
6607         (nntp-with-open-group): Use the function, so it's easier to debug.
6608         Add indentation and debugging info.
6609         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6610         Recommend the use of the netcat alternatives.
6611
6612         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6613         Avoid mm-string-as-multibyte as well.
6614
6615         * nnweb.el (nnweb-insert-html):
6616         Remove use of nnheader-string-as-multibyte.
6617
6618         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6619         (nnheader-string-as-multibyte): Remove.
6620
6621         * mm-view.el: Use inhibit-read-only.
6622         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6623         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6624         or unibyte-string.
6625
6626         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6627         (mm-uu-yenc-extract): Use with-current-buffer.
6628
6629         * gnus-soup.el (gnus-soup-send-packet): Don't use
6630         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6631
6632         * nnmh.el: Use with-current-buffer.
6633         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6634         mm-string-as-multibyte on the output of mm-encode-coding-string.
6635
6636         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6637         (nnimap-request-move-article): Use with-current-buffer.
6638
6639         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6640         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6641         conversion uses string-make-unibyte rather than string-as-unibyte.
6642
6643         * gnus-msg.el: Use with-current-buffer.
6644
6645         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6646
6647 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6648
6649         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6650         string for caching if it is 'PIN.
6651
6652 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * lpath.el: Consider the case without Emacs/W3.
6655
6656 2008-03-08  Glenn Morris  <rgm@gnu.org>
6657
6658         * time-date.el (date-to-time, time-subtract, time-add)
6659         (safe-date-to-time): Doc fixes.
6660
6661 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * mail-source.el (mail-source-delete-old-incoming-confirm):
6664         Change default to nil.
6665         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6666
6667 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * lpath.el: Rearrange.
6670
6671         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6672         (gnus-article-goto-prev-page): Work for articles having ^L's.
6673
6674         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6675
6676         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6677
6678 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6679
6680         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6681         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6682         (gnus-bookmark-jump): Adjust some variable names.
6683
6684 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * auth-source.el: New package.
6687         (auth-source-choices): Add customization entry point variable.
6688
6689         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6690         bug.
6691
6692 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6695         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6696         (gnus-registry-install-shortcuts): Rename from
6697         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6698         the `gnus-registry-mark-map' keymap dynamically from
6699         `gnus-registry-marks'.  The generated functions update the summary line
6700         when a registry mark is added or deleted, and will call
6701         `gnus-registry-install-p' (see the comments in the code).
6702         (gnus-registry-user-format-function-M): Use concat intelligently.
6703
6704         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6705         the registry mark functions.
6706
6707 2008-03-05  Glenn Morris  <rgm@gnu.org>
6708
6709         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6710         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6711         gnus-art.
6712         (top-level): No need to load own source when compiling.
6713
6714 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6717         Suggested by <chris.anderton@zetnet.co.uk>.
6718
6719 2008-03-04  Glenn Morris  <rgm@gnu.org>
6720
6721         * gnus-sum.el (top-level): No need to require gnus when compiling,
6722         since unconditionally required near start of file.
6723         (gnus-summary-display-while-building): Move definition before use.
6724
6725 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * gnus-registry.el (gnus-registry-user-format-function-M):
6728         Add formatting function.
6729
6730 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6733         with plists.
6734         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6735         Use new format.
6736
6737 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6740         `where-is-internal' that returns a range of key sequences.
6741
6742 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6743
6744         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6745
6746         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6747         (gnus-summary-jump-to-group): Consider windows on other displayed
6748         frames as well.  Similar changes might be needed elsewhere, but that's
6749         the one I've bumped into during my use.
6750
6751         * nndoc.el (nndoc-oe-dbx-type-p):
6752         * gnus-msg.el (gnus-debug):
6753         * gnus-group.el (gnus-update-group-mark-positions):
6754         Use mm-string-to-multibyte.
6755
6756 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6759         doesn't handle NotDashEscaped.
6760
6761         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6762         (mml-dnd-attach-options): Fix typo in custom choice.
6763
6764         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6765         Change nndoc-article-type to mbox.
6766         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6767
6768         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6769         to nil, instead of html2text.
6770
6771         * imap.el (imap-debug): Add `imap-ping-server'.
6772
6773         * gnus-bookmark.el: Add FIXMEs.
6774
6775         * message.el (message-form-letter-separator)
6776         (message-send-form-letter-delay): New variables.
6777         (message-send-form-letter): Use them.  New command to send form
6778         letters.  Requested by Uwe Siart.
6779         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6780
6781 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * Update copyright years.
6784
6785 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         Sync from EMACS_22_BASE.
6788
6789         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6790
6791 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6792
6793         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6794         empty author.
6795
6796 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * gnus-registry.el (gnus-registry-marks): Add variable for
6799         customization of marks and their appearance.
6800         (gnus-registry-read-mark): Use it.
6801         (gnus-registry-do-marks): Add utility function to loop through
6802         `gnus-registry-marks'.
6803         (gnus-registry-install-shortcuts-and-menus): Add function to install
6804         shortcuts and menus.
6805         (gnus-registry-initialize): Use it.
6806         (gnus-registry-default-mark): Clarify documentation.
6807
6808 2008-02-29  Glenn Morris  <rgm@gnu.org>
6809
6810         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6811         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6812         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6813         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6814         Change defcustom :version from 23.0 to 23.1.
6815
6816 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * gnus-registry.el (gnus-registry-follow-group-p)
6819         (gnus-registry-post-process-groups): Add functions to aid registry
6820         splitting and improve logging.  Clarify behavior in function
6821         documentation.
6822         (gnus-registry-split-fancy-with-parent): Use them.
6823
6824 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6825
6826         * gnus-art.el: Use with-current-buffer.
6827
6828 2008-02-27  David Engster  <dengste@eml.cc>
6829
6830         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6831         Express real group name in the response.
6832
6833 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6836         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6837         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6838         autoload gnus-registry-fetch-group when compiling.
6839         (nnmairix-request-group-with-article-number-correction):
6840         Remove unreferenced argument passed to nnmairix-call-backend.
6841
6842 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6845         (mm-uu-extract): Improve face for low color ttys.
6846         Reported by Sascha Wilde.
6847
6848 2008-02-27  Glenn Morris  <rgm@gnu.org>
6849
6850         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6851         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6852         variables to defconsts.  Convert comments to doc-strings.
6853         (nnmairix-last-server, nnmairix-current-server): Convert from free
6854         variables to defvars.  Convert comments to doc-strings.
6855         (gnus-registry-fetch-group): Autoload.
6856         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6857         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6858         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6859         caddr.
6860         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6861         nnmairix-request-group-with-article-number-correction call.
6862         (nnmairix-fast, nnmairix-group): New, less general names, for free
6863         variables passed from nnmairix-request-group to
6864         nnmairix-request-group-with-article-number-correction.  Declare.
6865         (nnmairix-request-group-with-article-number-correction):
6866         Use nnmairix-fast, nnmairix-group rather than fast, group.
6867
6868 2008-02-26  David Engster  <dengste@eml.cc>
6869
6870         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6871         version 0.5.
6872
6873 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6876         instead of making an extra function call.  Don't add the current group
6877         to articles only when they have the group.  Use
6878         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6879         Reported by David <de_bb@arcor.de>.
6880
6881 2008-02-24  Miles Bader  <miles@gnu.org>
6882
6883         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6884         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6885         (mm-find-mime-charset-region):
6886         * mm-bodies.el (mm-encode-body):
6887         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6888
6889 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6892         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6893
6894 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * mail-source.el (mail-source-delete-incoming): Change default.
6897         Supplement doc string.
6898
6899         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6900
6901 2008-02-14  Glenn Morris  <rgm@gnu.org>
6902
6903         * time-date.el (format-seconds): New function.
6904
6905 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * nnmail.el (nnmail-message-id-cache-file): Derive from
6908         `gnus-home-directory'.
6909
6910 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6913         Document negative prefix.
6914
6915         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6916
6917 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * message.el (message-unsent-separator): Add the Exim bounce
6920         separator.
6921
6922 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6923
6924         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6925         list.
6926         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6927         recipient/signer list.
6928
6929 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * Makefile.in (datarootdir): Define.
6932         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6933         name that might contain whitespace.
6934
6935 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6938         fbound (Emacs 23 unicode), signal an error.
6939
6940 2008-02-08  Glenn Morris  <rgm@gnu.org>
6941
6942         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6943
6944 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6945
6946         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6947         ports to the calls to `netrc-machine-user-or-password' in addition to
6948         "imap" and "imaps".
6949
6950 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6951
6952         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6953
6954         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6955
6956 2008-02-01  Kenichi Handa  <handa@m17n.org>
6957
6958         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6959         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6960         (rfc2104-hash): Convert the result of concat to unibyte string.
6961
6962 2008-02-01  Dave Love  <fx@gnu.org>
6963
6964         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6965         coding-system-for-read.
6966         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6967
6968 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6971         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6972         <hanche@math.ntnu.no>.
6973
6974 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6977
6978         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6979
6980 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6981
6982         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6983         * message.el (message-beginning-of-line): Use featurep instead of bound
6984         tests in order to resolve conditionals at compile time.
6985
6986 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6987
6988         * mail-source.el (mail-sources): Add `group' choice.
6989
6990         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6991         parameter `in-group' to control into which group the articles go.
6992         Add treatment of `group' mail-source.
6993
6994 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6997
6998         * mm-decode.el (mm-dissect-buffer): Decode description.
6999
7000         * mml.el (mml-to-mime): Encode message header first.
7001
7002 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7005         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7006
7007         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7008         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7009
7010 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7013
7014 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7017         prefix keys.
7018         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7019         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7020         gnus-xmas.el.
7021
7022         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7023         (gnus-xmas-article-describe-bindings): New function.
7024         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7025         gnus-xmas-article-describe-bindings.
7026
7027         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7028
7029 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7032         Add new variables for article mark management.
7033         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7034         list of extra data entries which, when present, will indicate that the
7035         article ID should not be trimmed from the registry.
7036         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7037         functions.
7038         (gnus-registry-read-mark): New function to read a mark name from the
7039         user.
7040         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7041         (gnus-registry-set-article-mark-internal): New functions to add and
7042         remove marks.
7043         (gnus-registry-get-article-marks): New function to show the marks for
7044         an article, or retrieve them for further use.
7045
7046 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7049         keys when no argument is given.
7050
7051 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * imap.el (imap-ping-server): New variable.
7054         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7055         (imap-ping-server): Minor doc string fixes.
7056
7057 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7058
7059         * imap.el (imap-ping-server): New function.
7060         (imap-opened): Call imap-ping-server.
7061
7062 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7063
7064         * gnus-sum.el (gnus-article-sort-by-random)
7065         (gnus-thread-sort-by-random): Fix doc strings.
7066         Reported by jidanni@jidanni.org.
7067
7068 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-art.el (gnus-article-describe-bindings): New function.
7071         (gnus-article-read-summary-keys): Use it.
7072         (gnus-article-mode-map): Bind `C-h b' to it.
7073
7074 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7077         XEmacs.
7078         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7079         Protect against non-character events.
7080
7081         * lpath.el: Fbind map-keymap for Emacs 21.
7082
7083 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7086         New command.
7087         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7088         instead of END.  Change name of the temp file.
7089         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7090         customizable.
7091
7092 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7095         bind `S W' to gnus-article-wide-reply-with-original; set default
7096         binding to gnus-article-read-summary-send-keys.
7097         (gnus-article-read-summary-keys): Fix the order of keys; display
7098         continuation keys correctly in the echo area; describe bindings
7099         correctly when keys end with `C-h'.
7100         (gnus-article-read-summary-send-keys): New function.
7101         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7102         Work for gnus-article-read-summary-send-keys; display continuation keys
7103         correctly in the echo area.
7104         (gnus-article-reply-with-original): Ignore prefix argument.
7105         (gnus-article-wide-reply-with-original): New function.
7106
7107         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7108         Emacs 21.
7109
7110 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7113         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7114
7115 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7118         (gnus-group-read-ephemeral-gmane-group): New command.
7119
7120 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7121
7122         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7123
7124 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * message.el (message-send-mail-function): Increase custom version.
7127
7128         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7129         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7130
7131 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7134         for the cases where imap-authenticate is called with a nil buffer
7135         parameter.
7136
7137 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7140         html parts correctly; support forwarded messages.
7141         (gnus-article-browse-html-article): Remove work buffers.
7142
7143         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7144         compiling.
7145         (netrc-bound-and-true-p): New macro.
7146         (netrc-parse): Use it instead of bound-and-true-p that is not available
7147         in XEmacs 21.4.
7148
7149 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7150
7151         * gnus-registry.el (gnus-registry-mark-article)
7152         (gnus-registry-article-marks): Add functionality to mark articles
7153         through the Gnus registry.
7154
7155         * encrypt.el: Clarify documentation for the new pgg method.
7156         (encrypt-file-alist): Add PGG option.
7157         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7158         functionality.  Abstract password key and messaging to external
7159         functions.
7160         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7161         (encrypt-message-method-and-cipher): Add new convenience external
7162         functions.
7163         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7164         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7165
7166         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7167         (netrc-parse): Use encrypt-file-alist to determine if
7168         encrypt-find-model or encrypt-insert-file-contents should be used.
7169
7170         * encrypt.el: Clarify documentation.  Load password-cache or
7171         password, whichever one is found first, instead of autoloading.
7172
7173 2007-12-19  Glenn Morris  <rgm@gnu.org>
7174
7175         * mml.el (message-options-set, message-narrow-to-head)
7176         (message-in-body-p, message-mail-p, message-encode-message-body):
7177         Autoload.
7178         (message-remove-header, message-narrow-to-headers-or-head)
7179         (message-subscribed-p, message-make-mail-followup-to)
7180         (message-position-on-field, message-news-p)
7181         (message-options-set-recipient, message-generate-headers)
7182         (message-sort-headers): Declare as functions.
7183
7184 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7187         convention in doc string.
7188
7189 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7192         title to html parts.
7193         (gnus-article-browse-html-article): Pass message header to it.
7194
7195         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7196
7197 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7200         or password compatible with XEmacs.
7201
7202 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7205         format document.
7206         (gnus-mime-delete-part): Don't write description line if empty.
7207         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7208
7209 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7210
7211         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7212         (gnus-summary-mark-read-and-unread-as-read)
7213         (gnus-summary-mark-current-read-and-unread-as-read)
7214         (gnus-summary-mark-unread-as-ticked): Doc fix.
7215         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7216
7217 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7220         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7221
7222 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7225         yes-or-no-p.
7226
7227 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * mm-decode.el (mm-add-meta-html-tag): New function.
7230         (mm-save-part-to-file, mm-pipe-part): Use it.
7231
7232         * gnus-art.el (gnus-article-browse-delete-temp-files):
7233         Use gnus-y-or-n-p instead of y-or-n-p.
7234         (gnus-article-browse-html-parts): Work with message/external-body; use
7235         mm-add-meta-html-tag.
7236
7237 2007-12-11  Glenn Morris  <rgm@gnu.org>
7238
7239         * gnus-cache.el: Require gnus-sum not just when compiling.
7240
7241         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7242
7243         * gnus-int.el (gnus-server-opened, gnus-status-message):
7244         Move definitions before use.
7245
7246         * mm-decode.el: Require gnus-util.
7247         (mm-remove-part): Only call delete-annotation on XEmacs.
7248
7249         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7250
7251         * nnmail.el: Require gnus-int.
7252
7253         * spam.el: Move `require's before `eval-when-compile's.
7254
7255         * gnus-ems.el (gnus-alive-p):
7256         * gnus-fun.el (message-goto-eoh):
7257         * gnus-util.el (gnus-group-name-decode):
7258         * mail-source.el (gnus-compress-sequence):
7259         * message.el (Info-goto-node, format-spec):
7260         * mm-bodies.el (message-options-get):
7261         * mm-decode.el (mm-view-pkcs7):
7262         * mm-util.el (gmm-write-region):
7263         * mml-smime.el (mml-compute-boundary)
7264         (gnus-completing-read-with-default):
7265         * mml.el (widget-button-press, gnus-make-hashtable):
7266         * mml1991.el (mm-decode-content-transfer-encoding)
7267         (mm-encode-content-transfer-encoding)
7268         (message-options-get, message-options-set):
7269         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7270         * nnfolder.el (gnus-request-group):
7271         * nnheader.el (ietf-drums-unfold-fws):
7272         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7273         * smime.el (gnus-run-mode-hooks):
7274         * spam-stat.el (gnus-message): Autoload.
7275
7276         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7277         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7278         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7279         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7280         Add declare-function compatibility definition.
7281
7282         * gnus-cache.el (nnvirtual-find-group-art):
7283         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7284         (gnus-add-image, gnus-add-wash-type):
7285         * gnus-group.el (nnkiboze-score-file):
7286         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7287         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7288         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7289         (message-tokenize-header, gnus-get-buffer-create)
7290         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7291         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7292         * gnus.el (gnus-group-decoded-name):
7293         * mail-source.el (imap-capability):
7294         * mm-bodies.el (message-options-set):
7295         * mm-decode.el (gnus-configure-windows):
7296         * mm-extern.el (message-goto-body):
7297         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7298         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7299         (epg-sub-key-validity, message-options-set):
7300         * mml.el (widget-event-point, gnus-configure-windows):
7301         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7302         * mml2015.el (epg-check-configuration, epg-configuration)
7303         (message-options-set):
7304         * nndb.el (nndb-request-article):
7305         * nnfolder.el (gnus-request-create-group):
7306         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7307         * nnmaildir.el (gnus-group-mark-article-read):
7308         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7309         * rfc1843.el (message-fetch-field):
7310         * spam.el (gnus-extract-address-components):
7311         Declare as functions.
7312
7313 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7316
7317         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7318
7319         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7320         bind show-trailing-whitespace for XEmacs.
7321
7322 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7325         new no-op macro for backward compatibility.
7326
7327         * imap.el (imap-string-to-integer): New function.
7328
7329 2007-12-09  Glenn Morris  <rgm@gnu.org>
7330
7331         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7332
7333         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7334         * message.el, mm-view.el, sieve-manage.el, smime.el:
7335         Add declare-function compatibility definition.
7336
7337         * gnus-art.el (w3-region, w3m-region, Info-menu):
7338         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7339         * gnus-sum.el (gnus-get-predicate):
7340         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7341         * message.el (mail-abbrev-in-expansion-header-p):
7342         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7343         (w3m-detect-meta-charset, w3m-region):
7344         * sieve-manage.el (password-read, password-cache-add)
7345         (password-cache-remove):
7346         * smime.el (password-read-and-add): Declare as functions.
7347
7348 2007-12-08  David Kastrup  <dak@gnu.org>
7349
7350         * gnus-sum.el (gnus-summary-simplify-subject-query):
7351         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7352         `message'.
7353
7354 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7357         it to bind idna-program, installation-directory, defined-colors, and
7358         face-attribute for XEmacs of the version that compiles defcustom forms.
7359
7360 2007-12-07  Glenn Morris  <rgm@gnu.org>
7361
7362         * gnus-art.el (article-make-date-line): Revert previous change.
7363
7364 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7367
7368 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7369
7370         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7371         Call gnus-add-to-range ranges only once with a prepared article-list.
7372
7373 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7374
7375         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7376         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7377         group names with backslashes.
7378         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7379
7380 2007-12-06  Deepak Goel  <deego3@gmail.com>
7381
7382         * gnus-art.el (article-make-date-line):
7383         * gnus-start.el (gnus-load):
7384         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7385
7386 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-art.el (gnus-use-idna)
7389         * gnus-start.el (gnus-site-init-file)
7390         * message.el (message-use-idna)
7391         * mm-uu.el (mm-uu-hide-markers)
7392         * smiley.el (smiley-style): Revert changes that suppress warnings.
7393
7394 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7397         specify charset to html source.
7398         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7399
7400 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7403         idna-program in order to suppress byte compile warning issued by XEmacs
7404         that came to byte compile the default value section of defcustom forms
7405         recently.
7406
7407         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7408         value of installation-directory.
7409
7410         * message.el (message-use-idna): Don't directly refer to the value of
7411         idna-program.
7412
7413         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7414
7415         * smiley.el (smiley-style): Don't directly call face-attribute.
7416
7417 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7420
7421         * gnus-dired.el: Reduce Gnus dependencies.
7422         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7423         Don't require.  Use autoloads instead.
7424         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7425         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7426         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7427         (gnus-dired-mode): Adjust doc string.
7428         (gnus-dired-mail-mode): New variable.
7429         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7430         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7431         (gnus-dired-mail-buffers): New function.  Return mail or message
7432         composition buffers.
7433         (gnus-dired-attach): Use it.
7434         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7435         NO-DECODE.
7436         (gnus-dired-print): Use `gnus-print-buffer' depending on
7437         `gnus-dired-mail-mode'.
7438
7439 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * rfc2047.el (rfc2047-encoded-word-regexp)
7442         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7443         explaining what regexp patterns are for.
7444
7445 2007-12-04  Glenn Morris  <rgm@gnu.org>
7446
7447         * password.el: Move to password-cache.el.
7448
7449         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7450         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7451         * mml-smime.el (password-read, password-cache-add)
7452         (password-cache-remove):
7453         No need to autoload, since mml-sec requires password.
7454
7455         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7456         * message.el (gnus-extract-address-components):
7457         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7458
7459         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7460         password.
7461
7462 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * mailcap.el: Reduce dependencies.
7465         (mail-header-parse-content-type): Autoload.
7466         (mailcap-delete-duplicates): New alias.
7467         (mailcap-mime-info): Add optional argument NO-DECODE.
7468         (mailcap-mime-types): Use mailcap-delete-duplicates.
7469
7470         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7471
7472 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7473
7474         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7475         (imap-parse-status): Upcase status-att for servers that sends them
7476         lower-case (e.g., MS Exchange 2007).
7477
7478 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7481         function.
7482
7483         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7484         (gnus-uu-yenc-article): New function.
7485
7486         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7487
7488         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7489
7490 2007-12-02  Glenn Morris  <rgm@gnu.org>
7491
7492         * binhex.el (binhex): New custom group.
7493         (binhex-decoder-program, binhex-decoder-switches)
7494         (binhex-use-external): Move to the binhex custom group.
7495
7496         * uudecode.el (uudecode): New custom group.
7497         (uudecode-decoder-program, uudecode-decoder-switches)
7498         (uudecode-use-external): Move to the uudecode custom group.
7499
7500         * netrc.el (top-level): Don't load `encrypt' features.
7501         (netrc-parse): Don't use encrypt.
7502         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7503
7504         * encrypt.el: Remove file.
7505
7506 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7509         matches on patches.
7510
7511         * gnus-art.el (gnus-article-browse-html-article):
7512         Mention `mm-text-html-renderer' in the doc string.
7513
7514         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7515         string.  Add comments.
7516
7517         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7518         if rhs is ASCII.
7519
7520 2007-12-01  Glenn Morris  <rgm@gnu.org>
7521
7522         * mail-source.el (top-level): Require format-spec before
7523         eval-when-compile.
7524
7525 2007-11-30  Glenn Morris  <rgm@gnu.org>
7526
7527         * encrypt.el: Require password, rather than autoloading password-read.
7528
7529 2007-11-29  Glenn Morris  <rgm@gnu.org>
7530
7531         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7532         (sasl-make-client, sasl-next-step, sasl-step-data)
7533         (sasl-step-set-data): Declare as functions.
7534
7535 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7538
7539 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7540
7541         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7542         certs should be verified and what is to be done in the event of a
7543         verification failure.
7544
7545         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7546         caller can indicate whether the cache should be disregarded for this
7547         call.  This way the result of the call is reproducible at all times and
7548         can be considered a canonical server name for the supplied method.
7549         (gnus-agent-method-p): Canonicalize server names by pushing their
7550         method through `gnus-method-to-server' using the no-cache argument.
7551
7552         * gnus-srvr.el (gnus-server-insert-server-line):
7553         Call `gnus-method-to-server' with `no-cache' argument.
7554
7555         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7556         gnus-agent-possibly-synchronize-flags as this should be called when the
7557         server is actually being opened.
7558         (gnus-agent-possibly-synchronize-flags)
7559         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7560         flags file of an agentized server to the latter function.
7561
7562         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7563         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7564         after a connection has been established successfully.
7565
7566 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-art.el (article-display-face): Force to display face if called
7569         interactively; check if gnus-article-x-face-too-ugly matches author.
7570         (article-display-x-face): Display face even if From header is missing
7571         as article-display-face does.
7572
7573 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7574
7575         * hashcash.el (message-narrow-to-headers-or-head)
7576         (message-fetch-field, message-goto-eoh)
7577         (message-narrow-to-headers): Declare as functions.
7578
7579 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * mail-source.el (mail-sources): Default to fetch from file for
7582         compatibility with default of nnmail-spool-file.
7583
7584 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7587         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7588         to look for encoded word that should be encoded again.
7589         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7590         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7591         encoding pattern.
7592         (rfc2047-decode-region): Switch strict regexp and loose one according
7593         to rfc2047-allow-irregular-q-encoded-words.
7594
7595 2007-11-25  Romain Francoise  <romain@orebokech.com>
7596
7597         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7598
7599 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * tls.el (tls-program): Provide more custom choices from
7602         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7603         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7604
7605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7608         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7609
7610         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7611         `nnmail-spool-file'.
7612
7613         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7614         `nnmail-spool-file'.
7615
7616         * gnus-move.el (gnus-change-server): Ditto.
7617
7618         * gnus-kill.el (gnus-batch-score): Ditto.
7619
7620         * gnus-cache.el (gnus-jog-cache): Ditto.
7621
7622         * gnus-msg.el (gnus-summary-reply):
7623         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7624
7625 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7628         version.  Minor improvement to doc strings.
7629         (tls-program): Add comment.
7630
7631 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7632
7633         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7634         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7635         mismatch between the hostname provided in the certificate and the name
7636         of the host connnecting to.
7637         (open-tls-stream): Use them.  Check certificates against trusted root
7638         certificates.
7639
7640 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus-cache.el (gnus-cache-generate-nov-databases):
7643         Use nnml-generate-nov-databases-directory instead of
7644         nnml-generate-nov-databases-1.
7645
7646 2007-11-24  Glenn Morris  <rgm@gnu.org>
7647
7648         * message.el (message-tool-bar-retro): Update for rename
7649         mail_send.xpm->mail-send.xpm.
7650
7651 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7654         `smime-ldap-search' for Emacs 22 and up.
7655
7656 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7657
7658         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7659
7660         * message.el (message-send-mail-function): Fix error convention.
7661         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7662         (message-widen-reply, message-send-mail, message-talkative-question)
7663         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7664         (message-clone-locals, message-send-news): Use with-current-buffer.
7665         (message-insert-or-toggle-importance): Remove unused var `valid'.
7666         (message-make-references): Remove unused var `new-references'.
7667         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7668
7669 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7670
7671         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7672         (spam-split-symbolic-return-positive): Reflow docstring.
7673         (spam-backends, spam-summary-exit-behavior)
7674         (spam-mark-ham-unread-before-move-from-spam-group)
7675         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7676         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7677         (spam-clear-cache, spam-backend-check, spam-install-backend)
7678         (spam-install-statistical-backend, spam-list-of-processors)
7679         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7680         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7681         (spam-check-crm114, spam-initialize, spam-unload-hook):
7682         Fix typos in docstrings.
7683
7684 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7687         been checked if they have never been read and those group levels are
7688         higher than the one that a user specified.
7689
7690 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7693         foreign groups unless a group level is specified by a user.
7694         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7695
7696 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * message.el (message-send-mail-function): Require sendmail.
7699
7700 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * message.el (message-send-mail-function): Check for smtpmail too.
7703
7704         * utf7.el (utf7-encode, utf7-decode): Use coding system
7705         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7706
7707         * message.el (message-send-mail-function): New function.
7708         (message-send-mail-function): Set default using
7709         message-send-mail-function.  Adjust doc string.
7710         (message-send-mail-with-mailclient): New function.
7711
7712 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7713
7714         * smime.el (from):
7715         * rfc2047.el (message-posting-charset):
7716         * qp.el (mm-use-ultra-safe-encoding):
7717         * pop3.el (parse-time-months):
7718         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7719         * nnml.el (files):
7720         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7721         (jka-compr-compression-info-list, ange-ftp-path-format)
7722         (efs-path-regexp):
7723         * nndiary.el (files):
7724         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7725         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7726         (epg-digest-algorithm-alist, inhibit-redisplay)
7727         (password-cache-expiry):
7728         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7729         (pgg-output-buffer, password-cache-expiry):
7730         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7731         (efs-path-regexp):
7732         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7733         (inhibit-redisplay):
7734         * mm-uu.el (file-name, start-point, end-point, entry)
7735         (gnus-newsgroup-name, gnus-newsgroup-charset):
7736         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7737         (latin-unity-ucs-list):
7738         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7739         (mm-uu-binhex-decode-function):
7740         * message.el (gnus-message-group-art, gnus-list-identifiers)
7741         (rmail-enable-mime-composing, gnus-local-organization)
7742         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7743         (gnus-read-active-file, facemenu-add-face-function)
7744         (facemenu-remove-face-function, gnus-article-decoded-p)
7745         (tool-bar-mode):
7746         * mail-source.el (display-time-mail-function):
7747         * gnus-util.el (nnmail-pathname-coding-system)
7748         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7749         (gnus-original-article-buffer, gnus-user-agent)
7750         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7751         (xemacs-codename, sxemacs-codename, emacs-program-version):
7752         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7753         * gnus-start.el (gnus-agent-covered-methods)
7754         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7755         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7756         (gnus-newsgroup-headers, gnus-group-list-mode)
7757         (gnus-group-mark-positions, gnus-newsgroup-data)
7758         (gnus-newsgroup-unreads, nnoo-state-alist)
7759         (gnus-current-select-method, mail-sources)
7760         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7761         (nnmail-spool-file, gnus-cache-active-hashtb):
7762         * gnus-mh.el (mh-lib-progs):
7763         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7764         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7765         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7766         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7767         (gnus-group-buffer):
7768         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7769         (font-lock-set-defaults):
7770         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7771         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7772         (gnus-summary-post-menu, total-parts, type, condition, length):
7773         * gnus-agent.el (gnus-agent-read-agentview):
7774         * flow-fill.el (show-trailing-whitespace):
7775         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7776         eval-and-compile wrappers for byte compiler pacifiers.
7777
7778         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7779         (mm-display-inline-fontify): Check for featurep 'xemacs not
7780         extent-list.
7781
7782         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7783         itimer-list.
7784         (mm-create-image-xemacs): Only do something for XEmacs.
7785         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7786
7787         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7788
7789         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7790         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7791
7792 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7793
7794         * nnimap.el (nnimap-split-download-body):
7795         * gnus-demon.el (gnus-demon):
7796         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7797
7798 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7801         New macros.
7802         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7803         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7804         copy data from unibyte buffer to multibyte current buffer.
7805         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7806         to copy data from unibyte current buffer to multibyte buffer.
7807         (nntp-make-process-buffer): Make process buffer unibyte.
7808
7809         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7810
7811 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7812
7813         * pop3.el (pop3-open-server): Accept and process data more robustly at
7814         connexion start to avoid spurious "POP SSL connexion failed" errors.
7815
7816 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7819         read group names.
7820
7821 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7824
7825 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7828         (nnmail-save-active): Use a unibyte buffer when saving active file,
7829         which may contain non-ASCII group names.
7830
7831         * nnml.el (nnml-request-group): Decode group names in messages.
7832
7833 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * message.el (message-citation-line-function)
7836         (message-insert-formatted-citation-line): Fix spelling of
7837         `message-insert-formated-citation-line'.
7838
7839 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7842
7843 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7846         nnmail-pathname-coding-system.
7847
7848         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7849         that a user enters; decode group names in messages.
7850
7851         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7852
7853 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7856
7857         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7858
7859         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7860         risky local variable.
7861
7862         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7863
7864 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7865
7866         * encrypt.el: Improve documentation to fix function name typo.
7867         Reported by Daiki Ueno <ueno@unixuser.org>.
7868
7869 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7872         even if the point is not in the last page of an article.
7873         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7874         back to the previous page.
7875
7876 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7879
7880 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7883
7884 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7885
7886         * message.el (message-check-news-body-syntax):
7887         Avoid mm-string-as-multibyte.
7888         (message-hide-headers): Don't assume (point-min)==1.
7889
7890 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * message.el (message-remove-blank-cited-lines): Fix if remove is
7893         given.
7894         (message-bogus-address-regexp): New variable.
7895         (message-bogus-recipient-p): New function.
7896         (message-check-recipients): New command.
7897         (message-syntax-checks): Add `bogus-recipient'.
7898         (message-fix-before-sending): Add `bogus-recipient'.
7899
7900         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7901         (gnus-treat-body-boundary): Don't test window-system.
7902
7903 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7904
7905         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7906
7907 2007-10-28  Miles Bader  <miles@gnu.org>
7908
7909         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7910         at compile-time too.
7911
7912 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * gnus-msg.el (gnus-message-setup-hook):
7915         Add `message-remove-blank-cited-lines' to options.
7916
7917 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * message.el (message-remove-blank-cited-lines): New function.
7920         Suggested by Karl Plästerer.
7921
7922 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7925         mapc.
7926
7927         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7928         (top-level): Use mapc to set functions to be traced for debugging.
7929
7930         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7931         called for effect with while loop.
7932
7933         * message.el (message-talkative-question): Replace mapcar called for
7934         effect with mapc.
7935
7936         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7937         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7938         called for effect with dolist.
7939
7940         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7941
7942         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7943         gnus-extra-headers and nnmail-extra-headers.
7944
7945         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7946         called for effect with dolist.
7947         (top-level): Use mapc to set functions to be traced for debugging.
7948
7949         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7950         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7951         dolist.
7952
7953         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7954         Replace mapcar called for effect with mapc.
7955         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7956         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7957         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7958         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7959
7960         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7961         remove-if that's a cl function.
7962
7963         * webmail.el (webmail-debug): Replace mapcar called for effect with
7964         dolist.
7965
7966         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7967         with mapc.
7968
7969 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7972         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7973         with while loop.
7974
7975         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7976         functions from article-* functions.
7977         (gnus-multi-decode-header): Replace mapcar called for effect with
7978         dolist.
7979
7980         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7981         (gnus-bookmark-show-details): Replace mapcar called for effect with
7982         while loop.
7983
7984         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7985         called for effect with while loop.
7986
7987         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7988         with dolist.
7989
7990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7991         Replace mapcar called for effect with dolist.
7992
7993         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7994
7995         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7996         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7997         Replace mapcar called for effect with dolist.
7998         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7999         mapc.
8000
8001         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8002         Replace mapcar called for effect with dolist.
8003         (gnus-topic-list): Replace mapcar called for effect with mapc.
8004
8005         * gnus.el: Use mapc instead of mapcar to add autoloads.
8006
8007 2007-10-23  Richard Stallman  <rms@gnu.org>
8008
8009         * gnus-group.el (gnus-group-highlight): Mark as risky.
8010
8011 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus.el (gnus-server-to-method): Return method found first in
8014         gnus-newsrc-alist.
8015
8016         * gnus-art.el (gnus-article-highlight-signature)
8017         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8018         button overlay without the front stickiness.
8019
8020 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8021
8022         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8023         overview buffer needed a catch to receive its throw.
8024         (gnus-agent-flush-cache): Declare as interactive to make this function
8025         easier to use.
8026
8027 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8030         `next-line'.
8031
8032 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8035         exclude address matching message-dont-reply-to-names.
8036
8037 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-util.el (gnus-string<): New function.
8040
8041         * gnus-sum.el (gnus-article-sort-by-author)
8042         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8043
8044 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8047         the frame-focus tag is set in gnus-buffer-configuration.
8048
8049 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8052         the front stickiness.
8053
8054 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8057         url pattern; remove duplicate one.
8058         (gnus-article-extend-url-button): New function.
8059         (gnus-article-add-buttons): Use it.
8060         (gnus-button-push): Use concatenated url that it makes.
8061
8062 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8063
8064         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8065
8066 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8067
8068         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8069         Don't hardcode point-min==1.
8070
8071 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8074         Fix comment about "iso8859-1".
8075
8076 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8077
8078         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8079         ones returned from the verify-function.
8080
8081         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8082         Call mml2015-extract-cleartext-signature if extraction failed.
8083
8084 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8085
8086         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8087         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8088         failed.
8089
8090 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8093
8094 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8097         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8098         recommends to use EasyPG instead of PGG.
8099
8100         * pgg.el: Revert to revision 6.23.2.16.
8101
8102         * pgg-def.el: Revert to revision 6.6.2.14.
8103
8104         * pgg-gpg.el: Revert to revision 6.23.2.34.
8105
8106 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8109         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8110         thread for both the null and zero (kill/expire thread) universal prefix
8111         cases.
8112         (gnus-summary-expire-thread): Add new function to expire a thread,
8113         using gnus-summary-kill-thread.
8114         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8115         shortcuts for gnus-summary-expire-thread.
8116         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8117         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8118
8119 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8122         extras value, so an extras entry can be deleted.
8123         (gnus-registry-delete-extra-entry): Use it.
8124         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8125         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8126         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8127         storage through the gnus-registry, and provide an appropriate API for
8128         it.
8129
8130 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8133         Suggested by Leo <sdl.web@gmail.com>.
8134
8135         * gnus.el: Do.
8136
8137 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8140         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8141
8142         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8143
8144         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8145         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8146
8147 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8150         newline.
8151         (nnmbox-request-accept-article): Don't change article in source buffer;
8152         narrow to header to use message-fetch-field rather than
8153         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8154         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8155         as delimiters; make sure article ends with newline.
8156         (nnmbox-delete-mail): Correct last position of article to be deleted;
8157         ignore X-Gnus-Newsgroup header in article body.
8158         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8159         positions; make sure article ends with newline.
8160
8161         * message.el (message-display-abbrev): Don't infloop when a user
8162         inserts SPC in the beginning of header.
8163
8164         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8165         coding-system-for-read and coding-system-for-write for XEmacs having no
8166         file-coding feature.
8167
8168         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8169
8170 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8173         list of groups not followed by default.  Fix type to be regexp.
8174         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8175
8176 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8177
8178         * hmac-def.el (define-hmac-function): Switch from old-style to
8179         new-style backquotes.
8180
8181         * md4.el (md4-make-step): Likewise.
8182
8183 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8186         raw-text coding system when saving .newsrc file, which may contain
8187         non-ASCII group names.
8188
8189 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-cus.el (gnus-score-extra): New widget.
8192         (gnus-score-extra-convert): New function.
8193         (gnus-score-customize): Use it for Extra.
8194
8195 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8196
8197         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8198         (mml2015-mailcrypt-clear-verify): Use it.
8199         (mml2015-gpg-clear-verify): Use it.
8200         (mml2015-pgg-clear-verify): Use it.
8201         (mml2015-epg-clear-verify): Replace the current part with the output
8202         from GnuPG; don't extract the plaintext by itself.
8203
8204         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8205         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8206         mml2015-clear-verify-function; don't touch the armor headers or
8207         dash-escaped text here.
8208
8209 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8212         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8213         parts, or application/octet-stream as a last resort.
8214         (gnus-mime-view-part-as-type): Don't toggle display.
8215         (gnus-mime-view-part-as-charset): Don't turn off display before
8216         querying charset.
8217
8218         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8219         stuff to undisplayer function in Emacs.
8220         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8221
8222         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8223         text/calendar parts.
8224
8225 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8228         decoding text/calendar parts.
8229
8230         * message.el (message-forward-make-body-mime): Always mark body as
8231         having no illegible text; remove signed-or-encrypted argument.
8232         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8233
8234         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8235         (mml-generate-mime-1): Don't encode body if it is specified to be in
8236         raw form; don't make buffer be unibyte when inserting multibyte string.
8237
8238 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8239
8240         * sha1.el: Fix up comment style.
8241         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8242         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8243
8244         * hex-util.el: Fix up comment style.
8245         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8246
8247         * gnus-salt.el: Use with-current-buffer.
8248         (gnus-pick-setup-message): Fix long-standing typo.
8249
8250 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * imap.el (imap-logout-timeout): New variable.
8253         (imap-logout, imap-logout-wait): New functions.
8254         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8255
8256         * nnimap.el (nnimap-logout-timeout): New server variable.
8257         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8258         nnimap-logout-timeout.
8259
8260         * gnus-art.el (gnus-article-summary-command-nosave)
8261         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8262
8263 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus.el (gnus-maximum-newsgroup): New variable.
8266
8267         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8268         according to gnus-maximum-newsgroup.
8269
8270         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8271         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8272         Limit the range of articles according to gnus-maximum-newsgroup.
8273
8274 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8275
8276         * gnus-art.el (gnus-sticky-article): Fix problems described in
8277         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8278         Don't perform gnus-configure-windows here; reuse existing sticky
8279         article buffer.
8280
8281         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8282         it doesn't exist in gnus-article-mode.
8283
8284 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8287         (gnus-agent-decoded-group-name): New function.
8288         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8289         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8290
8291 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8292
8293         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8294         Add binding for gnus-sticky-article.
8295         (gnus-summary-exit): Don't kill sticky article buffers.
8296
8297         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8298         article buffer.
8299         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8300         (gnus-kill-sticky-article-buffers): New commands.
8301
8302 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * nntp.el (nntp-xref-number-is-evil): New server variable.
8305         (nntp-find-group-and-number): If it is non-nil, don't trust article
8306         numbers in the Xref header.
8307
8308 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-agent.el (gnus-agent-read-group): New function.
8311         (gnus-agent-flush-group, gnus-agent-expire-group)
8312         (gnus-agent-regenerate-group): Use it.
8313         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8314         nnmail-pathname-coding-system.
8315
8316 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8319
8320         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8321         that are unread as unread, and also as selected so that information of
8322         marks having been changed by a user may be updated when exiting group.
8323
8324 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8327
8328 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8331         calculated ignoring signature parts to gnus-treat-article.
8332
8333 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8336         a point here in order to keep the window start.
8337         (gnus-insert-mime-security-button): Make a button overlay without the
8338         front stickiness.
8339         (gnus-mime-display-security): Goto the end of a button.
8340
8341         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8342
8343 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8346         group-name-at-point.
8347         (gnus-group-completing-read): New function that offers decoded
8348         non-ASCII group names for completion.
8349         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8350         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8351         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8352         (gnus-group-fetch-control): Use it.
8353         (gnus-fetch-group): Use group-name-at-point for the initial value
8354         rather than the default value; use gnus-alive-p.
8355
8356         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8357         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8358         (gnus-summary-post-news): Use gnus-group-completing-read.
8359
8360         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8361         (gnus-read-move-group-name): Decode group name for completion.
8362
8363 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8364
8365         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8366         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8367         Yamaoka slightly modified the code).
8368
8369 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8372         (nnmail-split-incoming): Bind it.
8373
8374         * nnml.el (nnml-group-name-charset): New function.
8375         (nnml-decoded-group-name): Use it; don't decode group name if
8376         nnmail-group-names-not-encoded-p is non-nil.
8377         (nnml-encoded-group-name): New function.
8378         (nnml-group-pathname): Inline nnml-decoded-group-name.
8379         (nnml-request-expire-articles): Decode group name in message.
8380         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8381         nnmail-pathname-coding-system.
8382         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8383         not decoded ones according to nnmail-group-names-not-encoded-p.
8384         (nnml-generate-active-info): Use nnml-encoded-group-name.
8385
8386 2007-08-08  Glenn Morris  <rgm@gnu.org>
8387
8388         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8389         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8390         doc-strings and comments.
8391
8392 2007-07-25  Glenn Morris  <rgm@gnu.org>
8393
8394         * Relicense all FSF files to GPLv3 or later.
8395
8396 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-sum.el (gnus-summary-move-article):
8399         Make gnus-summary-respool-article work.
8400
8401 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8404         string.
8405
8406 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8407
8408         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8409         that should be ignored when comparing distant RSS articles with local
8410         ones.
8411         (nnrss-make-hash-index): New function.  Create a hash index according
8412         to the ignored fields.
8413         (nnrss-check-group): Use it.
8414
8415 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8418
8419         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8420
8421         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8422         the new optional argument ENCODED is non-nil.
8423         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8424         coding system for encoding group name.
8425         (gnus-group-make-rss-group): Pass un-encoded group name to
8426         gnus-group-make-group.
8427         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8428         encoded.
8429
8430         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8431         Encode group name to which articles are moved or copied.
8432         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8433         coding system for encoding Newsgroup, Followup-To and Xref headers.
8434
8435         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8436         marks; use nnheader-file-coding-system to write a file.
8437         (nnagent-retrieve-headers): Bind file-name-coding-system to
8438         nnmail-pathname-coding-system.
8439
8440         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8441
8442         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8443         (nnml-request-article, nnml-request-create-group)
8444         (nnml-request-rename-group, nnml-find-id)
8445         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8446         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8447         (nnml-save-marks): Use nnml-group-pathname instead of
8448         nnmail-group-pathname.
8449
8450         (nnml-request-create-group, nnml-request-expire-articles)
8451         (nnml-request-move-article, nnml-request-delete-group)
8452         (nnml-deletable-article-p, nnml-possibly-create-directory)
8453         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8454         (nnml-open-marks): Bind file-name-coding-system to
8455         nnmail-pathname-coding-system.
8456
8457         (nnml-request-article): Pass server argument to nnml-find-group-number.
8458         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8459         Pass server argument to nnml-possibly-create-directory.
8460         (nnml-request-accept-article): Pass server argument to
8461         nnml-active-number and nnml-save-mail.
8462         (nnml-find-group-number): Pass server argument to nnml-find-id.
8463         (nnml-request-update-info): Pass server argument to
8464         nnml-marks-changed-p.
8465
8466         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8467         (nnml-save-mail, nnml-active-number): Add server argument.
8468
8469         (nnml-request-delete-group): Warn if group is missing.
8470         (nnml-get-nov-buffer): Decode group name.
8471         (nnml-generate-active-info): Encode group name.
8472         (nnml-open-marks): Decode group name in messages.
8473
8474 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8477         if it is not specified.
8478         (gnus-article-pipe-part, gnus-article-save-part)
8479         (gnus-article-interactively-view-part, gnus-article-copy-part)
8480         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8481         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8482         (gnus-article-replace-part, gnus-article-delete-part)
8483         (gnus-article-view-part-as-type): Pass raw prefix argument to
8484         gnus-article-part-wrapper.
8485
8486 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-agent.el (gnus-agent-save-active):
8489         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8490
8491         * gnus-cache.el (gnus-cache-save-buffers)
8492         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8493         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8494         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8495         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8496         (gnus-cache-generate-active, gnus-cache-rename-group)
8497         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8498         (gnus-cache-update-overview-total-fetched-for):
8499         Bind file-name-coding-system to nnmail-pathname-coding-system.
8500         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8501         New variables.
8502         (gnus-cache-decoded-group-name): New function.
8503         (gnus-cache-file-name): Use it.
8504         (gnus-cache-generate-active): Use non-decoded group name for active.
8505
8506         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8507         right place.
8508         (gnus-write-active-file): Don't break non-ASCII group names.
8509
8510         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8511         nnmail-pathname-coding-system.
8512
8513         * lpath.el: Bind default-file-name-coding-system,
8514         file-name-coding-system and language-info-alist for XEmacs.
8515
8516         * gnus-uu.el (gnus-uu-decode-save): Typo.
8517
8518 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8521
8522 2007-07-14  David Kastrup  <dak@gnu.org>
8523
8524         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8525         finishing actions if we did not edit the article.
8526
8527 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8530         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8531         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8532         (gnus-agent-flush-group, gnus-agent-flush-cache)
8533         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8534         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8535         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8536         (gnus-agent-regenerate-group)
8537         (gnus-agent-update-files-total-fetched-for)
8538         (gnus-agent-update-view-total-fetched-for):
8539         Bind file-name-coding-system to nnmail-pathname-coding-system.
8540         (gnus-agent-group-pathname): Don't encode file names by
8541         nnmail-pathname-coding-system.
8542         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8543         coding-system-for-write instead of buffer-file-coding-system to
8544         gnus-agent-file-coding-system.
8545
8546         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8547         Decode group name.
8548
8549         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8550
8551         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8552         (gnus-read-newsrc-el-file): Make group names unibyte.
8553
8554         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8555         nnmail-pathname-coding-system.
8556
8557         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8558         (nnrss-request-delete-group): Bind file-name-coding-system to
8559         nnmail-pathname-coding-system.
8560         (nnrss-read-server-data, nnrss-read-group-data):
8561         Bind file-name-coding-system correctly.
8562         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8563
8564         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8565         (nntp-server-to-method-cache): New variable.
8566         (nntp-group-pathname): New function that decodes non-ASCII group names.
8567         (nntp-possibly-create-directory, nntp-marks-changed-p)
8568         (nntp-save-marks, nntp-open-marks): Use it.
8569         (nntp-possibly-create-directory, nntp-open-marks):
8570         Bind file-name-coding-system to nnmail-pathname-coding-system.
8571         (nntp-open-marks): Decode group names when bootstrapping marks.
8572
8573         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8574         Newsgroups and Folowup-To headers.
8575
8576 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8579         (gnus-server-closed-face, gnus-server-denied-face)
8580         (gnus-server-offline-face): Remove variable.
8581         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8582
8583         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8584         of modifying message-stack directly for XEmacs.
8585
8586         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8587         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8588         if the coding-system argument is nil for XEmacs.
8589
8590         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8591         mm-charset-override-alist.
8592
8593         * rfc2047.el: Don't require base64; require rfc2045 for the function
8594         rfc2045-encode-string.
8595         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8596         to quote the parameter value.
8597
8598 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8601         form in gnus-group-name-charset-method-alist.
8602
8603         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8604         overrides the default layout edit-form.
8605
8606         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8607
8608         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8609
8610 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8613         as unfetched articles.
8614
8615 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8618
8619 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8622         original back end that keeps marks in the local system.
8623
8624 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8627         arg of pop-to-buffer for XEmacs.
8628         (gnus-article-read-summary-keys): Ditto; don't restore window
8629         configuration if summary command ends up with neither article buffer
8630         nor summary buffer; describe bindings if summary keys end with C-h.
8631
8632 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * message.el (message-fix-before-sending): Skip raw message part to be
8635         forwarded while checking illegible text.
8636         (message-forward-make-body-mime, message-forward-make-body):
8637         Mark signed or encrypted raw message as having no illegible text.
8638
8639 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8642         (gnus-message-with-timestamp-1): New macro.
8643         (gnus-message-with-timestamp): New function.
8644         (gnus-message): Use them.
8645
8646         * nnheader.el (nnheader-message): Use them.
8647
8648 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8651         .newsrc.eld file.
8652
8653 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-agent.el (gnus-agent-fetch-headers)
8656         (gnus-agent-retrieve-headers):
8657         Bind gnus-decode-encoded-address-function to identity.
8658
8659         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8660         available also when the server returns simply a dot.
8661
8662         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8663
8664 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8667
8668 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-ems.el (gnus-x-splash): Make it work.
8671
8672         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8673         from being used.
8674
8675         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8676
8677 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8680         4th and the 5th arguments.
8681
8682         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8683         the front stickiness.
8684         (gnus-article-summary-command-nosave): Correct the order of the
8685         arguments passed to pop-to-buffer.
8686         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8687         summary command ends up with the article buffer.
8688
8689         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8690         the same faces.
8691
8692 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8693
8694         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8695
8696 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8697
8698         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8699         * gnus-sum.el (gnus-summary-highlight):
8700         * pgg.el (pgg-sign-region, pgg-sign):
8701         * mail-source.el (mail-source-delete-old-incoming-confirm):
8702         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8703
8704 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-mime-view-part-externally)
8707         (gnus-mime-view-part-internally): Fix predicate function passed to
8708         completing-read.
8709
8710         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8711
8712         * gnus.el (gnus-update-message-archive-method): Add :version.
8713
8714 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus.el (gnus-update-message-archive-method): New variable.
8717
8718         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8719         according to gnus-message-archive-method if
8720         gnus-update-message-archive-method is non-nil.
8721
8722 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8725         Suggested by Loic Dachary <loic@dachary.org>.
8726         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8727
8728 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * message.el (message-pop-to-buffer): Add switch-function argument.
8731         (message-mail): Pass switch-function argument to it.
8732
8733 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8736         Improve doc string.
8737
8738 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8741         (gnus-header-content)
8742         * gnus-cite.el (gnus-cite-10)
8743         * gnus-srvr.el (gnus-server-closed)
8744         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8745         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8746         (gnus-group-mail-3-empty, gnus-group-mail-low)
8747         (gnus-group-mail-low-empty, gnus-splash)
8748         * message.el (message-header-to, message-header-cc)
8749         (message-header-subject, message-header-other, message-header-name)
8750         (message-header-xheader, message-separator, message-cited-text)
8751         (message-mml): Lighten colors of faces used for dark background.
8752
8753 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8754
8755         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8756         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8757
8758 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * message.el (message-narrow-to-headers-or-head):
8761         Ignore mail-header-separator in the body.
8762
8763 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8766         same as window size.
8767
8768 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8769
8770         * message.el (message-font-lock-keywords): Use message-header-xheader
8771         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8772         ahead of the anything pattern, to get it recognised.
8773
8774 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8777         spam.el loads uses it in the compiled defadvice form.
8778
8779 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8780
8781         * gnus-sum.el (gnus-articles-to-read)
8782         (gnus-summary-insert-old-articles): Don't truncate group name for
8783         `read-string'.
8784
8785         * gnus-util.el (gnus-limit-string): Delete this function.
8786
8787         * gnus-sum.el (gnus-simplify-subject-fully):
8788         Use `truncate-string-to-width' instead.
8789
8790 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8791
8792         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8793         Tell if, on summary exit, the next group has to be selected.
8794         (gnus-summary-exit): Use it.
8795
8796 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8799         non-break space.
8800
8801 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8804         Check if group is not a directory.
8805         (nnfolder-request-expire-articles): Don't delete articles if the target
8806         group is not available.
8807
8808         * nnml.el (nnml-request-create-group): Properly check if group is not a
8809         file.
8810         (nnml-request-expire-articles): Don't delete articles if the target
8811         group is not available.
8812
8813         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8814         Don't quote characters that are within parentheses.
8815
8816 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8819         (gnus-handle-ephemeral-exit): Select article according to it.
8820
8821 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * message.el (message-insert-formated-citation-line): Remove newline.
8824         (message-citation-line-format): Add final \n here so that the user can
8825         avoid a blank line.
8826
8827 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8828
8829         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8830         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8831         Update lanl/arXiv support.
8832
8833 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * gnus.el: Bump version number.
8836
8837 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838
8839         * gnus.el (gnus-version-number): Bump version.
8840
8841 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8842
8843         * gnus.el: No Gnus v0.6 is released.
8844
8845 2007-04-27  Didier Verna  <didier@xemacs.org>
8846
8847         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8848         * gmm-utils.el (gmm-regexp-concat): ... here.
8849         * message.el: Don't require 'gnus-util.
8850         (message-dont-reply-to-names): Handle name change above.
8851         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8852
8853 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8856         since the initial value varies according to the system.
8857
8858 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8861
8862 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8863
8864         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8865
8866 2007-04-24  Didier Verna  <didier@xemacs.org>
8867
8868         Improve the type of gnus-ignored-from-addresses.
8869         * gnus-util.el (gnus-orify-regexp): New function.
8870         * message.el (gnus-util): Require it.
8871         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8872         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8873         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8874
8875 2007-04-24  Didier Verna  <didier@xemacs.org>
8876
8877         * gnus-sum.el:
8878         * gnus-utils.el: Fix some trailing whitespaces.
8879
8880 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8883         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8884         article's Message-ID; refer parent article in summary buffer.
8885
8886         * message.el (message-bounce): Call mime-to-mml.
8887
8888         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8889         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8890         optimize and/or forms properly.
8891
8892 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8895         URL.
8896
8897 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8900
8901 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8904         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8905         displayed of multipart/alternative part if it is invoked from summary
8906         buffer.
8907
8908         * mm-view.el (mm-inline-text-html-render-with-w3m)
8909         (mm-inline-text-html-render-with-w3m-standalone)
8910         (mm-inline-render-with-function): Use mail-parse-charset by default.
8911
8912 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8913
8914         * parse-time.el (parse-time-string-chars): Check if CHAR
8915         is less than the length of parse-time-syntax.
8916
8917 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8920         from gnus-newsgroup-processable.
8921
8922 2007-04-16  Didier Verna  <didier@xemacs.org>
8923
8924         * gnus-msg.el (gnus-configure-posting-styles):
8925         Handle message-signature-directory properly with :file syntax.
8926         Reported by "Leo".
8927
8928 2007-04-11  Didier Verna  <didier@xemacs.org>
8929
8930         New user option: message-signature-directory.
8931         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8932         * message.el (message-insert-signature): Ditto.
8933         * message.el (message-signature-file): Doc update.
8934         * message.el (message-signature-directory): New.
8935
8936 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-msg.el (gnus-inews-yank-articles):
8939         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8940
8941 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * message.el (message-yank-original): Make sure cited text ends with
8944         newline; don't exchange point and mark.
8945
8946 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8947
8948         * tls.el (open-tls-stream): Properly handle case where there
8949         is no associated buffer.
8950
8951 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8952
8953         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8954         message-yank-original, make sure (< mark TEXT point).
8955
8956 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * message.el (message-fill-column): New variable.
8959         (message-mode): Use it.  Add comment on a possible new hook.
8960
8961         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8962         (nnmail-get-new-mail): Reformat.
8963
8964         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8965
8966         * gmm-utils.el: Fix Commentary.
8967         (gmm-tool-bar-from-list): Fix typo in doc string.
8968
8969 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8970
8971         * message.el (message-yank-original): Don't switch point and mark
8972         unnecessarily to put point and mark as documented.
8973
8974 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8977         from the message heads.
8978
8979 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8980
8981         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8982         article buffer does not have a window.  This may not be the best
8983         solution but is certainly better than setting the start of the null,
8984         that is the current, window.
8985
8986 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8989         (gnus-draft-setup): Run it.
8990
8991         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8992         gnus-score-fast-scoring.  Allow regexp.
8993         (gnus-score-headers): Use it.
8994
8995         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8996         XEmacs.
8997
8998         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8999         string.
9000         (gnus-button-alist): Also catch `<f1> k ...'.
9001         (gnus-treat-display-x-face): Fix doc string.
9002
9003 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9004
9005         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9006         evaluation of gnus-extended-version to ensure correct generation of the
9007         User-Agent header when message-generate-headers-first is used.
9008
9009 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9010
9011         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9012         hashcash-path is nil.  Don't call callback with incorrect number of
9013         parameters if val is 0.
9014
9015 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9016
9017         * message.el (message-required-news-headers):
9018         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9019
9020 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9021
9022         * tls.el (open-tls-stream): In handshake-waiting loop,
9023         don't wait more if there is output available to process.
9024
9025 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9026
9027         * tls.el (tls-program): Doc fix.
9028
9029 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * message.el (message-generate-new-buffers): Change the meaning of the
9032         nil value; add `standard' to the choices; treat t as `unique'; improve
9033         doc string.
9034         (gnus-select-frame-set-input-focus): Autoload.
9035         (message-buffer-name): Search for the existing message buffer if
9036         message-generate-new-buffers is nil or `standard'; treat the value t of
9037         message-generate-new-buffers as `unique'.
9038         (message-pop-to-buffer): Raise the frame already displaying the message
9039         buffer; clear the echo area after querying.
9040         (message-setup): Pass the `continue' argument to compose-mail.
9041         (message-mail): Prefer `switch-function' if it is given; search for the
9042         existing message buffer if the `continue' argument is non-nil; pass
9043         continue and switch-function arguments to compose-mail by way of
9044         message-setup.
9045         (message-mail-other-window): Adjust argument of message-setup.
9046         (message-mail-other-frame): Ditto.
9047
9048 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9051         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9052         to turn font-lock on when turning gnus-message-citation-mode on.
9053
9054 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9055
9056         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9057         (mml-smime-function-alist): New variable; add epg as the backend.
9058         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9059         mml-smime- functions instead.
9060         * mm-view.el: Require smime.
9061
9062 2007-03-05  Didier Verna  <didier@xemacs.org>
9063
9064         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9065         instead of just inheritance for posting styles.
9066         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9067
9068 2007-02-24  Chris Moore  <dooglus@gmail.com>
9069
9070         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9071         * pgg-pgp.el (pgg-pgp-encrypt-region):
9072         * pgg-gpg.el (pgg-gpg-encrypt-region):
9073         Check pgg-encrypt-for-me if no other recipients.
9074
9075 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9076
9077         * tls.el (tls-certtool-program): Fix custom type.
9078
9079 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9082         and point-at-eol instead of line-(beginning|end)-position.
9083
9084         * assistant.el (assistant-parse-buffer): Ditto.
9085
9086         * netrc.el (netrc-parse-services): Ditto.
9087
9088 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9089
9090         * mml2015.el (mml2015-epg-find-usable-key): New function.
9091         (mml2015-epg-sign): Use it.
9092         (mml2015-epg-encrypt): Use it.
9093
9094 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * message.el (message-make-in-reply-to): Quote name containing
9097         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9098         if there are special characters.  Reported by NAKAJI Hiroyuki
9099         <nakaji@jp.freebsd.org>.
9100
9101 2007-02-27  Didier Verna  <didier@xemacs.org>
9102
9103         Include the group parameters as well as the topic ones in the
9104         inheritance filter process.
9105         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9106         argument GROUP-PARAMS-LIST.
9107         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9108
9109 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * nntp.el (nntp-never-echoes-commands)
9112         (nntp-open-connection-functions-never-echo-commands): New variables.
9113         (nntp-send-command): Use them.
9114
9115 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9116
9117         * mml2015.el (mml2015-epg-verify): Simplify.
9118
9119 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * mml.el (mml-content-disposition-alist): New user option.
9122         (mml-content-disposition): New function.
9123         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9124         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9125
9126 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9127
9128         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9129         verification.
9130
9131 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132
9133         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9134         articles posted in the last 24 hours.
9135
9136 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9137
9138         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9139
9140 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9141
9142         * nntp.el (nntp-send-command): Don't wait for echoes when
9143         nntp-open-ssl-stream is used.
9144
9145 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9148         (gnus-message-add-citation-keywords)
9149         (gnus-message-remove-citation-keywords): Remove.
9150         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9151         directly, make the variables in font-lock-defaults buffer-local, add
9152         gnus-message-citation-keywords to them and then update the value of
9153         font-lock-keywords.
9154
9155 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * message.el (message-cite-original-1): Don't call
9158         gnus-article-highlight-citation.
9159
9160         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9161         citations; fix line count.
9162
9163 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9166         (gnus-message-add-citation-keywords)
9167         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9168         versions of font-lock-add-keywords and font-lock-remove-keywords to
9169         work with XEmacs correctly.
9170
9171 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-cite.el (gnus-cite-face-list): Set the values of
9174         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9175         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9176         (gnus-message-cite-prefix-regexp): New variable.
9177         (gnus-message-search-citation-line): Use it; protect against long
9178         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9179         the 0th match data for Emacs.
9180         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9181         (gnus-message-add-citation-keywords): Append keywords rather than
9182         prepending; emulate font-lock-add-keywords if it is not available.
9183         (gnus-message-remove-citation-keywords):
9184         Emulate font-lock-remove-keywords if it is not available.
9185
9186         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9187
9188         * message.el (message-cite-prefix-regexp): Set the value of
9189         gnus-message-cite-prefix-regexp.
9190
9191 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9192
9193         * nnweb.el (nnweb-google-parse-1): Update parser.
9194
9195 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9196
9197         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9198
9199 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9200
9201         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9202         regexp.
9203
9204 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9207         string-to-multibyte.
9208         (uudecode-decode-region-internal): Use it.
9209
9210         * lpath.el: Fbind string-as-multibyte for XEmacs.
9211
9212 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9215         Fix custom choice.
9216
9217         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9218
9219 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9220
9221         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9222
9223         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9224         `write-region' to respect `mm-inhibit-file-name-handlers'.
9225
9226 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9229         Use gnus-home-directory instead of "~/" or "$HOME".
9230
9231 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9232
9233         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9234         to mention filename.
9235         Add comments at beginning regarding usage.
9236         (encrypt-write-file-contents): Change interactive so a string is
9237         acceptable.  If the file has no associated model, show an error instead
9238         of a nonsense prompt.
9239
9240 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9241
9242         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9243         Thanks to Yoshihiko Yamada for kind notification of this typo.
9244
9245 2007-01-12  Kenichi Handa  <handa@m17n.org>
9246
9247         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9248         multibyte buffer.
9249
9250 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * gnus-score.el (gnus-score-fast-scoring): New variable.
9253         (gnus-score-headers): Use it.
9254
9255         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9256
9257         * message.el (message-cite-original-1):
9258         Call gnus-article-highlight-citation if requested.
9259         (message-make-from): Allow name and address as optional arguments.
9260
9261         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9262
9263         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9264         bugs to doc string.
9265         (gnus-button-alist): Add mid\\|message-id.
9266         (gnus-button-fetch-group): Extend for use in
9267         `browse-url-browser-function'.
9268         (gnus-button-url-regexp): Try to catch paired parentheses like in
9269         Wikipedia URLs.
9270
9271         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9272         Suggested by Simon Krahnke <overlord@gmx.li>.
9273
9274 2007-01-13  Romain Francoise  <romain@orebokech.com>
9275
9276         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9277         Update copyright.
9278
9279 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9280
9281         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9282
9283 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9284
9285         * gnus-registry.el (gnus-registry-unfollowed-groups)
9286         (gnus-registry-split-fancy-with-parent): Fix documentation.
9287
9288 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9291         from nnweb groups.
9292
9293 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9296         Xref urls.  Erase buffer before requesting head.
9297
9298         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9299
9300 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9303         customizable.
9304
9305 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9306
9307         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9308         no signing key is found.
9309         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9310         no encrypting and/or signing key is found.
9311
9312 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9315
9316 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9317
9318         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9319         headers read from disk with the ones newly found in the current search.
9320         This should no longer cause problems, because the article numbers in
9321         Gmane's `nov.php' output are ignored since the previous change.
9322
9323 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9326
9327 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9330         replace-regexp-in-string; bind url-version; fbind display-images-p and
9331         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9332         find-face and set-itimer-function for Emacs; bind itimer-list for
9333         Emacs.
9334
9335         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9336
9337 2007-01-01  Romain Francoise  <romain@orebokech.com>
9338
9339         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9340
9341 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9342
9343         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9344         `define-minor-mode' macro definition expanded properly.
9345         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9346         exclude it there.
9347
9348         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9349         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9350         `fboundp' test.
9351         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9352         This is OK to autoload in (S)XEmacs now.
9353
9354 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9357         keystroke.
9358         (gnus-summary-limit-to-singletons): Fix typo.
9359
9360         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9361         else fails.
9362
9363 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9364
9365         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9366         docstring.
9367
9368         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9369         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9370         (gnus-summary-insert-dormant-articles): Fix typo in message.
9371
9372 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9375         nil for XEmacs.
9376         (gnus-message-citation-mode): Don't autoload in XEmacs.
9377
9378         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9379
9380 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9381
9382         * nnimap.el (nnimap-expunge-search-string):
9383         Mention nnimap-search-uids-not-since-is-evil in docstring.
9384
9385 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * spam.el: Revert to make-obsolete-variable because
9388         define-obsolete-variable-alias is not supported in Emacs 21.
9389
9390         * spam.el (spam-ifile-path, spam-ifile-database-path)
9391         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9392         make-obsolete-variable.
9393         (spam-bsfilter-path, spam-bsfilter-program)
9394         (spam-spamassassin-path, spam-spamassassin-program)
9395         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9396         Don't use "path" inappropriately.
9397         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9398         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9399         variable names.
9400
9401 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9402
9403         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9404         summary buffer.
9405
9406         * password.el (password-cache-remove): Use clear-string to burn
9407         password, if available.
9408
9409 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9412
9413         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9414
9415         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9416         (gnus-message-highlight-citation): Move defcustom here from
9417         gnus-cite.el.
9418         (gnus-message-citation-mode): Autoload.
9419
9420         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9421         checks to make it compile with XEmacs.
9422         (gnus-message-citation-mode): New minor mode.
9423         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9424         (gnus-message-highlight-citation): New variables.
9425         (gnus-message-search-citation-line)
9426         (gnus-message-add-citation-keywords)
9427         (gnus-message-remove-citation-keywords)
9428         (turn-on-gnus-message-citation-mode)
9429         (turn-off-gnus-message-citation-mode): New functions.
9430
9431 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9432
9433         * gnus-cite.el: Enable highlighting of different citation levels in
9434         message-mode.
9435
9436 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * message.el (message-make-fqdn): Fix comment.
9439         (message-bogus-system-names): Add ".local".
9440
9441         * spam.el (spam-ifile-path, spam-ifile-program)
9442         (spam-ifile-database-path, spam-ifile-database)
9443         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9444         Don't use "path" inappropriately.
9445         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9446         strings.
9447         (spam-check-ifile, spam-ifile-register-with-ifile)
9448         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9449         Use new variable names.
9450
9451         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9452         (gnus-treat-display-smileys): Simplify using
9453         gnus-image-type-available-p.
9454
9455         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9456         available.
9457
9458         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9459         Use `display-images-p' if available.
9460
9461 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9464         one after turning on the buffer's multibyteness instead of decoding
9465         them directly in the unibyte buffer that causes unexpected conversion
9466         in Emacs 23 (unicode).
9467
9468 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9469
9470         * message.el (message-generate-hashcash): Fix custom type.
9471
9472 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9475
9476 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9479         disconnect icons.  Add help text.
9480
9481 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9482
9483         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9484         negated to be consistent with the others we handle.
9485
9486 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9489         version of gnus-summary-buffer to something, so that we can use two
9490         article buffers at the same time.
9491
9492 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9493
9494         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9495         trigger all the extra headers.
9496         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9497         sorting.
9498
9499 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9500
9501         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9502         solid groups.
9503
9504 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9505
9506         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9507
9508 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * legacy-gnus-agent.el: Add Copyright notice.
9511
9512 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9513
9514         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9515
9516 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9519
9520         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9521         to make it work reliably in CVS Emacs.
9522         (gnus-summary-limit-strange-charsets-predicate)
9523         (gnus-summary-limit-to-predicate): New functions.
9524
9525 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9526
9527         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9528         specifying array size.
9529         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9530         array if it is too small.
9531         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9532         (gnus-sort-threads-loop): New function.
9533
9534 2006-12-06  Chris Moore  <dooglus@gmail.com>
9535
9536         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9537         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9538
9539 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9540
9541         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9542         options.
9543
9544 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9547         DOS-ing the recipient.
9548
9549         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9550         the headers when creating the mapping to avoid mismappings.
9551         (nnweb-gmane-create-mapping): Always nix out old mapping.
9552
9553 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9556         and mm-verify-option to never.
9557
9558 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * message.el (message-signed-or-encrypted-p): New function.
9561         (message-forward-make-body): Use it.
9562
9563         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9564         Replace encode-coding-string with mm-encode-coding-string.
9565
9566 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * nneething.el (nneething-decode-file-name):
9569         Replace decode-coding-string with mm-decode-coding-string.
9570
9571         * gnus-int.el (gnus-open-server): Say failed server's name.
9572
9573 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9574
9575         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9576         strings to a single string.  Quote `errors-file-name'.
9577         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9578         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9579         Adjust calls.  Use `shell-quote-argument'.
9580
9581 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9582
9583         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9584         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9585
9586         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9587         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9588         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9589         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9590         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9591         (gnus-subscribe-newsgroup, gnus-1):
9592         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9593         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9594         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9595         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9596
9597 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9600         keystroke.
9601         (gnus-summary-limit-to-bodies): Implement headersp.
9602
9603 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9606
9607 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9610
9611 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * message.el (message-generate-hashcash): Expand range of values to
9614         include `opportunistic'.
9615         (message-send-mail): Use it.
9616
9617 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9618
9619         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9620         and comment it.
9621
9622         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9623
9624 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-util.el (gnus-extract-address-components): Improve comment.
9627
9628 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-util.el (gnus-extract-address-components): Work with address in
9631         which the name portion contains @.
9632
9633         * lpath.el: Fbind custom-autoload.
9634
9635 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus.el (gnus-start): Move custom group up.
9638         (gnus-select-method): Don't autoload, but make it available for
9639         `customize-variable'.
9640         (gnus-getenv-nntpserver): Don't autoload.
9641
9642 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9643
9644         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9645
9646 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * message.el (message-sendmail-extra-arguments): New variable.
9649         (message-send-mail-with-sendmail): Use it.
9650
9651 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9654         mm-with-unibyte-current-buffer to make string unibyte.
9655
9656         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9657         mm-string-as-multibyte.
9658
9659 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9660
9661         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9662         Reported by Werner Koch <wk@gnupg.org>.
9663
9664 2006-11-14  Daiki Ueno  <ueno@p360>
9665
9666         * mml2015.el: Autoload epa-select-keys when compiling.
9667
9668 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9669
9670         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9671         message-options.
9672         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9673
9674 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9675
9676         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9677         EasyPG (< 0.0.6).
9678         (mml2015-always-trust): New user option.
9679         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9680         prompt.
9681
9682 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * nntp.el (nntp-authinfo-force): New variable.
9685         (nntp-send-authinfo): Use it.
9686
9687 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9690         decode encoded words.  Improve prompt.  Add comment about forwarding.
9691         (message-replacement-char): Move up.
9692
9693 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9694
9695         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9696         instead of gnus-intersection because arguments of gnus-sorted-nunion
9697         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9698
9699 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9702         (message-simplify-subject-functions):
9703         Enable message-strip-subject-encoded-words by default.
9704
9705 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * message.el (message-strip-subject-encoded-words): New function.
9708         (message-simplify-subject-functions): New variable.
9709         (message-simplify-subject): Use it.  Fix typo in doc string.
9710         Support message-strip-subject-encoded-words.
9711
9712 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9713
9714         * gnus-diary.el (gnus-diary-delay-format-function):
9715         * nndiary.el (nndiary-reminders):
9716         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9717
9718 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * gnus-art.el (article-hide-boring-headers): Fetch date from
9721         gnus-original-article-buffer to avoid problems with localized date
9722         strings.
9723
9724 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9727
9728 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9731         New variables.
9732         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9733         (mm-charset-synonym-alist): Move some entries to
9734         mm-codepage-iso-8859-list.
9735         (mm-charset-synonym-alist, mm-charset-override-alist):
9736         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9737
9738 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9741
9742 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9745         with Emacs 21 and XEmacs.
9746
9747 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * spam.el (spam-parse-address): New function for better parsing,
9750         catching errors, etc.
9751         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9752
9753 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * mm-view.el: Add interactive arg to html2text autoload.
9756
9757 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9760
9761 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9764         New variables.
9765         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9766         (mm-charset-synonym-alist): Move some entries to
9767         mm-codepage-iso-8859-list.
9768
9769         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9770
9771 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * message.el (message-citation-line-format)
9774         (message-insert-formated-citation-line): Fix implementation of %E, %N
9775         and %n according to the doc string.
9776
9777 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9778
9779         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9780         Use car-safe to avoid bad parses.
9781
9782 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9785         names.
9786
9787         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9788
9789 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9792         header.
9793
9794         * message.el (message-draft-headers): Add Date.
9795         (message-headers-to-generate): Fix typo in docstring.
9796
9797         * nndraft.el (nndraft-required-headers): New variable.
9798         (nndraft-generate-headers): Use it.
9799
9800         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9801
9802 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9803
9804         * gnus-registry.el (gnus-registry-wash-for-keywords)
9805         (gnus-registry-find-keywords): New functions to allow easy searching of
9806         articles that are in the registry.
9807
9808 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9809
9810         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9811         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9812         Reported by Damien Elmes <damien@repose.cx>.
9813
9814 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus.el (gnus-mime): Remove unused custom group.
9817
9818 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9819
9820         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9821         "blank line" when searching for end of armor headers.
9822
9823 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gmm-utils.el (gmm-write-region): Fix variable name.
9826
9827 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * gmm-utils.el (gmm-write-region): New function based on compatibility
9830         code from `mm-make-temp-file'.
9831
9832         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9833
9834         * nnmaildir.el (nnmaildir--update-nov)
9835         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9836         Use `gmm-write-region'.
9837
9838 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9841         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9842
9843         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9844
9845         * message.el (message-replacement-char): New variable.
9846         (message-fix-before-sending): Use it.
9847         (message-simplify-subject): New function to remove duplicate code.
9848         (message-reply, message-followup): Use it.
9849
9850         * gnus-sum.el (gnus-summary-make-menu-bar):
9851         Clarify gnus-summary-limit-to-articles.
9852
9853 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-util.el (gnus-with-local-quit): New macro.
9856
9857         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9858
9859 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9860
9861         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9862         ignore non-string data.
9863
9864 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9865
9866         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9867         non-string data (needs to be done in the registry too).
9868
9869 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9870
9871         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9872         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9873         (gnus-registry-split-fancy-with-parent)
9874         (gnus-registry-fetch-simplified-message-subject-fast)
9875         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9876         Remove text properties on ingress into the registry and when it's saved.
9877         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9878         registry from entries with no groups.
9879
9880 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9881
9882         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9883         function to remove string properties.
9884
9885 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * gmm-utils.el (gmm): Adjust custom version.
9888
9889         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9890         Adjust custom version.
9891
9892         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9893
9894 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-art.el (gnus-insert-prev-page-button)
9897         (gnus-insert-next-page-button): Simplify.  Reformat.
9898
9899 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9900
9901         * gnus-art.el (gnus-insert-prev-page-button)
9902         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9903
9904 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9905
9906         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9907
9908 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9909
9910         * gnus-art.el (gnus-insert-mime-button)
9911         (gnus-insert-mime-security-button):
9912         Apply gnus-article-button-face to MIME and security buttons.
9913
9914 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9917         readable.
9918
9919 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9922
9923 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9924
9925         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9926         `browse-url-of-file' instead of `browse-url'.
9927
9928 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9929
9930         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9931         regexp.  Articles containing quotation were cut prematurely.
9932
9933 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * message.el (message-cite-original-1): Use nobody by default for the
9936         value of From header.
9937         (message-reply): Ditto.
9938
9939 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9940
9941         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9942         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9943         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9944
9945 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9948         mails in the doc string.  Add some URLs in comment.
9949         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9950
9951 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9954         backslashes handling and the way to find boundaries of quoted strings.
9955
9956 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9957
9958         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9959         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9960         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9961         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9962
9963 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9966         doc string.
9967         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9968
9969 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * lpath.el: Fbind epg-check-configuration.
9972
9973 2006-09-06  Simon Josefsson  <jas@extundo.com>
9974
9975         * mml2015.el (mml2015-use): Doc fix, mention epg.
9976
9977 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9978
9979         * mml2015.el (mml2015-use): Default to epg, if available.
9980
9981 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9982
9983         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9984         message-sender.
9985         (mml1991-epg-encrypt): Ditto.
9986         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9987         message-sender.
9988         (mml2015-epg-encrypt): Ditto.
9989
9990 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9991
9992         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9993         several common directories.
9994
9995 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9996
9997         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9998         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9999
10000 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-art.el (article-decode-encoded-words): Make it fast.
10003
10004 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10007
10008         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10009         in quoted string into `\'.
10010
10011 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10014         Use standard-syntax-table.
10015
10016 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-art.el (gnus-decode-address-function): New variable.
10019         (article-decode-encoded-words): Use it to decode headers which are
10020         assumed to contain addresses.
10021         (gnus-mime-delete-part): Remove useless `or'.
10022
10023         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10024         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10025         (gnus-nov-parse-line): Use it to decode From header.
10026         (gnus-get-newsgroup-headers): Ditto.
10027         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10028
10029         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10030         (mail-decode-encoded-address-string): New alias.
10031
10032         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10033         New function.
10034         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10035         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10036         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10037         (rfc2047-decode-string): Ditto.
10038         (rfc2047-decode-address-region): New function.
10039         (rfc2047-decode-address-string): New function.
10040
10041 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * message.el (message-caesar-buffer-body): Allow rotating headers.
10044
10045         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10046
10047         * message.el (message-insert-formated-citation-line): Fix %f.
10048         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10049
10050 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10053         (gnus-bookmark-mouse-available-p): New macro.
10054         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10055         (gnus-bookmark-bmenu-show-infos): Use it.
10056         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10057         (gnus-bookmark-bmenu-hide-infos): Ditto.
10058         (gnus-bookmark-remove-properties): New function.
10059         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10060         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10061         (gnus-bookmark-write-file): Bind coding-system-for-write.
10062         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10063         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10064         group before selecting it.
10065         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10066         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10067         quit-window if it is not available; use gnus-mouse-2 and bind it to
10068         gnus-bookmark-bmenu-select-by-mouse.
10069         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10070         (gnus-bookmark-bmenu-select-by-mouse): New function.
10071
10072 2006-08-13  Romain Francoise  <romain@orebokech.com>
10073
10074         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10075         space.
10076
10077 2006-08-10  Romain Francoise  <romain@orebokech.com>
10078
10079         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10080         (dns-mode-soa-auto-increment-serial): New user option.
10081         (dns-mode-soa-maybe-increment-serial): New function.
10082         (dns-mode): Add the latter to `write-contents-functions'.
10083
10084 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * compface.el (uncompface): Use binary rather than raw-text-unix.
10087
10088 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * compface.el (uncompface): Make sure the eol conversion doesn't take
10091         place when communicating with the external programs.
10092         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10093
10094 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10097
10098 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10099
10100         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10101         Make it more robust by parsing author and date independently.
10102
10103 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10106
10107 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10108
10109         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10110         first matching secret key.
10111         (mml2015-epg-encrypt): Ditto.
10112
10113         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10114         first matching secret key.
10115         (mml1991-epg-encrypt): Ditto.
10116
10117         * mml2015.el (mml2015-encrypt-to-self): New user option.
10118         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10119         mml2015-epg-encrypt-to-self is set.
10120
10121         * mml1991.el (mml1991-encrypt-to-self): New variable.
10122         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10123         mml1991-epg-encrypt-to-self is set.
10124
10125         * mml2015.el (mml2015-signers): New user option.
10126         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10127         (mml2015-epg-encrypt): Allow to select signing keys.
10128
10129         * mml1991.el (mml1991-signers): New variable.
10130         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10131         (mml1991-epg-encrypt): Allow to select signing keys.
10132
10133 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * nnheader.el (nnheader-insert-head): Make it work even if the file
10136         uses CRLF for the line-break code.
10137
10138 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10139
10140         * mml2015.el: Require mml-sec instead of password.
10141         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10142         (mml2015-cache-passphrase): Inherit the default value from
10143         mml-secure-cache-passphrase.
10144         (mml2015-passphrase-cache-expiry): Inherit the default value from
10145         mml-secure-passphrase-cache-expiry.
10146
10147         * mml1991.el: Require mml-sec instead of password.
10148         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10149         (mml1991-cache-passphrase): Inherit the default value from
10150         mml-secure-cache-passphrase.
10151         (mml1991-passphrase-cache-expiry): Inherit the default value from
10152         mml-secure-passphrase-cache-expiry.
10153
10154         * mml-sec.el: Require password.
10155         (mml-secure-verbose): New user option.
10156         (mml-secure-cache-passphrase): New user option.
10157         (mml-secure-passphrase-cache-expiry): New user option.
10158
10159 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10160
10161         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10162         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10163         andreas@altroot.de (Andreas Vögele).
10164
10165         FIXME: Use `tiny change'?
10166
10167 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10168
10169         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10170         workaround for the url package included with Emacs.
10171
10172         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10173
10174 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10177         correctly.  This fixes a bug caused by the 2006-05-12 change.
10178
10179 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10180
10181         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10182         some information about the error when saying that the `bogus' mail
10183         group will be used.
10184
10185 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10188         string.
10189
10190 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10191
10192         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10193
10194 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10195
10196         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10197
10198 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10199
10200         * mml1991.el (mml1991-function-alist): Add epg.
10201         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10202         (mml1991-epg-encrypt): New functions.
10203
10204 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10205
10206         * mml2015.el (mml2015-verbose): New variable.
10207         (mml2015-cache-passphrase): Ditto.
10208         (mml2015-passphrase-cache-expiry): Ditto.
10209         (mml2015-function-alist): Add epg.
10210         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10211         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10212         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10213         New functions.
10214
10215 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10216
10217         * message.el (message-cite-original-1): Preserve region when removing
10218         quoted text due to X-No-Archive in order to avoid bogus attribution
10219         when citing multiple messages.
10220
10221 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10222
10223         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10224         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10225
10226 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * gnus-diary.el (gnus-user-format-function-d)
10229         (gnus-user-format-function-D): Autoload.
10230
10231         * imap.el (Commentary): Fix typo.
10232
10233         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10234         2006-04-22 contribution.
10235
10236 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10237
10238         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10239         It didn't really fix the bogosity I'm seeing with solid web groups.
10240
10241 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242
10243         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10244         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10245         created using server names.  If we use the feature without declaring
10246         it, Gnus does not properly manage server and group state.
10247
10248         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10249         bound.
10250
10251 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10252
10253         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10254         looking up the method using GROUP's prefix before inventing a new one.
10255         It is used on killed/unknown groups in various places where returning
10256         an all-new method isn't expected by the caller.
10257
10258         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10259         and match semantics of gnus-group-real-prefix.
10260
10261 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * nnmail.el (nnmail-broken-references-mailers): New variable.
10264         (nnmail-ignore-broken-references): New function generalizing
10265         nnmail-fix-eudora-headers.
10266         (nnmail-fix-eudora-headers): Now obsolete.
10267
10268         * gnus-art.el (gnus-button-handle-custom):
10269         Support `customize-apropos*'.
10270
10271 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10274
10275         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10276         articles.
10277
10278 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * message.el (message-cite-reply-above): New variable.
10281         (message-yank-original): Use it.
10282
10283 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10286
10287 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10290         as read.
10291
10292         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10293
10294 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10297         (gnus-bookmark-default-file): Use gnus-directory.
10298         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10299         Remove "*" in doc string.
10300         (gnus-bookmark-write-file): Simplify.
10301         (gnus-bookmark-maybe-sort-alist): Use `when'.
10302         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10303         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10304         Add FIXME about Emacs 21 and XEmacs compatibility.
10305         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10306         compatibility.
10307         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10308         compatibility.
10309         (gnus-bookmark-menu-heading): Fix version.
10310
10311 2006-06-19  Bastien Guerry  <bzg@altern.org>
10312
10313         * gnus-bookmark.el: New file.
10314
10315 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * message.el (message-syntax-checks): Doc fix.
10318
10319 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10320
10321         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10322         unsubscribed groups as if they were killed ones.  It causes duplicate
10323         entries in gnus-newsrc-alist.
10324
10325 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * message.el (message-syntax-checks): Doc fix.
10328         (message-send-mail): Add check for continuation headers.
10329         (message-check-news-header-syntax): Fix regexp used to check for
10330         continuation headers.
10331
10332 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10335
10336 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10339
10340 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10343         default-truncate-lines.
10344
10345 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10348         to fill the utf-8 entry.
10349
10350         * lpath.el: Fbind unicode-precedence-list.
10351
10352 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10353
10354         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10355
10356 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10357
10358         * gnus-agent.el (directory-files-and-attributes): Move all the way
10359         forward (the third and final move).
10360         (gnus-agent-read-agentview): Trap reconstruction errors due to
10361         nonexistent directory.  Handle by returning nil.
10362
10363 2006-05-30  Didier Verna  <didier@xemacs.org>
10364
10365         * message.el (message-dont-reply-to-names): Update the custom type.
10366         * message.el (message-dont-reply-to-names): New defsubst: potentially
10367         convert a list of regexps into a single one.
10368         * message.el (message-get-reply-headers): Use it.
10369         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10370
10371 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-agent.el (directory-files-and-attributes): Move forward.
10374
10375 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-ml.el (gnus-mailing-list-subscribe)
10378         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10379         (gnus-mailing-list-message): Fix doc strings.
10380
10381 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10382
10383         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10384         of doing it manually.
10385
10386 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10389         comment.
10390
10391 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10392
10393         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10394         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10395         (gnus-agent-read-local): All symbols allocated in my-obarray.
10396         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10397         (gnus-agent-regenerate-group): Check numeric names to see if they are
10398         messages or groups.
10399         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10400         better way of do this...)
10401
10402         * gnus-cache.el (gnus-agent-total-fetched-for):
10403         Ignore 'dummy.group' (there should be a better way of do this...)
10404
10405 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10408         (gnus-saved-headers): Ditto.
10409         (gnus-default-article-saver): Mention functions may have properties.
10410         (gnus-article-save): Override gnus-save-all-headers and
10411         gnus-saved-headers by :headers property which saver function may have.
10412         (gnus-summary-save-in-file): Add :headers property.
10413         (gnus-summary-write-to-file): Ditto.
10414
10415         * gnus-sum.el (gnus-summary-save-article): Bind
10416         gnus-prompt-before-saving to t when saving many articles in a file;
10417         always show all headers.
10418
10419         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10420
10421 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10424         marks.
10425
10426         * message.el (message-indent-citation): Add optional arguments to allow
10427         using it outside of message buffers.
10428
10429         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10430         (gnus-article-treat-unfold-headers): Use it.
10431         (gnus-article-truncate-lines): New variable.
10432         (gnus-article-mode): Use it.
10433         (gnus-article-toggle-truncate-lines): New function.
10434
10435         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10436         Add gnus-article-toggle-truncate-lines.
10437
10438         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10439         coding system in XEmacs, use binary.
10440
10441 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10444         after-load-alist.
10445
10446         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10447         this function should save decoded articles.
10448         (gnus-summary-write-to-file): Use property to specify this function
10449         should save decoded articles and specify gnus-summary-save-in-file
10450         should be used to save articles other than the first one when saving
10451         many articles.
10452         (gnus-summary-save-body-in-file): Use property to specify this
10453         function should save decoded articles.
10454         (gnus-summary-write-body-to-file): Use property to specify this
10455         function should save decoded articles and specify
10456         gnus-summary-save-body-in-file should be used to save articles other
10457         than the first one when saving many articles.
10458
10459         * gnus-sum.el (gnus-summary-save-article): Simplify.
10460
10461 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-art.el (gnus-default-article-saver):
10464         Add gnus-summary-write-body-to-file.
10465         (gnus-article-save-coding-system): Don't use coding system object
10466         in XEmacs.
10467         (gnus-read-save-file-name): Add optional `dir-var' argument which
10468         specifies directory in which files are saved; work even if optional
10469         `variable' argument is not specified.
10470         (gnus-summary-write-to-file): Read file name.
10471         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10472         (gnus-summary-write-body-to-file): New function.
10473
10474         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10475         (gnus-summary-local-variables): Add it.
10476         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10477         (gnus-summary-save-article): Remove optional `decode' argument;
10478         determine whether to decode articles by the value of
10479         gnus-default-article-saver; when saving many files using
10480         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10481         it first and use gnus-summary-save-in-file or
10482         gnus-summary-save-body-in-file thereafter unless
10483         gnus-prompt-before-saving is always; move point to article which
10484         will be saved.
10485         (gnus-summary-save-article-file): Revert.
10486         (gnus-summary-write-article-file): Revert.
10487         (gnus-summary-save-article-body-file): Revert.
10488         (gnus-summary-write-article-body-file): New function.
10489
10490 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-art.el (gnus-default-article-saver): Doc fix.
10493         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10494         from gnus-summary-save-article-coding-system, and default to a
10495         certain coding system.
10496         (gnus-output-to-file): Add coding cookie and encode text according
10497         to gnus-article-save-coding-system; don't use mm-append-to-file.
10498
10499         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10500         gnus-art.el and rename to gnus-article-save-coding-system.
10501         (gnus-summary-save-article): Require gnus-art; don't show all
10502         headers if it decodes articles; don't add coding cookie here;
10503         don't bind mm-text-coding-system-for-write.
10504         (gnus-summary-save-article-file): Save decoded articles.
10505         (gnus-summary-write-article-file): When saving many files, use
10506         gnus-summary-write-to-file first and gnus-summary-save-in-file
10507         thereafter unless gnus-prompt-before-saving is always.
10508         (gnus-summary-save-article-body-file): Save decoded articles.
10509
10510         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10511
10512 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * nnrss.el (nnrss-check-group): Bind hash-index.
10515
10516 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10517
10518         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10519         its hash index.  Store this hash in `nnrss-group-data'.
10520         (nnrss-read-group-data): Update accordingly.
10521
10522 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10525         entry.
10526
10527         * gnus-sum.el (gnus-summary-make-menu-bar):
10528         Add gnus-article-browse-html-article.
10529
10530 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10531
10532         * gnus-sum.el (gnus-summary-mime-map):
10533         Add gnus-article-browse-html-article.
10534
10535         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10536
10537 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10540         suitable coding systems in customize.
10541
10542 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * mail-source.el (mail-sources): Fix custom type.
10545
10546 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10549         (gnus-summary-expire-articles-now): Shorten prompt.
10550
10551         * gmm-utils.el (wid-edit): Require.
10552         (defun-gmm): Rename from `gmm-defun-compat'.
10553         (gmm-image-search-load-path): Use it.
10554         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10555
10556 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-sum.el (gnus-summary-save-article-coding-system):
10559         New variable.
10560         (gnus-summary-save-article): Add optional `decode' argument.
10561         If it is set and gnus-summary-save-article-coding-system is non-nil,
10562         save decoded article.
10563         (gnus-summary-write-article-file): Save decoded article if
10564         gnus-summary-save-article-coding-system is non-nil.
10565
10566         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10567         type.
10568
10569 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10572
10573 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10576         first to test gnus-single-article-buffer which may be buffer-local.
10577
10578         * gnus-sum.el (gnus-summary-setup-buffer):
10579         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10580         group; make gnus-article-buffer, gnus-article-current, and
10581         gnus-original-article-buffer always buffer-local.
10582         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10583         group.
10584         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10585
10586 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * nnml.el (nnml-request-compact-group): Compressed files might not
10589         have .gz extension.
10590
10591 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10592
10593         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10594         (mm-copy-to-buffer): Use with-current-buffer.
10595         (mm-display-part): Simplify.
10596         (mm-inlinable-p): Add optional arg `type'.
10597
10598 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10599
10600         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10601         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10602         Try harder to show the attachment internally or externally using
10603         gnus-mime-view-part-as-type.
10604
10605 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * message.el (message-from-style, message-signature-separator)
10608         (message-user-organization-file, message-send-mail-function)
10609         (message-citation-line-function, message-yank-prefix)
10610         (message-indent-citation-function, message-signature)
10611         (message-signature-file, message-signature-insert-empty-line):
10612         Remove autoloads.
10613
10614         * gnus-art.el (gnus-buttonized-mime-types):
10615         Remove "multipart/signed".  Revert 2006-04-26 change.
10616
10617 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * gnus.el (gnus-version-number): Bump version.
10620
10621 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10622
10623         * gnus.el: No Gnus v0.5 is released.
10624
10625 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10626
10627         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10628         fetching articles by message-id.
10629
10630 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * message.el (hashcash): Require hashcash as normal.
10633
10634         * ecomplete.el (ecomplete-highlight-match-line):
10635         Use point-at-eol.
10636         (ecomplete-highlight-match-line): Use `highlight', because that
10637         face exists in both Emacs and XEmacs.
10638
10639         * message.el (message-display-abbrev): Use point-at-bol.
10640
10641         * mail-source.el: Don't require timer/timer-funcs.
10642
10643         * gnus-async.el: Ditto.
10644
10645         * password.el: Ditto.
10646
10647         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10648
10649         * mm-url.el: Ditto.
10650
10651         * gnus-xmas.el: Don't require timer-funcs.
10652
10653         * mm-util.el: Require timer/timer-funcs.
10654
10655 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10656
10657         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10658         Close.
10659
10660 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10663         unibyte after clear-decrypt function runs.
10664
10665         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10666         returns as a unibyte string.
10667
10668 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * lpath.el: Revert.
10671
10672         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10673         (pgg-gpg-process-sentinel): Revert.
10674
10675         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10676         (pgg-pgp-lookup-key): Revert.
10677
10678         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10679         (pgg-pgp5-lookup-key): Revert.
10680
10681         * pgg.el (pgg-fetch-key): Revert.
10682
10683 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * lpath.el: Fbind string-as-multibyte for XEmacs.
10686
10687         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10688         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10689         (mml1991-pgg-encrypt): Ditto.
10690
10691         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10692         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10693         a multibyte buffer.
10694
10695         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10696         (pgg-pgp-lookup-key): Ditto.
10697
10698         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10699         (pgg-pgp5-lookup-key): Ditto.
10700
10701         * pgg.el (pgg-fetch-key): Ditto.
10702
10703 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * message.el (message-user-organization-file): Check several
10706         locations of the organization file.
10707
10708         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10709         Add gnus-article-view-part-as-type.
10710
10711         * gnus-art.el (gnus-article-view-part-as-type): New function.
10712
10713         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10714         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10715
10716         * mml.el: Simplify autoload.
10717         (mml-mode): defvar dnd-protocol-alist instead of using
10718         symbol-value.
10719         (mml-default-directory): New variable.
10720         (mml-minibuffer-read-file): Use it.
10721         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10722
10723         * message.el (message-citation-line-format): New variable.
10724         (message-insert-formated-citation-line): New function.
10725         (message-citation-line-function):
10726         Add `message-insert-formated-citation-line' to custom type.
10727
10728         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10729         to doc string.
10730
10731         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10732         depending on mm-verify-option.
10733
10734 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10737         binding pgg-* variables; reimplement the section which prevents
10738         MIME header from being signed.
10739         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10740         pgg-text-mode; remove a blank line at the top of body.
10741
10742         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10743         lines at the top of body; use gnus-newsgroup-charset if there's no
10744         Charset header.
10745
10746 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * message.el (message-self-insert-commands): Doc fix.
10749
10750         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10751         (mm-uu-pgp-encrypted-test): Ditto.
10752         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10753         between header and body; return application/pgp-encrypted handle
10754         if decryption failed; decode decrypted body by charset.
10755
10756         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10757         element match to application/pgp-*.
10758
10759 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10760
10761         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10762         HTML.
10763
10764 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * mail-source.el (mail-source-call-script): Message the error
10767         string.
10768
10769 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * gnus-util.el (gnus-byte-compile): Use it.
10772
10773 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10774
10775         * gnus-util.el (kill-empty-logs): New function.
10776
10777 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * message.el (message-mail-alias-type): Doc fix.
10780         (message-mail-alias-type-p): New function.
10781         (message-send): Use it.
10782         (message-mode): Ditto.
10783         (message-strip-forbidden-properties): Ditto.
10784
10785         * ecomplete.el (ecomplete-database-file-coding-system):
10786         New variable.
10787         (ecomplete-save): Use it.
10788         (ecomplete-setup): Use it.
10789
10790 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * message.el (message-self-insert-commands): New variable.
10793         (message-strip-forbidden-properties): Use it.
10794
10795 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10798         that doesn't make XEmacs choke.
10799
10800 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * gnus-util.el (gnus-replace-in-string):
10803         Prefer replace-regexp-in-string over of replace-in-string.
10804
10805 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-util.el (gnus-select-frame-set-input-focus):
10808         Use select-frame-set-input-focus if it is available in XEmacs; use
10809         definition defined in Emacs 22 for old Emacsen.
10810
10811         * dgnushack.el: Autoload unmorse-region for XEmacs.
10812
10813         * lpath.el: Bind cursor-in-non-selected-windows and
10814         select-frame-set-input-focus for XEmacs.
10815
10816 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10819
10820 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10821
10822         * gnus-registry.el (gnus-registry-cache-save): Remove text
10823         properties when saving via the temp buffer.
10824
10825 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * message.el (message-generate-hashcash): Honor custom type.
10828
10829 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10830
10831         * message.el (message-generate-hashcash): Default to non-nil when
10832         hashcash is found.
10833
10834         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10835         (gnus-refer-thread-limit): Increase default to 500.
10836
10837         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10838
10839         * flow-fill.el (fill-flowed): Allow delete-space.
10840
10841 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10844         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10845         Remove autoloads.
10846
10847 2006-04-18  Simon Josefsson  <jas@extundo.com>
10848
10849         * message.el (message-generate-hashcash): Default to.
10850
10851 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10854         concatenating segments rather than before concatenating them.
10855
10856 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10859
10860 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10863
10864         * message.el (message-forward-make-body-plain):
10865         Allow message-forward-ignored-headers to be a list.
10866         (message-remove-ignored-headers): Factor out into function.
10867         (message-forward-make-body-mml): Use it.
10868
10869         * imap.el (imap-quote-specials): New function.
10870         (imap-login-auth): Quote specials.
10871
10872         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10873         (rfc2231-parse-string): Allow concatanation of parameters that
10874         aren't contiguous.  The test case is
10875           (mail-header-parse-content-type "message/external-body;
10876             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10877             access-type=LOCAL-FILE;
10878             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10879
10880 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10881
10882         * nntp.el (nntp-accept-process-output): Return the value of
10883         `nnheader-accept-process-output'.
10884
10885 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10888         (gnus-button-alist): Recognize more diff formats.
10889         (gnus-button-patch): Strip directory.
10890
10891 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10894         Emacs 22 when setting focus.
10895
10896 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * gnus-art.el (gnus-article-treat-types): Do treatment of
10899         text/x-verbatim parts.
10900         (gnus-button-patch): New command.
10901
10902         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10903         addresses that contain invalid characters.
10904
10905 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * message.el (message-put-addresses-in-ecomplete):
10908         Use gnus-replace-in-string.
10909         (message-is-yours-p): Use the more correct
10910         mail-header-parse-address instead of
10911         mail-extract-address-components.
10912         (message-put-addresses-in-ecomplete): Fix typo.
10913
10914         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10915         keystroke.
10916
10917         * gnus-art.el (gnus-treatment-function-alist): Change order of
10918         newsgroups/generic header folding to avoid double-folding.
10919
10920         * message.el (message-hidden-headers): Add X-Draft-From.
10921
10922         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10923         New command.
10924         (gnus-summary-repeat-search-article-backward): New command.
10925
10926         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10927         groups in the parent topic.
10928
10929 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10930
10931         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10932         (spam-extra-header-to-number): Return the CRM114 number as a
10933         number instead of a string.
10934
10935 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * gnus-art.el (gnus-face-properties-alist): Move here from
10938         gnus-fun.
10939
10940         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10941
10942 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943
10944         * message.el (message-strip-forbidden-properties): Only display on
10945         self-insert-command.
10946
10947         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10948         reindent.
10949         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10950
10951 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10952
10953         * smiley.el (smiley-style): Fix typo.
10954
10955 2006-03-23  Kenichi Handa  <handa@m17n.org>
10956
10957         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10958         instead of set-buffer-multibyte.
10959
10960 2006-03-23  Kenichi Handa  <handa@m17n.org>
10961
10962         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10963         buffer and then decode the buffer text if necessary.
10964         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10965         first, and after mm-encode-body, change the buffer to unibyte.
10966
10967 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * hashcash.el (hashcash-insert-payment-async-2):
10970         Use message-goto-eoh instead of doing it manually.
10971         (mail-add-payment): Use message-narrow-to-header instead of trying
10972         to do the same itself.
10973
10974         * message.el (message-hidden-headers): Add Face.
10975
10976         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10977         reparenting code.
10978         (gnus-summary-reparent-children): Refactored out code.
10979         (gnus-summary-thread-map): New keystroke.
10980         (gnus-summary-reparent-children): Make into command.
10981
10982         * smiley.el (smiley-style): Default to `medium' if using a large
10983         font.
10984
10985         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10986         does it itself.
10987
10988         * message.el (message-point-in-header-p): Simplify definition.
10989
10990 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * nnagent.el (nnagent-request-set-mark): Silence log file
10993         writing.
10994         (nnagent-request-set-mark): Use write-region instead of
10995         append-to-file.
10996
10997         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10998         strange select method.
10999
11000         * ecomplete.el (ecomplete-display-matches): Get highlightling
11001         right.
11002         (ecomplete-display-matches): Use literals.
11003         (ecomplete-display-matches): Disable message logging.
11004
11005         * message.el (message-display-abbrev): Small optimization.
11006
11007         * ecomplete.el (ecomplete-display-matches): Allow automatic
11008         display.
11009
11010         * message.el (message-strip-forbidden-properties):
11011         Display abbrevs.
11012         (message-display-abbrev): Get automatic display right.
11013
11014         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11015         keystrokes.
11016
11017 2006-04-13  Romain Francoise  <romain@orebokech.com>
11018
11019         TODO: Backport to v5-10!
11020
11021         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11022         Move here (and rename) from gnus-registry.el.
11023
11024         * gnus-registry.el: Require gnus-util.
11025         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11026
11027 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * gnus-group.el (gnus-group-catchup-current):
11030         Change if-then-else-if-then-else into cond.
11031         (gnus-group-catchup): Indent.
11032         (group-name-at-point): New function.
11033         (gnus-fetch-group): Provide default from thing at point.
11034
11035 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * message.el (message-display-abbrev): Fix regexp.
11038
11039         * ecomplete.el (ecomplete-highlight-match-line):
11040         Reimplement choosing.
11041         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11042         dead variables.
11043
11044         * message.el (message-newline-and-indent): Remove debugging.
11045         (message-display-abbrev): Use new implementation.
11046
11047 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-art.el (gnus-article-mode):
11050         Set cursor-in-non-selected-windows to nil.
11051
11052         * smiley.el: Revert previous change.
11053         (smiley-data-directory): defvar it before using it in the
11054         defcustom of `smiley-style'.
11055
11056 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * message.el (message-newline-and-indent): New function.
11059
11060         * ecomplete.el: Implement more bits.
11061
11062         * message.el (message-put-addresses-in-ecomplete): Clean up the
11063         string.
11064
11065         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11066
11067         * gnus-sum.el (gnus-summary-save-parts):
11068         Bind gnus-summary-save-parts-counter and use it to make unique file
11069         names.
11070
11071         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11072
11073         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11074         parameter to say whether to actually parse the individual
11075         addresses.
11076
11077         * message.el (message-put-addresses-in-ecomplete): New function.
11078         (ecomplete): Require.
11079         (message-mail-alias-type): Add ecomplete as an option.
11080
11081 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11082
11083         * flow-fill.el (fill-flowed): Remove trailing space from blank
11084         quoted lines.
11085
11086 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * smiley.el (smiley-style): Move definition later to avoid a
11089         compilation warning.
11090
11091 2006-04-12  Kenichi Handa  <handa@m17n.org>
11092
11093         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11094         buffer and then decode the buffer text if necessary.
11095         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11096         first, and after mm-encode-body, change the buffer to unibyte.
11097         Use mm-disable-multibyte instead of set-buffer-multibyte.
11098
11099 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11102         Content-Type header instead of Content-Disposition header.
11103         (gnus-mime-inline-part): Ditto.
11104         (gnus-mime-view-part-as-charset): Ignore charset that the part
11105         specifies.
11106
11107         * mm-decode.el (mm-display-part): Work with external parts and
11108         usual parts similarly.
11109
11110         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11111         instead of gnus-display-mime.
11112
11113         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11114         instead of with-temp-buffer.
11115
11116         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11117         tag to summarized topics part in order to encode non-ASCII text.
11118
11119 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * smiley.el (smiley-style): New variable.
11122         (smiley-directory): New function.
11123         (smiley-data-directory): Derive from `smiley-style' using
11124         `smiley-directory'.
11125         (smiley-regexp-alist): Add new entries.
11126
11127         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11128         (gnus-article-browse-delete-temp): Add :version.
11129
11130 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11131
11132         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11133         the sieve region.
11134
11135 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * gnus.el (gnus-version-number): Bump version.
11138
11139 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus.el: No Gnus v0.4 is released.
11142
11143 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11146         layout.
11147
11148         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11149         unknown charset.
11150
11151         * message.el (message-header-synonyms): Add Original-To to the
11152         default.
11153
11154         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11155         optional parameter.
11156
11157 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * gnus-fun.el (gnus): Require it for gnus-directory.
11160
11161 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11164
11165 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11166
11167         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11168
11169 2006-04-05  Simon Josefsson  <jas@extundo.com>
11170
11171         * password.el (password-reset): New function.
11172
11173 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11174
11175         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11176         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11177
11178 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11179
11180         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11181         Some whitespace was matched into the url, which broke browsing hits
11182         > 100 when mm-url-use-external was nil.
11183
11184 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11187         Check gnus-extra-headers for 'Newsgroups.
11188
11189         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11190         bound.
11191
11192 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11193
11194         * pgg-gpg.el: Clean up process buffers every time gpg processes
11195         complete.
11196
11197 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11200         doc string.
11201
11202 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11203
11204         * pgg-gpg.el (pgg-gpg-process-filter)
11205         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11206
11207         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11208         lines, temporary fix.
11209
11210 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11213
11214 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11215
11216         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11217         default-enable-multibyte-characters.  This reverts the change from
11218         revision 6.17 which is no longer necessary because the passphrase
11219         is sent separately now.  GnuPG messages are unreadable under
11220         multibyte locales with default-enable-multibyte-characters set to
11221         nil.
11222
11223 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * message.el (message-tool-bar-gnome): Move "spell".
11226
11227 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11230         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11231         instead.
11232
11233 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11234
11235         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11236         Improve newsgroups handling for NNTP overviews which don't include
11237         Newsgroups.
11238
11239 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11240
11241         * message.el (message-resend): Bind message-generate-hashcash to nil.
11242
11243 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11244
11245         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11246         when searching for already-paid recipients.
11247
11248 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11249
11250         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11251         passphrases when it is not needed.
11252         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11253         passphrase stuff from gpg, should only be necessary when you use
11254         gpg with a smartcard.
11255
11256 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * mml.el (mml-insert-mime): Ignore cached contents of
11259         message/external-body part.
11260
11261         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11262         (mm-insert-part): Ditto.
11263
11264 2006-03-23  Simon Josefsson  <jas@extundo.com>
11265
11266         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11267         Reiner.
11268         (pgg-gpg-use-agent-p): Use it again.
11269
11270 2006-03-23  Simon Josefsson  <jas@extundo.com>
11271
11272         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11273         older emacsen.
11274         (pgg-gpg-use-agent-p): Don't use it.
11275
11276 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11279         if we can.
11280
11281 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11282
11283         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11284         (pgg-gpg-update-agent): New function.
11285         (pgg-gpg-use-agent-p): New function.
11286         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11287         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11288         (pgg-gpg-sign-region): Use it.
11289
11290 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11293         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11294
11295 2006-03-21  Simon Josefsson  <jas@extundo.com>
11296
11297         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11298         <wilde@sha-bang.de>.
11299         (pgg-gpg-use-agent): New variable.
11300         (pgg-gpg-process-region): Use it.
11301         (pgg-gpg-encrypt-region): Likewise.
11302         (pgg-gpg-encrypt-symmetric-region): Likewise.
11303         (pgg-gpg-decrypt-region): Likewise.
11304         (pgg-gpg-sign-region): Likewise.
11305         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11306
11307 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11310
11311         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11312         Add comment on version.
11313
11314 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * smiley.el: Add missing test smiley.
11317
11318 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * mm-decode.el (mm-with-part): New macro.
11321         (mm-get-part): Use it; work with message/external-body as well.
11322         (mm-save-part): Treat name and filename equally.
11323
11324         * mm-extern.el (mm-extern-cache-contents): New function.
11325         (mm-inline-external-body): Use it; force the part to be displayed;
11326         move undisplayer added to the cached handle to the parent.
11327
11328         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11329         (gnus-mime-view-part-as-type): Work with message/external-body.
11330
11331         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11332
11333 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11336         images in image-load-path.  [Sync with image.el, revision 1.60, in
11337         Emacs.]
11338
11339 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11342         path rather than symbol.  Always return list of directories.
11343         Guarantee that image directory comes first.  [Sync with image.el,
11344         revision 1.59, in Emacs.]
11345
11346         * message.el (message-make-tool-bar): Adjust to new API of
11347         `gmm-image-load-path-for-library'.
11348
11349         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11350
11351         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11352
11353 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11354
11355         * gnus-art.el (gnus-article-only-boring-p):
11356         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11357         intangible text.
11358         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11359
11360 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11363         Use `defun' instead of `gmm-defun-compat'.
11364
11365 2006-03-14  Simon Josefsson  <jas@extundo.com>
11366
11367         * message.el (message-unique-id): Don't use message-number-base36
11368         if (user-uid) is a float.
11369         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11370
11371 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11374
11375         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11376         empty line between a part and a message part.
11377
11378 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * smiley.el: Add more test smileys.
11381         (smiley-data-directory, smiley-regexp-alist)
11382         (gnus-smiley-file-types): Fix doc strings.
11383         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11384         adding new elements.
11385         (smiley-mouse-map): Unused code.  Make it a comment.
11386
11387 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11390         scan latest NoCeM messages instead of old ones.
11391         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11392         delimiters that are recently used.
11393         (gnus-nocem-load-cache): Add autoload cookie.
11394
11395         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11396
11397         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11398         level which is larger than gnus-use-nocem is specified.
11399
11400         * gnus-group.el (gnus-group-get-new-news): Ditto.
11401
11402 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-util.el (gnus-tool-bar-update): New function.
11405
11406         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11407         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11408
11409         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11410
11411         * gnus-group.el (gnus-group-redraw-when-idle)
11412         (gnus-group-redraw-check): Remove.
11413         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11414
11415 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11418         if optional last element is specified in splits (FIELD VALUE...).
11419
11420 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11423         to gmm-image-load-path-for-library.  Call with no-error argument.
11424         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11425
11426         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11427
11428         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11429
11430         * gmm-utils.el (gmm-image-load-path): Remove alias.
11431
11432 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * gmm-utils.el (gmm-image-load-path): Add alias.
11435
11436         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11437         nnml-generate-nov-databases-1.
11438         (nnml-generate-nov-databases): Use it.
11439         (nnml-generate-nov-databases-directory): Document no-active
11440         argument.
11441
11442         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11443         directory if path is t.  Add no-error.
11444
11445         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11446         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11447
11448         * gnus-art.el (gnus-article-browse-delete-temp-files):
11449         Simplify resetting gnus-article-browse-html-temp-list.
11450
11451         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11452         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11453         Add example to docstring.  Rename local variables.  Move error
11454         checks to default case in cond and simplify.
11455
11456 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11459         handle is multipart when calling it recursively.
11460         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11461
11462 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11463
11464         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11465         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11466
11467 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11470         is loaded.
11471
11472         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11473         loaded.
11474
11475 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11478         to "Emacs 23 (unicode)" in doc string.
11479
11480         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11481         "Emacs 23 (unicode)" in comment.
11482
11483 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11486
11487         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11488         characters 160 through 255 in Emacs 23.
11489
11490 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11493         gnus-article-browse-html-temp.
11494         (gnus-article-browse-delete-temp): Make it customizable.
11495         Add `file'.  Adjust doc string.
11496         (gnus-article-browse-delete-temp-files): Add argument.
11497         Allow query for each file.  Adjust doc string.
11498         (gnus-article-browse-html-parts):
11499         Add `gnus-article-browse-delete-temp-files' to
11500         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11501
11502 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11503
11504         * gnus-art.el (gnus-article-browse-html-temp)
11505         (gnus-article-browse-delete-temp): New variables.
11506         (gnus-article-browse-delete-temp-files): New function.
11507         (gnus-article-browse-html-parts): Use it.
11508
11509 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11512
11513         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11514         string.
11515
11516         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11517         gnus-summary-insert-new-articles when unplugged.
11518         Remove gnus-summary-search-article-forward.
11519
11520         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11521         display-visual-class instead of display-color-cells.
11522
11523 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * dgnushack.el: Autoload customize-group for XEmacs.
11526
11527         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11528         message/* containing non-ASCII text properly.
11529
11530 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * message.el: Require gmm-utils, remove autoloads.
11533         (message-tool-bar): Set default based on
11534         gmm-tool-bar-style.
11535         (message-tool-bar-gnome): Add gmm-customize-mode.
11536
11537         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11538         gmm-tool-bar-style.
11539         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11540
11541         * gnus-group.el (gnus-group-tool-bar): Set default based on
11542         gmm-tool-bar-style.
11543         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11544
11545         * gmm-utils.el (gmm-image-directory): Rename variable from
11546         gmm-image-load-path.
11547         (gmm-image-load-path): Use gmm-image-directory.
11548         (gmm-customize-mode): New function.
11549         (gmm-tool-bar-style): New variable.
11550
11551         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11552         gnus-group-redraw-line-number.
11553         (gnus-group-redraw-check): Simplify.
11554         (gnus-group-tool-bar-update): Remove redraw check.
11555         (gnus-group-make-tool-bar): Add redraw check.
11556
11557 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11558
11559         * gnus-art.el (gnus-button): Add missing parentheses.
11560
11561 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * lpath.el: Fbind line-number-at-pos.
11564
11565 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11568
11569 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gnus-art.el (gnus-button): New face.
11572         (gnus-article-button-face): Use it.
11573
11574         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11575         Add gnus-summary-next-page.  Re-order.
11576
11577         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11578         next-node are now included.
11579         (gnus-group-redraw-line-number): New internal variable.
11580         (gnus-group-redraw-check): Helper function for updating the tool
11581         bar.
11582         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11583
11584         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11585
11586         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11587         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11588         Use it to match format of Spamassassin 3.0 and later.
11589         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11590         (spam-check-bogofilter)
11591         (spam-bogofilter-register-with-bogofilter): Fix args of
11592         `gnus-error' calls.
11593
11594 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11597         unnecessary interaction when sending queued mails.
11598         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11599
11600 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11603         first or last are nil.
11604
11605 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11606
11607         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11608
11609 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610
11611         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11612
11613 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11614
11615         * dns.el (query-dns): Protect more against buggy tcp output.
11616
11617 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11620         nov.php.
11621
11622 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11623
11624         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11625         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11626         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11627         output on the server side.
11628         (nnweb-google-create-mapping): Update regexps and add some
11629         progress indication.
11630
11631 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * gnus-group.el (gnus-group-tool-bar-gnome):
11634         Fix gnus-agent-toggle-plugged.  Re-order icons.
11635         (gnus-group-tool-bar-gnome):
11636         Add gnus-group-{prev,next}-unread-group.
11637         (gnus-group-tool-bar-gnome): Re-order icons.
11638
11639         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11640         Move gnus-summary-insert-new-articles.
11641
11642         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11643         Fix comments.
11644
11645         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11646         also available in Emacs 21.3.
11647
11648         * message.el (message-fix-before-sending): Change "Emacs 22" to
11649         "Emacs 23 (unicode)" in comment.
11650
11651         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11652         "Emacs 23 (unicode)" in comment.
11653
11654         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11655         comment.
11656         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11657
11658         * mm-view.el (mm-fill-flowed): Add :version.
11659
11660 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11663         and load-path.
11664
11665 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * message.el: Autoload gmm-image-load-path.
11668         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11669         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11670         consitency.
11671
11672         * gmm-utils.el (gmm-image-load-path): Also search in
11673         "../etc/images".  Don't set gmm-image-load-path if we don't find
11674         the image.
11675
11676 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gmm-utils.el (gmm-image-load-path): Don't make
11679         `gmm-image-load-path' include subdirectories which the second arg
11680         `image' might specify.
11681
11682         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11683         subdirectory to icon file names.
11684
11685         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11686
11687 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11690         gmm-image-load-path calls.
11691
11692         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11693
11694         * message.el (message-make-tool-bar): Ditto.
11695
11696         * mml.el (mml-preview): Add comment concerning tool bar icons.
11697
11698         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11699         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11700
11701         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11702         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11703
11704         * message.el (message-tool-bar-gnome): Use new icon names.
11705         (message-make-tool-bar): Use `gmm-image-load-path'.
11706
11707         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11708         New functions from MH-E.
11709         (gmm-image-load-path): New variable from MH-E.
11710         (gmm-image-load-path): New function from MH-E.  Add arguments
11711         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11712         *-image-load-path-called-flag.
11713
11714 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11715
11716         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11717
11718 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11719
11720         * nnimap.el (nnimap-request-move-article): Change folder back to
11721         source group before deleting.
11722
11723 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11726
11727         * gnus-art.el (mm-url-insert-file-contents-external):
11728         Autoload mm-url.
11729
11730         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11731
11732 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11735         coding system which mm-charset-to-coding-system returns for a
11736         given charset is valid.
11737
11738 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11739
11740         * html2text.el (html2text-remove-tag-list):
11741         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11742
11743 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11744
11745         * gnus-cus.el: Revert 2005-10-17 change.
11746
11747 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-art.el (article-strip-banner):
11750         Call article-really-strip-banner only when the regexp match is made.
11751
11752 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * gnus-art.el (article-strip-banner):
11755         Use gnus-extract-address-components instead of
11756         mail-header-parse-addresses to make it work with non-ASCII text;
11757         remove mail-encode-encoded-word-string.
11758
11759         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11760         values which are surrounded with \"...\"; make it never cause a
11761         Lisp error; give up parsing of parameters if it failed in
11762         extracting type.
11763
11764 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11765
11766         * smime.el (smime-cert-by-ldap-1): Fix bug where
11767         `smime-ldap-search' returns results without userCertificates.
11768
11769 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11772
11773 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * spam.el (spam-check-spamassassin-headers): Adapt format for
11776         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11777         <ari@mbf.ocn.ne.jp>.
11778         (spam-list-of-processors): Add spam-use-gmane.
11779
11780 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11783         make-temp-file; make it work with XEmacs as well.
11784
11785         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11786         mm-make-temp-file.
11787
11788         * mm-decode.el (mm-display-external): Use the 3rd arg of
11789         mm-make-temp-file.
11790         (mm-create-image-xemacs): Ditto.
11791
11792 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11795         with message-narrow-to-headers.
11796         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11797         (gnus-draft-check-draft-articles): New function.
11798         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11799
11800 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * gnus-art.el (gnus-article-browse-html-parts):
11803         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11804         Don't use suffix argument for mm-make-temp-file for Emacs 21
11805         compatibility.  Remove useless `format'.
11806
11807 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11808
11809         * nnweb.el (nnweb-google-wash-article): Update regexps.
11810         (nnweb-group-alist): Use defvoo instead of defvar.
11811
11812 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11815         re-loading nn* modules.
11816
11817 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11820         for `tool-bar-mode' and don't check it's default-value.
11821
11822         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11823
11824         * message.el (message-make-tool-bar): Ditto.
11825
11826         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11827         `substring'.  Shorten tmp-file name.
11828
11829         * gnus.el: Remove bogus comment.
11830
11831 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11832
11833         * gnus-art.el (gnus-article-browse-html-parts): New function.
11834         (gnus-article-browse-html-article): New function for viewing html
11835         articles with a browser.
11836
11837 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11838
11839         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11840         in elisp.
11841         (pgg-gpg-encrypt-symmetric-region): Ditto.
11842         (pgg-gpg-sign-region): Ditto.
11843
11844         * pgg-def.el (pgg-text-mode): New variable.
11845
11846         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11847         (mml2015-pgg-encrypt): Ditto.
11848
11849         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11850         (mml1991-pgg-encrypt): Ditto.
11851
11852 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * nnfolder.el (nnfolder-insert-newsgroup-line):
11855         Use message-make-date instead of current-time-string.
11856
11857         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11858         to gnus-decoded which mm-uu might set.
11859
11860 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11863         don't decode quoted parameters; remove misimported Emacs code.
11864         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11865         (rfc2231-decode-encoded-string): Don't use split-string which
11866         behaves differently according to Emacs version; use
11867         mm-decode-coding-region to convert charset to coding-system.
11868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11869         (rfc2231-encode-string): Remove misimported Emacs code.
11870
11871 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11874         when calling mail-header-parse-content-type.
11875         (article-de-quoted-unreadable): Ditto.
11876         (article-de-base64-unreadable): Ditto.
11877         (article-wash-html): Ditto.
11878
11879         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11880         calling mail-header-parse-content-type and
11881         mail-header-parse-content-disposition.
11882         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11883         mail-header-parse-content-type.
11884
11885         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11886         insert charset and format parameters; encode description after
11887         inserting it to buffer.
11888         (mml-insert-parameter): Fold lines properly even if a parameter is
11889         segmented into two or more lines; change the max column to 76.
11890
11891         * rfc1843.el (rfc1843-decode-article-body): Don't use
11892         ignore-errors when calling mail-header-parse-content-type.
11893
11894         * rfc2231.el (rfc2231-parse-string): Return at least type if
11895         possible; don't cause an error even if it fails in parsing of
11896         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11897         (rfc2231-encode-string): Don't break lines at the beginning, leave
11898         it to mml-insert-parameter.
11899
11900         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11901         calling mail-header-parse-content-type.
11902
11903 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * spam-report.el (spam-report-gmane-use-article-number):
11906         Improve doc string.
11907         (spam-report-gmane-internal): Check if a suitable header was found
11908         in the article.
11909
11910 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11913         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11914
11915 2006-02-05  Romain Francoise  <romain@orebokech.com>
11916
11917         Update copyright notices of all files in the gnus directory.
11918
11919 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11920
11921         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11922
11923 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11926         segmented lines of parameter value to cope with Thunderbird 1.5
11927         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11928         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11929         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11930
11931 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11932
11933         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11934         parts.
11935
11936 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11937
11938         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11939         there's only one active file for all servers.
11940         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11941         solid groups.  Gnus might have used a FAST request to select the group.
11942         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11943         and nnweb-search redundantly in the active file.
11944         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11945         (nnweb-request-create-group): Don't use ARGS.
11946         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11947         initialisations.  Let nnoo do the work.
11948
11949 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11952         Say the part has been decoded.
11953
11954         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11955
11956 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11957
11958         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11959         mailcap-viewer-test-cache when there's no 'test clause, since that
11960         will invert the meaning of a "nil" test previously determined by
11961         mailcap-mailcap-entry-passes-test.
11962
11963 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11966         compiling.
11967
11968         * gnus-sum.el: Ditto.
11969
11970         * message.el: Don't bind tool-bar-map when compiling.
11971
11972 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11975
11976 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11977
11978         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11979         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11980         current Google Groups.
11981
11982 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11985         and tool-bar-mode.
11986
11987         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11988         and tool-bar-mode.
11989
11990         * message.el (message-tool-bar-update): Simplify.
11991         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11992
11993         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11994         gnus-summary-buffer.
11995         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11996         gnus-summary-reply.
11997
11998         * gmm-utils.el (gmm): Add :version.
11999
12000 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * Makefile.in (clean): New rule.
12003         (distclean): Use it.
12004
12005 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12006
12007         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12008         Don't autoload.
12009
12010 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gmm-utils.el (gmm-verbose): Add :group.
12013
12014 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * message.el: Change some comments WRT tool-bars.
12017
12018         * gnus-sum.el (gnus-summary-tool-bar)
12019         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12020         (gnus-summary-tool-bar-zap-list): New variables.
12021         (gnus-summary-make-tool-bar): Complete rewrite using
12022         `gmm-tool-bar-from-list'.
12023
12024         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12025         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12026         New variables.
12027         (gnus-group-make-tool-bar): Complete rewrite using
12028         `gmm-tool-bar-from-list'.
12029         (gnus-group-tool-bar-update): New function.
12030
12031         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12032
12033 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12036         is dissected into a single part of which the type is the same as
12037         the given one; decode charset.
12038
12039 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12040
12041         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12042         into alists as symbol not string, since that's what
12043         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12044         look for.
12045
12046 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12049         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12050
12051         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12052
12053 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12056         (gnus-xmas-mime-security-button-menu): New function.
12057
12058         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12059         (gnus-mime-security-button-menu): New definition.
12060         (gnus-mime-security-button-map): Use them.
12061         (gnus-mime-security-button-menu): New function.
12062         (gnus-insert-mime-security-button): Addition to help echo.
12063         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12064         (gnus-mime-security-pipe-part): New functions.
12065
12066         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12067         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12068
12069         * mm-decode.el (mm-handle-set-disposition): Remove.
12070         (mm-handle-set-description): Remove.
12071
12072 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12075         (mm-w3m-standalone-supports-m17n-p): New function.
12076         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12077         w3m usage.
12078
12079         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12080         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12081
12082 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * message.el (message-tool-bar-zap-list):
12085         Use gmm-tool-bar-zap-list as custom type.
12086         (message-tool-bar-update): New function.
12087         (message-tool-bar, message-tool-bar-gnome)
12088         (message-tool-bar-retro): Add message-tool-bar-update.
12089         (message-tool-bar-gnome): Add flyspell-buffer.
12090
12091         * gnus-util.el (gnus-error): Describe `args'.
12092
12093         * gmm-utils.el (gmm-error): Describe `args'.
12094         (gmm-tool-bar-zap-list): New widget.
12095         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12096
12097 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12100         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12101         the number of recursive calls.
12102
12103         * mm-decode.el (mm-handle-set-disposition): New macro.
12104         (mm-handle-set-description): New macro.
12105
12106 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12109         encoding.
12110
12111 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * message.el (message-tool-bar-zap-list, message-tool-bar)
12114         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12115         (message-tool-bar-local-item-from-menu): Remove.
12116         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12117         (message-make-tool-bar): New function.
12118         (message-mode): Use `message-make-tool-bar'.
12119
12120         * gmm-utils.el: New file.
12121         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12122         (gmm-lazy): New widget copied from `nnmail.el'.
12123         (gmm-tool-bar-from-list): New function for creating customizable
12124         tool bars.
12125         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12126         output.
12127         (gmm): Add :prefix to defgroup.
12128
12129 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12130
12131         * gmm-utils.el (gmm-widget-p): New function.
12132
12133 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * mml.el (mml-attach-file): Describe `description' in doc string.
12136         (mml-menu): Add Emacs MIME manual and PGG manual.
12137
12138 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12139
12140         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12141
12142 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12143
12144         * nntp.el (nntp-end-of-line): Doc fix.
12145
12146 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12147
12148         * imap.el (imap-open): Handle case where buffer is a buffer
12149         object.
12150
12151 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12152
12153         * gnus-delay.el (gnus-delay): Don't autoload.
12154         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12155         to be re-loaded when customizing the `gnus-delay' group.
12156
12157 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12158
12159         * message.el (message-insert-citation-line): Use newlines.
12160
12161 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12162
12163         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12164         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12165         these routines, so the passphrase can be managed externally and
12166         passed in to the system.
12167         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12168         pgg-add-passphrase-to-cache function.
12169
12170         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12171         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12172         these routines, so the passphrase can be managed externally and
12173         passed in to the system.
12174         (pgg-pgp5-sign-region): Use new name of
12175         pgg-add-passphrase-to-cache function.
12176
12177 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12178
12179         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12180         part of the decoded armor to find the key-identifier.
12181         (pgg-gpg-lookup-key-owner): New function to return the
12182         human-readable identifier of a key owner.
12183         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12184         itself.
12185         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12186         the key value) if we have a key and can match it against a secret
12187         key.  Also, added a note pointing out fact that the prompt only
12188         indicates the first matching key.
12189
12190         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12191         pgg-decrypt-region.
12192         (pgg-add-passphrase-to-cache): Rename from
12193         `pgg-add-passphrase-cache' to reduce confusion (all callers
12194         changed).
12195         (pgg-remove-passphrase-from-cache): Rename from
12196         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12197         changed).
12198         (pgg-read-passphrase, pgg-add-passphrase-cache)
12199         (pgg-remove-passphrase-cache): Add informative docstrings.
12200         (pgg-decrypt): Convey provided passphrase in subordinate call to
12201         pgg-decrypt-region.
12202
12203 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12204
12205         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12206         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12207         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12208         'passphrase' argument, so the passphrase can be managed externally
12209         and then passed in to the system.
12210
12211         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12212         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12213         so the passphrase cache can be used reliably with identifiers
12214         besides a pgp packet's key id.
12215
12216         * pgg-gpg.el (pgg-gpg-encrypt-region)
12217         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12218         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12219         these routines, so the passphrase can be managed externally and
12220         passed in to the system.
12221
12222         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12223         'notruncate' argument, so the passphrase cache can be used
12224         reliably with identifiers besides a pgp packet's key id.
12225
12226 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12227
12228         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12229         symmetric encryption.
12230         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12231         encrypted session key.
12232         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12233         message ask for the passphrase in a proper way.
12234
12235         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12236         New user commands for symmetric encryption.
12237
12238 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12241
12242         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12243
12244 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12245
12246         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12247
12248 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * mm-decode.el (mm-inlined-types): Add application/pgp.
12251         (mm-automatic-display): Ditto.
12252
12253         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12254         part as text.
12255
12256 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * nnrss.el: Update copyright.
12259         (nnrss-opml-import): Query whether to subscribe to each entry.
12260
12261         * gnus-art.el:
12262         * gnus-sum.el:
12263         * gnus-xmas.el:
12264         * messagexmas.el:
12265         * mm-uu.el:
12266         * mm-view.el: Update copyright.
12267
12268 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * message.el (message-info): New function.
12271         (message-mode-menu): Add it.
12272         Update copyright.
12273
12274         * ChangeLog: Fix and update copyright.
12275
12276 2006-01-13  Romain Francoise  <romain@orebokech.com>
12277
12278         * message.el (message-forward-subject-name-subject): Prefer the
12279         address to 'nowhere' if the sender has no name.
12280         Fix typo.  Update copyright year.
12281
12282 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * gnus-art.el (article-wash-html):
12285         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12286         (gnus-article-wash-html-with-w3m-standalone): New function.
12287
12288         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12289         mm-inline-text-html-render-with-w3m-standalone.
12290         (mm-text-html-washer-alist): Map w3m-standalone to
12291         gnus-article-wash-html-with-w3m-standalone.
12292         (mm-inline-text-html-render-with-w3m-standalone): New function.
12293
12294 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12297         Improve LaTeX.
12298
12299 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12302         (nnrss-request-article): Render text/plain parts as HTML.
12303
12304         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12305         the buffer.
12306
12307 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12310         custom definition of `gnus-posting-styles'.
12311
12312         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12313         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12314
12315 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12318         Use nntp for bug archive.
12319
12320 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12323         parts.
12324         (nnrss-normalize-date): New function converts ISO 8601 date into
12325         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12326         (nnrss-check-group): Use it.
12327
12328 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12331
12332         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12333         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12334         (nnrss-insert-w3): Ditto.
12335
12336 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12339         the articles to be forwarded including the case where neither a
12340         number of articles nor a region is specified.
12341
12342 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * nnrss.el (nnrss-request-article): Fix last change; fill
12345         text/plain parts.
12346
12347 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12350         in text/plain part.
12351         (nnrss-check-group): Don't add excessive newline to dc:subject.
12352
12353 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12354
12355         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12356         article.
12357
12358 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12361         (nnml-use-compressed-files, nnml-save-mail): Support other
12362         comression programs such as bzip2.
12363
12364 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * dns.el (query-dns): Make sure we check the buffer size before
12367         removing tcp headers.
12368
12369 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12372         remove MIME buttons associated with multipart/alternative parts.
12373         (gnus-mime-display-alternative): Tag buttons using `article-type'
12374         text property.
12375
12376         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12377         associated with multipart/alternative parts.
12378
12379         * gnus-art.el (gnus-signature-separator): Fix custom type.
12380
12381         * mm-decode.el (mm-inlined-types): Fix custom type.
12382         (mm-keep-viewer-alive-types): Ditto.
12383         (mm-automatic-display): Ditto.
12384         (mm-attachment-override-types): Ditto.
12385         (mm-inline-override-types): Ditto.
12386         (mm-automatic-external-display): Ditto.
12387
12388 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * spam-report.el (spam-report-user-mail-address)
12391         (spam-report-user-agent): New variables.
12392         (spam-report-url-ping-plain): Use spam-report-user-agent.
12393
12394 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12395
12396         * gnus-art.el (gnus-button-handle-custom): Do not just use
12397         `customize-apropos' for any "M-x customize-*" button but the
12398         function called for.  Accept both the function name and its
12399         argument in order to achieve this.
12400         (gnus-button-alist): Remove support for "custom:" URL's.
12401         Pass function name to `gnus-button-handle-custom' in case of "M-x
12402         customize-*" buttons.
12403
12404 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12407         multipart/alternative and add xref to mm-discouraged-alternatives
12408         in doc string.
12409
12410         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12411         gnus-buttonized-mime-types in doc string.
12412
12413 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12416         Suggest image/.* in the doc string.
12417
12418 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12421         message-marks (Debian bug #342521).
12422
12423 2005-12-12  Simon Josefsson  <jas@extundo.com>
12424
12425         * password.el (password-read-from-cache): Add.
12426         (password-read): Use it.
12427
12428 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * rfc2047.el (rfc2047-charset-to-coding-system):
12431         Recognize us-ascii as a MIME charset.
12432
12433         * mm-bodies.el (mm-decode-content-transfer-encoding):
12434         Protect against the case where the 2nd arg TYPE is nil.
12435
12436 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * pop3.el (pop3-stream-type): Fix custom version.
12439
12440         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12441
12442 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12443
12444         * mm-decode.el (mm-display-external): Add missing cdr.
12445
12446 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12449         RFC1524) if it is in mailcap or add a suffix according to
12450         mailcap-mime-extensions when generating a temp filename; postpone
12451         deleting a temp file for 2 seconds for some wrappers, shell
12452         scripts, and so on, which might exit right after having started a
12453         viewer command as a background job.
12454
12455 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * nntp.el (nntp-marks-directory): Fix custom group.
12458
12459         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12460         steps when < 10.
12461
12462         * gnus-start.el (gnus-no-server-1):
12463         Mention `gnus-level-default-subscribed' in doc string.
12464
12465 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12466
12467         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12468         parens.
12469
12470 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-xmas.el (gnus-use-toolbar): Revert.
12473         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12474         gnus-use-toolbar is default.
12475
12476         * messagexmas.el (message-use-toolbar): Revert.
12477         (message-setup-toolbar): Use global default-toolbar if
12478         message-use-toolbar is default.
12479
12480 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12483         according to default-toolbar-visible-p.
12484
12485         * messagexmas.el (message-use-toolbar): Ditto.
12486
12487 2005-11-26  Dave Love  <fx@gnu.org>
12488
12489         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12490         (tls-program, tls-success): Provide openssl alternative.
12491
12492         * starttls.el: Doc fixes.
12493         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12494         SERVICE to PORT.
12495
12496         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12497         port null or service name.
12498         (starttls-negotiate): Autoload.
12499
12500 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * message.el (message-kill-to-signature): Fix interactive spec.
12503
12504 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * pop3.el (pop3-open-server): Recognize a string as a service name.
12507
12508 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12509
12510         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12511
12512 2005-11-23  Dave Love  <fx@gnu.org>
12513
12514         Add pop3s, pop3/starttls.
12515
12516         * pop3.el (pop3-authentication-scheme): Clarify doc.
12517         (open-tls-stream, starttls-open-stream): Autoload.
12518         (pop3-stream-type): New.
12519         (pop3-open-server): Use it.
12520
12521         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12522         for POP.
12523         (mail-source-keyword-map): Add :stream for POP.
12524         (mail-source-fetch-pop): Use pop3-stream-type.
12525
12526 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12529         of current-time-string.
12530
12531 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12532
12533         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12534         date header.
12535
12536 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12537
12538         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12539         it can seriously impact performance as it bypasses the agent's
12540         local caches.
12541
12542 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12543
12544         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12545         must be explicitly online rather than "not explicitly offline" for
12546         its flags to be synchronized.
12547
12548         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12549         that gnus-uu-unmark-thread will function correctly.
12550
12551         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12552         1024K is instead displayed as 1M.
12553
12554 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12557
12558 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12559
12560         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12561
12562 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12563
12564         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12565         error message to display actual error condition.
12566         (gnus-agent-save-local): Avoid saving symbols that are bound to
12567         nil as they simply result in a warning message in
12568         gnus-agent-read-local.
12569
12570 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12573         rather than make-variable-buffer-local for file-precious-flag.
12574
12575 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12576
12577         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12578         for duplicates which are removed.  The invalid sort check then
12579         triggers a rescan after the sort as sorting may have moved
12580         duplicate entries such that they can be cheaply detected.
12581
12582 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12585
12586 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12587
12588         * gnus-agent.el (gnus-agent-article-alist-save-format):
12589         Change internal variable to a custom variable.  Change default value
12590         from compressed(2) to uncompressed(1).
12591         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12592         support for uncompressed agentview files.  Taken together, reading
12593         the agentview file should now be 6-7 times faster.
12594
12595 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12596
12597         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12598         as a buffer-local variable.  This avoids creating truncated
12599         dribble files as a result of a hang up, eg.
12600
12601 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12602
12603         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12604         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12605         XEmacs.
12606
12607 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-start.el (gnus-start-draft-setup):
12610         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12611
12612         * gnus.el (gnus-splash): Change custom group.
12613         (gnus-group-get-parameter, gnus-group-parameter-value):
12614         Describe allow-list argument.
12615
12616         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12617         string.
12618
12619 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * gnus-art.el (gnus-default-article-saver): Add user-defined
12622         `function' to custom type.
12623
12624 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12625
12626         * imap.el (imap-open): Handle case where buffer is a buffer
12627         object.
12628
12629 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12632         long lines.
12633         (gnus-cache-delete-group): Wrap doc strings.
12634
12635         * gnus-agent.el (gnus-agent-rename-group)
12636         (gnus-agent-delete-group): Wrap doc strings.
12637
12638 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * messagexmas.el (message-use-toolbar): Change the valid values
12641         into default, top, bottom, left, and right.
12642         (message-toolbar-thickness): New variable.
12643         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12644         well.
12645         (message-setup-toolbar): Make it work.
12646
12647         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12648         (gnus-use-toolbar): Change the valid values into default, top,
12649         bottom, left, and right.
12650         (gnus-toolbar-thickness): New variable.
12651         (gnus-xmas-setup-toolbar): New function.
12652         (gnus-xmas-setup-group-toolbar): Use it.
12653         (gnus-xmas-setup-summary-toolbar): Use it.
12654
12655 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12656
12657         * gnus-start.el (gnus-1): Add "native" to
12658         gnus-predefined-server-alist.
12659
12660         * gnus.el (gnus-method-to-server): Don't add "native" to the
12661         lists here, because that leads to problems when
12662         gnus-select-method is bound.
12663
12664 2005-11-09  Simon Josefsson  <jas@extundo.com>
12665
12666         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12667         use (not sort-by-date) instead.
12668
12669 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12670
12671         * gnus-delay.el (gnus-delay-group): Don't autoload.
12672         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12673         to be re-loaded when customizing the `gnus-delay' group.
12674
12675 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12676
12677         * message.el: Revert last changes.
12678         (message-insert-citation-line): Use newlines.
12679
12680 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12681
12682         * message.el (message-courtesy-message)
12683         (message-mark-insert-begin, message-mark-insert-end)
12684         (message-elide-ellipsis, message-cancel-message)
12685         (message-add-header, message-change-subject)
12686         (message-cross-post-followup-to-header)
12687         (message-cross-post-insert-note, message-reduce-to-to-cc)
12688         (message-widen-reply, message-delete-not-region)
12689         (message-kill-to-signature, message-insert-signature)
12690         (message-insert-importance-high, message-insert-importance-low)
12691         (message-insert-or-toggle-importance)
12692         (message-insert-disposition-notification-to)
12693         (message-indent-citation, message-yank-original)
12694         (message-cite-original-without-signature, message-cite-original)
12695         (message-insert-citation-line, message-position-on-field)
12696         (message-fix-before-sending, message-send-mail-partially)
12697         (message-send-mail, message-send-mail-with-sendmail)
12698         (message-send-mail-with-qmail, message-send-news)
12699         (message-check-news-header-syntax, message-generate-headers)
12700         (message-insert-courtesy-copy, message-fill-address)
12701         (message-fill-header, message-shorten-references)
12702         (message-setup-1, message-cancel-news)
12703         (message-forward-make-body-plain, message-forward-make-body-mime)
12704         (message-forward-make-body-mml, message-encode-message-body)
12705         (message-forward-make-body-digest-plain)
12706         (message-forward-make-body-digest-mime)
12707         (message-use-alternative-email-as-from): Insert `hard-newline'
12708         instead of ordinary newlines.
12709
12710 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * message.el (message-generate-headers): Downcase the argument
12713         given to message-check-element.
12714
12715 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12716
12717         * nntp.el (nntp-authinfo-rejected): New error condition.
12718         (nntp-wait-for): Use new error condition to signal authentication
12719         error.
12720         (nntp-retrieve-data): Rethrow new error condition to break out of
12721         recursive call to nntp-send-authinfo.
12722
12723 2005-11-08  Romain Francoise  <romain@orebokech.com>
12724
12725         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12726         (gnus-summary-exit-map): Bind to `Z p'.
12727         (gnus-summary-make-menu-bar): Add menu item.
12728
12729 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12732         (gnus-treat-*): Add `first' in all doc strings.
12733
12734         * gnus-group.el (gnus-group-compact-group): Fix typo.
12735
12736 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus.el (gnus-parameters-case-fold-search): New variable.
12739         (gnus-parameters-get-parameter): Use it.
12740
12741         * gnus-score.el (gnus-home-score-file): Doc fix.
12742
12743 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12744
12745         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12746
12747 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * mm-util.el (mm-special-display-p): New function.
12750
12751         * mml.el (mml-preview): Use it; doc fix.
12752
12753 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12754
12755         * imap.el (imap-open): Handle case where buffer is a buffer object.
12756
12757 2005-10-29  Romain Francoise  <romain@orebokech.com>
12758
12759         * message.el (message-fix-before-sending): Fix comment.
12760
12761 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12762
12763         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12764
12765 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12766
12767         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12768         Used in gnus-score.el.
12769
12770 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12773
12774 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12777         whitespace removed in revision 7.8.  Use concatenated string to
12778         protect trailing whitespace.
12779
12780 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12781
12782         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12783         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12784         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12785         Courier IMAP ("some version from 2004").  Mostly based on similar
12786         code in the same function.
12787
12788 2005-10-26  Didier Verna  <didier@xemacs.org>
12789
12790         * gnus-group.el (gnus-group-compact-group): Invalidate original
12791         article buffer.
12792         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12793         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12794         NOV database and in article itself.
12795         Invalidate article backlog.
12796
12797 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12800
12801 2005-10-26  Simon Josefsson  <jas@extundo.com>
12802
12803         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12804         part of 2004-07-25 change.
12805
12806 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * message.el (message-display-completion-list): New function.
12809         (message-expand-group): Use it; make sure the Completions buffer
12810         is modifiable.
12811 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12812
12813         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12814         user-mail-name is an empty string.
12815
12816 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12819         depending on gnus-score-decay-constant.
12820
12821         * encrypt.el (encrypt-insert-file-contents)
12822         (encrypt-write-file-contents): Don't use `gnus-message'.
12823
12824         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12825         arguments.
12826         (mm-uu-type-alist): Add message-marks and insert-marks.
12827         Pass arguments to mm-uu-verbatim-marks-extract.
12828         (mm-uu-hide-markers): New variable.
12829         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12830
12831         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12832         (gnus-convert-image-to-face-command): Use "convert" by default to
12833         allow other input image formats.
12834         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12835         accordingly.
12836
12837 2005-10-23  Simon Josefsson  <jas@extundo.com>
12838
12839         * imap.el (imap-gssapi-program): Align command line parameters
12840         with latest GNU SASL.
12841         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12842
12843 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12844
12845         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12846         HTML.
12847         (nnslashdot-request-article): Ditto.
12848
12849         * lpath.el (featurep): Add nobreak-char-display.
12850
12851 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12852
12853         * mail-source.el (mail-source-fetch-pop): Require pop3.
12854         (mail-source-check-pop): Ditto.
12855
12856 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12859         errors.
12860
12861 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12864         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12865
12866         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12867
12868         * mm-bodies.el (mm-decode-string):
12869         Call `mm-charset-to-coding-system' with allow-override argument.
12870
12871 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12874         (rfc2047-charset-to-coding-system): New function.
12875         (rfc2047-decode-encoded-words): New function.
12876         (rfc2047-decode-region): Use them.
12877         (rfc2047-decode-cte): Remove.
12878         (rfc2047-parse-and-decode): Remove.
12879         (rfc2047-decode): Remove.
12880
12881 2005-10-15  Kenichi Handa  <handa@m17n.org>
12882
12883         * rfc2047.el (rfc2047-decode-cte): New function.
12884         (rfc2047-decode-region): Change the way to decode successive
12885         encoded-words: decode B- or Q-encoding in each encoded-word,
12886         concatenate them, and decode it as charset.
12887
12888 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * lpath.el: Fbind codepage-setup for XEmacs.
12891
12892 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12893
12894         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12895         widget-move-and-invoke.
12896         (gnus-custom-mode): Use gnus-custom-map.
12897
12898 2005-10-15  Bill Wohler  <wohler@newt.com>
12899
12900         * message.el (message-tool-bar-map): Rename image file from
12901         mail_send to mail/send.
12902
12903 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12904
12905         * message.el (message-expand-group): Pass the common
12906         prefix substring of completion to `display-completion-list'.
12907
12908 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * mml-sec.el (mml-secure-method): New internal variable.
12911         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12912         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12913         New functions using mml-secure-method.
12914
12915         * mml.el (mml-mode-map): Add key bindings for those functions.
12916         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12917         Harder <harder@myrealbox.com>.
12918         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12919         Goto end of message if point is the headers of the message.
12920
12921         * message.el (message-in-body-p): New function.
12922
12923         * assistant.el: Autoload gnus-util and netrc.
12924
12925         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12926         Use `mm-charset-override-alist' only when decoding.
12927
12928         * mm-bodies.el (mm-decode-body):
12929         Call `mm-charset-to-coding-system' with allow-override argument.
12930
12931         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12932         `filename' from Content-Disposition if Content-Type doesn't
12933         provide `name'.
12934         (gnus-mime-view-part-as-type): Set default instead of
12935         initial-input.
12936
12937 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12938
12939         * format-spec.el (format-spec): Propagate text properties of % spec.
12940
12941 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * gnus-art.el (gnus-treat-predicate): Add `first'.
12944
12945 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12948         (mm-charset-override-alist): New variable.
12949         (mm-charset-to-coding-system): Use it.
12950         (mm-codepage-setup): New helper function.
12951         (mm-charset-eval-alist): New variable.
12952         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12953         Warn about unknown charsets.
12954
12955         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12956
12957 2005-10-04  David Hansen  <david.hansen@gmx.net>
12958
12959         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12960         (nnrss-check-group): Ditto.
12961
12962 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12965         Rename x-gnus-verbatim to x-verbatim.
12966         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12967
12968         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12969         x-verbatim.
12970
12971         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12972
12973         * gnus-util.el (gnus-remove-duplicates): Remove.
12974
12975         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12976         instead of gnus-remove-duplicates.
12977
12978         * message.el (message-remove-duplicates): Remove.
12979         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12980         message-remove-duplicates.
12981
12982         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12983         available, else use implementation from `delete-dups'.
12984
12985         * message.el (message-insert-expires): New function.
12986         (message-mode-map): Add key binding.
12987         (message-mode-field-menu): Add menu entry.
12988         (message-mode): Document it.
12989         (message-make-expires-date): Use `message-make-date'.
12990
12991 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12992
12993         * message.el (message-make-expires-date): New function.
12994
12995 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * Makefile.in (list-installed-shadows): New entry.
12998         (install): Use it.
12999         (remove-installed-shadows): New entry.
13000
13001         * dgnushack.el (dgnushack-default-load-path): New variable.
13002         (dgnushack-find-lisp-shadows): New function.
13003         (dgnushack-remove-lisp-shadows): New function.
13004
13005 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * Makefile.in (install-el-elc): New entry.
13008         (install): Use it so that .el files are necessarily installed.
13009
13010 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13013
13014 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13015
13016         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13017         function rather than the diff-mode.el package.
13018         (mm-display-external): Use with-current-buffer.
13019         (mm-viewer-completion-map, mm-viewer-completion-map):
13020         Move initialization inside declaration.
13021
13022 2005-09-29  Simon Josefsson  <jas@extundo.com>
13023
13024         * spam.el: Load hashcash when compiling, to avoid warnings.
13025         Don't autoload mail-check-payment.
13026         (spam-check-hashcash): Define unconditionally, since hashcash.el
13027         is part of Gnus now.  Ignore errors from payment checking.
13028
13029 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * message.el (message-bold-region, message-unbold-region):
13032         Rename from `bold-region' and `unbold-region'.
13033
13034         * message.el: Remove useless autoloads.
13035
13036 2005-09-28  Simon Josefsson  <jas@extundo.com>
13037
13038         * message.el (message-use-idna): Default to t.
13039         (message-use-idna): Test whether encoding works too.  Doc fix.
13040
13041 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * nntp.el (nntp-warn-about-losing-connection): Remove.
13044
13045 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13048         customizable.  Change default value.
13049         (mm-uu-diff-groups-regexp): Change default value.
13050         (mm-uu-type-alist): Add doc string.
13051         (mm-uu-configure): Add doc string.  Make it interactive.
13052         (mm-uu-tex-groups-regexp): New variable.
13053         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13054         (mm-uu-type-alist): Add LaTeX documents.
13055         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13056         of "text/verbatim".
13057         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13058
13059         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13060         instead of "text/verbatim".
13061
13062         * message.el (message-mark-inserted-region)
13063         (message-mark-insert-file): Use slrn style marks when called with
13064         prefix argument.
13065
13066 2005-09-27  Simon Josefsson  <jas@extundo.com>
13067
13068         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13069
13070 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13071
13072         * message.el (message-remove-duplicates): New function.
13073         Implementation borrowed from `gnus-remove-duplicates'.
13074         (message-idna-to-ascii-rhs): Also encode idna addresses in
13075         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13076         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13077         only ask about the same idna domain once per header and also tell
13078         in what header to replace the idna domain.
13079
13080         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13081         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13082         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13083         a header is decoded and not just the last one.
13084
13085 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13088         has been decoded.
13089
13090         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13091         (mm-insert-part): Don't modify text if it has been decoded.
13092
13093         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13094         decoded.
13095
13096         * mm-view.el (mm-inline-text): Don't strip text props unless
13097         decoding enriched or richtext parts.
13098
13099 2005-09-25  Romain Francoise  <romain@orebokech.com>
13100
13101         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13102         * gnus-start.el (gnus-subscribe-interactively):
13103         * gnus-uu.el (gnus-uu-grab-articles):
13104         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13105         space.
13106
13107 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13108
13109         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13110         * mm-view.el (mm-view-pkcs7-decrypt):
13111         * gnus-sum.el (gnus-summary-limit-to-extra)
13112         (gnus-summary-respool-article, gnus-read-move-group-name):
13113         * gnus-score.el (gnus-summary-increase-score):
13114         * gnus-util.el (gnus-completing-read-with-default):
13115         * gnus-art.el (gnus-read-save-file-name)
13116         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13117         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13118         * message.el (message-check-news-header-syntax):
13119         Follow convention for reading with the minibuffer.
13120
13121 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * spam-report.el (spam-report-url-ping-plain):
13124         Use gnus-extended-version as User-Agent.
13125
13126         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13127         default value is nil.
13128
13129         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13130         (mm-uu-verbatim-marks-extract): New function.
13131         (mm-uu-extract): New face.
13132         (mm-uu-copy-to-buffer): Use it.
13133
13134         * spam-report.el (spam-report-gmane-ham): Rename from
13135         `spam-report-gmane-unspam'.
13136         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13137         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13138
13139         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13140         Autoload.
13141         (spam-report-gmane-unregister-routine):
13142         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13143
13144 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13145
13146         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13147         (spam-report-gmane-unregister-routine): Add support for gmane
13148         unregistration.
13149
13150         * spam-report.el (spam-report-gmane-unspam)
13151         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13152         (spam-report-gmane): Change to take a single article and do unspam
13153         registration.
13154
13155 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * mm-url.el (mm-url-decode-entities): Fix regexp.
13158
13159 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13162         default to nil, to be able to use Gnus at all.  If the default
13163         switches to something else, then the function should be fixed not
13164         be exceedingly slow.
13165
13166 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13167
13168         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13169         fail hard.
13170
13171         * spam-report.el: Add better Keywords line.
13172
13173         * spam.el: Add Maintainer and better Keywords line.
13174
13175 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus-art.el (gnus-article-replace-part)
13178         (gnus-mime-replace-part): New functions.
13179         (gnus-mime-action-alist, gnus-mime-button-commands)
13180         (gnus-mime-save-part-and-strip): Add file argument.
13181         (gnus-article-part-wrapper): Add interactive argument.
13182
13183         * gnus-sum.el (gnus-summary-mime-map):
13184         Add `gnus-article-replace-part'.
13185
13186 2005-09-19  Didier Verna  <didier@xemacs.org>
13187
13188         The nnml compaction feature:
13189         * nnml.el (nnml-request-compact-group): New function.
13190         * nnml.el (nnml-request-compact): New function.
13191         * gnus-int.el (gnus-request-compact-group): New function.
13192         * gnus-int.el (gnus-request-compact): New function.
13193         * gnus-group.el (gnus-group-compact-group): New function.
13194         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13195         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13196         * gnus-srvr.el (gnus-server-compact-server): New function.
13197         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13198         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13199
13200 2005-09-18  Deepak Goel  <deego@gnufans.org>
13201
13202         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13203         format spec.
13204
13205 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13208
13209 2005-09-15  Romain Francoise  <romain@orebokech.com>
13210
13211         * message.el (message-fill-paragraph): Clarify docstring.
13212
13213 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * gnus-art.el (gnus-mime-display-part): Protect against broken
13216         MIME messages.
13217
13218 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13221         before parsing header.
13222
13223 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13224
13225         * html2text.el (html2text-replace-list): Add new entities.
13226
13227 2005-09-11  Romain Francoise  <romain@orebokech.com>
13228
13229         * message.el (message-alternative-emails): Improve docstring.
13230         (message-setup-1): Call `message-use-alternative-email-as-from'
13231         after `message-setup-hook' to give it precedence over posting
13232         styles, etc.
13233         (message-use-alternative-email-as-from): Add docstring.
13234         Remove the original From header if present.
13235
13236         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13237         (nnml-save-mail): Use it.
13238
13239         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13240         articles.  Add new argument `silent'.
13241         (gnus-uu-mark-all): Report the total number of marked articles.
13242
13243 2005-09-10  Romain Francoise  <romain@orebokech.com>
13244
13245         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13246         (gnus-uu-mark-series): Likewise.
13247
13248 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * spam-report.el (spam-report-gmane): Fix generation of spam
13251         report URL.
13252
13253 2005-09-10  Simon Josefsson  <jas@extundo.com>
13254
13255         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13256         t, based on discussion on the ding list with Robert Epprecht
13257         <epprecht@solnet.ch>.
13258
13259 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * spam-report.el (spam-report-gmane): Make it work without
13262         X-Report-Spam header.  Gmane now only provides Archived-At.
13263         This is only used if `spam-report-gmane-use-article-number' is nil.
13264         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13265
13266         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13267         make `gnus-summary-sort-by-recipient' work with threading.
13268
13269         * nnweb.el (nnweb-google-wash-article): Print a message if article
13270         is not available.
13271
13272 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13273
13274         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13275         change.  Decode text/* parts content before displaying.
13276
13277 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13278
13279         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13280
13281 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13284
13285         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13286         url-package-name, url-package-version,
13287         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13288         w3m-display-inline-images, and w3m-minor-mode-map.
13289
13290 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * message.el (message-tab-body-function): Fix mismatched custom type.
13293
13294         * gnus.el (gnus-group-change-level-function): Ditto.
13295
13296         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13297
13298         * gnus-art.el (gnus-signature-limit)
13299         (gnus-article-mime-part-function): Ditto.
13300
13301 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * mml.el (mml-mode): Silence the byte compiler.
13304
13305         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13306         using `(sit-for 0)' before moving the point to the specified part;
13307         skip unbuttonized parts.
13308         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13309         return to the summary window if gnus-auto-select-part is non-nil.
13310
13311 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13314         New variables.
13315         (mml-dnd-attach-file, mml-mode): Use them.
13316
13317         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13318         Make fetching article by MID work again for Google Groups.
13319         Add FIXME concerning gnus-group-make-web-group.
13320
13321         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13322         Don't depend on Gnus by using mail-extract-address-components if
13323         gnus-extract-address-components is not bound.
13324
13325 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13326
13327         * gnus-art.el (gnus-mime-display-security): Don't display the
13328         signature, but only the signed part.
13329
13330 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13333
13334         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13335         list, not listp.
13336
13337 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13338
13339         * mm-encode.el (mm-encode-content-transfer-encoding):
13340         Likewise when encoding.
13341
13342         * mm-bodies.el (mm-decode-content-transfer-encoding):
13343         De-canonicalize CRLF for all text content types, not just
13344         text/plain.
13345
13346 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13349         valid article; point arrow and cursor at the MIME button.
13350
13351 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13354         Suggested by Dan Christensen <jdc@uwo.ca>.
13355
13356         * mm-decode.el (mm-save-part): Enable change of prompt.
13357
13358 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13359
13360         * gnus-msg.el (gnus-inews-add-send-actions):
13361         Make `message-post-method' lambda parameter ARG `&optional'.
13362
13363 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-sum.el (gnus-summary-mime-map):
13366         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13367         gnus-article-jump-to-part.
13368
13369         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13370         (gnus-article-edit-part): Use it.
13371         (gnus-article-part-wrapper): Add no-handle argument.
13372         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13373         New functions.
13374
13375 2005-08-29  Romain Francoise  <romain@orebokech.com>
13376
13377         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13378         docstring.
13379         (gnus-face-from-file): Likewise.
13380
13381 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13384         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13385         non-nil.
13386         (gnus-auto-select-part): New variable.
13387         (gnus-article-jump-to-part): New function.
13388         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13389         (gnus-mime-delete-part): Allow selecting specified part after
13390         deleting or stripping parts.
13391         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13392         part if argument is bogus.
13393
13394 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13395
13396         * gnus-art.el (w3m-minor-mode-map):
13397         * gnus-spec.el (gnus-newsrc-file-version):
13398         * gnus-util.el (nnmail-active-file-coding-system)
13399         (gnus-original-article-buffer, gnus-user-agent):
13400         * gnus.el (gnus-ham-process-destinations)
13401         (gnus-parameter-ham-marks-alist)
13402         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13403         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13404         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13405         * mm-decode.el (gnus-current-window-configuration):
13406         * mm-extern.el (gnus-article-mime-handles):
13407         * mm-url.el (url-current-object, url-package-name)
13408         (url-package-version):
13409         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13410         (smime-keys, w3m-cid-retrieve-function-alist)
13411         (w3m-current-buffer, w3m-display-inline-images)
13412         (w3m-minor-mode-map):
13413         * mml-smime.el (gnus-extract-address-components):
13414         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13415         (gnus-newsrc-hashtb, message-default-charset)
13416         (message-deletable-headers, message-options)
13417         (message-posting-charset, message-required-mail-headers)
13418         (message-required-news-headers):
13419         * mml1991.el (mc-pgp-always-sign):
13420         * mml2015.el (mc-pgp-always-sign):
13421         * nnheader.el (nnmail-extra-headers):
13422         * rfc1843.el (gnus-decode-encoded-word-function)
13423         (gnus-decode-header-function, gnus-newsgroup-name):
13424         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13425
13426 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13427
13428         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13429         the end of the date treatments.
13430
13431 2005-08-15  Simon Josefsson  <jas@extundo.com>
13432
13433         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13434         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13435         Capello and Romain Francoise.
13436         (pgg-fetch-key-function): Remove, not used?
13437         (pgg-insert-url-with-w3): Require url, to get
13438         url-insert-file-contents regardless of where it is defined.
13439
13440 2005-08-13  Romain Francoise  <romain@orebokech.com>
13441
13442         * message.el (message-cite-original-1): New function.
13443         (message-cite-original): Use it.
13444         (message-cite-original-without-signature): Ditto.
13445
13446 2005-08-08  Romain Francoise  <romain@orebokech.com>
13447
13448         * message.el (message-yank-empty-prefix): New variable.
13449         (message-indent-citation): Use it.
13450         (message-cite-original-without-signature): Respect X-No-Archive.
13451
13452 2005-08-08  Simon Josefsson  <jas@extundo.com>
13453
13454         * pgg.el: Autoload url-insert-file-contents instead of loading
13455         w3/url.
13456         (pgg-insert-url-with-w3): Don't load url here.
13457
13458 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13459
13460         * message.el (message-kill-to-signature): Don't insert newline at
13461         bol.
13462         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13463
13464 2005-08-06  Romain Francoise  <romain@orebokech.com>
13465
13466         * message.el (message-user-fqdn): Fix typo in docstring.
13467
13468 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13469
13470         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13471
13472         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13473
13474 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * mm-bodies.el (mm-encode-body): Use coding system rather than
13477         charset to encode text.
13478
13479         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13480         number of charsets if utf-8 is available (XEmacs).
13481
13482 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13485         taken from `gnus-button-mid-or-mail-regexp'.
13486         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13487         (gnus-button-alist): Improve regexp for domain part of the MIDs
13488         for news:localpart@domain buttons.
13489         (gnus-button-ctan-directory-regexp): Update.
13490
13491 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * sieve-manage.el (sieve-manage-interactive-login):
13494         Use make-local-variable rather than make-variable-buffer-local.
13495         (sieve-manage-open): Ditto.
13496         (sieve-manage-authenticate): Ditto.
13497
13498         * mml.el (mml-generate-mime-1): Make the content type default to
13499         text/plain if the filename is not specified.
13500
13501 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13504         instead of insert-buffer.
13505
13506         * message.el (message-yank-original): Ditto; set the mark at the
13507         end of the yanked message.
13508
13509 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13512         lines to scroll rather than to stop it.
13513
13514         * mml.el (mml-generate-default-type): Add doc string.
13515         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13516         default to application/octet-stream when determining the content
13517         type if it is not specified for the part or the mml contents; add
13518         a comment about mml-generate-default-type.
13519
13520 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13523         make it default to application/octet-stream when determining the
13524         content type if it is not specified for the external contents.
13525
13526 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13529         segmented parameter but also other parameters might be there.
13530
13531 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * mm-decode.el (mm-display-external): Delete temp file, directory
13534         and buffer immediately if the external process is exited.
13535
13536 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13539         fewer lines than that of scroll-margin.
13540         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13541
13542 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-art.el (gnus-article-next-page): Revert.
13545         (gnus-article-beginning-of-window): New macro.
13546         (gnus-article-next-page-1): Use it.
13547         (gnus-article-prev-page): Ditto.
13548         (gnus-article-edit-part): Use insert-buffer-substring instead of
13549         insert-buffer.
13550         (gnus-article-edit-exit): Ditto.
13551
13552         * gnus-util.el (gnus-beginning-of-window): Remove.
13553         (gnus-end-of-window): Remove.
13554
13555         * lpath.el: Don't bind header-line-format and scroll-margin.
13556
13557 2005-07-25  Simon Josefsson  <jas@extundo.com>
13558
13559         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13560         to have the url package without w3.  Reported by Daiki Ueno
13561         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13562
13563 2005-07-20  Didier Verna  <didier@xemacs.org>
13564
13565         * gnus-diary.el: Remove the description comment (nndiary is now
13566         properly documented in the Gnus manual).
13567         Fix the spelling of "Back End".
13568         * nndiary.el: Ditto.
13569         Fix the copyright notice.
13570
13571 2005-07-18  Romain Francoise  <romain@orebokech.com>
13572
13573         * gnus-sum.el (gnus-summary-to-prefix)
13574         (gnus-summary-newsgroup-prefix): New variables.
13575         (gnus-summary-from-or-to-or-newsgroups): Use them.
13576
13577 2005-07-17  Romain Francoise  <romain@orebokech.com>
13578
13579         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13580         space as it's generally not especially interesting to the user.
13581
13582 2005-07-16  Romain Francoise  <romain@orebokech.com>
13583
13584         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13585         nil to avoid prompting and file modification if one of the
13586         messages at the top of the nnfolder file contains a copyright
13587         notice.
13588         Update copyright notice.
13589
13590         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13591         instead of `current-time-string' as the latter creates a time
13592         string that is not RFC 2822 compliant (it lacks the zone).
13593         Update copyright notice.
13594
13595 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13596
13597         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13598         for text/rtf.  Display default in prompt.  Pass default for M-n.
13599
13600         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13601
13602 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13603
13604         * gnus-msg.el (gnus-button-mailto):
13605         Remove save-selected-window-window hackery because it relies on
13606         save-selected-window internals.
13607
13608 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13611         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13612         (gnus-article-prev-page): Ditto.
13613
13614         * gnus-util.el (gnus-beginning-of-window): New function.
13615         (gnus-end-of-window): New function.
13616
13617         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13618
13619 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13620
13621         * gnus-score.el (gnus-score-edit-all-score):
13622         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13623         gnus-message.
13624
13625 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13626
13627         * gnus-msg.el (gnus-button-mailto):
13628         Remove save-selected-window-window hackery because it relies on
13629         save-selected-window internals.
13630
13631 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13634         add-minor-mode.
13635         (gnus-binary-mode): Ditto.
13636
13637         * gnus-topic.el (gnus-topic-mode): Ditto.
13638
13639 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13640
13641         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13642         (gnus-article-prev-page): Take scroll-margin into consideration.
13643
13644 2005-07-04  Lute Kamstra  <lute@gnu.org>
13645
13646         Update FSF's address in GPL notices.
13647
13648 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13649
13650         * gnus.el (gnus-exit):
13651         * gnus-group.el (gnus-group-icons):
13652         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13653
13654         * gnus-nocem.el (gnus-nocem):
13655         * message.el (message-various, message-buffers, message-sending)
13656         (message-interface, message-forwarding, message-insertion)
13657         (message-headers, message-news, message-mail):
13658         * pgg-gpg.el (pgg-gpg):
13659         * pgg-parse.el (pgg-parse):
13660         * pgg-pgp.el (pgg-pgp):
13661         * pgg-pgp5.el (pgg-pgp5):
13662         * pop3.el (pop3): Finish `defgroup' description with period.
13663
13664 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-art.el (article-display-face): Improve the efficiency.
13667         (article-display-x-face): Ditto; remove grey x-face stuff.
13668
13669 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (article-display-face): Correct the position in
13672         which Faces are inserted.
13673
13674 2005-06-29  Didier Verna  <didier@xemacs.org>
13675
13676         * gnus-art.el (article-display-face): Display faces in correct
13677         order.
13678
13679 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13682         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13683         (gnus-nocem-check-article): Fetch the Type header.
13684         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13685         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13686         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13687         make sure gnus-nocem-hashtb is initialized.
13688         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13689         (gnus-nocem-unwanted-article-p): Ditto.
13690
13691         * pgg.el (pgg-verify): Return the verification result.
13692
13693 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13694
13695         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13696         is ascii.
13697
13698 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13699
13700         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13701         `show-nonbreak-escape'.
13702
13703 2005-06-23  Lute Kamstra  <lute@gnu.org>
13704
13705         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13706
13707         * dig.el (dig-mode):
13708         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13709
13710 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13711
13712         * nnimap.el (nnimap-split-download-body): Fix spellings.
13713
13714 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13715
13716         * gnus-art.el (gnus-article-encrypt-body):
13717         * gnus-cus.el (gnus-score-customize):
13718         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13719         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13720
13721 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13722
13723         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13724         header by looking for magic "MII" at the beginnig.
13725
13726 2005-06-16  Miles Bader  <miles@gnu.org>
13727
13728         * gnus-xmas.el (gnus-xmas-group-startup-message):
13729         Use renamed gnus-splash face.
13730
13731         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13732         (assistant-field-face): New backward-compatibility alias for renamed
13733         face.
13734         (assistant-render-text): Use renamed assistant-field face.
13735
13736         * spam.el (spam): Remove "-face" suffix from face name.
13737         (spam-face): New backward-compatibility alias for renamed face.
13738         (spam-face, spam-initialize): Use renamed spam face.
13739
13740         * message.el (message-header-to, message-header-cc)
13741         (message-header-subject, message-header-newsgroups)
13742         (message-header-other, message-header-name)
13743         (message-header-xheader, message-separator, message-cited-text)
13744         (message-mml): Remove "-face" suffix from face names.
13745         (message-header-to-face, message-header-cc-face)
13746         (message-header-subject-face, message-header-newsgroups-face)
13747         (message-header-other-face, message-header-name-face)
13748         (message-header-xheader-face, message-separator-face)
13749         (message-cited-text-face, message-mml-face):
13750         New backward-compatibility aliases for renamed faces.
13751         (message-font-lock-keywords): Use renamed message faces.
13752
13753         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13754         (sieve-test-commands, sieve-tagged-arguments):
13755         Remove "-face" suffix from face names.
13756         (sieve-control-commands-face, sieve-action-commands-face)
13757         (sieve-test-commands-face, sieve-tagged-arguments-face):
13758         New backward-compatibility aliases for renamed faces.
13759         (sieve-control-commands-face, sieve-action-commands-face)
13760         (sieve-test-commands-face, sieve-tagged-arguments-face):
13761         Use renamed sieve faces.
13762
13763         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13764         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13765         (gnus-group-news-3-empty, gnus-group-news-4)
13766         (gnus-group-news-4-empty, gnus-group-news-5)
13767         (gnus-group-news-5-empty, gnus-group-news-6)
13768         (gnus-group-news-6-empty, gnus-group-news-low)
13769         (gnus-group-news-low-empty, gnus-group-mail-1)
13770         (gnus-group-mail-1-empty, gnus-group-mail-2)
13771         (gnus-group-mail-2-empty, gnus-group-mail-3)
13772         (gnus-group-mail-3-empty, gnus-group-mail-low)
13773         (gnus-group-mail-low-empty, gnus-summary-selected)
13774         (gnus-summary-cancelled, gnus-summary-high-ticked)
13775         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13776         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13777         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13778         (gnus-summary-low-undownloaded)
13779         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13780         (gnus-summary-low-unread, gnus-summary-normal-unread)
13781         (gnus-summary-high-read, gnus-summary-low-read)
13782         (gnus-summary-normal-read, gnus-splash):
13783         Remove "-face" suffix from face names.
13784         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13785         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13786         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13787         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13788         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13789         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13790         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13791         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13792         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13793         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13794         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13795         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13796         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13797         (gnus-summary-normal-ticked-face)
13798         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13799         (gnus-summary-normal-ancient-face)
13800         (gnus-summary-high-undownloaded-face)
13801         (gnus-summary-low-undownloaded-face)
13802         (gnus-summary-normal-undownloaded-face)
13803         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13804         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13805         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13806         (gnus-splash-face):
13807         New backward-compatibility aliases for renamed faces.
13808         (gnus-group-startup-message): Use renamed gnus faces.
13809
13810         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13811         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13812         (gnus-server-agent): Remove "-face" suffix from face names.
13813         (gnus-server-agent-face, gnus-server-opened-face)
13814         (gnus-server-closed-face, gnus-server-denied-face)
13815         (gnus-server-offline-face):
13816         New backward-compatibility aliases for renamed faces.
13817         (gnus-server-agent-face, gnus-server-opened-face)
13818         (gnus-server-closed-face, gnus-server-denied-face)
13819         (gnus-server-offline-face): Use renamed gnus faces.
13820
13821         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13822         Remove "-face" suffix from face names.
13823         (gnus-picon-xbm-face, gnus-picon-face):
13824         New backward-compatibility aliases for renamed faces.
13825
13826         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13827         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13828         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13829         (gnus-cite-11): Remove "-face" suffix from face names.
13830         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13831         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13832         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13833         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13834         New backward-compatibility aliases for renamed faces.
13835         (gnus-cite-attribution-face, gnus-cite-face-list)
13836         (gnus-article-boring-faces): Use renamed gnus faces.
13837
13838         * gnus-art.el (gnus-signature, gnus-header-from)
13839         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13840         (gnus-header-content): Remove "-face" suffix from face names.
13841         (gnus-signature-face, gnus-header-from-face)
13842         (gnus-header-subject-face, gnus-header-newsgroups-face)
13843         (gnus-header-name-face, gnus-header-content-face):
13844         New backward-compatibility aliases for renamed faces.
13845         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13846
13847         * gnus-sum.el (gnus-summary-selected-face)
13848         (gnus-summary-highlight): Use renamed gnus faces.
13849         * gnus-group.el (gnus-group-highlight): Likewise.
13850
13851 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13852
13853         * gnus-sieve.el (gnus-sieve-article-add-rule):
13854         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13855         * spam-stat.el (spam-stat-buffer-change-to-spam)
13856         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13857
13858         * message.el (message-is-yours-p):
13859         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13860
13861 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * mm-view.el (mm-inline-text): Withdraw the last change.
13864
13865 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13868         executing enriched-decode.
13869
13870 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13873         charset of tar files.
13874
13875 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13876
13877         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13878
13879 2005-06-04  Lute Kamstra  <lute@gnu.org>
13880
13881         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13882         information is never recorded.
13883
13884 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13885
13886         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13887
13888 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * pop3.el (pop3-apop): Run md5 in the binary mode.
13891
13892         * starttls.el (starttls-set-process-query-on-exit-flag):
13893         Use eval-and-compile.
13894
13895 2005-05-31  Simon Josefsson  <jas@extundo.com>
13896
13897         * smime.el (smime-replace-in-string): Define.
13898         (smime-cert-by-ldap-1): Use it.
13899
13900 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-art.el (article-display-x-face): Replace
13903         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13904
13905         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13906         set-process-query-on-exit-flag or process-kill-without-query.
13907
13908         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13909         loop instead of replace-regexp.
13910
13911         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13912         instead of process-kill-without-query if it is available.
13913
13914         * lpath.el: Fbind ldap-search-entries.
13915
13916         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13917         instead of find-file-hooks if it is available.
13918
13919         * mml1991.el: Bind pgg-default-user-id when compiling.
13920
13921         * mml2015.el: Bind pgg-default-user-id when compiling.
13922
13923         * nndraft.el (nndraft-request-associate-buffer):
13924         Use write-contents-functions instead of write-contents-hooks if it is
13925         available.
13926
13927         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13928         instead of find-file-hooks if it is available.
13929
13930         * nntp.el (nntp-open-connection): Replace
13931         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13932         (nntp-open-ssl-stream): Ditto.
13933         (nntp-open-tls-stream): Ditto.
13934
13935         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13936         set-process-query-on-exit-flag or process-kill-without-query.
13937         (starttls-open-stream-gnutls): Use it instead of
13938         process-kill-without-query.
13939         (starttls-open-stream): Ditto.
13940
13941 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13942
13943         * smime.el (smime-cert-by-ldap-1): Don't use
13944         replace-regexp-in-string.
13945
13946 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13947
13948         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13949
13950         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13951         in PEM format.  Adjust to the XEmacs compability.
13952
13953 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13956         by `string-to-number'.
13957         * gnus-agent.el (gnus-agent-regenerate-group)
13958         (gnus-agent-fetch-articles): Ditto.
13959         * gnus-art.el (gnus-button-fetch-group): Ditto.
13960         * gnus-cache.el (gnus-cache-generate-active)
13961         (gnus-cache-articles-in-group): Ditto.
13962         * gnus-group.el (gnus-group-set-current-level)
13963         (gnus-group-insert-group-line): Ditto.
13964         * gnus-score.el (gnus-score-set-expunge-below)
13965         (gnus-score-set-mark-below, gnus-summary-score-effect)
13966         (gnus-summary-score-entry): Ditto.
13967         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13968         (gnus-soup-pack): Ditto.
13969         * gnus-spec.el (gnus-xmas-format): Ditto.
13970         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13971         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13972         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13973         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13974         * nndb.el (nndb-get-remote-expire-response): Ditto.
13975         * nndiary.el (nndiary-parse-schedule-value)
13976         (nndiary-string-to-number, nndiary-request-replace-article)
13977         (nndiary-request-article): Ditto.
13978         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13979         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13980         * nneething.el (nneething-make-head): Ditto.
13981         * nnfolder.el (nnfolder-request-article)
13982         (nnfolder-retrieve-headers): Ditto.
13983         * nnheader.el (nnheader-file-to-number): Ditto.
13984         * nnkiboze.el (nnkiboze-request-article): Ditto.
13985         * nnmail.el (nnmail-process-unix-mail-format)
13986         (nnmail-process-babyl-mail-format): Ditto.
13987         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13988         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13989         (nnmh-request-create-group, nnmh-request-list-1)
13990         (nnmh-request-group, nnmh-request-article): Ditto.
13991         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13992         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13993         * nnsoup.el (nnsoup-make-active): Ditto.
13994         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13995         * nntp.el (nntp-find-group-and-number)
13996         (nntp-retrieve-headers-with-xover): Ditto.
13997         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13998         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13999         (pgg-format-key-identifier): Ditto.
14000         * pop3.el (pop3-last, pop3-stat): Ditto.
14001         * qp.el (quoted-printable-decode-region): Ditto.
14002
14003         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14004         of concat.
14005
14006 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14009
14010         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14011
14012         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14013
14014         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14015
14016         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14017
14018         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14019
14020         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14021         (gnus-carpal-mode): Ditto.
14022
14023         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14024         (gnus-browse-mode): Ditto.
14025
14026         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14027
14028         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14029
14030 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14031
14032         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14033
14034 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * gnus-util.el (gnus-run-mode-hooks): New function.
14037
14038         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14039
14040         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14041         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14042
14043 2005-05-27  Lute Kamstra  <lute@gnu.org>
14044
14045         * dns-mode.el (dns-mode): Specify customization group.
14046
14047 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14048
14049         * gnus-agent.el (gnus-agent-make-mode-line-string):
14050         Use mode-line-highlight as mouse-face.
14051
14052 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * canlock.el (canlock): Change the parent group to news.
14055
14056         * deuglify.el (gnus-outlook-deuglify): Add :group.
14057
14058         * dig.el (dig): Add :group.
14059
14060         * dns-mode.el (dns-mode): Add :group.
14061
14062         * encrypt.el (encrypt): Add :group.
14063
14064         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14065         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14066         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14067         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14068         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14069
14070         * gnus-diary.el (gnus-diary): Add :group.
14071
14072         * gnus.el (gnus-group-news-1-face): Add :group.
14073         (gnus-group-news-1-empty-face): Ditto.
14074         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14075         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14076         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14077         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14078         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14079         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14080         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14081         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14082         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14083         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14084         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14085         (gnus-summary-high-ticked-face): Ditto.
14086         (gnus-summary-low-ticked-face): Ditto.
14087         (gnus-summary-normal-ticked-face): Ditto.
14088         (gnus-summary-high-ancient-face): Ditto.
14089         (gnus-summary-low-ancient-face): Ditto.
14090         (gnus-summary-normal-ancient-face): Ditto.
14091         (gnus-summary-high-undownloaded-face): Ditto.
14092         (gnus-summary-low-undownloaded-face): Ditto.
14093         (gnus-summary-normal-undownloaded-face): Ditto.
14094         (gnus-summary-high-unread-face): Ditto.
14095         (gnus-summary-low-unread-face): Ditto.
14096         (gnus-summary-normal-unread-face): Ditto.
14097         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14098         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14099
14100         * hashcash.el (hashcash): New custom group.
14101         (hashcash-default-payment): Add :group.
14102         (hashcash-payment-alist): Ditto.
14103         (hashcash-default-accept-payment): Ditto.
14104         (hashcash-accept-resources): Ditto.
14105         (hashcash-path): Ditto.
14106         (hashcash-extra-generate-parameters): Ditto.
14107         (hashcash-double-spend-database): Ditto.
14108         (hashcash-in-news): Ditto.
14109
14110         * message.el (message-minibuffer-local-map): Add :group.
14111
14112         * netrc.el (netrc): Add :group.
14113
14114         * sieve-manage.el (sieve-manage-log): Add :group.
14115         (sieve-manage-default-user): Diito.
14116         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14117         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14118         (sieve-manage-authenticators): Ditto.
14119         (sieve-manage-authenticator-alist): Ditto.
14120         (sieve-manage-default-port): Ditto.
14121
14122         * sieve-mode.el (sieve-control-commands-face): Add :group.
14123         (sieve-action-commands-face): Ditto.
14124         (sieve-test-commands-face): Ditto.
14125         (sieve-tagged-arguments-face): Ditto.
14126
14127         * smime.el (smime): Add :group.
14128
14129         * spam-report.el (spam-report): Add :group.
14130
14131         * spam.el (spam, spam-face): Add :group.
14132
14133 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134
14135         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14136         return \n.\n.\n at the end of articles.  Protect against that.
14137         (nntp-with-open-group): Allow debugging.
14138
14139         * nnheader.el (mail-header-set-extra): Make into a function
14140         because I just could't understand how to quote the list properly.
14141
14142         * dns.el (query-dns-cached): New function.
14143
14144 2005-05-26  Lute Kamstra  <lute@gnu.org>
14145
14146         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14147
14148 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14151
14152         * gnus-art.el: Don't autoload mail-extract-address-components.
14153
14154         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14155         eval-and-compile to evaluate it.
14156
14157         * hashcash.el: Don't autoload executable-find.
14158
14159         * nndb.el: Don't declare the nndb back end two or more times; don't
14160         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14161
14162         * nntp.el: Autoload format-spec instead of format; use
14163         eval-and-compile to evaluate autoload forms.
14164
14165 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14166
14167         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14168
14169 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14170
14171         * gnus.el (gnus-version-number): Bump version.
14172
14173 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14174
14175         * gnus.el: No Gnus v0.3 is released.
14176
14177 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14178
14179         * lpath.el (featurep): Bind show-nonbreak-escape.
14180
14181 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-art.el (gnus-article-edit-part): Disable undo.
14184
14185 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14188         gnus-article-date-lapsed-new-header is t if date timer is active;
14189         skip headers in which the original date value is empty.
14190         (gnus-article-save-original-date): Redefine it as a macro.
14191         (gnus-display-mime): Use it.
14192
14193 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-art.el (article-date-ut): Support converting date in
14196         forwarded parts as well.
14197         (gnus-article-save-original-date): New function.
14198         (gnus-display-mime): Use it.
14199
14200 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14201
14202         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14203         enclosure element of <item>.
14204
14205 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * message.el (message-kill-buffer-query): Rename from
14208         `message-kill-buffer-query-if-modified'.  Add :version.
14209
14210 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14213         window layout.
14214
14215 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * mml.el: Autoload dnd when compiling.
14218
14219 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14222         x-dnd-*.
14223
14224 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * qp.el (quoted-printable-encode-region): Save excursion.
14227
14228 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14229
14230         * message.el (message-kill-buffer-query-if-modified): Add new variable
14231         so the user can kill a modified message buffer quickly.
14232         (message-kill-buffer): Use it.
14233
14234 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * lpath.el: Fbind display-time-event-handler; don't fbind
14237         string-to-multibyte.
14238
14239         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14240
14241 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14244         contained in text because xml.el decodes entities) with LFs.
14245
14246 2005-04-11  Lute Kamstra  <lute@gnu.org>
14247
14248         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14249         differently.
14250
14251 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14252
14253         * mm-util.el (mm-detect-coding-region): Typo.
14254
14255 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14258
14259 2005-04-06  Deepak Goel  <deego@gnufans.org>
14260
14261         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14262         user-function allow user modifications of the scores.
14263         (spam-stat-score-buffer-user): New function, to allow
14264         user-computed modifications to the score.
14265         (spam-stat-score-buffer-user-functions): List of additional
14266         scoring functions.
14267         (spam-stat-error-holder): Global temporary error holder.
14268         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14269         variable.
14270
14271 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14272
14273         * gnus-registry.el (gnus-registry-clean-empty-function)
14274         (gnus-registry-trim, gnus-registry-fetch-groups)
14275         (gnus-registry-delete-group): Groups that match
14276         `gnus-registry-ignored-groups' are removed from the registry
14277         entries, not just ignored for splitting.  This helps clean up the
14278         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14279         to get all the groups a message ID is in.
14280
14281         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14282         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14283         (spam-stat-score-buffer-user-functions): Add :number custom type.
14284
14285 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14288         argument in XEmacs.
14289
14290         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14291         (nnrss-request-group): Decode group name first.
14292         (nnrss-request-article): Make a text/plain article if mml-to-mime
14293         failed.
14294         (nnrss-get-encoding): Return a compatible encoding according to
14295         nnrss-compatible-encoding-alist.
14296         (nnrss-find-el): Use consp instead of listp.
14297         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14298
14299 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14302         which Emacs 20 doesn't support.
14303         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14304
14305 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14306
14307         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14308         silence the byte compiler inside the defun.
14309
14310         * gnus-demon.el (parse-time-string): Add autoload.
14311
14312         * gnus-delay.el (parse-time-string): Add autoload.
14313
14314         * gnus-art.el (parse-time-string): Add autoload.
14315
14316         * nnultimate.el (parse-time): Require for `parse-time-string'.
14317
14318 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14321
14322         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14323
14324         * smime.el (smime-ldap-host-list): Add :version.
14325
14326 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14329         pass it to `gnus-browse-read-group'.
14330         (gnus-browse-read-group): Add NUMBER argument and pass it to
14331         `gnus-group-read-ephemeral-group'.
14332
14333         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14334         argument and pass it to `gnus-group-read-group'.
14335
14336 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14337
14338         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14339         mm-xemacs-find-mime-charset-1 if we have the mule feature
14340         available at runtime.
14341
14342 2005-03-25  Werner Lemberg  <wl@gnu.org>
14343
14344         * nnmaildir.el: Replace `illegal' with `invalid'.
14345
14346 2005-03-23  Lute Kamstra  <lute@gnu.org>
14347
14348         * time-date.el: Add comment on time value formats.
14349         Don't require parse-time.
14350         (with-decoded-time-value): New macro.
14351         (encode-time-value): New function.
14352         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14353         (days-to-time): Return a valid time value when arg is huge.
14354         (time-since): Use time-subtract.
14355         (time-to-number-of-days): Use time-to-seconds.
14356
14357 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14358
14359         * gnus-start.el (gnus-display-time-event-handler):
14360         Check display-time-timer at runtime rather than only at load time
14361         in case display-time-mode is turned off in the mean time.
14362
14363 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14366         used.
14367
14368         * nneething.el (nneething-map-file-directory): Derive from
14369         `gnus-directory'.
14370
14371         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14372         the To/Cc button.
14373
14374 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * nnmaildir.el (nnmaildir-request-accept-article):
14377         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14378
14379 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14380
14381         * gnus-async.el: Require timer-funcs at compile time when in
14382         XEmacs for `run-with-idle-timer'.
14383
14384 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14385
14386         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14387         autoloaded function.
14388
14389 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14390
14391         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14392
14393 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14394
14395         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14396
14397 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14398
14399         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14400         Add gnus-expert-user to default.
14401
14402 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14403
14404         * nnimap.el (nnimap-open-server): Ditto.
14405
14406         * imap.el (imap-authenticate): Fix typo.
14407
14408 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14409
14410         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14411         buffer (since IMAP server might return FETCH response out of
14412         order, and the nntp buffer must be sorted).
14413
14414 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14415
14416         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14417         comparison on string.
14418
14419         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14420         (gnus-agent-score): Rename category keywords to match gnus-cus.
14421         (gnus-agent-summary-fetch-series): Modify to protect against
14422         gnus-agent-summary-fetch-group clearing processable flags.
14423         (gnus-agent-synchronize-group-flags): Update live group buffer as
14424         synchronization may occur due to the user toggle the plugged
14425         status.
14426         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14427         successfully downloaded.
14428         (gnus-agent-expire-group-1): Avoid using markers when the overview
14429         is in ascending order; greatly improves performance.
14430         (gnus-agent-regenerate-group):
14431         Use gnus-agent-synchronize-group-flags to reset read status in both
14432         gnus and server.
14433         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14434
14435 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * message.el: Don't autoload former message-utils variables.
14438         (message-strip-subject-trailing-was): Change doc string.
14439
14440         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14441         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14442         (nnweb-google-search): Add "hl=en" here.
14443         (nnweb-google-parse-1, nnweb-google-create-mapping):
14444         Don't hardcode URL.
14445
14446 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * message.el (message-get-reply-headers, message-followup):
14449         Mention related variables `message-use-followup-to' and
14450         `message-use-mail-followup-to', in the information buffer.
14451
14452         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14453         of broken groups(-beta).google.com.
14454
14455 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14456
14457         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14458         parameter to invoked gnus-request-move-article; remove the
14459         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14460         all at once instead of once per article.
14461         (gnus-summary-remove-process-mark): Accept a list of articles as
14462         well as a single article for processing.
14463
14464         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14465         parameter.
14466
14467         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14468
14469         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14470
14471         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14472         parameter.
14473
14474         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14475         parameter.
14476
14477         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14478         parameter and remove the gnus-sum-hint-move-is-internal variable.
14479
14480         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14481         parameter.
14482
14483         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14484         parameter.
14485
14486         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14487         parameter.
14488
14489         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14490
14491         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14492         parameter.
14493
14494         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14495         parameter.
14496
14497 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14498
14499         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14500         a more conservative way.
14501
14502 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14503
14504         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14505         buffer, so it moves the window's cursor.
14506
14507 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14508
14509         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14510         `mm-dissect-multipart' and receive the from field as an (optional)
14511         argument from `mm-dissect-multipart'.
14512         (mm-dissect-multipart): Receive the from field as an argument and
14513         pass it on when we call `mm-dissect-buffer' on MIME parts.
14514         Fixes verification/decryption of signed/encrypted MIME parts.
14515
14516 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14517
14518         * gnus-sum.el (gnus-summary-move-article):
14519         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14520         whatever it calls (right now, only nnimap-request-move article
14521         respects it).
14522
14523         * nnimap.el (nnimap-request-move-article):
14524         When gnus-sum-hint-move-is-internal is set, don't do the extra
14525         nnimap-request-article.
14526
14527 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14530
14531         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14532         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14533
14534         * gnus-sum.el (gnus-summary-caesar-message):
14535         Apply `gnus-treat-article' after rotation.
14536
14537         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14538         doc string.
14539
14540 2005-02-22  Simon Josefsson  <jas@extundo.com>
14541
14542         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14543         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14544         <arne@arnested.dk>.
14545         (encrypt): Add password-cache and password-cache-expiry as group
14546         members.
14547
14548 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14549
14550         * smime.el (smime-ldap-host-list): Doc fix.
14551         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14552         cache) password.
14553         (smime-sign-region): Use it.
14554         (smime-decrypt-region): Use it.
14555         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14556         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14557         fails.
14558         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14559         certificate from DER to PEM format rather than calling openssl.
14560
14561         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14562
14563         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14564         for signing/encryption.
14565
14566         * mml.el (mml-parse-1): Use them.
14567
14568 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14569
14570         * nnrss.el (nnrss-verbose): Remove.
14571         (nnrss-request-group): Use `nnheader-message' instead.
14572
14573 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14574
14575         * nnrss.el (nnrss-verbose): New variable.
14576         (nnrss-request-group): Make it say nnrss is requesting a group.
14577
14578 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14581         Handle news URL with given port correctly.
14582
14583 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14586         containing special characters.
14587
14588         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14589
14590         * mml.el (mime-to-mml): Ditto.
14591
14592         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14593         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14594         (rfc2047-decode-region): Quote decoded words containing special
14595         characters when rfc2047-quote-decoded-words-containing-tspecials
14596         is non-nil.
14597
14598 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14601
14602         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14603
14604 2005-02-15  Simon Josefsson  <jas@extundo.com>
14605
14606         * nnimap.el (nnimap-debug): Doc fix.
14607
14608         * imap.el (imap-debug): Doc fix.
14609
14610 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14613
14614 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * gnus.el (spam-contents): Improve docs for spam-contents
14617         parameter in its variable incarnation.
14618
14619 2005-02-14  Simon Josefsson  <jas@extundo.com>
14620
14621         * smime-ldap.el: Use require instead of load-library for ldap.
14622         (smime-ldap-search): Indent.
14623         (smime-ldap-search-internal): Shorten line.
14624
14625         * smime.el (smime-cert-by-dns): Add doc-string.
14626         (smime-cert-by-ldap-1): Indent.
14627
14628         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14629         mml-smime-get-dns-ldap.
14630         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14631
14632 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14633
14634         * smime.el: Require smime-ldap.
14635         (smime-ldap-host-list): New variable.
14636         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14637
14638         * mml-smime.el (mml-smime-encrypt-query): New function.
14639         (mml-smime-encrypt-query): Use it.
14640
14641         * smime-ldap.el: New file.
14642
14643 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14646
14647 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14650         argument in doc string.  Make query for type more clear.
14651
14652 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * gnus.el (gnus-group-startup-message): Search for gnus images in
14655         etc/images/gnus.
14656         * mm-util.el (mm-image-load-path): Likewise.
14657         * smiley.el (smiley-data-directory): Search for smilies in
14658         etc/images/smilies.
14659
14660 2005-02-09  Kim F. Storm  <storm@cua.dk>
14661
14662         Change Emacs release version from 21.4 to 22.1 throughout.
14663         Change Emacs development version from 21.3.50 to 22.0.50.
14664
14665 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14668
14669         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14670         non-Mule XEmacs as well.
14671         (mm-decompress-buffer): Signal an error intentionally if it does
14672         not decompress compressed data because auto-compression-mode is
14673         disabled.
14674
14675 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14676
14677         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14678         an ID in the registry even if it has no groups.
14679
14680 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14683         merge it into mm-decompress-buffer.
14684         (gnus-mime-copy-part): Use the MIME part charset, the value which
14685         a user specified or gnus-newsgroup-charset for decoding, like
14686         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14687         save-buffer what was used.  Suggested by Kevin Ryde
14688         <user42@zip.com.au>.
14689         (gnus-mime-inline-part): Allow the name parameter as well as the
14690         filename parameter; force decompressing of compressed data; always
14691         display contents being not decoded as unibyte.
14692
14693         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14694         as well as the filename parameter.
14695
14696         * mm-util.el (mm-decompress-buffer):
14697         Merge gnus-mime-jka-compr-maybe-uncompress.
14698         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14699         of compressed data.
14700
14701 2005-02-08  Simon Josefsson  <jas@extundo.com>
14702
14703         * imap.el (imap-log): Doc fix.
14704
14705 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14708         the coding cookies; decompress compressed parts.
14709
14710         * mml.el (mml-generate-mime-1): Add the charset parameter according
14711         to the value which a user specified manually or the coding cookie.
14712
14713         * mm-util.el (mm-string-to-multibyte): New function.
14714         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14715         (mm-coding-system-to-mime-charset): New function.
14716         (mm-decompress-buffer): New function.
14717         (mm-find-buffer-file-coding-system): New function.
14718
14719         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14720         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14721         parts.
14722
14723 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14724
14725         * mm-view.el (mm-display-inline-fontify): Decode a part according
14726         to the charset parameter.
14727
14728 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14731         prefix arg is neither nil nor a number, as info specifies.
14732
14733 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14736         timestamps.
14737
14738 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14739
14740         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14741         groups error checking and notify user.
14742
14743 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14744
14745         * message.el (message-send-mail-function): Check existence of
14746         sendmail-program first before using default value
14747         `message-send-mail-with-sendmail'.  Otherwise use more generic
14748         `smtpmail-send-it'.
14749
14750 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * nntp.el (nntp-request-update-info): Always return nil.
14753
14754 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14755
14756         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14757
14758 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14759
14760         * message.el (message-beginning-of-line): Change the behavior when
14761         invoked between BOL and : so that it first moves backward.
14762
14763 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14766         article buffer when editing of the article is discarded.
14767         (gnus-article-prepare): Revert.
14768
14769 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-art.el (gnus-article-prepare):
14772         Remove message-strip-forbidden-properties from the local hook.
14773
14774 2005-01-27  Simon Josefsson  <jas@extundo.com>
14775
14776         * password.el (password-cache-add): Only start one timer per key.
14777         Reported by Derek Atkins <warlord@MIT.EDU>.
14778
14779 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14780
14781         * run-at-time.el: Remove.  It is no longer needed as
14782         timer-funcs.el in the xemacs-base package has a working version of
14783         `run-at-time'.
14784
14785         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14786
14787         * password.el: Require timer-funcs instead of run-at-time in
14788         XEmacs.
14789         Remove `password-run-at-time' macro.
14790         (password-cache-add): Use `run-at-time' instead of
14791         `password-run-at-time'.
14792
14793         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14794         Remove `nnheader-cancel-function-timers' alias,
14795         `cancel-function-timers' exists in XEmacs in timer-funcs.
14796
14797         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14798         for `run-with-idle-timer'.
14799
14800         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14801         for `run-at-time'.
14802
14803         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14804         for `with-timeout'.
14805
14806         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14807         the same as for XEmacs 21.4.
14808         No need to ignore `run-with-idle-timer', this function exists in
14809         XEmacs now in timer-funcs.el in the xemacs-base package.
14810         (dgnushack-compile): No need to delete
14811         run-at-time.el from the list of files to compile because it
14812         doesn't exist anymore.
14813
14814 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14817         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14818
14819 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14820
14821         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14822         sensitively.
14823
14824 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14825
14826         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14827
14828 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14831         which will be inserted according to the multibyteness of a buffer
14832         rather than the type of contents.  Suggested by ARISAWA Akihiro
14833         <ari@mbf.ocn.ne.jp>.
14834
14835         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14836         of string which old xml.el may return rather than a string.
14837
14838 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14841
14842 2005-01-16  Simon Josefsson  <jas@extundo.com>
14843
14844         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14845         idn/idna.el isn't available.
14846         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14847         <michael@waxrat.com>.
14848
14849         * hashcash.el: Remove non-FSF copyright header.
14850
14851         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14852         (hashcash-generate-payment): Use it.
14853         (hashcash-generate-payment-async): Use it.
14854
14855 2005-01-15  Simon Josefsson  <jas@extundo.com>
14856
14857         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14858         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14859
14860         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14861         gnus-summary-idna-message.
14862         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14863         (gnus-summary-idna-message): New function.
14864
14865 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14868         gnus-novice-user.
14869
14870 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * nnrss.el (nnrss-request-delete-group): Delete entries in
14873         nnrss-group-alist as well.
14874         (nnrss-save-server-data): Insert newline.
14875
14876 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * gnus.el (gnus-user-agent): Use list of symbols instead of
14879         symbols.  Display full version number for (S)XEmacs.
14880         Optionally display (S)XEmacs codename.
14881
14882         * gnus-util.el (gnus-emacs-version): Update for new
14883         `gnus-user-agent'.
14884
14885         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14886         Gnus version.
14887
14888 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14891         which is unreadable in some setups.
14892
14893 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-spec.el (gnus-update-format-specifications): Flush the
14896         group format spec cache if it doesn't support decoded group names.
14897
14898 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14901         Allow to apply decay on score files matching a regexp.
14902
14903 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14906         compatibility in %g and %c.
14907
14908 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14911         name for only %g and %c.
14912         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14913         of gnus-tmp-group to decoded group name.
14914         (gnus-group-make-rss-group): Exclude `/'s from group names.
14915
14916 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * nnrss.el (nnrss-get-encoding): Fix regexp.
14919
14920 2004-12-27  Simon Josefsson  <jas@extundo.com>
14921
14922         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14923         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14924         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14925
14926 2004-12-17  Kim F. Storm  <storm@cua.dk>
14927
14928         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14929
14930         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14931
14932 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14933
14934         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14935
14936 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * nnrss.el: Require rfc2047 and mml.
14939         (nnrss-file-coding-system): New variable.
14940         (nnrss-format-string): Redefine it as an inline function.
14941         (nnrss-decode-group-name): New function.
14942         (nnrss-string-as-multibyte): Remove.
14943         (nnrss-retrieve-headers): Decode group name; don't use
14944         nnrss-format-string.
14945         (nnrss-request-group): Decode group name.
14946         (nnrss-request-article): Decode group name; allow a Message-ID as
14947         well as an article number; don't use nnrss-format-string; encode a
14948         Message-ID string which may contain non-ASCII characters; use
14949         mml-to-mime to compose a MIME article.
14950         (nnrss-request-expire-articles): Decode group name.
14951         (nnrss-request-delete-group): Decode group name.
14952         (nnrss-fetch): Clarify error message.
14953         (nnrss-read-server-data): Use insert-file-contents instead of load;
14954         bind file-name-coding-system; use multibyte buffer.
14955         (nnrss-save-server-data): Bind coding-system-for-write to the
14956         value of nnrss-file-coding-system; bind file-name-coding-system;
14957         add coding cookie.
14958         (nnrss-read-group-data): Use insert-file-contents instead of load;
14959         bind file-name-coding-system; use multibyte buffer.
14960         (nnrss-save-group-data): Bind coding-system-for-write to the
14961         value of nnrss-file-coding-system; bind file-name-coding-system.
14962         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14963         make it work with non-ASCII text.
14964         (nnrss-find-el): Make it work with old xml.el as well.
14965
14966 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14967
14968         * nnrss.el (nnrss-get-encoding): New function.
14969         (nnrss-fetch): Use unibyte buffer initially; bind
14970         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14971         decode contents according to the encoding attribute.
14972         (nnrss-save-group-data): Add coding cookie.
14973         (nnrss-mime-encode-string): New function.
14974         (nnrss-check-group): Use it to encode subject and author.
14975
14976 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14979         imaginary variable.
14980
14981 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14984         correctly even if there are wide characters.
14985
14986 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14987
14988         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14989         downcased symbol names; make a new cache instead of reusing
14990         bbdb-hashtable.
14991
14992 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14995         concatenating segments rather than before concatenating them.
14996         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14997
14998         * message.el (message-get-reply-headers): Bind `extra'.
14999
15000 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * message.el (message-extra-wide-headers): New variable.
15003         (message-get-reply-headers): Use it.
15004
15005 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15008         (gnus-agent-group-pathname): Ditto.
15009
15010         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15011
15012         * gnus-group.el (gnus-group-make-group): Decode group name.
15013         (gnus-group-make-rss-group): Register the group data after opening
15014         the nnrss group.
15015
15016 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15017
15018         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15019         by expiry now get marked as read.
15020
15021 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15024
15025 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15026
15027         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15028         unify Latin characters in XEmacs.
15029         (mm-find-mime-charset-region): Use it.
15030
15031 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-util.el (gnus-delete-directory): New function.
15034
15035         * gnus-agent.el (gnus-agent-delete-group): Use it.
15036
15037         * gnus-cache.el (gnus-cache-delete-group): Use it.
15038
15039 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15042         names.
15043
15044 2004-12-16  Simon Josefsson  <jas@extundo.com>
15045
15046         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15047
15048 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15051
15052         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15053         (gnus-group-set-current-level): Decode group name.
15054
15055 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15056
15057         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15058         failed.
15059
15060 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus-group.el (gnus-group-delete-group): Decode group name.
15063         (gnus-group-make-rss-group): Encode group name.
15064         (gnus-group-catchup-current): Decode group name.
15065         (gnus-group-kill-group): Decode group name.
15066
15067 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15068
15069         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15070
15071 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-group.el (gnus-group-make-rss-group):
15074         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15075
15076         * gnus-start.el (gnus-setup-news): Honor user's setting to
15077         gnus-message-archive-method.  Suggested by Lute Kamstra
15078         <lute@gnu.org>.
15079
15080 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15081
15082         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15083         global counterparts of the buffer-local variables.
15084
15085 2004-11-16  Romain Francoise  <romain@orebokech.com>
15086
15087         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15088         counterparts of the buffer-local variables.
15089
15090 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * message.el (message-forbidden-properties): Fix typo in doc
15093         string.
15094
15095 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * gnus-util.el (gnus-replace-in-string): Add doc string.
15098
15099         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15100         to avoid problems when splitting mails with many recipients.
15101
15102 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15103
15104         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15105         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15106
15107 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15108
15109         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15110         if there is no hashtable in memory or file modification time is
15111         newer than cached timestamp.
15112
15113 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-sum.el (gnus-summary-limit-to-recipient):
15116         Implement not-matching option.
15117
15118 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15121         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15122         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15123         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15124         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15125         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15126
15127 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * message.el (message-forward-make-body-mml): Remove headers
15130         according to message-forward-ignored-headers if a message is decoded.
15131
15132 2004-12-02  Romain Francoise  <romain@orebokech.com>
15133
15134         * message.el (message-forward-make-body-plain): Always remove
15135         headers according to message-forward-ignored-headers.
15136
15137 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * spam.el (spam-summary-prepare-exit): Remove the
15140         gnus-summary-limit pop for now, it has problems with ham marks for
15141         me.
15142
15143 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15146         correctly.
15147
15148 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15149
15150         * format-spec.el (format-spec): Message the char.
15151
15152 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * gnus-art.el (gnus-split-methods): Reformat comments.
15155
15156         * spam.el (spam-summary-prepare-exit): Remove article limits
15157         before exiting the summary buffer.
15158
15159 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15162         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15163
15164         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15165         order to silence the byte compiler.
15166
15167         * spam.el: Fix the way to silence the byte compiler, which
15168         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15169         bbdb-search-simple, spam-BBDB-register-routine,
15170         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15171         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15172         spam-stat-buffer-is-spam, spam-stat-load,
15173         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15174         spam-stat-save and spam-stat-split-fancy.
15175
15176 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15179         which may confuse users.
15180         (canlock-password-for-verify): Ditto.
15181
15182         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15183
15184         * gnus-art.el (gnus-emphasis-alist): Ditto.
15185
15186         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15187
15188         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15189
15190         * gnus-start.el (gnus-save-killed-list): Ditto.
15191
15192         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15193         (gnus-sum-thread-tree-root): Ditto.
15194         (gnus-sum-thread-tree-false-root): Ditto.
15195         (gnus-sum-thread-tree-single-indent): Ditto.
15196
15197         * message.el (message-courtesy-message): Ditto.
15198         (message-archive-note): Ditto.
15199         (message-subscribed-address-file): Ditto.
15200         (message-user-fqdn): Ditto.
15201
15202         * spam-report.el (spam-report-gmane-regex): Ditto.
15203
15204         * spam.el (spam-blackhole-good-server-regex): Ditto.
15205
15206 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * mml.el (mml-preview): Widen the message buffer before copying
15209         the contents to the preview buffer; sort headers before previewing.
15210
15211         * message.el (message-hidden-headers): Fix the way to avoid a bug
15212         in the `repeat' widget in Emacs 21.3 or earlier.
15213
15214 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * message.el (message-hidden-headers): Default to "^References:".
15217         Improve customization type.  Suggested by Reiner Steib
15218         <Reiner.Steib@gmx.de>.
15219
15220 2004-11-25  Romain Francoise  <romain@orebokech.com>
15221
15222         * message.el (message-strip-forbidden-properties): Remove check for
15223         obsolete `message-hidden' text property, hidden headers are not
15224         accessible in the buffer anymore.
15225
15226 2004-11-22  Romain Francoise  <romain@orebokech.com>
15227
15228         * message.el (message-header-format-alist): Add `From' in list
15229         so that it can be sorted.
15230         (message-fix-before-sending): Widen and sort headers before
15231         sending.
15232         (message-hide-headers): Use narrowing to hide headers by moving
15233         them to the top of the buffer and narrowing to the region
15234         underneath.
15235
15236 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15237
15238         * message.el (message-strip-forbidden-properties):
15239         Bind buffer-read-only (etc) to nil.
15240
15241 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15244         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15245
15246 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15247
15248         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15249
15250 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * dns.el (query-dns): Use sit-for to time instead of
15253         accept-process-output, since that doesn't seem to work on udp
15254         sockets.
15255
15256 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15259
15260 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15261
15262         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15263         doc string.  Improve doc string.
15264
15265 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * nntp.el (nntp-request-update-info): Return nil if
15268         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15269         may not call gnus-activate-group which uselessly issues the GROUP
15270         commands for all nntp groups and wastes time.  Reported by Romain
15271         Francoise <romain@orebokech.com>.
15272
15273         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15274
15275 2004-11-15  Simon Josefsson  <jas@extundo.com>
15276
15277         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15278         headers separately.
15279         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15280         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15281
15282 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * gnus-start.el (gnus-convert-old-newsrc):
15285         Assign legacy-gnus-agent to 5.10.7.
15286
15287 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15288
15289         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15290         start of the lines.
15291
15292 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15293
15294         * hashcash.el (hashcash-default-payment): Change default to 20.
15295         (hashcash-default-accept-payment): Change default to 20.
15296         (hashcash-process-alist): New variable.
15297         (hashcash-generate-payment-async): Add.
15298         (hashcash-already-paid-p): Add.
15299         (hashcash-insert-payment): Don't generate payments twice.
15300         (hashcash-insert-payment-async): Add.
15301         (hashcash-insert-payment-async-2): Add.
15302         (hashcash-cancel-async): Add.
15303         (hashcash-wait-async): Add.
15304         (hashcash-processes-running-p): Add.
15305         (hashcash-wait-or-cancel): Add.
15306         (mail-add-payment): New optional argument.  Conditionally start
15307         asynchronous calculation.
15308         (mail-add-payment-async): Add.
15309
15310         * message.el (message-send-mail): Wait for asynchronous hashcash
15311         results.  Don't clobber existing X-Hashcash headers.
15312         (message-setup-1): Call mail-add-payment-async when
15313         message-generate-hashcash is non-nil.
15314
15315 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15316
15317         * message.el (message-use-alternative-email-as-from): Examine the
15318         From header as well; use message-make-from in order to include a
15319         user's full name.
15320
15321 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15324         default; improve customization type.
15325         (gnus-emphasis-custom-with-format): New macro.
15326         (gnus-emphasis-custom-value-to-external): New function.
15327         (gnus-emphasis-custom-value-to-internal): New function.
15328
15329 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330
15331         * dns.el (query-dns): Resolve reverse addresses.
15332
15333 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15334
15335         * gnus-group.el (gnus-group-get-new-news): Use it.
15336
15337         * gnus-start.el (gnus-check-reasonable-setup): New function.
15338
15339 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15342         "Args out of range" error.  Reported by Arnaud Giersch
15343         <arnaud.giersch@free.fr>.
15344
15345 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15346
15347         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15348
15349 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15350
15351         * spam.el (spam group): Add :version.
15352
15353         * pgg-def.el (pgg group): Add :version.
15354
15355 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-art.el (gnus-article-edit-article): Don't associate the
15358         article buffer with a draft file.  This is a temporary measure
15359         against the 2004-08-22 change to gnus-article-edit-mode.
15360
15361 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15364         (html2text-format-tags): Remove unused variable `attr'.
15365
15366 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15367
15368         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15369
15370         * tls.el (tls-process-connection-type, tls-success)
15371         (tls-certtool-program): Add :version.
15372
15373         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15374         (starttls-extra-arguments, starttls-process-connection-type)
15375         (starttls-connect, starttls-failure, starttls-success): Add :version.
15376
15377         * spam-stat.el (spam-stat): Add :version.
15378
15379         * sieve.el (sieve): Add :version.
15380
15381         * sha1.el (sha1): Add :version.
15382         (sha1-use-external): Remove redundant version.
15383
15384         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15385         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15386         (nnmail-split-fancy-match-partial-words)
15387         (nnmail-split-lowercase-expanded): Add :version.
15388
15389         * nndiary.el (nndiary): Add :version.
15390
15391         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15392
15393         * mml-sec.el (mml-default-sign-method)
15394         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15395         Add :version.
15396
15397         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15398
15399         * mm-url.el (mm-url-use-external, mm-url-program)
15400         (mm-url-arguments): Add :version.
15401
15402         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15403         (mm-attachment-file-modes, mm-decrypt-option)
15404         (mm-w3m-safe-url-regexp): Add :version.
15405
15406         * message.el (message-cite-prefix-regexp)
15407         (message-sendmail-envelope-from, message-minibuffer-local-map)
15408         (message-user-fqdn, message-completion-alist): Add :version.
15409
15410         * gnus-win.el (gnus-configure-windows-hook)
15411         (gnus-use-frames-on-any-display): Add :version.
15412
15413         * gnus-art.el (gnus-article-address-banner-alist)
15414         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15415         (gnus-treat-from-picon, gnus-treat-mail-picon)
15416         (gnus-treat-x-pgp-sig): Add :version.
15417
15418         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15419         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15420         (gnus-summary-article-delete-hook)
15421         (gnus-summary-display-while-building): Add :version.
15422
15423         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15424         (gnus-get-top-new-news-hook): Add :version.
15425
15426         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15427         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15428
15429         * gnus-registry.el (gnus-registry): Add :version.
15430
15431         * gnus-spec.el (gnus-use-correct-string-widths)
15432         (gnus-make-format-preserve-properties): Add :version.
15433
15434         * gnus.el (gnus-group-charter-alist)
15435         (gnus-group-fetch-control-use-browse-url)
15436         (gnus-install-group-spam-parameters): Add :version.
15437
15438         * gnus-diary.el (gnus-diary): Add :version.
15439
15440         * gnus-delay.el (gnus-delay): Add :version.
15441
15442         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15443         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15444         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15445         Add :version.
15446
15447         * gnus-agent.el (gnus-agent-max-fetch-size)
15448         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15449         (gnus-agent-prompt-send-queue): Add :version.
15450
15451         * deuglify.el (gnus-outlook-deuglify): Add :version.
15452
15453         * html2text.el: Beautify code.  Improve doc strings.
15454         Some checkdoc cleanup.
15455         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15456
15457 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15458
15459         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15460
15461 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15462
15463         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15464         when package is loaded.
15465
15466         * spam.el (spam-summary-score-preferred-header): Add global preference
15467         for people who want to override the default SpamAssassin over
15468         Bogofilter preference (when both are set).
15469         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15470         (spam-user-format-function-S):
15471         Check spam-summary-score-preferred-header.
15472         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15473         (spam-user-format-function-S): Format the score correctly.
15474
15475 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15478         signature file.  Suggested by Manoj Srivastava
15479         <srivasta@golden-gryphon.com>.
15480
15481         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15482         iso-2022-jp even in the Japanese language environment.
15483         Suggested by Jason Rumney <jasonr@gnu.org>.
15484
15485 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15488         use the same characters as the dummy marks; make it free from
15489         getting affected by the language environment.
15490         (gnus-summary-read-group-1): Update mark positions only when the
15491         format spec is updated.
15492
15493         * gnus-spec.el (gnus-update-format-specifications): Return a list
15494         of updated types.
15495
15496 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15499         of boundp to check if display-warning is available.
15500
15501 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15502
15503         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15504
15505 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * nnspool.el (nnspool-spool-directory): Use news-path if the
15508         news-directory variable is not bound.
15509
15510         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15511         function instead of display-warning if it is not available.
15512
15513 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15516         v5-10: Use `point-at-bol'.
15517
15518 2004-10-26  Simon Josefsson  <jas@extundo.com>
15519
15520         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15521         <chenggao@gmail.com>.
15522
15523 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15526         instead.
15527
15528 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15529
15530         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15531         to remove a server from the nnimap-server-buffer-alist.
15532         (nnimap-open-connection, nnimap-close-server): Use it.
15533
15534         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15535
15536 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15539         running the major-mode function.
15540
15541 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15544         dummy marks in the right way.
15545
15546 2004-10-18  David Edmondson  <dme@dme.org>
15547
15548         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15549         excessively.
15550
15551 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * gnus-util.el (gnus-split-references): Accept a nil references
15554         string and go on blissfully.
15555
15556         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15557         cases where the references string is non-nil but has no references.
15558
15559         * encrypt.el: Add autoload tags.
15560
15561         * spam.el (spam-resolve-registrations-routine): Remove article
15562         from unregistration list too.  Reported by David Hanak
15563         <dhanak@isis.vanderbilt.edu>
15564
15565 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15568         nil.  Change custom type.
15569
15570 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15573
15574         * gnus-sum.el (gnus-summary-move-article): Use it.
15575
15576 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15577
15578         * encrypt.el: Add autoload cookies.
15579
15580         * spam.el (spam-backend-article-list-property)
15581         (spam-backend-get-article-todo-list)
15582         (spam-backend-put-article-todo-list)
15583         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15584         Resolve registrations separately.
15585         (spam-register-routine): Format comments.
15586         (spam-unregister-routine, spam-register-routine): Always call with
15587         specific-articles, no default list.
15588         (spam-summary-prepare-exit): Use the spam-classifications function.
15589
15590         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15591         gnus-encrypt.el.
15592
15593         * encrypt.el: Copied from gnus-encrypt.el.
15594
15595         * gnus-encrypt.el: Commented that it's obsolete.
15596
15597 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15600         (gnus-score-save): Use it.
15601
15602         * message.el (message-bury): Use `window-dedicated-p'.
15603
15604 2004-10-15  Simon Josefsson  <jas@extundo.com>
15605
15606         * pop3.el (top-level): Don't require nnheader.
15607         (pop3-read-timeout): Add.
15608         (pop3-accept-process-output): Add.
15609         (pop3-read-response, pop3-retr): Use it.
15610
15611 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15612
15613         * spam.el (spam-register-routine): Move comment.
15614         (spam-verify-bogofilter): Use 'unknown for the initial
15615         spam-bogofilter-valid state, not 'never.
15616
15617         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15618         for netrc-machine.
15619
15620         * nnimap.el (nnimap-open-connection):
15621         Use netrc-machine-user-or-password.
15622
15623 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15624
15625         * gnus-registry.el (gnus-registry-unload-hook):
15626         Set as a variable with add-hook.
15627
15628         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15629         of news-path.
15630
15631         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15632
15633         * spam.el: Delete duplicate `provide'.
15634         (spam-unload-hook): Set as a variable with add-hook.
15635
15636 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15637
15638         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15639         in the doc string.
15640
15641         * message.el (message-ignored-news-headers)
15642         (message-ignored-supersedes-headers)
15643         (message-ignored-resent-headers)
15644         (message-forward-ignored-headers): Improve custom type.
15645
15646 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * message.el (message-tokenize-header): Fix 2004-09-06 change
15649         which used point-min in the wrong place.
15650
15651 2004-10-12  Simon Josefsson  <jas@extundo.com>
15652
15653         * tls.el (tls-certtool-program): New variable.
15654         (tls-certificate-information): New function, based on
15655         ssl-certificate-information.
15656
15657 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * compface.el: Move the version of ELisp-based uncompface program
15660         to the contrib directory because of the copyright problem.
15661
15662 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * message.el (message-kill-buffer): Raise the current frame.
15665
15666 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15669
15670         * gnus.el (message-y-or-n-p): Autoload.
15671
15672         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15673         (pop3-password-required, pop3-authentication-scheme)
15674         (pop3-leave-mail-on-server): Make customizable.
15675         (pop3): New custom group.
15676         (pop3-retr): Remove `sleep-for' statements.
15677         Suggested by Dave Love <fx@gnu.org>.
15678
15679         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15680         Windows/DOS.
15681
15682         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15683         (imap-parse-body): Fix incorrect use of `assert'.
15684         Suggested by Dave Love <fx@gnu.org>.
15685
15686         * mml.el (mml-minibuffer-read-disposition): Require match.
15687         Suggested by Dave Love <fx@gnu.org>.
15688
15689 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15692         doc string.
15693
15694 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15697
15698 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15699
15700         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15701         instead of calling `mm-insert-inline', to decode text/* parts
15702         before displaying them.
15703
15704 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * mm-uu.el (mm-uu-text-plain-type): New variable.
15707         (mm-uu-pgp-signed-extract-1): Use it.
15708         (mm-uu-pgp-encrypted-extract-1): Use it.
15709         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15710         bind mm-uu-text-plain-type with that value.
15711         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15712         mm-uu-dissect.
15713
15714 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-group.el (gnus-update-group-mark-positions):
15717         * gnus-sum.el (gnus-update-summary-mark-positions):
15718         * message.el (message-check-news-body-syntax):
15719         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15720         of string-as-multibyte.
15721
15722 2004-10-05  Juri Linkov  <juri@jurta.org>
15723
15724         * gnus-group.el (gnus-update-group-mark-positions):
15725         * gnus-sum.el (gnus-update-summary-mark-positions):
15726         * message.el (message-check-news-body-syntax):
15727         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15728         8-bit unibyte values to a multibyte string for search functions.
15729
15730 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15733         (mm-uu-dissect-text-parts): New function.
15734
15735         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15736         dissect text parts.
15737
15738         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15739         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15740
15741         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15742
15743         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15744         Use gnus-current-topics instead of gnus-current-topic.
15745
15746 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15749
15750 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15753         where approriate.
15754
15755         * nnml.el (nnml-generate-active-info): do.
15756
15757         * nndiary.el (nndiary-generate-active-info): do.
15758
15759         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15760         (gnus-topic-move): do.
15761
15762         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15763         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15764
15765         * gnus-srvr.el (gnus-server-prepare)
15766         (gnus-server-open-all-servers): do.
15767
15768         * gnus-msg.el (gnus-summary-cancel-article)
15769         (gnus-summary-resend-message)
15770         (gnus-summary-mail-crosspost-complaint): do.
15771
15772         * gnus-move.el (gnus-change-server): do.
15773
15774         * gnus-group.el (gnus-group-unmark-all-groups)
15775         (gnus-group-set-current-level): do.
15776
15777 2004-10-04  Simon Josefsson  <jas@extundo.com>
15778
15779         * message.el (message-generate-hashcash): Doc fix.
15780
15781 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15782
15783         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15784         avoid infinite recursion via gnus-get-function.
15785
15786 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15787
15788         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15789
15790         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15791
15792         * nnmail.el (nnmail-split-history): do.
15793
15794         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15795         (nnml-request-delete-group): do.
15796
15797         * nnslashdot.el (nnslashdot-read-groups): do.
15798
15799         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15800         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15801
15802         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15803         (nnspool-sift-nov-with-sed): Use last.
15804         (nnspool-retrieve-headers-with-nov): Use mapc.
15805         (nnspool-request-newgroups): Use dolist.
15806         (nnspool-request-group): Use last.
15807
15808         * nntp.el (nntp-read-server-type): Use dolist.
15809
15810         * nnvirtual.el (nnvirtual-create-mapping)
15811         (nnvirtual-update-read-and-marked): Use dolist.
15812         (nnvirtual-convert-headers): Simplify.
15813
15814 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15815
15816         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15817         Add support for sync'ing tick marks.
15818
15819 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15822         there's no visible header.
15823
15824 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15825
15826         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15827         When necessary, pass full group name to gnus-request-set-marks.
15828
15829 2004-10-01  Simon Josefsson  <jas@extundo.com>
15830
15831         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15832         acroread.
15833
15834 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15835
15836         * spam-report.el (spam-report-gmane): Fix interactive.
15837
15838         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15839
15840         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15841         when writing file.
15842         (gnus-agent-synchronize-flags): Don't default to being
15843         interactive.
15844
15845 2004-09-30  Simon Josefsson  <jas@extundo.com>
15846
15847         * message.el (message-generate-hashcash): Add.
15848         (message-send-mail): Use it, call mail-add-payment.
15849
15850 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15853
15854 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15855
15856         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15857         gnus-requst-update-info with explicit code to sync the in-memory
15858         info read flags with the marks being sync'd to the backend.
15859
15860         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15861
15862 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15863
15864         * spam.el (spam-verify-bogofilter): Add new function.
15865         (spam-check-bogofilter)
15866         (spam-bogofilter-register-with-bogofilter): Use it.
15867         (spam-verify-bogofilter): Add small fixes.
15868
15869 2004-09-28  Simon Josefsson  <jas@extundo.com>
15870
15871         * hashcash.el (hashcash-generate-payment): Revert.
15872
15873 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15876         Use gnus-extract-references instead of gnus-split-references.
15877
15878         * gnus-util.el (gnus-extract-references): Add new function, analogous
15879         to gnus-split-references but extracts only the message-ID without
15880         anything extra.
15881
15882         * hashcash.el (hashcash-generate-payment)
15883         (hashcash-check-payment): Do the right thing if hashcash-path is
15884         nil (because the hashcash program could not be found).
15885
15886         * spam.el (spam-use-hashcash): Remove comment.
15887
15888 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15889
15890         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15891         (gnus-cache-enter-article, gnus-cache-remove-article)
15892         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15893
15894         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15895
15896         * gnus-art.el (article-hide-boring-headers)
15897         (article-translate-strings, article-display-face)
15898         (gnus-article-mime-match-handle-first)
15899         (gnus-article-highlight-headers)
15900         (gnus-article-add-buttons-to-head): do.
15901
15902 2004-09-27  Simon Josefsson  <jas@extundo.com>
15903
15904         * hashcash.el: New version, from
15905         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15906         ../contrib/.
15907
15908 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15911
15912 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15913
15914         * gnus-dup.el (gnus-dup-open): Use mapc.
15915         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15916
15917         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15918         Reported by Stefan Wiens <s.wi@gmx.net>.
15919
15920         * gnus.el (gnus-shutdown): Use dolist.
15921
15922         * gnus-undo.el (gnus-undo): Use mapc.
15923
15924         * nnrss.el (nnrss-generate-active): do.
15925
15926         * message.el (message-cite-original-without-signature)
15927         (message-cite-original): Use mapc.
15928         (message-do-actions, message-make-forward-subject): Use dolist.
15929
15930 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15931
15932         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15933         deletion to remove entire duplicate line.  Fixes merged article
15934         number bug.
15935
15936 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15937
15938         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15939         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15940         first ask if you want to open a server and then, even when you
15941         responded with no, asking if you want to synchronize the server's
15942         flags.
15943         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15944         multi-line expressions.
15945         (gnus-agent-synchronize-group-flags): New internal function.
15946         Updates marks in memory (in the info structure) AND in the
15947         backend.
15948
15949         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15950
15951         * nnagent.el (nnagent-request-set-mark):
15952         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15953         method, to ensure that synchronization updates marks in the
15954         backend and in the info (in memory) structure.
15955
15956 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15959         convention fully; don't miss the root article of a thread; make
15960         the X-Draft-From header with correct article numbers.
15961
15962 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15963
15964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15965         unless plugged.  Disable the agent so that an open failure causes
15966         an error.
15967
15968         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15969         Revert 2004-09-21 change.  The backend must be opened while
15970         synchronizing flags even when the backend stores the flags
15971         locally.
15972
15973 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15976         in `header' match.  Reported by Svend Tollak Munkejord.
15977
15978         * message.el (message-cite-original): Fix use of
15979         `message-cite-articles-with-x-no-archive'.
15980
15981 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15984         (gnus-window-to-buffer): Ditto.
15985
15986         * mml.el (mml-preview-buffer): New variable.
15987         (mml-preview): Manage window layout with gnus-buffer-configuration.
15988
15989         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15990         X-Draft-From header even if those articles aren't quoted.
15991
15992 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15993
15994         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15995         (gnus-request-set-mark, gnus-request-update-mark): Use new
15996         g-s-t-u-l-m to decide to use backend even when unplugged.
15997
15998 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16001         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16002
16003 2004-09-20  Simon Josefsson  <jas@extundo.com>
16004
16005         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16006         "utf-16-le".
16007
16008 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16009
16010         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16011
16012 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16013
16014         * uudecode.el (uudecode-use-external): Add :version.
16015
16016         * smime.el (smime-CA-file, smime-encrypt-cipher)
16017         (smime-dns-server): Add :version.
16018
16019         * smiley.el (gnus-smiley-file-types): Add :version.
16020
16021         * sha1.el (sha1-use-external): Add :version.
16022
16023         * pgg-def.el (pgg-query-keyserver): Add :version.
16024
16025         * nnmail.el (nnmail-fancy-expiry-targets)
16026         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16027         Add :version.
16028
16029         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16030         (nnimap-retrieve-groups-asynchronous): Add :version.
16031         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16032
16033         * mml.el (mml-content-disposition-parameters)
16034         (mml-insert-mime-headers-always): Add :version.
16035
16036         * mm-util.el (mm-coding-system-priorities): Add :version.
16037
16038         * mm-decode.el (mm-inline-text-html-with-images)
16039         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16040         (mm-verify-option): Add :version.
16041         (mm-text-html-renderer): Change :version.
16042
16043         * message.el (message-fcc-externalize-attachments)
16044         (message-required-headers, message-draft-headers)
16045         (message-subject-trailing-was-query)
16046         (message-subject-trailing-was-ask-regexp)
16047         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16048         (message-mark-insert-end, message-archive-header)
16049         (message-archive-note, message-cross-post-default)
16050         (message-cross-post-note, message-followup-to-note)
16051         (message-cross-post-note-function, message-use-mail-followup-to)
16052         (message-subscribed-address-functions)
16053         (message-subscribed-address-file, message-subscribed-addresses)
16054         (message-subscribed-regexps, message-allow-no-recipients)
16055         (message-yank-cited-prefix, message-signature-insert-empty-line)
16056         (message-hidden-headers, message-hierarchical-addresses)
16057         (message-mail-user-agent, message-use-idna)
16058         (message-valid-fqdn-regexp)
16059         (message-strip-special-text-properties, message-header-synonyms)
16060         (message-beginning-of-line, message-tab-body-function): Add :version.
16061         (message-insert-canlock, message-wide-reply-confirm-recipients):
16062         Change :version.
16063
16064         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16065         and :version.
16066         (mail-source-delete-old-incoming-confirm)
16067         (mail-source-movemail-program): Add :version.
16068
16069         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16070         (gnus-agent-cache, gnus-agent): Change :version.
16071
16072         * gnus-util.el (gnus-use-byte-compile): Change :version.
16073
16074         * gnus-sum.el (gnus-summary-make-false-root-always)
16075         (gnus-summary-default-high-score)
16076         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16077         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16078         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16079         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16080         (gnus-sum-thread-tree-single-indent)
16081         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16082         (gnus-sum-thread-tree-leaf-with-other)
16083         (gnus-sum-thread-tree-single-leaf): Add :version.
16084         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16085         (gnus-article-loose-mime): Change :version.
16086
16087         * gnus-start.el (gnus-backup-startup-file)
16088         (gnus-save-startup-file-via-temp-buffer): Add :version.
16089
16090         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16091         (gnus-server-offline-face): Add :version.
16092
16093         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16094
16095         * gnus-msg.el (gnus-gcc-externalize-attachments)
16096         (gnus-debug-files, gnus-debug-exclude-variables)
16097         (gnus-discouraged-post-methods): Change :version.
16098         (gnus-confirm-mail-reply-to-news)
16099         (gnus-confirm-treat-mail-like-news): Add :version.
16100
16101         * gnus-int.el (gnus-server-unopen-status): Add :version.
16102
16103         * gnus-group.el (gnus-group-jump-to-group-prompt)
16104         (gnus-large-ephemeral-newsgroup)
16105         (gnus-fetch-old-ephemeral-headers): Add :version.
16106
16107         * gnus-fun.el (gnus-x-face-directory)
16108         (gnus-convert-pbm-to-x-face-command)
16109         (gnus-convert-image-to-x-face-command)
16110         (gnus-convert-image-to-face-command): Add :version.
16111
16112         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16113
16114         * gnus-cite.el (gnus-cite-blank-line-after-header)
16115         (gnus-article-boring-faces): Add :version.
16116
16117         * gnus-art.el (gnus-buttonized-mime-types)
16118         (gnus-inhibit-mime-unbuttonizing)
16119         (gnus-treat-display-face)
16120         (gnus-treat-body-boundary): Change :version.
16121         (gnus-body-boundary-delimiter, gnus-picon-databases)
16122         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16123         (gnus-treat-date-english, gnus-treat-fold-headers)
16124         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16125         (gnus-treat-mail-picon, gnus-treat-wash-html)
16126         (gnus-article-encrypt-protocol)
16127         (gnus-use-idna, gnus-article-over-scroll)
16128         (gnus-mime-display-multipart-alternative-as-mixed)
16129         (gnus-mime-display-multipart-related-as-mixed)
16130         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16131         (gnus-ctan-url, gnus-button-ctan-handler)
16132         (gnus-button-handle-ctan-bogus-regexp)
16133         (gnus-button-ctan-directory-regexp)
16134         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16135         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16136         (gnus-button-man-level, gnus-button-emacs-level)
16137         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16138
16139         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16140         (gnus-agent-go-online): Change :version.
16141         (gnus-agent-expire-unagentized-dirs)
16142         (gnus-agent-auto-agentize-methods): Add :version.
16143
16144         * flow-fill.el (fill-flowed-display-column)
16145         (fill-flowed-encode-column): Add :version.
16146
16147         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16148         (gnus-outlook-deuglify-unwrap-max)
16149         (gnus-outlook-deuglify-cite-marks)
16150         (gnus-outlook-deuglify-unwrap-stop-chars)
16151         (gnus-outlook-deuglify-no-wrap-chars)
16152         (gnus-outlook-deuglify-attrib-cut-regexp)
16153         (gnus-outlook-deuglify-attrib-verb-regexp)
16154         (gnus-outlook-deuglify-attrib-end-regexp)
16155         (gnus-outlook-display-hook): Add :version.
16156
16157         * binhex.el (binhex-use-external): Add :version.
16158
16159 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16160
16161         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16162         and `invisible'.
16163
16164 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16165
16166         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16167         in gnus-registry-trim.
16168
16169 2004-09-13  Simon Josefsson  <jas@extundo.com>
16170
16171         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16172
16173         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16174
16175         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16176         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16177         <yamaoka@jpl.org>.
16178         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16179         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16180         <yamaoka@jpl.org>.
16181
16182         * sieve.el (sieve-manage-mode): Ditto.
16183
16184 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16185
16186         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16187
16188 2004-09-11  Simon Josefsson  <jas@extundo.com>
16189
16190         * dns-mode.el: Add.
16191
16192         * mm-view.el (mm-display-dns-inline): Add.
16193
16194         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16195         (mm-automatic-display): Ditto.
16196
16197         * mailcap.el (mailcap-mime-data): Add text/dns.
16198         (mailcap-mime-extensions): Map .soa to text/dns.
16199
16200 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16201
16202         * gnus-art.el (article-decode-mime-words, article-babel)
16203         (gnus-article-highlight-signature, gnus-article-add-buttons)
16204         (gnus-signature-toggle): Remove unnecessary bindings of
16205         `inhibit-read-only' inherited from v5.10 merge.
16206
16207 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16208
16209         * nntp.el (nntp): New customization group.
16210         (nntp-authinfo-file): Add customization group.
16211
16212         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16213
16214         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16215
16216         * gnus.el (to-address, to-list, subscribed)
16217         (large-newsgroup-initial): Ditto.
16218
16219         * flow-fill.el (fill-flowed-display-column)
16220         (fill-flowed-encode-column): Ditto.
16221
16222 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16223
16224         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16225         Use point-min rather than 1.
16226         (message-send-mail): Use buffer-size rather than point-max.
16227
16228         * gnus-sum.el (gnus-summary-search-article-forward):
16229         Signal a specific `search-failed' rather than a generic `error'.
16230
16231         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16232         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16233         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16234
16235 2004-09-10  Simon Josefsson  <jas@extundo.com>
16236
16237         * nndb.el (require): Remove tcp and duplicate cl.
16238
16239 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * gnus-agent.el (directory-files-and-attributes): Move forward.
16242
16243 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16244
16245         * gnus-agent.el (directory-files-and-attributes):
16246         Optionally defined to support XEmacs.
16247
16248 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16249
16250         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16251         to avoid run-time CL dependencies.
16252         (gnus-agent-unfetch-articles): New function.
16253         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16254         article numbers even when local .overview file is missing.
16255         (gnus-agent-read-article-number): New function.  Only accepts
16256         27-bit article numbers.
16257         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16258         Use gnus-agent-read-article-number.
16259         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16260         from backend while recognizing that article numbers in .overview
16261         must be valid.
16262         (gnus-agent-update-files-total-fetched-for):
16263         Use directory-files-and-attributes to improve performance.
16264         * gnus-int.el (gnus-request-move-article):
16265         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16266         improve performance.
16267
16268         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16269         some users confused by references to .newsrc when they only have a
16270         .newsrc.eld file.
16271         (gnus-convert-mark-converter-prompt)
16272         (gnus-convert-converter-needs-prompt): Fix use of property list.
16273         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16274         New function.  Used internally to only display 'gnus converting
16275         files' message when actually necessary.
16276
16277         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16278         methods now autoloaded.
16279
16280 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16283         identifiers.
16284
16285 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-picon.el: Fix indentation and closing parenthesis.
16288
16289 2004-09-01  Simon Josefsson  <jas@extundo.com>
16290
16291         * message.el (message-canlock-generate): Require sha1, not
16292         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16293         to require within a function.  Sadly, if sha1.el isn't loaded, the
16294         let binding in m-c-g will hide the defcustom definition, which is
16295         bad.)
16296
16297         * canlock.el: Require sha1, not sha1-el.
16298
16299         * message.el: Don't autoload sha1 (there is a autoload cookie in
16300         sha1.el).
16301
16302         * sha1-el.el: Rename to sha1.el.
16303
16304 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16305
16306         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16307
16308 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16309
16310         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16311
16312 2004-08-30  Kim F. Storm  <storm@cua.dk>
16313
16314         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16315
16316         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16317         Add :group 'nnimap.
16318
16319 2004-08-30  Andreas Schwab  <schwab@suse.de>
16320
16321         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16322         ?* and ?\;.
16323
16324         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16325         and ?\' to symbol instead of whitespace.
16326
16327 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16330
16331         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16332         instead of re-search-forward.
16333
16334         * gnus-uu.el (gnus-uu-save-article): Ditto.
16335         (gnus-uu-post-encode-uuencode): Ditto.
16336
16337         * html2text.el (html2text-clean-list-items): Ditto.
16338         (html2text-clean-dtdd): Ditto.
16339         (html2text-format-tags): Ditto.
16340
16341         * message.el (message-send-mail-with-sendmail): Fix regexp.
16342         (message-fill-field-general): Use search-forward instead of
16343         re-search-forward.
16344         (unbold-region): Ditto.
16345
16346         * nnrss.el (nnrss-request-article): Ditto.
16347
16348         * nnslashdot.el (nnslashdot-request-article): Ditto.
16349
16350         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16351
16352         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16353         "Unrecognized menu descriptor" error in XEmacs.
16354
16355 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16356
16357         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16358         parent article of a sparse article in the thread hashtb.
16359
16360 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16361
16362         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16363         (nnmail-expand-newtext): Lowercase expanded entries if
16364         nnmail-split-lowercase-expanded is non-nil.
16365
16366 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16369
16370         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16371         of gnus-tmp-news-method into string under XEmacs.  It will be
16372         passed to gnus-correct-length which takes only a string argument.
16373
16374 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-util.el (gnus-bind-print-variables): New macro.
16377         (gnus-prin1): Use it.
16378         (gnus-prin1-to-string): Use it.
16379         (gnus-pp): New function.
16380         (gnus-pp-to-string): New function.
16381
16382         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16383         Replace pp-to-string with gnus-pp-to-string.
16384         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16385         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16386         * gnus-msg.el (gnus-debug): Ditto.
16387         * gnus-score.el (gnus-score-save): Ditto.
16388         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16389         gnus-pp-to-string.
16390         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16391         with gnus-pp.
16392         * score-mode.el (gnus-score-pretty-print): Ditto.
16393         * webmail.el (webmail-debug): Ditto.
16394
16395 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-art.el (article-display-face, article-display-x-face):
16398         Use buffer-read-only.
16399
16400 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-art.el (article-hide-list-identifiers):
16403         Bind inhibit-read-only as t.
16404
16405 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16408
16409 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16410
16411         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16412         (gnus-narrow-to-page): Don't assume point-min == 1.
16413         (gnus-article-edit-mode): Derive from message-mode.
16414
16415         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16416         point-min == 1.
16417
16418         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16419         Disable incorrect use of `assert'.
16420
16421         * message.el (message-mode): Set comment-start-skip.
16422
16423
16424 2004-08-22  Sam Steingold  <sds@gnu.org>
16425
16426         * pop3.el (pop3-leave-mail-on-server): New user variable.
16427         (pop3-movemail): Delete mail only when it is nil.
16428
16429 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16432
16433         * mml.el (mml-preview): Use `pop-to-buffer'.
16434
16435         * message.el (message-goto-mail-followup-to): Insert after "To".
16436         (message-carefully-insert-headers): Add comment.
16437
16438         * gnus.el: Remove unused variable `gnus-article-check-size'.
16439
16440         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16441
16442         * gnus-art.el (gnus-button-alist):
16443         Improve `gnus-button-handle-library' entry.
16444
16445 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16446
16447         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16448         Use downcase, since XEmacs capitalizes error messages differently.
16449
16450 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * nntp.el: Add (require 'gnus) due to reference to
16453         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16454
16455 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16456
16457         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16458         Bind `mm-fill-flowed'.
16459
16460         * mm-decode.el (mm-dissect-singlepart): Check it.
16461
16462 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16463
16464         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16465         'imap' for netrc parsing.
16466
16467 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16468
16469         * mailcap.el (mailcap-mime-data): Mark as risky.
16470
16471 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16474         may be included in the encoded word.
16475         (rfc2047-encode): Don't append a space if the encoded word
16476         includes close parenthesis.
16477
16478 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16481         of text within parentheses.
16482
16483 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16486         (gnus-encrypt-write-file-contents): Make the password key the file
16487         name PLUS the cipher, not just the cipher.  Also remove failed
16488         passwords from the cache.
16489
16490 2004-08-06  Simon Josefsson  <jas@extundo.com>
16491
16492         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16493         Doc fix.
16494
16495 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16498         LWSP.
16499
16500 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16503         Try to append in-reply-to: data to the references: header.
16504
16505         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16506         (netrc-parse): Use gnus-encrypt.el functions.
16507
16508         * gnus-encrypt.el: Add new file for encryption support; currently
16509         does only a few GPG ciphers and an internal XOR cipher.
16510
16511         * password.el: Add comments on using password-read-and-add.
16512         (password-read-and-add): Add function to read and add the
16513         password to the cache at once.
16514
16515 2004-07-28  Simon Josefsson  <jas@extundo.com>
16516
16517         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16518         parameter (but don't use it, for now).
16519
16520         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16521         instead of hard coding to nil.
16522
16523 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16526         as mm-inline-image-xemacs does.
16527
16528 2004-07-26  Simon Josefsson  <jas@extundo.com>
16529
16530         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16531         Revert part of 2004-07-17 change below.
16532
16533 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16536         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16537
16538 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16539
16540         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16541         quotes that actually start with ">" at the beginning of the
16542         lines.
16543
16544 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * rfc2047.el (rfc2047-encode-region): Fix last change.
16547         (rfc2047-encode-parameter): Remove useless concat.
16548
16549 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16552         encode special characters; fix some kind of misconfigured headers;
16553         signal a real error if debug-on-quit or debug-on-error is non-nil.
16554         (rfc2047-encode-max-chars): New variable.
16555         (rfc2047-encode-1): Use it.
16556         (rfc2047-encode-parameter): New function.
16557
16558         * mml.el (mml-insert-parameter): Remove an excessive space.
16559
16560 2004-07-17  Simon Josefsson  <jas@extundo.com>
16561
16562         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16563         Kai Grossjohann <kai@emptydomain.de>.
16564         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16565         (gnus-group-make-menu-bar): Ditto.
16566
16567         * gnus-util.el (gnus-group-server): Add.
16568
16569 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16570
16571         * message.el (message-clone-locals): Clone sendmail and smtp
16572         variables.
16573
16574 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * rfc2047.el (rfc2047-encode-region): Fix last change.
16577
16578 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16581         characters as non-special.
16582
16583 2004-07-09  Simon Josefsson  <jas@extundo.com>
16584
16585         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16586         Users will lose all flag changes made while unplugged with
16587         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16588         good default.  See numerous reports on ding mailing list.
16589
16590 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16593         add generate-head-function and generate-article-function to the
16594         rfc822-forward entry.
16595         (nndoc-rfc822-forward-generate-article): New function.
16596         (nndoc-rfc822-forward-generate-head): New function.
16597
16598         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16599
16600 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16601
16602         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16603         respect display group parameter and gnus-summary-expunge-below.
16604         (gnus-articles-to-read): Remove unused reference to display group
16605         parameter.
16606
16607 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * nnheader.el (nnheader-uniquify-message-id): New experimental
16610         variable.
16611         (nnheader-nov-read-message-id): Use it.
16612
16613         * spam-report.el (spam-report-gmane): Add interactive.
16614
16615 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * mm-encode.el (mm-content-transfer-encoding-defaults):
16618         Use qp-or-base64 for the application/* types.
16619
16620 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16621
16622         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16623
16624 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16627         trim value.
16628
16629 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16630
16631         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16632         New macro and function.
16633         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16634
16635 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16638         after-load-alist.
16639
16640 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16641
16642         * gnus-group.el (gnus-group-get-new-news-this-group):
16643         Don't update info that isn't there.
16644
16645 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16646
16647         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16648         entry.
16649
16650 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * mm-view.el (mm-inline-render-with-function): Use multibyte
16653         buffer; decode html source by charset.
16654
16655         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16656
16657         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16658         Mule-UCS is loaded under XEmacs.
16659         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16660
16661 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16664
16665 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * mm-util.el (mm-coding-system-p): Return a coding-system.
16668         (mm-mime-mule-charset-alist): Use shift_jis instead of
16669         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16670         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16671         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16672         instead of japanese-shift-jis and iso-latin-1 respectively in
16673         order to share the default value with both Emacs and XEmacs-mule.
16674         (mm-mule-charset-to-mime-charset):
16675         Make mm-coding-system-priorities effective.
16676         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16677         while predicating of candidates upon the priorities.
16678
16679 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16680
16681         * gnus-sum.el (gnus-summary-make-menu-bar):
16682         Add gnus-uu-invert-processable.
16683
16684         * gnus.el: Autoload gnus-uu-invert-processable.
16685
16686 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * mm-util.el (mm-with-multibyte-buffer): New macro.
16689
16690         * rfc2047.el (rfc2047-encode-string): Use it.
16691         (rfc2047-encode-region): Move point to the end of the region after
16692         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16693
16694 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16697         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16698
16699 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16702         (gnus-cite-parse): Ignore quoted envelope From_.
16703         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16704
16705 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16708         invalid addresses.
16709
16710 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16711
16712         * spam.el: Change section markers, revise TODO list.
16713         (spam-backends): Make new master list of all installed backends.
16714         (spam-summary-exit-behavior): Add new variable to determine how
16715         messages moves are done at summary exit.
16716         (spam-move-spam-nonspam-groups-only)
16717         (spam-process-ham-in-nonham-groups)
16718         (spam-process-ham-in-spam-groups): Remove variables, the
16719         spam-summary-exit-behavior variable should be used to manage this
16720         behavior.
16721         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16722         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16723         and spam-old-spam-articles.
16724         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16725         Add empty variables, placeholders for the backends they represent.
16726         (spam-set-difference): Move, unchanged.
16727         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16728         unless the user has a processor variable.
16729         (spam-classifications, spam-classification-valid-p)
16730         (spam-backend-properties, spam-backend-property-valid-p)
16731         (spam-backend-function-type-valid-p)
16732         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16733         (spam-report-articles-gmane, spam-report-articles-resend):
16734         Remove functions, they are not needed.
16735         (spam-install-backend-super, spam-backend-list)
16736         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16737         (spam-backend-function, spam-backend-ham-registration-function)
16738         (spam-backend-spam-registration-function)
16739         (spam-backend-ham-unregistration-function)
16740         (spam-backend-spam-unregistration-function)
16741         (spam-backend-statistical-p, spam-backend-mover-p)
16742         (spam-install-backend-alias, spam-install-checkonly-backend)
16743         (spam-install-mover-backend, spam-install-nocheck-backend)
16744         (spam-install-backend, spam-install-statistical-backend)
16745         (spam-install-statistical-checkonly-backend): Add backend installation
16746         support.
16747         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16748         (spam-group-processor-p): Use the new backend code and respect the
16749         summary exit behavior.
16750         (spam-mark-spam-as-expired-and-move-routine): Remove.
16751         (spam-summary-prepare): Change to use the new spam-old-articles
16752         variable.
16753         (spam-copy-or-move-routine, spam-copy-spam-routine)
16754         (spam-move-spam-routine, spam-copy-ham-routine)
16755         (spam-move-ham-routine): Add code to copy/move ham or spam.
16756         (spam-fetch-field-fast): Improve doc and code, plus allow the
16757         'number request.
16758         (spam-list-of-checks, spam-list-of-statistical-checks):
16759         Remove variables.
16760         (spam-split, spam-find-spam): Use the new backend code.
16761         (spam-registration-functions): Remove variable.
16762         (spam-unregister-routine): Add convenience wrapper.
16763         (spam-log-undo-registration, spam-register-routine)
16764         (spam-log-processing-to-registry)
16765         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16766         where possible.
16767         (spam-check-gmane-xref, spam-check-regex-headers)
16768         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16769         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16770         (spam-check-bogofilter-headers, spam-check-spamoracle)
16771         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16772         (spam-check-crm114-headers): Use the spam-split-group that
16773         spam-split prepares, no need to determine it every time.
16774
16775         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16776         to the nnheader-parse-naked-head call.
16777
16778         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16779
16780         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16781         the nnheader-nov-read-message-id call.
16782
16783 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16786         gnus-activate-group twice.  Suggested by Markus Peter
16787         <warp@spin.de>.
16788
16789 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-art.el (gnus-article-time-format): Exchange the order of
16792         day and month in the default value; fix customization type.
16793         (article-date-ut): Use add-text-properties.
16794         (article-make-date-line): Use message-make-date instead of
16795         current-time-string.
16796
16797         * message.el (message-fetch-field): Don't use set-text-properties.
16798         (message-make-date): Simplify.
16799
16800         * messagexmas.el (message-xmas-make-date): New function.
16801         (message-xmas-redefine): Defalias message-make-date to it.
16802
16803 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16806         (rfc2047-encode-region): Treat text within parentheses as special;
16807         show the original text when error has occurred.
16808
16809         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16810         already-computed method to gnus-activate-group.
16811
16812         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16813         same select-methods identical Lisp objects.
16814
16815         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16816         object when modifying the info.
16817
16818 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16821         gnus-opened-servers since it has never been opened with the new
16822         configuration yet.
16823
16824 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16827         arg to nnheader-generate-fake-message-id.
16828
16829 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16832         number and build a fake message ID localized to a group and
16833         article number (so it's repeatable from that point on).
16834         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16835         ID format.
16836
16837         * gnus-sum.el (gnus-get-newsgroup-headers):
16838         Call nnheader-generate-fake-message-id with the article number.
16839
16840 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16841
16842         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16843         end-of-buffer.
16844
16845 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16846
16847         * message.el (message-ignored-supersedes-headers): Add Approved.
16848
16849 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16852         goto-char.
16853         (rfc2047-encode): Fold the line before encoding.
16854
16855 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16858         folding -- not all headers can be folded, and this should be done
16859         by the message composition mode.  Probably.  I think.
16860
16861 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16864         fast.
16865
16866         * gnus-ems.el (gnus-remove-image): Don't use
16867         message-text-with-property; remove only the image found first.
16868
16869         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16870         found first.
16871
16872 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16873
16874         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16875
16876 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * message.el (message-text-with-property): Make it fast and accept
16879         optional arguments.
16880         (message-strip-forbidden-properties): Use it.
16881         (message-fix-before-sending): Follow the m-t-w-p change.
16882
16883         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16884
16885 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus-art.el (article-hide-headers): Don't change the buffer
16888         mistakenly when performing mml-preview even if
16889         gnus-single-article-buffer is nil.
16890
16891 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16892
16893         * message.el (message-expand-name-databases): New user option.
16894         (message-expand-name): Use it.
16895
16896 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16897
16898         * spam.el (spam-report-articles-resend)
16899         (spam-report-resend-register-routine): Allow ham reporting.
16900         (spam-report-resend-register-ham-routine): Add wrapper.
16901         (spam-registration-functions): Add ham resending functions.
16902         (spam-list-of-processors): Add ham resend processor.
16903
16904         * gnus.el (ham-resend-to): Add new group parameter.
16905         (spam-process): Add ham resend option.
16906
16907         * spam-report.el (spam-report-resend): Allow reporting ham.
16908         (spam-report-resend-ham): Add wrapper.
16909
16910 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16911
16912         * message.el (message-cite-articles-with-x-no-archive):
16913         New variable.
16914         (message-cite-original): Use it.
16915
16916 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16917
16918         * message.el (message-cite-original): Respect X-No-Archive.
16919
16920 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-art.el (article-hide-headers): Refer to the values for
16923         gnus-ignored-headers and gnus-visible-headers in the summary
16924         buffer since a user may have set them as group parameters.
16925
16926 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16927
16928         * assistant.el (assistant-node-name): Add convenience function.
16929         (assistant-render-text, assistant-render-node): Add error handling,
16930         plus handle multiple next nodes.
16931         (assistant-find-next-node): Comment out for now.
16932         (assistant-find-next-nodes): Add function, returns list of next
16933         nodes.
16934
16935 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * mail-source.el (mail-source-directory): Fix doc-string.
16938
16939 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * assistant.el (assistant-render-text, assistant-eval): Add :set
16942         widget type, which is different because it takes and returns a
16943         list.  Much hilarity ensues.
16944
16945 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16946
16947         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16948
16949         * gnus-group.el (gnus-group-get-new-news-this-group):
16950         Add doc-string.
16951
16952         * gnus-start.el (gnus-activate-group): Add doc-string.
16953
16954 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16957
16958 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16959
16960         * assistant.el (assistant-render-text): Try to add a :set
16961         widget, more to come.
16962
16963         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16964         strings.
16965         (spam-report-articles-resend)
16966         (spam-register-routine): Do registration iff any articles warrant
16967         it.
16968         (spam-summary-prepare-exit): Change log message for nil group
16969         destinations.
16970
16971 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16972
16973         * spam.el (spam-report-resend-register-routine):
16974         Allow spam-report-resend-to to be a group parameter or a global value.
16975
16976 2004-05-26  Simon Josefsson  <jas@extundo.com>
16977
16978         * starttls.el: Merge with my GNUTLS based starttls.el.
16979         (starttls-gnutls-program, starttls-use-gnutls)
16980         (starttls-extra-arguments, starttls-process-connection-type)
16981         (starttls-connect, starttls-failure, starttls-success):
16982         New variables.
16983         (starttls-program, starttls-extra-args): Doc fix.
16984         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16985         New functions.
16986         (starttls-negotiate, starttls-open-stream):
16987         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16988         function if it is set.
16989
16990 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16993         structured fields.
16994
16995 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16998
16999 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17000
17001         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17002         Add variable.
17003         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17004         assigning the spam-mark to new messages.
17005
17006 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17007
17008         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17009
17010 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17013
17014         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17015         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17016         default.
17017
17018 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17019
17020         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17021         correct data.
17022
17023 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17024
17025         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17026         (spam-group-processor-p): Fix function.
17027         (spam-group-processor-multiple-p)
17028         (spam-group-spam-processor-report-gmane-p)
17029         (spam-group-spam-processor-report-resend-p)
17030         (spam-group-spam-processor-bogofilter-p)
17031         (spam-group-spam-processor-blacklist-p)
17032         (spam-group-spam-processor-ifile-p)
17033         (spam-group-ham-processor-ifile-p)
17034         (spam-group-spam-processor-spamoracle-p)
17035         (spam-group-spam-processor-crm114-p)
17036         (spam-group-ham-processor-bogofilter-p)
17037         (spam-group-spam-processor-stat-p)
17038         (spam-group-ham-processor-stat-p)
17039         (spam-group-ham-processor-whitelist-p)
17040         (spam-group-ham-processor-BBDB-p)
17041         (spam-group-ham-processor-spamoracle-p)
17042         (spam-group-ham-processor-copy-p): Remove functions with some
17043         prejudice against unneeded code.
17044         (spam-report-articles-resend)
17045         (spam-report-resend-register-routine): Allow the group/topic
17046         spam-resend-to value to override spam-report-resend-to.
17047         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17048         properly now.
17049
17050         * gnus.el (spam-resend-to): Add group/topic parameter.
17051         (spam-process): Move the OBSOLETE processors to the end of the
17052         choices.
17053
17054 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17055
17056         * spam-report.el (spam-report-resend-to, spam-report-resend):
17057         Start with resend-to set to nil, and then ask the user if necessary.
17058         (spam-report-resend): spam-report-resend takes a list of articles, not
17059         separate article numbers.
17060
17061 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17064         addition to emacs-w3m.
17065
17066 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17067
17068         * assistant.el (assistant-authinfo-data): New function.
17069         (assistant-eval): Eval for entire assistant.
17070
17071         * netrc.el (netrc-services-file): New variable.
17072         (netrc-parse-services): New function.
17073         (netrc-find-service-name): New function.
17074         (netrc-find-service-number): New function.
17075         (netrc-port-equal): New function.
17076         (netrc-machine): Use it.
17077
17078         * nnimap.el (nnimap-open-connection): Use netrc.
17079
17080         * gnus-util.el (gnus-netrc-get): Remove aliases.
17081
17082         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17083
17084         * assistant.el (wid-edit): Fix compilation.
17085
17086         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17087
17088 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17089
17090         * gnus-util.el (gnus-set-file-modes): New function.  (small
17091         patch).
17092
17093 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17094
17095         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17096
17097         * assistant.el (assistant-render-node): Fix up rendering and
17098         read-only text.
17099         (assistant-render-node): Reset.
17100         (assistant-make-read-only): Not sticky.
17101
17102 2004-05-20  Danny Siu  <dsiu@adobe.com>
17103
17104         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17105         centered even when gnus-auto-center-summary is t.
17106
17107 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17108
17109         * dns.el (dns-get-txt-answer): New function.
17110         (dns-read-txt): Ditto.
17111         (query-dns): Use it.
17112
17113 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17116         active for foreign groups even if the group level is higher than
17117         the specified value.
17118
17119 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17120
17121         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17122         non-active groups.
17123
17124         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17125
17126 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17127
17128         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17129
17130 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17131
17132         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17133         (spam-crm114-header, spam-crm114-spam-switch)
17134         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17135         (spam-crm114-positive-spam-header)
17136         (spam-crm114-database-directory, spam-list-of-processors)
17137         (spam-group-spam-processor-crm114-p)
17138         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17139         (spam-generic-score, spam-list-of-checks)
17140         (spam-list-of-statistical-checks, spam-registration-functions)
17141         (spam-check-crm114-headers, spam-crm114-score)
17142         (spam-check-crm114, spam-crm114-register-with-crm114)
17143         (spam-crm114-register-spam-routine)
17144         (spam-crm114-unregister-spam-routine)
17145         (spam-crm114-register-ham-routine)
17146         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17147         From asjo@koldfront.dk (Adam Sjøgren).
17148
17149         * gnus.el: Add spam-use-crm114.
17150
17151         * spam.el (spam-list-of-processors, spam-registration-functions):
17152         Add spam-use-resend.
17153         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17154         (spam-report-articles-gmane): Add doc fix.
17155         (spam-report-articles-resend, spam-report-resend-register-routine):
17156         Add wrappers around spam-report-resend-to.
17157
17158         * spam-report.el (spam-report-resend-to, spam-report-resend):
17159         Add support for resending spam.
17160         (spam-report-gmane): Fix line length >80.
17161
17162         * gnus.el (spam-process): Add spam-use-resend.
17163
17164 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17165
17166         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17167         number of processed spam messages.
17168         (spam-ham-copy-or-move-routine): Return the number of processed
17169         ham messages.
17170         (spam-summary-prepare-exit): Use the above values to decide
17171         whether status messages shouled be displayed.
17172
17173 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17176         `rfc2047-encoding-function-alist' in order to avoid conflicting
17177         with the old version.
17178         (rfc2047-encode-region): Concatenate words containing non-ASCII
17179         characters in structured fields; don't encode space-delimited
17180         ASCII words even in unstructured fields; don't break words at
17181         char-category boundaries.
17182         (rfc2047-encode-1): New function.
17183         (rfc2047-encode): Use it; encode text so that it occupies the
17184         maximum width within 76-column; work correctly on Q encoding for
17185         iso-2022-* charsets.
17186         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17187         sure not to break a line just after the header name.
17188         (rfc2047-b-encode-region): Remove.
17189         (rfc2047-b-encode-string): New function.
17190         (rfc2047-q-encode-region): Remove.
17191         (rfc2047-q-encode-string): New function.
17192
17193         * mm-util.el (mm-replace-in-string): New function.
17194
17195 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17196
17197         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17198         Really get it right.
17199         (gnus-inews-make-draft): Really.
17200
17201 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17202
17203         * nnmh.el (nnmh-request-list-1): Don't check the link count
17204         before descending.  (small patch)
17205
17206 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17207
17208         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17209         stuff.
17210
17211         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17212         Match on real group name.
17213
17214         * gnus-art.el (gnus-signature-limit): Doc fix.
17215
17216         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17217
17218         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17219
17220 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17221
17222         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17223         isn't a string.
17224
17225 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * gnus-draft.el (gnus-draft-send):
17228         Bind rfc2047-encode-encoded-words.
17229
17230         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17231         (rfc2047-encodable-p): Say that =? needs encoding.
17232         (rfc2047-encode-encoded-words): New variable.
17233
17234         * gnus-group.el (gnus-group-select-group): Doc fix.
17235
17236         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17237
17238         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17239         to nil.
17240
17241         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17242
17243         * nnheader.el (nnheader-get-lines-and-char): New function.
17244
17245 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17246
17247         * gnus-msg.el (gnus-summary-followup-with-original):
17248         Document yanking of region when active.
17249
17250 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17253         groups if the group level is higher than the specified value.
17254
17255 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17258         (gnus-group-jump-to-group): Add prefix argument using
17259         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17260         non-active group.
17261
17262         * compface.el (uncompface): Be verbose when changing
17263         `uncompface-use-external'.
17264
17265         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17266         handle manual section.
17267
17268 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17269
17270         * gnus-art.el (gnus-button-alist): Revert previous change.
17271
17272 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17275
17276 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17277
17278         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17279         whether backend can accept message.
17280
17281         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17282
17283 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17284
17285         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17286         Avoid creating directory when nntp-marks-is-evil is true.
17287         Reported by Reiner Steib.
17288
17289 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * gnus-picon.el (gnus-picon-style): New variable.
17292         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17293         (gnus-picon-transform-address): Support `gnus-picon-style'.
17294         From Jesper Harder <harder@ifa.au.dk>.
17295
17296 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17297
17298         * message.el (message-fill-field): Return point.
17299         (message-generate-headers): Go to end of field.
17300
17301         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17302         stuff for non-living groups.
17303
17304 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17305
17306         * gnus-art.el (gnus-article-followup-with-original)
17307         (gnus-article-reply-with-original): gnus-mark-active-p ->
17308         gnus-region-active-p.
17309
17310 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17311
17312         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17313         only when there is spam or ham to be processed.
17314
17315 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * mail-source.el (mail-source-delete-crash-box): Refactor.
17318         (mail-source-fetch): Use it.
17319         (mail-source-fetch-file): Ditto.
17320         (mail-source-fetch-directory): Run postscript in loop.
17321         (mail-source-fetch-pop): Delete.
17322         (mail-source-fetch-maildir): Ditto.
17323         (mail-source-fetch-imap): Ditto.
17324
17325         * imap.el (imap-authenticators): Comment out sasl.
17326
17327         * message.el (message-skip-to-next-address): New function.
17328         (message-fill-header-address): Refactor.
17329         (message-fill-address): Use it.
17330         (message-delete-address): Use it.
17331         (message-fill-header-general): Refactor.
17332         (message-fill-field-address): Rename.
17333         (message-narrow-to-field): Find the start of the header.
17334         (message-header-format-alist): Don't pre-fill.
17335         (message-fill-header): Remove.
17336         (message-insert-header): New function.
17337         (message-shorten-references): Use it.
17338
17339         * rfc2047.el (rfc2047-field-value): Strip props.
17340
17341         * mail-parse.el (mail-header-make-address): New alias.
17342
17343         * ietf-drums.el (ietf-drums-make-address): New function.
17344
17345         * imap.el: Add compiler directives.
17346
17347         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17348
17349         * gnus-art.el (article-decode-idna-rhs): Don't use
17350         message-idna-inside-rhs-p.
17351
17352 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17353
17354         * message.el (message-idna-inside-rhs-p): Remove.
17355         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17356
17357         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17358         false positives.
17359
17360 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17361
17362         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17363
17364 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17365
17366         * nneething.el (nneething-file-name): Don't create spurious
17367         files.
17368
17369         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17370         (gnus-inews-do-gcc): Remove sleep.
17371
17372         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17373         part under point.
17374
17375         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17376         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17377
17378 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17379
17380         * spam.el (spam-summary-prepare-exit): Fix (length).
17381
17382 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17383
17384         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17385         as expired without moving it" message when there are spam
17386         messages left.
17387
17388 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17389
17390         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17391         header is not nil.
17392
17393 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17394
17395         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17396         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17397         (nntp-marks-changed-p): New arg SERVER.
17398         (nntp-request-update-info): Adjust caller.
17399
17400 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17401
17402         * nntp.el (nntp-save-marks): Pass missing arg.
17403
17404 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17405
17406         * nntp.el: Support marks.
17407         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17408         (nntp-marks-modtime, nntp-marks-directory): New variables.
17409         (nntp-request-set-mark, nntp-request-update-info)
17410         (nntp-possibly-create-directory, nntp-marks-changed-p)
17411         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17412         New functions.
17413
17414 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17417         (gnus-xmas-redefine): Rename.
17418
17419         * gnus-score.el (gnus-score-insert-help):
17420         Use gnus-select-lowest-window.
17421
17422         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17423         appt-select-lowest-window and rename to gnus-select-lowest-window.
17424
17425         * gnus.el: do.
17426
17427 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17428
17429         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17430         encodings of MIME-encoded words, in order to improve
17431         interoperability with several broken MUAs.
17432
17433 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17434
17435         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17436         tags, only when charsets are not specified in headers.
17437         (mm-inline-text-html-render-with-w3m): Ditto.
17438
17439         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17440         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17441
17442 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17443
17444         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17445         instead of MIME-decoded from fields when checking
17446         `gnus-article-address-banner-alist'.
17447
17448 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17451         description rather than subject.
17452
17453 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17454
17455         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17456
17457 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17458
17459         * gnus.el (gnus-version-number): Bump.
17460
17461 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17462
17463         * gnus.el: No Gnus v0.2 is released.
17464
17465 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17466
17467         * gnus-agent.el (gnus-agent-read-agentview):
17468         Inline gnus-uncompress-range.
17469
17470 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17471
17472         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17473         `exec-installed-p'.
17474
17475 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17476
17477         * gnus.el (spam-process, spam-autodetect-methods):
17478         Add bsfilter and bsfilter-headers.
17479
17480         * spam.el (spam-bsfilter): New customize group.
17481         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17482         (spam-bsfilter-header, spam-bsfilter-probability-header)
17483         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17484         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17485         (spam-bsfilter-database-directory): New options.
17486         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17487         (spam-list-of-statistical-checks, spam-registration-functions):
17488         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17489         (spam-bsfilter-score): New command.
17490         (spam-check-bsfilter-headers, spam-check-bsfilter)
17491         (spam-bsfilter-register-with-bsfilter)
17492         (spam-bsfilter-register-spam-routine)
17493         (spam-bsfilter-unregister-spam-routine)
17494         (spam-bsfilter-register-ham-routine)
17495         (spam-bsfilter-unregister-ham-routine): New functions.
17496         (spam-generic-score): Support bsfilter; Accept an optional argument
17497         to recalcurate spam score even if scoring header has already been
17498         added.
17499         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17500         optional argument to recalcurate spam score even if scoring header
17501         has already been added.
17502
17503 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17504
17505         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17506         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17507         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17508         link is missing.
17509
17510 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17513         (html2text-get-attr): Rewrite.
17514
17515         * message.el (message-setup-1): Remove redundant put-text-property
17516         on mail-header-separator.
17517
17518 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17519
17520         * gnus-registry.el (gnus-registry-cache-whitespace)
17521         (gnus-registry-action, gnus-registry-spool-action)
17522         (gnus-registry-split-fancy-with-parent): Change message levels
17523         from 5 to 3 or 7, as needed.
17524
17525         * spam.el (spam-summary-prepare-exit)
17526         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17527         (spam-split, spam-find-spam, spam-log-undo-registration)
17528         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17529         level from 5 to 6.
17530
17531 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17534         2004-03-04 change).
17535
17536 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17537
17538         * sieve-manage.el (sieve-manage-open):
17539         * nnweb.el (nnweb-insert-html):
17540         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17541         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17542         * nnspool.el (nnspool-request-group):
17543         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17544         * nnml.el (nnml-request-update-info):
17545         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17546         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17547         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17548         (nnimap-request-set-mark):
17549         * nnfolder.el (nnfolder-request-update-info):
17550         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17551         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17552         * gnus-uu.el (gnus-uu-find-articles-matching):
17553         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17554         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17555         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17556         * gnus-nocem.el (gnus-nocem-scan-groups):
17557         * gnus-int.el (gnus-start-news-server):
17558         * gnus-group.el (gnus-group-make-kiboze-group)
17559         (gnus-group-browse-foreign-server):
17560         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17561         Use mapc when appropriate.
17562
17563 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17564
17565         FIXME: Make separate entries for each person.
17566
17567         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17568         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17569         <shields@msrl.com>:
17570
17571         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17572         may need for spam sorting and scoring.
17573         (spam-user-format-function-S): Add user format function suitable for
17574         general use.
17575         (spam-article-sort-by-spam-status): Add sorting function for summary
17576         sorting.
17577         (spam-extra-header-to-number): Add function to get a score from a
17578         header.
17579         (spam-summary-score): Add function to get a numeric score from the
17580         headers.
17581         (spam-generic-score): Fix function doc, was in wrong place.
17582         (spam-initialize): Take symbols when it's run, and install the
17583         extra headers that spam-necessary-extra-headers thinks we need.
17584
17585 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17586
17587         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17588         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17589
17590 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * gnus-sum.el (gnus-set-global-variables)
17593         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17594         (gnus-article-get-xrefs, gnus-summary-best-group)
17595         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17596         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17597         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17598         Use with-current-buffer.
17599
17600 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17601
17602         * spam.el (spam-summary-prepare-exit): Simplify logic.
17603         (spam-fetch-article-header): Read the article header if it's not
17604         available.
17605         (spam-list-articles): Simplify logic.
17606         (spam-filelist-register-routine): Fix bug with unregister-list.
17607
17608         * gnus-registry.el: Fix comments at beginning.
17609
17610 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17611
17612         * message.el (message-cater-to-broken-inn): Remove.
17613         (message-shorten-references): Make sure the total folded length of
17614         References is shorter than 998 characters to cater to a bug in INN
17615         2.3.  Also, don't pretend that references aren't folded -- this
17616         hasn't worked for a while.
17617
17618 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17619
17620         * gnus-agent.el (gnus-agentize):
17621         gnus-agent-send-mail-real-function no longer set to current value
17622         of message-send-mail-function but rather a lambda that calls
17623         message-send-mail-function.  The change makes the agent real-time
17624         responsive to user changes to message-send-mail-function.
17625
17626 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17627
17628         * legacy-gnus-agent.el
17629         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17630         help from Florian Weimer <fw@deneb.enyo.de>
17631
17632 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * nnmail.el (nnmail-cache-insert): Revert last change.
17635
17636 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * nnmail.el (nnmail-cache-insert): Always check whether
17639         nnmail-cache-ignore-groups matches a group name.
17640
17641 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17642
17643         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17644         (spam-find-spam, spam-log-processing-to-registry)
17645         (spam-log-registered-p, spam-log-unregistration-needed-p)
17646         (spam-log-undo-registration): Use gnus-message instead of
17647         gnus-error, none of these errors are fatal.
17648
17649         * gnus-registry.el (gnus-registry-clean-empty-function)
17650         (gnus-registry-clean-empty): Remove only empty entries without
17651         extra data.
17652
17653 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17654
17655         * spam-stat.el (spam-stat-buffer-change-to-spam)
17656         (spam-stat-buffer-change-to-non-spam): Change (error) to
17657         (gnus-message 8) invocation.
17658
17659 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * nntp.el (nntp-via-netcat-command): New variable.
17662         (nntp-via-netcat-switches): New variable.
17663         (nntp-open-via-rlogin-and-netcat): New function.
17664         (nntp-open-connection-function): Doc fix.
17665         (nntp-telnet-command): Doc fix.
17666         (nntp-end-of-line): Doc fix.
17667         (nntp-via-rlogin-command): Doc fix.
17668         (nntp-via-user-name): Doc fix.
17669         (nntp-via-address): Doc fix.
17670
17671 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17674         error in Emacs 21.1.
17675
17676 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17679
17680 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17681
17682         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17683         (gnus-agent-with-refreshed-group): New macro.
17684         (gnus-agent-rename-group): New function.
17685         (gnus-agent-delete-group): New function.
17686         (gnus-agent-save-group-info): Use gnus-command-method when
17687         `method' parameter is nil.  Don't write nil entries into the
17688         active file.
17689         (gnus-agent-get-group-info): New function.
17690         (gnus-agent-fetch-articles):
17691         Use gnus-agent-update-files-total-fetched-for to increment disk space
17692         used.
17693         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17694         Use gnus-agent-update-view-total-fetched-for to increment disk space
17695         used.
17696         (gnus-agent-get-local): Add optional parameters to avoid calling
17697         gnus-group-real-name and gnus-find-method-for-group.
17698         (gnus-agent-set-local): Delete stored entry if either min, or max,
17699         are nil.
17700         (gnus-agent-fetch-session): Reworded error/quit messages.
17701         On quit, use gnus-agent-regenerate-group to record existance of any
17702         articles fetched to disk before the quit occurred.
17703         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17704         gnus-agent-update-view-total-fetched-for, and
17705         gnus-agent-update-files-total-fetched-for to decrement disk space
17706         used.
17707         (gnus-agent-retrieve-headers):
17708         Use gnus-agent-update-view-total-fetched-for to increment disk space
17709         used.
17710         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17711         with gnus-agent-update-files-total-fetched-for to decrement disk
17712         space and fresh group buffer.
17713         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17714         (gnus-agent-need-update-total-fetched-for): New variable.
17715         (gnus-agent-update-files-total-fetched-for): New function.
17716         (gnus-agent-update-view-total-fetched-for): New function.
17717         (gnus-agent-total-fetched-for): New function.
17718
17719         * gnus-cache.el (gnus-cache-save-buffers):
17720         Use gnus-cache-update-overview-total-fetched-for to change disk space
17721         used by this group.
17722         (gnus-cache-possibly-enter-article):
17723         Use gnus-cache-update-file-total-fetched-for to increment disk space
17724         used by this group.
17725         (gnus-cache-possibly-remove-article):
17726         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17727         used by this group.
17728         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17729         (gnus-cache-rename-group): New function.
17730         (gnus-cache-delete-group): New function.
17731         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17732         (gnus-cache-need-update-total-fetched-for): New variable.
17733         (gnus-cache-with-refreshed-group): New macro.
17734         (gnus-cache-update-file-total-fetched-for): New function.
17735         (gnus-cache-update-overview-total-fetched-for): New function.
17736         (gnus-cache-rename-group-total-fetched-for): New function.
17737         (gnus-cache-delete-group-total-fetched-for): New function.
17738         (gnus-cache-total-fetched-for): New function.
17739
17740         * gnus-group.el: Require gnus-sum and autoload functions to
17741         resolve warnings when gnus-group.el compiled alone.
17742         (gnus-group-line-format): Documented new %F.
17743         (size of Fetched data) group line format; identifies disk space
17744         used by agent and cache.
17745         (gnus-group-line-format-alist): Defined new F format.
17746         (gnus-total-fetched-for): New function.
17747         (gnus-group-delete-group): No longer update
17748         gnus-cache-active-altered as gnus-request-delete-group now keeps
17749         the cache in sync.
17750         (gnus-group-list-active): Let the agent store a server's active
17751         list if currently plugged.
17752
17753         * gnus-int.el (gnus-request-delete-group):
17754         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17755         local disk in sync with the server.
17756         (gnus-request-rename-group):
17757         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17758         local disk in sync with the server.
17759
17760         * gnus-start.el (gnus-get-unread-articles):
17761         Cosmetic simplification to logic.
17762
17763         * gnus-util.el (gnus-rename-file): New function.
17764
17765 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17766
17767         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17768
17769 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17770
17771         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17772         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17773
17774 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17775
17776         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17777         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17778
17779 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17780
17781         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17782
17783 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * spam.el (spam-set-difference): Add function to replace
17786         gnus-set-difference in spam.el.
17787         (spam-summary-prepare-exit): Use spam-set-difference.
17788
17789 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17790
17791         * gnus-registry.el (gnus-registry-cache-file): Update to use
17792         gnus-dribble-directory OR gnus-home-directory OR ~.
17793         (gnus-registry-split-fancy-with-parent): Fix doc.
17794
17795 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * message.el (message-exchange-point-and-mark):
17798         Use message-mark-active-p.  Suggested by Jesper Harder
17799         <harder@ifa.au.dk>.
17800
17801 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * message.el (message-exchange-point-and-mark): Don't activate
17804         region if it was inactive.  Suggested by Hiroshi Fujishima
17805         <pooh@nature.tsukuba.ac.jp>.
17806
17807 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * gnus-art.el (article-display-face): Display Faces in the same
17810         order as X-Faces.
17811
17812 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17815
17816 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17819         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17820         (gnus-article-mime-hierarchy): Remove.
17821         (gnus-article-mime-hierarchy-next): Remove.
17822         (gnus-article-mode): Revert 2004-03-19 change.
17823         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17824         (gnus-insert-mime-button): Revert 2004-03-19 change.
17825         (gnus-mime-accumulate-hierarchy): Remove.
17826         (gnus-mime-enter-multipart): Remove.
17827         (gnus-mime-leave-multipart): Remove.
17828         (gnus-mime-display-part): Revert 2004-03-19 change.
17829         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17830
17831         * mml.el (mml-preview): Revert 2004-03-19 change.
17832
17833 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17834
17835         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17836
17837 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17840         t while entering a file name using the mm-with-multibyte macro.
17841         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17842
17843         * mm-util.el (mm-with-multibyte): New macro.
17844
17845 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17848         New user option.
17849         (gnus-mime-multipart-functions): Doc and customization fix.
17850         (gnus-article-mime-hierarchy): New variable.
17851         (gnus-article-mime-hierarchy-next): New variable.
17852         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17853         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17854         gnus-article-mime-hierarchy-next to nil.
17855         (gnus-insert-mime-button): Show hierarchy numbers.
17856         (gnus-mime-accumulate-hierarchy): New function.
17857         (gnus-mime-enter-multipart): New function.
17858         (gnus-mime-leave-multipart): New function.
17859         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17860         (gnus-mime-display-alternative): Show hierarchy numbers.
17861
17862         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17863         gnus-article-mime-hierarchy-next to nil.
17864
17865 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17866
17867         * dns.el: Don't require gnus-xmas.
17868
17869 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17870
17871         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17872         inline PGP.
17873         (mml-menu): Disable mml-quote-region if mark is inactive.
17874
17875 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17878         when the group's active is not available.
17879
17880 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17883         error.
17884
17885 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * imap.el (imap-store-password): New variable.
17888         (imap-interactive-login): Use it.
17889         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17890
17891 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17894         window-start and hscroll to summary window.
17895
17896 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17897
17898         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17899         conversion message to newsrc-dribble when an actual conversion is
17900         performed.
17901
17902 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17903
17904         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17905
17906 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * mm-decode.el (mm-complicated-handles): New function reviving
17909         former definition of mm-multiple-handles.
17910
17911         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17912         (gnus-mime-delete-part): Use it.
17913
17914 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17915
17916         * gnus-agent.el (gnus-agent-read-local):
17917         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17918         avoid the implicit assumption that they will always be equal.
17919         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17920         coding-system-for-write, as the with-temp-file macro first prints
17921         to a buffer then saves the buffer.
17922
17923 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-art.el (gnus-article-edit-part): New function.
17926         (gnus-mime-save-part-and-strip): Use it; do query instead of
17927         signaling an error; don't use mm-multiple-handles.
17928         (gnus-mime-delete-part): Ditto.
17929
17930 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17931
17932         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17933         old file versions.
17934         (gnus-group-prepare-hook): Remove function that converted list
17935         form of gnus-agent-expire-days to group properties.
17936
17937         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17938         (gnus-request-accept-article): Re-indented.
17939
17940         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17941         converters to handle old agent file formats.  Add logic for a
17942         "backup before upgrading warning".
17943         (gnus-convert-mark-converter-prompt): Developers can mark
17944         functions as needing (default), or not needing,
17945         gnus-convert-old-newsrc's "backup before upgrading warning".
17946         (gnus-convert-converter-needs-prompt): Tests whether the user
17947         should be protected from potentially irreversable changes by the
17948         function.
17949
17950         * legacy-gnus-agent.el: New.  Provides converters that are only
17951         loaded when gnus-convert-old-newsrc needs to call them.
17952
17953 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * mail-source.el (mail-source-touch-pop): Doc fix.
17956
17957         * message.el (message-smtpmail-send-it): Doc fix.
17958
17959 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17960
17961         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17962
17963         * nnmail.el (nnmail-split-fancy): do.
17964
17965         * gnus-kill.el (gnus-kill, gnus-execute): do.
17966
17967 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17968
17969         * gnus-sum.el (gnus-widget-reversible-match)
17970         (gnus-widget-reversible-to-internal)
17971         (gnus-widget-reversible-to-external): New functions.
17972         (gnus-widget-reversible): New widget.
17973         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17974
17975 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17976
17977         * gnus-sum.el (gnus-thread-sort-functions)
17978         (gnus-article-sort-functions): Document `(not F)' items.
17979
17980 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17981
17982         * spam.el (spam-use-gmane-xref): Add new backend.
17983         (spam-gmane-xref-spam-group): Add variable to control the name of the
17984         Gmane spam group.
17985         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17986         (spam-regex-headers-spam, spam-regex-headers-ham)
17987         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17988         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17989         backends and checks.
17990         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17991
17992         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17993         an autodetect method.
17994
17995 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17996
17997         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17998         articles are being added to a group.
17999         (gnus-request-replace-article): Inform the agent that articles
18000         need to be uncached as the cached contents are no longer valid.
18001
18002 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * binhex.el: Don't autoload executable-find.
18005
18006         * canlock.el: Don't autoload mail-fetch-field.
18007
18008         * dgnushack.el: Autoload c-mode for XEmacs.
18009
18010         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18011
18012         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18013         rmail-dont-reply-to and rmail-output.
18014
18015         * gnus-score.el: Don't autoload ffap-string-at-point.
18016
18017         * gnus-setup.el: Don't autoload sc-cite-original.
18018
18019         * imap.el: Don't autoload base64-decode-string,
18020         base64-encode-string and md5.
18021
18022         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18023         and rmail-msg-restore-non-pruned-header.
18024
18025         * mm-decode.el: Don't autoload executable-find.
18026
18027         * mm-url.el: Don't autoload executable-find.
18028
18029         * mm-view.el: Don't autoload diff-mode.
18030
18031         * nndb.el: Don't autoload news-reply-mode, news-setup,
18032         cancel-timer and telnet.
18033
18034         * password.el: Don't autoload run-at-time for Emacs.
18035
18036         * sha1-el.el: Don't autoload executable-find.
18037
18038         * sieve-mode.el: Don't autoload c-mode.
18039
18040         * uudecode.el: Don't autoload executable-find.
18041
18042 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18043
18044         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18045         (gnus-agent-possibly-alter-active): Avoid null in numeric
18046         comparison.
18047         (gnus-agent-set-local): Refuse to save null in local object table.
18048         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18049         list of articles that will be marked as unread.
18050
18051 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18054
18055 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18058         language tags.
18059
18060 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18061
18062         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18063         Don't bind "obarray".
18064
18065         * gnus-sum.el (gnus-thread-sort-functions):
18066         Add `gnus-thread-sort-by-most-recent-number' and
18067         `gnus-thread-sort-by-most-recent-date'.
18068         Reported by Kai Grossjohann <kai@emptydomain.de>.
18069
18070 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18073
18074 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18075
18076         * gnus-cus.el (gnus-agent-customize-category):
18077         Remove ignore-errors macro reference that required cl to be loaded at
18078         run-time.
18079
18080         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18081         single-interval range of the form (min . max).  Previously the
18082         range had to look like ((min . max)).  Likewise, return
18083         (min . max) rather than ((min . max)).
18084         (gnus-range-map): Use gnus-range-normalize to accept
18085         single-interval range.
18086
18087         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18088         the cache, but not the agent, now appear with their usual face.
18089
18090         * dgnushack.el (loaddir): New variable that is bound to the
18091         directory containing the dgnushack.el file. Use loaddir, rather
18092         than srcdir, to update load-path. Change lets dgnushack compile
18093         code in directories other than GNUS/lisp.
18094
18095 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * lpath.el: Don't bind w3m-safe-url-regexp.
18098
18099         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18100         w3m-safe-url-regexp variable buffer-local.
18101
18102         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18103
18104 2004-02-27  Simon Josefsson  <jas@extundo.com>
18105
18106         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18107         gnus-group-real-prefix.
18108         (gnus-summary-move-article): Use it, instead of
18109         gnus-group-real-prefix.
18110
18111 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * lpath.el: Bind w3m-safe-url-regexp.
18114
18115         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18116         w3m-safe-url-regexp variable buffer-local and set it as the value
18117         of mm-w3m-safe-url-regexp.
18118
18119         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18120
18121         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18122         parsing gnus-posting-styles when the message is not for replying.
18123
18124         * dgnushack.el: Autoload sgml-mode for XEmacs.
18125
18126         * nnrss.el (nnrss-opml-export):
18127         Use mm-set-buffer-file-coding-system instead of
18128         set-buffer-file-coding-system.
18129
18130 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18131
18132         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18133         of checkdoc.el).
18134         * nnrss.el: do.
18135         * gnus-mlspl.el: do.
18136         * gnus-ml.el: do.
18137         * gnus-srvr.el: do.
18138
18139         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18140
18141 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18142
18143         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18144         Corrections to custom-manual links.
18145
18146         * gnus-art.el (gnus-article): Ditto.
18147
18148         * mm-decode.el (mime-display, mime-security): Ditto.
18149
18150 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18151
18152         * flow-fill.el: Typo.
18153
18154 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18155
18156         * spam-wash.el: New file.
18157
18158 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18159
18160         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18161
18162 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18163
18164         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18165         to be run with new-articles as LIST1, not LIST2.
18166         (spam-registration-functions): Add spam-use-ham-copy as a nil
18167         registration backend.
18168
18169 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18170
18171         * spam-stat.el (spam-stat-washing-hook): New option.
18172         (spam-stat-buffer-words): Use it.
18173         (spam-stat-process-directory, spam-stat-test-directory):
18174         Use insert-file-contents-literally.
18175         (spam-stat-coding-system): New variable.
18176         (spam-stat-load, spam-stat-save): Use it.
18177
18178 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * spam-report.el (spam-report-plug-agent):
18181         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18182
18183 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18184
18185         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18186         Allow / in mailto URLs.
18187
18188 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18189
18190         * spam-report.el (spam-report-process-queue): Fix interactive use.
18191         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18192         (spam-report-unplug-agent): Doc fixes.
18193         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18194         (spam-report-agentize, spam-report-deagentize): Autoload.
18195
18196 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18199
18200         * message.el (message-setup-fill-variables): Add mml tags to
18201         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18202         <ajk@iu.edu>.
18203         (message-mode): Don't modify paragraph-separate there.
18204
18205 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * compface.el (uncompface-use-external): Default to undecided.
18208         (uncompface-use-external-threshold): New variable.
18209         (uncompface-float-time): New macro.
18210         (uncompface): Determine whether to use the external decoder if
18211         uncompface-use-external is undecided.
18212
18213 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18214
18215         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18216         after images.
18217
18218         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18219
18220 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18221
18222         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18223
18224         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18225
18226         * gnus-sum.el (gnus-summary-limit-to-age)
18227         (gnus-summary-limit-children): do.
18228
18229         * gnus-int.el (gnus-request-scan): do.
18230
18231         * gnus-group.el (gnus-group-suspend): do.
18232
18233         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18234
18235         * gnus-cite.el (gnus-cite-parse-attributions): do.
18236
18237         * gnus-agent.el (gnus-summary-set-agent-mark)
18238         (gnus-agent-regenerate-group): do.
18239
18240         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18241
18242         * binhex.el (binhex-decode-region-internal): do.
18243
18244 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * gnus-fun.el (gnus-face-properties-alist): New user option.
18247         (gnus-display-x-face-in-from): Use it.
18248
18249         * gnus-art.el (article-display-face): Ditto.
18250
18251         * compface.el (uncompface-use-external): Default to nil.
18252
18253 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * nntp.el (nntp-erase-buffer): New function.
18256         (nntp-retrieve-data, nntp-send-command)
18257         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18258         (nntp-possibly-change-group): Use it.
18259
18260         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18261         Use with-current-buffer.
18262
18263 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18264
18265         * compface.el: Merge the ELisp-based uncompface program.
18266         (compface): New customization group.
18267         (uncompface-use-external): New user option.
18268         (uncompface): Call uncompface-internal if uncompface-use-external
18269         is nil.
18270         (uncompface-internal): New function.  Note that there are also
18271         some other functions and variables added for this function.
18272
18273 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18274
18275         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18276         if necessary.
18277
18278 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18279
18280         * spam-report.el (spam-report-unplug-agent)
18281         (spam-report-plug-agent, spam-report-deagentize)
18282         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18283         Add support for the Agent in spam-report: when unplugged, report to a
18284         file; when plugged, submit all the requests.
18285
18286         * spam.el (spam-register-routine): Fix message about
18287         registration.
18288
18289 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18292         dependencies.
18293         (rfc2047-encode): Use it.
18294
18295         * gnus-art.el (gnus-button-marker-list): Move before first
18296         reference.
18297
18298         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18299         (imap-parse-body): Fix format string mismatch.
18300
18301         * gnus-score.el (gnus-summary-increase-score): do.
18302
18303         * nnrss.el (nnrss-close): New function.
18304
18305 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18306
18307         * nnrss.el (nnrss-make-filename): New function.
18308         (nnrss-request-delete-group, nnrss-read-server-data)
18309         (nnrss-save-server-data, nnrss-read-group-data)
18310         (nnrss-save-group-data): Use it.
18311         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18312         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18313         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18314
18315 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18316
18317         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18318
18319 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18320
18321         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18322         files.
18323
18324         * message.el (message-generate-headers-first): Don't quote nil
18325         and t in docstrings.
18326
18327         * imap.el (imap-id): do.
18328
18329         * gnus-agent.el (gnus-agent-consider-all-articles)
18330         (gnus-agent-queue-mail): do.
18331
18332 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18333
18334         * spam-report.el (spam-report-process-queue): New function.
18335         Process requests from `spam-report-requests-file'.
18336         (spam-report-process-queue): Doc fix.
18337
18338 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18339
18340         * spam.el (spam-register-routine)
18341         (spam-log-processing-to-registry, spam-log-registered-p)
18342         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18343         Change "check" to "spam-check" for semi-clarity.
18344
18345 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * pop3.el: Require nnheader.
18348
18349         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18350
18351         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18352
18353         * gnus-picon.el: Require cl.
18354
18355         * gnus-fun.el: Require gnus-ems and gnus-util.
18356
18357         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18358
18359         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18360
18361         * gnus-art.el (gnus-article-edit-mode): Define before first
18362         reference.
18363
18364 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18365
18366         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18367         (gnus-uu-post-encoded): Use point-at-bol.
18368
18369         * gnus-topic.el (gnus-group-active-topic-p): do.
18370
18371         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18372
18373         * gnus-group.el (gnus-group-kill-region): do.
18374
18375         * gnus-art.el (article-date-ut): do.
18376
18377         * message.el (message-fetch-field): Remove redundant
18378         case-fold-search binding.
18379         (message-narrow-to-field): Simplify.
18380
18381 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * spam.el (spam-directory): Derive from `gnus-directory'.
18384
18385         * spam-report.el (spam-report-url-to-file)
18386         (spam-report-requests-file): New function and variable for offline
18387         reporting.
18388         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18389         and user defined function.
18390         (spam-report-url-ping-mm-url): Remove doubled slash.
18391
18392 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18393
18394         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18395
18396 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18399         Fix format string mismatch.
18400
18401         * sieve.el (sieve-deactivate-all): do.
18402
18403         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18404
18405         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18406
18407         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18408
18409         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18410
18411 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18412
18413         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18414         the list of checks.
18415
18416 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18419         padding.
18420
18421 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18422
18423         * mm-view.el (mm-fill-flowed): New variable.
18424         (mm-inline-text): Use it.
18425
18426 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18427
18428         * spam.el (spam-spamassassin-register-ham-routine)
18429         (spam-spamassassin-register-spam-routine): Fix function names.
18430
18431 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus.el (gnus-tmp-grouplens): Remove.
18434         (gnus-summary-line-format): Remove grouplens.
18435
18436         * gnus-group.el (gnus-group-line-format): Ditto.
18437
18438         * gnus-spec.el (gnus-format-specs): Ditto.
18439         (gnus-update-format-specifications): Flush the group format spec
18440         cache if there's the grouplens stuff.
18441         (gnus-parse-simple-format): Replace %l with the empty string.
18442
18443 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18444
18445         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18446         omission.
18447
18448 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18451         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18452
18453 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18454
18455         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18456         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18457         New macros and functions.
18458         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18459         Handle > NLINK_MAX messages.
18460         * nnmaildir.el (nnmaildir-request-set-mark):
18461         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18462
18463 2004-01-25  Alex Schroeder  <alex@gnu.org>
18464
18465         * spam-stat.el (spam-stat-process-directory-age): New option.
18466         (spam-stat-process-directory): Use it.
18467
18468 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18469
18470         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18471         (spam-stat-save): Accept prefix argument.
18472
18473 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18474
18475         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18476         links" error.
18477
18478 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18481         the rest of the and/or forms.
18482
18483 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18484
18485         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18486         compatibility with old .newsrc.eld files.
18487
18488         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18489
18490         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18491
18492         * gnus-start.el (gnus-1): do.
18493
18494         * gnus-group.el (gnus-group-line-format-alist): do.
18495
18496         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18497
18498         * gnus-gl.el: Remove.
18499
18500 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18501
18502         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18503         marks consisting of a single range {for example, (3 . 5)} rather
18504         than a list of a single range { ((3 . 5)) }.
18505
18506 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18507
18508         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18509         Use with-current-buffer.
18510         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18511         avoid consing a string.
18512
18513         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18514         Remove obsolete entries for big5 and gb2312.
18515
18516 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18517
18518         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18519         uncompressed list.
18520
18521 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18522
18523         * spam-stat.el (spam-stat-strip-xref): New function.
18524         (spam-stat-process-directory): Use it.
18525
18526         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18527         here -- it's done in message-fetch-field.
18528
18529 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18530
18531         * gnus-agent.el (gnus-agent-queue-mail)
18532         (gnus-agent-prompt-send-queue): New variables.
18533         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18534         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18535         "nndraft:queue" along to gnus-draft-send.
18536         Use gnus-agent-prompt-send-queue.
18537         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18538         is "nndraft:queue".  Suggested by Gaute Strokkenes
18539         <gs234@srcf.ucam.org>
18540
18541         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18542         (agent-enable-undownloaded-faces): Add.
18543         (gnus-agent-cat-groups): Use eval-and-compile, not
18544         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18545         method of gnus-agent-cat-groups even when the buffer has been
18546         evaled.
18547         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18548         delete gnus-agent-save-active-1.
18549         (gnus-agent-save-groups): Delete.  Identical to
18550         gnus-agent-save-active.
18551         (gnus-agent-write-active): No longer adjust agent's copy of active
18552         file as agent's adjustments are now stored in their own
18553         file.  Remove optional parameter.
18554         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18555         servers.  Add use of min/max range limits from server's local
18556         file.
18557         (gnus-agent-save-alist): Remove unused optional argument.
18558         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18559         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18560         (gnus-agent-set-local): A per-server file that keeps min/max range
18561         limits for articles known to the agent.  Provides a fast mechanism
18562         for altering many active ranges.
18563         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18564         active file (local makes it unnecessary).
18565         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18566
18567         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18568         (agent-enable-undownloaded-faces): Add.
18569
18570         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18571         disable it when sending to "nndraft:queue".
18572         (gnus-group-send-queue): Add safety check to avoid sending queue
18573         when unplugged.
18574
18575         * gnus-group.el (gnus-group-catchup): Use new
18576         gnus-sequence-of-unread-articles, not
18577         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18578         numbers of articles.  Use gnus-range-map to avoid having to
18579         uncompress the unread list.
18580         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18581         Fix invalid ange-ftp reference.
18582
18583         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18584         (gnus-sorted-range-intersection): Intersection of two ranges
18585         without requiring that they first be uncompressed.
18586
18587         * gnus-start.el (gnus-activate-group): Unless blocked by the
18588         caller, possibly expand the active range to include both cached
18589         and agentized articles.
18590         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18591         multiple version-dependent converters.
18592         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18593         gnus-agent-save-active.
18594         (gnus-save-newsrc-file): Save dirty agent range limits.
18595
18596         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18597         gnus-agent-possibly-alter-active.
18598         (gnus-adjust-marked-articles): Faster handling of simple lists.
18599
18600 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18601
18602         * spam-stat.el (spam-stat-test-directory): New optional argument
18603         displays a list of files detected.  Suggested by Andrew Cohen
18604         <cohen@andy.bu.edu>.
18605         (spam-stat-buffer-words-with-scores): Don't narrow and change
18606         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18607
18608 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18609
18610         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18611         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18612         (spam-spamassassin-arguments)
18613         (spam-spamassassin-spam-flag-header)
18614         (spam-spamassassin-positive-spam-flag-header)
18615         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18616         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18617         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18618         (spam-list-of-processors, spam-list-of-checks)
18619         (spam-list-of-statistical-checks, spam-registration-functions)
18620         (spam-check-spamassassin-headers, spam-check-spamassassin)
18621         (spam-spamassassin-score)
18622         (spam-spamassassin-register-with-sa-learn)
18623         (spam-spamassassin-register-spam-routine)
18624         (spam-spamassassin-register-ham-routine)
18625         (spam-assassin-register-spam-routine)
18626         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18627         (spam-bogofilter-score): Fix to show article before scoring.
18628
18629 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18630
18631         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18632         default scoring function.
18633         (spam-generic-score): Call spam-spamassassin-score if
18634         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18635         spam-bogofilter-score otherwise.
18636
18637         * gnus.el (spam-process, spam-autodetect-methods):
18638         Add spamassassin and spamassassin-headers.
18639
18640 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18641
18642         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18643         Suppress unnecessary messages.
18644
18645 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18646
18647         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18648         make-hash-table.
18649
18650 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * canlock.el (base64-encode-string): Don't autoload it.
18653
18654 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * run-at-time.el: Remove useless (require 'itimer),
18657         eval-and-compile and (featurep 'xemacs).
18658
18659 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18660
18661         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18662         GROUP is a virtual group.
18663
18664 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18665
18666         * gnus.el: Autoload `message-y-or-n-p'.
18667
18668 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18669
18670         * pgg-parse.el: Remove unnecessary (require 'custom).
18671
18672         * pgg-def.el: do.
18673
18674         * nnmail.el: do.
18675
18676         * gnus-undo.el: do.
18677
18678         * gnus-picon.el: do.
18679
18680         * gnus-util.el: do.
18681
18682 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18685
18686 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18689         handle, as well as a list.
18690
18691         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18692         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18693         (mm-w3m-cid-retrieve): Simplify.
18694
18695 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18696
18697         * message.el (message-kill-to-signature): Allow prefix arg to
18698         specify number of lines to keep before signature.
18699
18700 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18701
18702         * message.el (message-kill-to-signature): Change docstring.
18703
18704 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * canlock.el: Always require sha1-el.
18707         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18708
18709         * message.el: Autoload sha1 only when compiling.
18710
18711         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18712         eudc-expand-inline for XEmacs.
18713
18714 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * message.el (message-canlock-generate): Require sha1-el.
18717
18718 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18719
18720         * message.el (message-expand-name): Silence the byte compiler.
18721
18722         * lpath.el: Add detect-coding-system.
18723
18724         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18725         cus-edit.
18726
18727 2004-01-13  Simon Josefsson  <jas@extundo.com>
18728
18729         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18730         Invoke gnus-score-mode.
18731         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18732
18733         * gnus-range.el (gnus-compress-sequence): Doc fix.
18734         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18735
18736 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18739
18740 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18741
18742         * spam.el (spam-get-article-as-string): Update to use
18743         gnus-request-article-this-buffer, much simpler.
18744         (spam-get-article-as-buffer): Remove.
18745
18746 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18747
18748         * message.el (message-expand-name): Use EUDC if the user uses that.
18749
18750 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18751
18752         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18753         character for the encoding to avoid consing a string.
18754
18755         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18756         unnecessarily.
18757
18758         * mm-util.el (mm-replace-chars-in-string): Remove.
18759
18760         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18761         of mm-replace-chars-in-string.
18762
18763 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18764
18765         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18766
18767         * mm-util.el (mm-subst-char-in-string): Support inplace.
18768
18769         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18770         a new string in every iteration.  Use shy groups.
18771
18772 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18773
18774         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18775         * gnus-soup.el (gnus-soup-group-brew):
18776         * gnus-msg.el (gnus-put-message):
18777         * gnus-move.el (gnus-group-move-group-to-server):
18778         * gnus-kill.el (gnus-batch-score):
18779         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18780         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18781         (gnus-group-update-group, gnus-group-read-group)
18782         (gnus-group-make-group, gnus-group-make-help-group)
18783         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18784         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18785         (gnus-group-sort-by-unread, gnus-group-catchup)
18786         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18787         (gnus-group-yank-group, gnus-group-set-info)
18788         (gnus-group-list-groups):
18789         * gnus.el (gnus-generate-new-group-name):
18790         * gnus-delay.el (gnus-delay-send-queue):
18791         * nnvirtual.el (nnvirtual-catchup-group):
18792         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18793         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18794         (gnus-group-prepare-topics, gnus-topic-check-topology):
18795         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18796         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18797         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18798         (gnus-group-make-articles-read):
18799         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18800         (gnus-group-change-level, gnus-kill-newsgroup)
18801         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18802         (gnus-get-unread-articles, gnus-make-articles-unread)
18803         (gnus-make-ascending-articles-unread): Use accessor
18804         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18805         to get group information for improved readability.
18806
18807
18808 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18809
18810         * gnus-art.el (article-decode-mime-words, article-babel)
18811         (gnus-article-highlight-signature, gnus-article-add-buttons)
18812         (gnus-signature-toggle): Use gnus-with-article-buffer.
18813
18814         * gnus-art.el (gnus-article-highlight-headers)
18815         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18816
18817         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18818         (gnus-article-set-globals, gnus-request-article-this-buffer)
18819         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18820         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18821         (gnus-mime-display-alternative): Use with-current-buffer.
18822
18823 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18826         also under 80 char limit, and call gnus-error if needed.
18827         (spam-fetch-article-header): Fix - it was a
18828         buffer-local variable (gnus-newsgroup-data).
18829         (spam-find-spam): Use spam-generate-fake-headers, forget about
18830         spam-insert-fake-headers.
18831         (spam-insert-fake-headers): Remove.
18832
18833 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18834
18835         * deuglify.el (gnus-article-outlook-unwrap-lines)
18836         (gnus-outlook-rearrange-article)
18837         (gnus-outlook-repair-attribution-outlook)
18838         (gnus-outlook-repair-attribution-block)
18839         (gnus-outlook-repair-attribution-other): Remove redundant
18840         save-excursion.
18841
18842 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18843
18844         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18845         (spam-fetch-field-subject-fast)
18846         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18847         (spam-fetch-article-header): Add functions to deal with Gnus
18848         internals for fast retrieval of article header data.
18849         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18850
18851 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18852
18853         * pop3.el (pop3-md5): Remove.
18854         (pop3-apop): Replace pop3-md5 with md5.
18855
18856         * mm-bodies.el: base64 is always built-in.
18857
18858         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18859         Use with-current-buffer.
18860
18861 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * canlock.el (canlock-insert-header): Remove excessive grouping in
18864         regexp.
18865
18866         * gnus-sum.el (gnus-summary-read-document): Ditto.
18867
18868         * gnus-uu.el (gnus-uu-part-number): Ditto.
18869
18870         * html2text.el (html2text-remove-tags): Ditto.
18871         (html2text-format-tags): Ditto.
18872         (html2text-format-single-elements): Ditto.
18873
18874         * mml.el (mml-parse-1): Ditto.
18875
18876 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18877
18878         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18879
18880         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18881
18882         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18883
18884         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18885
18886 2003-11-15  Simon Josefsson  <jas@extundo.com>
18887
18888         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18889         (pgg-gpg-lookup-key): Use regexp match instead of
18890         split-string (split-string is different between emacs 21.2 and
18891         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18892
18893 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * gnus-art.el (gnus-mime-view-all-parts)
18896         (gnus-article-part-wrapper, gnus-article-view-part):
18897         Use with-current-buffer.
18898
18899 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18900
18901         * spam.el (spam-disable-spam-split-during-ham-respool)
18902         (spam-spamoracle-database, spam-cache-lookups)
18903         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18904         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18905         (spam-group-ham-marks, spam-group-spam-marks)
18906         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18907         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18908         also add spam-use-blackholes to the statistical checks.
18909         (spam-fetch-field-fast): Add interface to fetching fields, may
18910         become a macro.
18911         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18912         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18913         (spam-insert-fake-headers): Fake an article when needed.
18914         (spam-find-spam): Fake article when possible.
18915         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18916         (spam-check-bogofilter-headers): Use message-fetch-field instead
18917         of nnmail-fetch-field.
18918
18919 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18922
18923 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18924
18925         * spam.el (spam-split): Do not require spam-use-CHECK to be
18926         enabled if that check is passed to spam-split explicitly; also
18927         fix so 'spam doesn't get converted to spam-split-group when
18928         spam-split-symbolic-return is t.
18929         (spam-find-spam): Find registrations of the article and use those
18930         instead of re-running spam-split to find the spam/ham
18931         classification of the article.
18932         (spam-log-processing-to-registry, spam-log-registered-p)
18933         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18934         Use gnus-error instead of gnus-message.
18935         (spam-log-registration-type): Add function to determine the
18936         classification of a message based on registry entries; will
18937         return nil if both 'spam and 'ham are found.
18938         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18939         a reasonably fast local cache without the loading errors.
18940         (spam-cache-lookups): Set to t by default.
18941         (spam-find-spam): Don't try to guess spam-cache-lookups.
18942         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18943         spam-caches entry.
18944         (spam-filelist-build-cache, spam-filelist-check-cache):
18945         Fix caching of whitelist/blacklist entries.
18946         (spam-check-whitelist, spam-check-blacklist):
18947         Invoke spam-from-listed-p with a type, not a cache variable.
18948         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18949
18950 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18951
18952         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18953
18954         * nnmail.el (nnmail-split-fancy): do.
18955
18956         * mml.el (mml-parse): do.
18957
18958         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18959         (gnus-score-adaptive): do.
18960
18961 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18964         (gnus-mime-button-map): Don't set keymap parent.
18965         (gnus-button-ctan-directory-regexp): Use shy grouping.
18966         (gnus-prev-page-map): Don't set keymap parent.
18967         (gnus-prev-page-map): Remove duplicated one.
18968         (gnus-next-page-map): Don't set keymap parent.
18969         (gnus-mime-security-button-map): Ditto.
18970
18971         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18972         version number.
18973
18974         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18975
18976 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * canlock.el (canlock-sha1-function): Remove.
18979         (canlock-sha1-function-for-verify): Remove.
18980         (canlock-openssl-program): Remove.
18981         (canlock-openssl-args): Remove.
18982         (canlock-ignore-errors): Remove.
18983         (canlock-sha1-with-openssl): Remove.
18984         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18985         (canlock-verify): Don't use canlock-ignore-errors.
18986
18987         * sha1-el.el (sha1-string-external): Make it can return a string
18988         in binary form.
18989         (sha1-region-external): Ditto.
18990         (sha1-string-internal): Ditto.
18991         (sha1-region-internal): Ditto.
18992         (sha1-region): Ditto.
18993         (sha1-string): Ditto.
18994         (sha1): Ditto.
18995
18996 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18997
18998         * spam.el (spam-report-articles-gmane): New command.
18999
19000 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19003
19004         * run-at-time.el (run-at-time-saved): Remove.
19005         (run-at-time): Doc fix.
19006
19007 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19008
19009         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19010         (gnus-summary-limit-map): Add it.
19011         (gnus-summary-make-menu-bar): do.
19012
19013 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19014
19015         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19016         Make attempt at some caching support (done for BBDB only now).
19017         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19018         addresses to be checked.
19019         (spam-clear-cache-BBDB): Add function, to be invoked by
19020         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19021         (spam-check-BBDB): Check and use the caches, if
19022         spam-cache-lookups is on, remove superfluous (provide).
19023
19024 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19025
19026         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19027
19028 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19029
19030         * run-at-time.el (run-at-time-saved): Move to after the definition
19031         of `run-at-time'.
19032
19033         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19034
19035 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19038         mm-w3m-local-map-property.
19039
19040         * mm-view.el (mm-w3m-mode-map): Remove.
19041         (mm-w3m-local-map-property): Remove.
19042         (mm-inline-text-html-render-with-w3m): Don't use
19043         mm-w3m-local-map-property.
19044
19045 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19046
19047         * run-at-time.el: New file.
19048
19049         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19050         under Emacs.
19051
19052         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19053         of gnus-set-text-properties.
19054
19055         * gnus-uu.el (gnus-uu-save-article): Ditto.
19056
19057         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19058
19059         * gnus-cite.el (gnus-cite-parse): Ditto.
19060
19061         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19062         of gnus-.
19063
19064         * gnus-xmas.el (run-at-time): Require run-at-time.
19065
19066         * gnus.el: Change calls to nnheader-run-at-time and
19067         password-run-at-time throughout to use run-at-time directly.
19068
19069         * password.el: Remove definition of run-at-time.
19070
19071         * nnheaderxm.el: Remove definition of run-at-time.
19072
19073 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19074
19075         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19076         in prompt.
19077
19078 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19079
19080         * messagexmas.el (message-xmas-redefine): Alias
19081         `message-make-caesar-translation-table' to
19082         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19083         version.
19084
19085         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19086         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19087         `gnus-xmas-set-text-properties'.
19088         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19089         `gnus-xmas-completing-read'.
19090         (gnus-xmas-completing-read): Removed.
19091         (gnus-xmas-open-network-stream): Removed.
19092
19093         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19094         XEmacs version.
19095
19096         * dns.el (dns-make-network-process): Use `open-network-stream'
19097         instead of `gnus-xmas-open-network-stream'.
19098
19099         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19100
19101         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19102
19103 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19104
19105         * gnus-art.el (gnus-mime-display-alternative)
19106         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19107         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19108         Don't use gnus-local-map-property.
19109
19110         * gnus-util.el (gnus-local-map-property): Remove.
19111
19112         * mm-view.el (mm-view-pkcs7-decrypt):
19113         Replace gnus-completing-read-maybe-default with completing-read.
19114
19115         * gnus-util.el (gnus-completing-read): do.
19116         (gnus-completing-read-maybe-default): Remove.
19117
19118 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19119
19120         * password.el: Only autoload `run-at-time' if not XEmacs.
19121         Only autoload the itimer functions if XEmacs.
19122
19123 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19126         XEmacsen.
19127
19128         * dgnushack.el: Autoload executable-find for XEmacs.
19129
19130 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19131
19132         * gnus-art.el (gnus-read-string): Remove.
19133         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19134         read-string.
19135
19136 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * netrc.el: Autoload password-read.
19139         (netrc): Add configuration group.
19140         (netrc-encoding-method, netrc-openssl-path):
19141         Add variables for encoding and decoding of files with symmetric
19142         ciphers.
19143         (netrc-encode): Add assistant function to encode a file with
19144         netrc-encoding-method.
19145         (netrc-parse): Add interactive parameter, added optional
19146         decoding if netrc-encoding-method is non-nil but otherwise
19147         behavior is standard.
19148         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19149         Do s/encode/encrypt/ everywhere.
19150
19151         * spam.el: Remove executable-find autoload.
19152
19153 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19156
19157         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19158
19159 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19160
19161         * gnus-art.el (gnus-treat-ansi-sequences)
19162         (article-treat-ansi-sequences): New variable and function.
19163         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19164
19165         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19166         Use it.
19167
19168 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19169
19170         * mm-util.el (mm-quote-arg): Remove.
19171
19172         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19173         shell-quote-argument.
19174
19175         * gnus-uu.el (gnus-uu-command): do.
19176
19177         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19178
19179         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19180         with make-char.
19181
19182         * mm-util.el (mm-make-char): Remove.
19183
19184         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19185         add-minor-mode.
19186
19187         * gnus-undo.el (gnus-undo-mode): do.
19188
19189         * gnus-topic.el (gnus-topic-mode): do.
19190
19191         * gnus-sum.el (gnus-dead-summary-mode): do.
19192
19193         * gnus-start.el (gnus-slave-mode): do.
19194
19195         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19196
19197         * gnus-ml.el (gnus-mailing-list-mode): do.
19198
19199         * gnus-gl.el (gnus-grouplens-mode): do.
19200
19201         * gnus-draft.el (gnus-draft-mode): do.
19202
19203         * gnus-dired.el (gnus-dired-mode): do.
19204
19205         * gnus-ems.el (gnus-add-minor-mode): Remove.
19206
19207         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19208         Replace gnus-char-width with char-width.
19209
19210         * gnus-ems.el (gnus-char-width): Remove.
19211
19212         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19213         Replace gnus-char-width with char-width.
19214
19215         * gnus-ems.el (gnus-char-width): Remove.
19216
19217         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19218         definition.
19219         Remove Emacs 20 hash table compatibility code.
19220
19221         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19222         20 compatibility code.
19223
19224         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19225
19226         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19227
19228         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19229         Replace with point-at-{eol,bol}.
19230
19231         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19232
19233         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19234
19235         * flow-fill.el (fill-flowed-point-at-bol)
19236         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19237
19238         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19239         Replace with point-at-{eol,bol} throughout all files.
19240
19241 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * ntlm.el (ntlm-string-as-unibyte): New macro.
19244         (ntlm-build-auth-response): Use it.
19245
19246         Remove Emacs 20 stuff:
19247         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19248         (butlast, mapc, remove): Remove the compiler macros.
19249         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19250         of delq and copy-sequence.
19251         * gnus-art.el (popup-menu): Remove the compiler macro.
19252         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19253         Emacs 20.
19254
19255 2004-01-05  Simon Josefsson  <jas@extundo.com>
19256
19257         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19258         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19259         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19260         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19261         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19262         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19263         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19264         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19265         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19266         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19267         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19268         string-xor into ntlm-string-xor.
19269         Suggested by Jesper Harder <harder@myrealbox.com>.
19270
19271         * ntlm.el: Don't include poem.
19272
19273         * md4.el (print-int32, print-string-hexa): Remove.
19274         Suggested by Jesper Harder <harder@myrealbox.com>.
19275
19276         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19277
19278         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19279         probably breaks emacs with DL patch, but do we care? Is anyone
19280         still using the DL stuff?)
19281
19282         * sieve-manage.el: Use the password package.
19283         (sieve-manage-read-passwd): Remove.
19284         (sieve-manage-interactive-login): Use password.  Re-add
19285         condition-case around loop.
19286
19287         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19288         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19289         Use the password package.
19290
19291 2003-02-19  Simon Josefsson  <jas@extundo.com>
19292
19293         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19294         token.
19295
19296 2002-08-07  Simon Josefsson  <jas@extundo.com>
19297
19298         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19299         (sieve-manage-authenticators):
19300         (sieve-manage-authenticator-alist): Add some SASL mechs.
19301         (sieve-sasl-auth): New function.
19302         (sieve-manage-cram-md5-auth):
19303         (sieve-manage-plain-auth): Rewrite using SASL library.
19304         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19305         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19306         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19307         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19308
19309 2004-01-05  Simon Josefsson  <jas@extundo.com>
19310
19311         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19312         New files.
19313
19314 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19315
19316         * gnus-group.el (gnus-no-groups-message): Update.
19317
19318         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19319
19320 2003-11-09  Simon Josefsson  <jas@extundo.com>
19321
19322         * imap.el: Support for ID IMAP extension (RFC 2971).
19323         (imap-local-variables): Add imap-id.
19324         (imap-id): New variable.
19325         (imap-id): New function.
19326         (imap-parse-response): Parse untagged ID response.
19327         * nnimap.el (nnimap-id): New variable.
19328         (nnimap-open-connection): Use it.
19329
19330 2003-12-28  Simon Josefsson  <jas@extundo.com>
19331
19332         * gnus-score.el (gnus-score-edit-all-score): New.
19333         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19334
19335 2004-01-04  Simon Josefsson  <jas@extundo.com>
19336
19337         * password.el: Add.
19338
19339 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19340
19341         * dns.el (dns-query-types): Fix typo.
19342         (dns-query-types): New function.
19343         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19344         PTR and SOA replies, see RFC 1035.
19345
19346 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19347
19348         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19349
19350         * Move to Changelog.2.
19351
19352 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19353
19354         * gnus.el (gnus-version-number): Bump version.
19355
19356 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19357
19358         * gnus.el: No Gnus v0.1 is released.
19359
19360 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19361
19362         * gnus.el: No Gnus v0.0 is released.
19363
19364 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19365
19366         * gnus.el (gnus-version-number): Bump.
19367         (gnus-version): No.
19368
19369 See ChangeLog.2 for earlier changes.
19370
19371     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19372       Free Software Foundation, Inc.
19373
19374   This file is part of GNU Emacs.
19375
19376   GNU Emacs is free software: you can redistribute it and/or modify
19377   it under the terms of the GNU General Public License as published by
19378   the Free Software Foundation, either version 3 of the License, or
19379   (at your option) any later version.
19380
19381   GNU Emacs is distributed in the hope that it will be useful,
19382   but WITHOUT ANY WARRANTY; without even the implied warranty of
19383   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19384   GNU General Public License for more details.
19385
19386   You should have received a copy of the GNU General Public License
19387   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19388
19389 ;; Local Variables:
19390 ;; coding: utf-8
19391 ;; fill-column: 79
19392 ;; add-log-time-zone-rule: t
19393 ;; End: